791 Commits

Author SHA1 Message Date
Rufus Pollock
8d8cd28f72 [README][s]: bring up to date. 2012-07-06 13:55:49 +01:00
Rufus Pollock
eb0677ddc4 [docs][xs]: add link to timeline view and correct model source docs link. 2012-07-05 22:44:24 +01:00
Rufus Pollock
a33e8a2d60 [demos/multiview][s]: explicitly configure views for multiview (so as to hide timeline which is misehaving at that width/size). 2012-07-05 22:25:36 +01:00
Rufus Pollock
90e1e9dfd4 [demos][s]: demos have nice screenshots and crime maps is now there. 2012-07-05 21:59:22 +01:00
Rufus Pollock
b22197e5a4 [build][xs]: bugfix for #176. 2012-07-05 20:54:54 +01:00
Rufus Pollock
b2b64ea2cc [site/css][xs]: micro tweak to front page. 2012-07-05 20:54:20 +01:00
Rufus Pollock
ac874c1814 [#176,bugfix,view/transform][xs]: remove unneeded setSelectionRange that failed in FF - fixes #176 (thx to @gka for report). 2012-07-05 20:47:20 +01:00
Rufus Pollock
8fb4b278c3 [build][s]: usual build. 2012-07-05 15:39:30 +01:00
Rufus Pollock
a58f5e5bb0 [#174,refactor][s]: rename currentRecords to records on Dataset. 2012-07-05 15:37:17 +01:00
Rufus Pollock
21296aa18c [#113,docs][s]: improve download and link from main menu. 2012-07-05 15:33:55 +01:00
Rufus Pollock
b3ac590a58 [model][s]: add a constructor with the name of the object for better debugging. 2012-07-04 15:00:13 +01:00
Rufus Pollock
03fe9a5a6a [#113,docs/tutorials][s]: split tutorials up more. 2012-07-04 14:52:12 +01:00
Rufus Pollock
811604d409 [docs][s]: split out tutorials in a separate file. 2012-07-03 19:28:18 +01:00
Rufus Pollock
8bc5154dda [build,make][s]: build latest files plus a new recline.dataset.js file. 2012-07-03 18:13:51 +01:00
Rufus Pollock
731e6093dd [docs/demos][s]: add in more demos. 2012-07-03 16:13:55 +01:00
Rufus Pollock
4721f27487 [be/memory][xs]: micro fix for null fields. 2012-07-03 15:46:43 +01:00
Rufus Pollock
202ca2dce0 [model,bugfix][s]: correction for change introduced in last commit to move summary method from Record to Dataset.recordSummary. 2012-07-03 15:35:40 +01:00
Rufus Pollock
40ed25c7b2 Merge branch 'master' into gh-pages 2012-07-01 22:12:18 +01:00
Rufus Pollock
bc0b78c67e [docs][xs]: change size of overview diagram. 2012-07-01 22:11:18 +01:00
Rufus Pollock
1503628db1 Merge branch 'master' into gh-pages 2012-07-01 21:53:20 +01:00
Rufus Pollock
1dadc1106b [#113,docs/tutorial][l]: tutorial-basics written giving introduction to dataset and associated functionality.
* Minor corrections to several other parts of docs.
2012-07-01 15:40:04 +01:00
Rufus Pollock
a8b8c1a59a [view/map][xs]: additional name for geo column ('geo', 'lonlat'). 2012-07-01 14:26:53 +01:00
Rufus Pollock
568eb1e034 [model,bugfix][xs]: prevent query function triggering a second query by using silent: true when setting queryState. 2012-07-01 13:54:00 +01:00
Rufus Pollock
b9555cce6a [refactor][xs]: rename docCount to recordCount. 2012-07-01 09:01:21 +01:00
Rufus Pollock
f06b9ad1b1 [field][xs]: formatter for geo_point type (like an object). 2012-06-29 20:40:15 +01:00
Rufus Pollock
19f14c9507 [tutorial/views][s]: bring the tutorial up to date and switch to slickgrid for the grid. 2012-06-29 20:29:10 +01:00
Rufus Pollock
d3c9f30e74 [view/slickgrid][xs]: set recline-slickgrid on view element so that we can pass element in to the view (neede for non-multiview usage e.g. in tutorial). 2012-06-29 20:27:01 +01:00
Rufus Pollock
889fb6afb1 [docs,refactor][s]: move examples to being tutorials in the docs directory. 2012-06-29 16:40:22 +01:00
Rufus Pollock
12f6afebc9 [#168,docs/backend][s]: bring backend example up to date. 2012-06-29 15:49:43 +01:00
Rufus Pollock
0e50e99c59 [be/dataproxy][xs]: dataproxy timeout is now configurable (defaults to 5s). 2012-06-29 15:41:10 +01:00
Rufus Pollock
c671165621 Merge branch 'master' into gh-pages 2012-06-29 00:39:14 +01:00
Rufus Pollock
2734f608ba [#94,trasnform][s]: show before / after side by side rather than above and below. 2012-06-29 00:38:30 +01:00
Rufus Pollock
0c767212e2 [#49,transform,bugfix][s]: be careful about selecting col for transform code as may have no fields as yet. 2012-06-29 00:16:45 +01:00
Rufus Pollock
ce111604ca Merge branch 'master' into gh-pages 2012-06-29 00:08:01 +01:00
Rufus Pollock
bef8f9ff00 [#94,backend/memory,transform][s]: support for doing transforms without depending on an id field.
* Use index into array instead
* Not totally happy with this but still ...
2012-06-29 00:06:54 +01:00
Rufus Pollock
2b3f6e1c5a [multiview,refactor][xs]: switch to SlickGrid as default view. 2012-06-28 23:57:26 +01:00
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
3d944814ae [build][xs]: build latest version of recline. 2012-06-26 21:05:03 +01:00
Rufus Pollock
cc17b54679 [docs][xs]: correct links to source docs. 2012-06-26 20:52:11 +01:00
Rufus Pollock
11b37e92f7 [docs/src][s]: build latest. 2012-06-26 20:50:06 +01:00
Rufus Pollock
c1bff3820e [docs,refactor][xs]: move docco docs to docs/src. 2012-06-26 20:41:53 +01:00
Rufus Pollock
340fedde0d [refactor][s]: get rid of backend subdirectory and instead have prefix backend when naming files. 2012-06-26 20:38:28 +01:00
Rufus Pollock
3a2587bba0 Merge pull request #171 from slmnhq/master
[#162][s]: refactor couchdb.js to be inline with new backend style - from @slmnhq.
2012-06-26 12:33:02 -07:00
Salman Haq
fb9d154834 #162 minor stylistic changes based on feedback. 2012-06-26 09:55:46 -04:00
Salman Haq
39516876fa [#162] refactor couchdb backend. 2012-06-25 15:08:39 -04:00
Rufus Pollock
3d6ad46cc5 [#162,refactor][s]: backend is now string in 'normal' set of Dataset arguments. 2012-06-25 10:10:12 +01:00
Rufus Pollock
5216e23f45 [model/query][s]: tidying up last part of recent filter refactor by removing addTermFilter + addGeoFilter - closes #154. 2012-06-25 09:30:37 +01:00
Rufus Pollock
6f518643bd [#168,docs/index][s]: ReclineJS architecture diagram. 2012-06-24 20:20:36 +01:00
Rufus Pollock
9e10e309fb Merge branch 'master' into gh-pages 2012-06-24 19:57:25 +01:00