18 Commits

Author SHA1 Message Date
Rufus Pollock
3abca8c7c5 [test][xs]: correct vendor links (causing lots of broken tests!). 2012-03-14 18:42:00 +00:00
Rufus Pollock
a9c1b2ae07 [#54,backend/es][m]: ElasticSearch backend (readonly atm) - fixes #54. 2012-02-24 22:32:30 +00:00
Rufus Pollock
e3a0615e43 [backend,refactor][s]: split backends in separate files and put in separate module recline.Backend. 2012-02-24 14:12:45 +00:00
Rufus Pollock
1abf2769bd [#48,view/grid][xs]: split out DataTable (soon to be Grid or DataGrid) into its own file. 2012-02-22 21:06:58 +00:00
Rufus Pollock
cf42e43ff0 [#25,model][s]: introduce new Field Model and FieldList collection and attach to Dataset.
* NB: no refactoring elsewhere yet to take account of this
* model.test.js: tests for Field (first proper model tests!)
2012-02-18 07:33:15 +00:00
Rufus Pollock
702b030b70 [rename][xs]: rename model.test.js to backend.test.js to better reflect its function. 2012-02-18 07:05:31 +00:00
Rufus Pollock
ed3d20b20f [#42,flot-graph][s]: reinstate configuration of graph from routing info lost in penultimate commit a9cfd4412c8a4b9645e100997a4d1898620b0290.
* view.js: bunch of utility functions for parsing and composing query strings for hash routing (plus tests).
2012-02-17 21:47:51 +00:00
Rufus Pollock
23e46e9c6f [#41,view,refactor][s]: merge DataTable and DataExplorer views back into view.js.
* Also improve docs for views a little bit (better use or markdown)
2012-02-17 12:40:25 +00:00
Rufus Pollock
b9a9e9efd4 [test][xs]: include new view files in test index.html (fixes brokenness). 2012-02-16 19:34:44 +00:00
Rufus Pollock
7b496fc276 [refactor][s]: split out backends from model.js to backend.js.
* And do some slight improvement of the model and backend docco docs by using some markdown formatting.
2012-02-07 12:20:48 +00:00
Rufus Pollock
32a74949cc [vendor][s]: remove deps-min.js and explicitly linked to required vendor libraries.
* Why: it is then explicitly clear in demos what vendor libs are needed and make its easier to use those demos as a template for integration elsewhere.
2012-01-23 10:01:05 +00:00
rgrp
d35d3a8986 [view,test][m]: (refs #10) introduce DataTablRow view for rendering DataTable row and test it (though have not yet integrated). 2011-12-07 01:53:52 +00:00
rgrp
39ab2232a1 [test,addendum][xs]: incorrect pathes to sinon in previous commit (copy and paste error!). 2011-11-06 01:18:53 +00:00
rgrp
6e5aaf7408 [test,vendor][s]: add sinon libs as we will need these for testing webstore backend. 2011-11-06 01:13:28 +00:00
Max Ogden
9674e10119 rename files to better names 2011-11-03 18:39:18 +00:00
rgrp
f7e5a03174 Merge branch 'master' of github.com:okfn/recline
Conflicts:
	demo/index.html
	demo/js/app.js
	src/recline.js
2011-11-03 18:31:00 +00:00
rgrp
c144dda731 [model/dataset][m]: introduce Model module containing basic Dataset and TabularData objects (plus tests).
* NB: current Dataset is basic one running off local data.
2011-11-03 09:00:42 +00:00
rgrp
85743d9eb6 [test][s]: (refs #2) add qunit testing skeleton. 2011-10-24 22:24:00 +01:00