44 Commits

Author SHA1 Message Date
Rufus Pollock
fa5ff30674 [demos][xs]: fix link to Data Explorer - http://explorer.okfnlabs.org/. 2017-09-08 07:45:53 +02:00
Matt Fullerton
9f257780a1 [#468,demos][s]: Fix missing calendar image
The interesting structure of the recline site and the differences in
CSS path references vs. Javascript/HTML means that this image has to go
in an images folder in the demos folder, whereas the drag handle is one
level higher up.
2015-03-13 21:57:04 +01:00
Sol Villar
abcd44e303 [#427] Fixed styles in search demo page. 2015-03-05 03:54:04 -03:00
Sol Villar
30ad0ad111 [#427] Fixed columns, buttons and general styles. 2015-03-05 01:14:49 -03:00
Rufus Pollock
d67b73ffca [demos][xs]: typo in multiview demo comments. 2014-09-14 00:19:24 +01:00
Rufus Pollock
5930fbce43 [demos][xs]: left out html for new changelog stuff in multiview. 2014-08-16 17:04:05 +01:00
Rufus Pollock
b71229ba36 [demos][s]: simplify multiview demo. 2014-08-16 17:02:51 +01:00
aliounedia
50b8ab46e0 [#407] support for row reordering in grid 2014-04-28 18:48:32 +02:00
aliounedia
49282b59f7 [#407 support for row reordering in sclickgrid] 2014-04-28 17:44:39 +02:00
aliounedia
0e62d91f57 [#407] support for row reordering in slickGrid 2014-04-28 15:15:30 +02:00
Rufus Pollock
306c0e6782 Merge pull request #388 from aliounedia/master
[#385]add row add delete support for reclinejs
2014-02-05 10:08:32 +00:00
aliounedia
39286ddc83 [#385]add row add delete support for reclinejs 2014-02-04 21:27:36 +01:00
kielni
8c1a1359db modify pager widget to handle boundary conditions; now takes a Dataset instead of a Query so that it has access to the record count; add tests 2014-01-17 13:07:41 -08:00
Rufus Pollock
45fa438803 [#384,slickgrid][s]: slickgrid sets editor type automatically from field type.
* multiview demo now has editing turned on
* [license][xs]: update to 2011-2014.
2014-01-12 22:44:54 +00:00
Rufus Pollock
19a0b7d2ef [demos][s]: remove link to couchdb demo as now part of separate repo. 2013-05-04 22:16:06 +01:00
Rufus Pollock
fc79518ba5 [#349,transform][s]: remove transform view and associated code - fixes #349. 2013-05-04 22:13:27 +01:00
John Glover
c8523d80f2 [xs] Bug fix: dataset is already defined. 2013-02-20 12:11:28 +00:00
Rufus Pollock
369bd5f257 [#314,couchdb][s]: remove couchdb backend as now in its own repo at https://github.com/Recline/backend.couchdb. 2013-02-16 15:47:10 +00:00
Rufus Pollock
6f82c4c5cc [#314,be/solr][s]: remove solr backend from core as in separate repo [1].
[1]: https://github.com/Recline/backend.solr
2013-02-10 17:05:30 +00:00
Rufus Pollock
3226d8b11b [demos/multiview][xs]: set number types on x,y,z fields. 2012-11-13 12:07:23 +00:00
Rufus Pollock
2799fe5acd [#183,demos/search][s]: improve commenting in search demo js and produced docco'd version. 2012-11-02 09:58:42 +00:00
Rufus Pollock
c3c4f04cc9 [#183,demos/search][xs]: rename js file. 2012-11-02 09:36:25 +00:00
Rufus Pollock
07b270ff96 [#180,demos/search][m]: google docs example using nigeria oil spill data - closes #180. 2012-10-20 02:32:33 +01:00
Rufus Pollock
c63a3b0a4f [#180,demos/search][s]: refactor bespoke template handling. 2012-10-20 01:58:44 +01:00
Rufus Pollock
d5b648cc89 [demos][s]: add search to index page and correct a typo. 2012-10-19 12:20:09 +01:00
Rufus Pollock
672d151434 [#180,demos/search][m]: working search demo using any backend and with special customization for openspending (the linked example). 2012-10-19 09:53:19 +01:00
Rufus Pollock
11c0a2b083 [#180,demos/search][s]: support for getting config from url (not used yet) plus refactor so that template is just for one result. 2012-10-19 09:53:10 +01:00
Rufus Pollock
ed8e6bb33b [#180,demos/search][s]: tweak text and refactor js and document it. 2012-10-16 21:13:44 +01:00
Rufus Pollock
15b53b4703 [demos/search][s]: minor refactoring of facets in sidebar and styling. 2012-10-04 07:26:57 +01:00
Rufus Pollock
7fd54e54bb [demos/search][m]: basic working search demo (more work needed!). 2012-10-03 18:46:56 +01:00
John Martin
6ee9e98e5e Fixes for Internet Explorer 7 and its strict JSON object modelling 2012-10-02 14:36:46 +01:00
Rufus Pollock
e7f9d022d1 [demos][xs]: reinstate first demo link to multiview accidentally just removed in d1cc591dfcad55b813acbe6092e8edb0647233d7. 2012-09-09 16:22:54 +01:00
Rufus Pollock
1effe779f3 [#180,refactor][xs]: rename couchdb demo url to /couchdb/ from /couchdb_multiview/. 2012-09-09 16:09:31 +01:00
Rufus Pollock
d1cc591dfc [#180,refactor][s]: clean up couchdb demo from @danbietz in minor ways - fixes #180.
* Provide instructions on how to set up couchdb to try out the example
* Remove cruft from demos index page (in link to this demo)
2012-09-09 16:04:59 +01:00
bietz
be8c9de605 removed updated backbone and updated example 2012-09-09 15:37:05 +01:00
Bietz
b8537aae57 fixed couchdb backend, updated backbone and underscore, added couchdb multiview example in demos 2012-09-09 15:37:05 +01:00
Rufus Pollock
09ffb04e40 [#196,addendum][xs]: fix up demos restore functionality which was broken by removal of Dataset.restore for #196. 2012-08-21 23:43:32 +01:00
Rufus Pollock
f6c2be4c8e [demos/multiview][s]: refactor to have demo dataset in the app.js (more explicit and removes dependency on test/base.js which seems odd). 2012-07-09 01:50:58 +01:00
Rufus Pollock
8fbb0682b3 [addendum,docs][s]: sample.csv (should have been in penultimate commit 3e2fbed5c25204e85ce2a795ccddbea261f19754). 2012-07-08 23:49:23 +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
731e6093dd [docs/demos][s]: add in more demos. 2012-07-03 16:13:55 +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