Rufus Pollock
57978c324b
[docs,build][m]: build latest version of the docs doing some tidying of the docs along the way.
2012-02-28 22:58:20 +00:00
Rufus Pollock
6bc4806719
[build][xs]: add latest built recline.js.
2012-02-28 22:30:50 +00:00
Rufus Pollock
6fcc09b028
[demo][xs]: switch to use recline.js (so we are testing it!) and make ES default in drop-down in topbar.
2012-02-28 22:30:16 +00:00
Rufus Pollock
f770c0dc54
[#52,docs][s]: add info about backends and how to implement one to general docs.
2012-02-28 22:24:44 +00:00
Rufus Pollock
64056da3aa
[backend/elasticsearch][s]: ES backend supports full text queries and sorting.
2012-02-28 21:08:18 +00:00
Rufus Pollock
ae587506f3
[#34,query][s]: switch to proper ES style sort structure.
2012-02-28 16:43:37 +00:00
Rufus Pollock
bd6123403e
[#34,query][s]: rename offset to from on query object.
...
* More natural in fact and we may as well go whole hog with ES structure.
2012-02-27 20:54:02 +00:00
Rufus Pollock
b4c729b7bb
[#39,demo][s]: add dropdown for selecting type of backend for the url you are importing.
2012-02-27 20:52:25 +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
df79583bde
[#50,backend,refactor][s]: complete backend split / rename refactor by removing Backend prefix from Backend classes - fixes #50 .
...
* Backend prefix unnecessary now that everything in recline.Backend module.
2012-02-24 19:17:51 +00:00
Rufus Pollock
519274113e
[backend,refactor][xs]: remove stuff from memory backend that should have gone in last commit.
2012-02-24 14:14:20 +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
a470e66ff3
[#53,view/query][s]: add free text query input to query editor (though backend does not yet use it).
2012-02-24 10:08:19 +00:00
Rufus Pollock
0a17c428cd
[#53,#27,pagination][s]: pagination support ( fixes #27 ).
...
* Also refactor to have doc count (which is dataset info) outside of query editor.
2012-02-24 10:00:00 +00:00
Rufus Pollock
e32d541fc7
[#53,#27,view/query][s]: support for offset in query editor.
2012-02-24 09:59:30 +00:00
Rufus Pollock
aaa01b2191
[refactor,model,view][s]: add explicit query start, done and fail events for dataset and use them in DataExplorer to generate notifications.
2012-02-24 09:11:17 +00:00
Rufus Pollock
3c9bd368da
[addendum,css][xs]: css that should have been in penultimate commit 12bb498d52c38157fa5252a17233d8e40652c48c.
2012-02-24 09:10:44 +00:00
Rufus Pollock
f6dc590b3c
[view/flot-graph,bugfix][xs]: fix exception on data change when flot not visible.
2012-02-24 09:07:59 +00:00
Rufus Pollock
12bb498d52
[#53,view/query][s]: start on a query editor by factoring out current size/offset form out of DataExplorer into separate QueryEditor view.
...
* This is also necessary prep for #27 (pagination and offset support)
2012-02-22 22:02:38 +00:00
Rufus Pollock
1fd337e1d4
[#48,refactor][s]: rename DataTable to DataGrid - fixes #48 .
2012-02-22 21:18:30 +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
7cd6b0b284
[#47,package.json][s]: add basic commonjs package.json, fixes #47 .
2012-02-22 20:35:41 +00:00
Rufus Pollock
5b70170ec7
[#40,view][s]: add support for CellRenderer as argument to DataTable and DataTableRow ( fixes #40 ).
2012-02-18 10:30:24 +00:00
Rufus Pollock
7837105494
[build][s]: add latest build version of recline plus latest built docs.
2012-02-18 09:12:41 +00:00
Rufus Pollock
4074f380d8
[#25,view,refactor][s]: get views working with new field setup ( fixes #25 ).
...
* One nastiness along the way (30m delay!) that is worth noting: flot graph was a problem because it turned out that a) (re-)render triggered by dataset attributes change and fields only got set *after* core dataset attributes and so info was rendering.
* model.test.js: basic test for Dataset.toTemplateJSON
2012-02-18 09:07:35 +00:00
Rufus Pollock
25c0177097
[#25,backend][s]: update backends to new fields setup.
2012-02-18 08:20:10 +00:00
Rufus Pollock
a75e04701f
[#25,model][xs]: turns out the hack to allow simple arguments to Field ctor does *not* work.
2012-02-18 08:11:38 +00:00
Rufus Pollock
2da6c1a297
[#25,model][xs]: remove artificial field attribute (follow up to penultimate commit cf42e43ff0f32ba24e940455b060ae278025942b).
2012-02-18 07:48:14 +00:00
Rufus Pollock
0364f3e847
[#25,typo][xs]: left in console.log.
2012-02-18 07:44:35 +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
437dbfc80b
[refactor][xs]: Dataset -> Backend in module name in backend tests.
2012-02-18 07:30:31 +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
3ea18aa715
[#25,refactor][s]: rename header(s) -> field(s) throughout.
2012-02-17 23:43:27 +00:00
Rufus Pollock
5f5fafbb22
[#49,view][xs]: sort from DataTable working again.
...
* And this change shows how new setup is nicer (i.e. cleaner) :-)
2012-02-17 23:10:03 +00:00
Rufus Pollock
866ad12a15
[#49,query][s]: introduce Query model object and use it in Dataset.
...
* tests: refactor Memory backend tests so that tests are independent (to avoid issues of carry over of query state)
* TODO: use query stuff in views - NB sorting seems broken in DataTable.
2012-02-17 23:05:34 +00:00
Rufus Pollock
7fa2517450
[whitespace][xs]: whitespace.
2012-02-17 22:36:22 +00:00
Rufus Pollock
fe00934788
Merge branch 'master' of github.com:okfn/recline
2012-02-17 21:49:59 +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
b285987ef4
[#42,docs][s]: add docco build of view docs (plus tweak to view Docs).
2012-02-17 21:46:09 +00:00
Rufus Pollock
3af6f0ebe4
[#43,docs][s]: add docco build of view docs (plus tweak to view Docs).
2012-02-17 20:34:22 +00:00
Rufus Pollock
a9cfd4412c
[#42,view][m]: allow configuring of DataExplorer with views to show.
...
* TODO: Some issues regarding configuring the FlotGraph from query string
2012-02-17 20:30:26 +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
98580d63d4
[docs][xs]: add screenshot to website and have README have prominent link to website as most info is there now.
2012-02-17 10:10:16 +00:00
Rufus Pollock
e480777cb2
[docs][s]: build latest docco docs for backend and model.
2012-02-17 09:39:38 +00:00
Rufus Pollock
fa3bb6676e
[doc][s]: correct index page using it example for new setup for backends and datasets.
2012-02-17 09:39:11 +00:00
Rufus Pollock
b179ab50cf
[#43,demo][s]: fix up demo to use new form for creating datasets and backends.
2012-02-17 09:20:19 +00:00
Rufus Pollock
747212aaea
Merge branch 'feature-43-backend-and-dataset-setup'
2012-02-17 09:17:04 +00:00
Rufus Pollock
87fa752908
[#43,backend][s]: GDocs backend working (and has improved docs).
2012-02-17 09:16:02 +00:00
Rufus Pollock
7f923d3ccf
[backend][s]: Webstore and DataProxy now passing tests again.
2012-02-17 09:10:24 +00:00
Rufus Pollock
2d4e6a2ecc
[#43,model][m]: refactor Dataset and BackendMemory to the new setup approach.
...
* NB: other model tests broken as a result.
2012-02-17 08:53:36 +00:00