2748 Commits

Author SHA1 Message Date
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
e16e88c001 Merge branch 'master' into gh-pages 2012-02-17 09:40:01 +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
905c528b35 Merge branch 'master' into gh-pages 2012-02-17 09:25:20 +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
Rufus Pollock
57effa02aa [whitespace][xs]: correct indentation issues introduced in b3a71e82cca77bfe24c93290dd321174c85ab3b7. 2012-02-16 19:51:05 +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
ae7d830eb6 Merge branch 'master' into gh-pages 2012-02-16 18:31:40 +00:00
Rufus Pollock
a5c4f003de [docs][s]: improve documentation index page.
* lists of dependencies
* an overview of model and views
2012-02-16 16:16:10 +00:00
Friedrich Lindenberg
467e27a95d Split views into separate files. fixes #41. 2012-02-16 17:04:49 +01:00
Friedrich Lindenberg
7e79d39f8d Styling for show/hide columns 2012-02-14 16:30:11 +01:00
Rufus Pollock
7003338c9d Merge branch 'master' into gh-pages 2012-02-10 03:17:53 +00:00
Rufus Pollock
7d06754a2f [build][xs]: build recline.js. 2012-02-10 03:17:25 +00:00
Rufus Pollock
21173b6acf [#35,all][m]: crude error catching for backends based on timeouts (best we can do with JSONP) - fixes #35.
* Show errors in UI
* required some extensive refactoring to use done/fail on promise rather than then
2012-02-10 03:16:49 +00:00
Rufus Pollock
d17fa4a169 [#35,view][s]: notifications for loading of data (and success thereof) both on initialization and on new queries.
* refactor notify to fadeOut notifications (for persist=false)
* refactor DataExplorer to have a common query method
* new clearNotifications method
2012-02-10 02:02:03 +00:00
Rufus Pollock
b9e2a15b9f [refactor,util][s]: move notify function to view.js from util.js. 2012-02-10 01:45:17 +00:00
Rufus Pollock
ffc2938db7 [costco,refactor][s]: strip unused couchdb specific code (re bulk updating, column deleting etc). 2012-02-10 01:44:00 +00:00
Rufus Pollock
d2766ad2c8 [build][xs]: commit latest 'build' of recline.js. 2012-02-10 01:30:03 +00:00
Rufus Pollock
657a7fe81b [util][s]: strip all unused code. 2012-02-10 01:29:35 +00:00
Rufus Pollock
70a9bbdf0a [doc][xs]: tests section with link to tests. 2012-02-10 01:08:43 +00:00
Friedrich Lindenberg
f10e893811 Ability to show and hide columns on demand, fixes #29 2012-02-09 23:36:35 +00:00
Friedrich Lindenberg
55e8684c46 Add drop-down option to hide headers. 2012-02-09 19:37:37 +00:00
Friedrich Lindenberg
2397c0e1e5 Show column header dropdown even in read-only mode 2012-02-09 18:49:12 +00:00
Friedrich Lindenberg
5fc4fa9626 Support sorting by a given column; refs #34 2012-02-09 18:49:12 +00:00
Rufus Pollock
b96de6c34f [README][xs]: new screenshot. 2012-02-09 18:11:40 +00:00
Rufus Pollock
1491ae5bcc [#34,query][m]: start on proper query support (move to query and sort support in BackendMemory). 2012-02-09 18:05:37 +00:00
Rufus Pollock
0af2394eeb [#38][s]: include built version (non-minified) as recline.js. 2012-02-09 17:51:28 +00:00
Rufus Pollock
4fc694d300 [docs][xs]: link to new backend docs (now separate from model). 2012-02-08 09:36:45 +00:00
Rufus Pollock
1daf3904af [cleaning][xs]: remove commented-out original recline code in demo/js/app.js. 2012-02-08 09:35:40 +00:00
Rufus Pollock
40477fe463 [docs][s]: add backend docs and latest build of model docs. 2012-02-08 09:34:48 +00:00
Rufus Pollock
1539169e21 [#35,refactor][l]: fixes #35, major refactor to have datasets intialized with backend and endpoint information.
* Backbone.sync now switches on type of backend set for a dataset (allowing simultaneous use of multiple datasets with different backends)
* Datasets are initialized with backend config (see docs and code)
2012-02-08 09:27:56 +00:00
Rufus Pollock
70e252f060 [src][xs]: remove executable bit on costco.js and util.js (left over from original recline). 2012-02-07 12:24:05 +00:00
Rufus Pollock
cfc4798243 Merge branch 'gh-pages' 2012-02-07 12:23:08 +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
James Casbon
b3a71e82cc correct indents on model.js with gg=G 2012-01-29 16:20:51 +00:00
James Casbon
9eeb4ab97a google spreadsheet backend 2012-01-28 19:44:07 +00:00