58 Commits

Author SHA1 Message Date
Rufus Pollock
aa1a362bb2 [#94,transform][m]: rework transform functionality and integration extensively (+ its working again!).
* view.transform.js: major refactor
  * general record transform rather than column transform
  * Normal dataset view rather than modal
  * Reworked UI
  * split out css from grid.css and simplify
* model.js + backend.memory.js: transform implemented on Dataset and Memory (Dataset passes off to _store).
* multiview: use new transform view
* _includes/recline-deps - rework to use source files rather than built ones
2012-06-28 23:52:58 +01:00
Rufus Pollock
c2f5debf1f [docs,app,demos/multiview][m]: convert app back to being a demo of multiview (app proper is now in dataexplorer repo). 2012-06-27 10:10:45 +01:00
Rufus Pollock
882d31eca5 [dist][s]: move recline.js to dist/recline.js. 2012-06-08 21:28:07 +01:00
Rufus Pollock
40cc355065 [#124,css][xs]: rename data-explorer.css to multiview.css. 2012-06-01 14:38:24 +01:00
Rufus Pollock
f05d5c2906 [#113,doc][s]: fix up docs to work again after latest refactorings. 2012-05-27 23:49:38 +01:00
Rufus Pollock
73767bf6c4 [#121,doc/example-backends][m]: reasonable start on a backend tutorial including a live example of loading data from google docs. 2012-05-18 23:21:00 +01:00
Rufus Pollock
d49956e4de [#113,doc/example-quickstart][s]: various minor improvements and switch to using a richer set of sample data (and including it from _includes). 2012-05-17 13:46:48 +01:00
Rufus Pollock
52c5442d37 [#112,theme,jekyll][s]: new container template (good for pure markdown pages), pygments css and option to include recline deps in the main template (useful for examples). 2012-05-13 10:02:41 +01:00