Commit Graph

  • 7837105494 [build][s]: add latest build version of recline plus latest built docs. Rufus Pollock 2012-02-18 09:12:41 +00:00
  • 4074f380d8 [#25,view,refactor][s]: get views working with new field setup (fixes #25). Rufus Pollock 2012-02-18 09:05:01 +00:00
  • 25c0177097 [#25,backend][s]: update backends to new fields setup. Rufus Pollock 2012-02-18 08:20:10 +00:00
  • a75e04701f [#25,model][xs]: turns out the hack to allow simple arguments to Field ctor does *not* work. Rufus Pollock 2012-02-18 08:11:38 +00:00
  • 2da6c1a297 [#25,model][xs]: remove artificial field attribute (follow up to penultimate commit cf42e43ff0). Rufus Pollock 2012-02-18 07:48:14 +00:00
  • 0364f3e847 [#25,typo][xs]: left in console.log. Rufus Pollock 2012-02-18 07:44:35 +00:00
  • cf42e43ff0 [#25,model][s]: introduce new Field Model and FieldList collection and attach to Dataset. Rufus Pollock 2012-02-18 07:33:15 +00:00
  • 437dbfc80b [refactor][xs]: Dataset -> Backend in module name in backend tests. Rufus Pollock 2012-02-18 07:30:31 +00:00
  • 702b030b70 [rename][xs]: rename model.test.js to backend.test.js to better reflect its function. Rufus Pollock 2012-02-18 07:05:31 +00:00
  • 3ea18aa715 [#25,refactor][s]: rename header(s) -> field(s) throughout. Rufus Pollock 2012-02-17 23:43:27 +00:00
  • 5f5fafbb22 [#49,view][xs]: sort from DataTable working again. Rufus Pollock 2012-02-17 23:10:03 +00:00
  • 866ad12a15 [#49,query][s]: introduce Query model object and use it in Dataset. Rufus Pollock 2012-02-17 23:05:34 +00:00
  • 7fa2517450 [whitespace][xs]: whitespace. Rufus Pollock 2012-02-17 22:36:22 +00:00
  • fe00934788 Merge branch 'master' of github.com:okfn/recline Rufus Pollock 2012-02-17 21:49:59 +00:00
  • ed3d20b20f [#42,flot-graph][s]: reinstate configuration of graph from routing info lost in penultimate commit a9cfd4412c. Rufus Pollock 2012-02-17 21:47:51 +00:00
  • b285987ef4 [#42,docs][s]: add docco build of view docs (plus tweak to view Docs). Rufus Pollock 2012-02-17 20:34:22 +00:00
  • 3af6f0ebe4 [#43,docs][s]: add docco build of view docs (plus tweak to view Docs). Rufus Pollock 2012-02-17 20:34:22 +00:00
  • a9cfd4412c [#42,view][m]: allow configuring of DataExplorer with views to show. Rufus Pollock 2012-02-17 20:30:26 +00:00
  • 23e46e9c6f [#41,view,refactor][s]: merge DataTable and DataExplorer views back into view.js. Rufus Pollock 2012-02-17 12:38:15 +00:00
  • 98580d63d4 [docs][xs]: add screenshot to website and have README have prominent link to website as most info is there now. Rufus Pollock 2012-02-17 10:10:16 +00:00
  • e16e88c001 Merge branch 'master' into gh-pages Rufus Pollock 2012-02-17 09:40:01 +00:00
  • e480777cb2 [docs][s]: build latest docco docs for backend and model. Rufus Pollock 2012-02-17 09:39:38 +00:00
  • fa3bb6676e [doc][s]: correct index page using it example for new setup for backends and datasets. Rufus Pollock 2012-02-17 09:39:11 +00:00
  • 905c528b35 Merge branch 'master' into gh-pages Rufus Pollock 2012-02-17 09:25:20 +00:00
  • b179ab50cf [#43,demo][s]: fix up demo to use new form for creating datasets and backends. Rufus Pollock 2012-02-17 09:20:19 +00:00
  • 747212aaea Merge branch 'feature-43-backend-and-dataset-setup' Rufus Pollock 2012-02-17 09:17:04 +00:00
  • 87fa752908 [#43,backend][s]: GDocs backend working (and has improved docs). Rufus Pollock 2012-02-17 09:16:02 +00:00
  • 7f923d3ccf [backend][s]: Webstore and DataProxy now passing tests again. Rufus Pollock 2012-02-17 09:10:24 +00:00
  • 2d4e6a2ecc [#43,model][m]: refactor Dataset and BackendMemory to the new setup approach. Rufus Pollock 2012-02-17 08:53:36 +00:00
  • 57effa02aa [whitespace][xs]: correct indentation issues introduced in b3a71e82cc. Rufus Pollock 2012-02-16 19:51:05 +00:00
  • b9a9e9efd4 [test][xs]: include new view files in test index.html (fixes brokenness). Rufus Pollock 2012-02-16 19:34:44 +00:00
  • ae7d830eb6 Merge branch 'master' into gh-pages Rufus Pollock 2012-02-16 18:31:40 +00:00
  • a5c4f003de [docs][s]: improve documentation index page. Rufus Pollock 2012-02-16 16:16:10 +00:00
  • 467e27a95d Split views into separate files. fixes #41. Friedrich Lindenberg 2012-02-16 17:04:49 +01:00
  • 7e79d39f8d Styling for show/hide columns Friedrich Lindenberg 2012-02-14 16:30:04 +01:00
  • 7003338c9d Merge branch 'master' into gh-pages Rufus Pollock 2012-02-10 03:17:53 +00:00
  • 7d06754a2f [build][xs]: build recline.js. Rufus Pollock 2012-02-10 03:17:25 +00:00
  • 21173b6acf [#35,all][m]: crude error catching for backends based on timeouts (best we can do with JSONP) - fixes #35. Rufus Pollock 2012-02-10 03:14:52 +00:00
  • d17fa4a169 [#35,view][s]: notifications for loading of data (and success thereof) both on initialization and on new queries. Rufus Pollock 2012-02-10 02:02:03 +00:00
  • b9e2a15b9f [refactor,util][s]: move notify function to view.js from util.js. Rufus Pollock 2012-02-10 01:45:17 +00:00
  • ffc2938db7 [costco,refactor][s]: strip unused couchdb specific code (re bulk updating, column deleting etc). Rufus Pollock 2012-02-10 01:44:00 +00:00
  • d2766ad2c8 [build][xs]: commit latest 'build' of recline.js. Rufus Pollock 2012-02-10 01:30:03 +00:00
  • 657a7fe81b [util][s]: strip all unused code. Rufus Pollock 2012-02-10 01:29:35 +00:00
  • 70a9bbdf0a [doc][xs]: tests section with link to tests. Rufus Pollock 2012-02-10 01:08:43 +00:00
  • f10e893811 Ability to show and hide columns on demand, fixes #29 Friedrich Lindenberg 2012-02-09 23:36:35 +00:00
  • 55e8684c46 Add drop-down option to hide headers. Friedrich Lindenberg 2012-02-09 19:37:37 +00:00
  • 2397c0e1e5 Show column header dropdown even in read-only mode Friedrich Lindenberg 2012-02-09 18:48:29 +00:00
  • 5fc4fa9626 Support sorting by a given column; refs #34 Friedrich Lindenberg 2012-02-09 18:43:06 +00:00
  • b96de6c34f [README][xs]: new screenshot. Rufus Pollock 2012-02-09 18:11:40 +00:00
  • 1491ae5bcc [#34,query][m]: start on proper query support (move to query and sort support in BackendMemory). Rufus Pollock 2012-02-09 18:05:37 +00:00
  • 0af2394eeb [#38][s]: include built version (non-minified) as recline.js. Rufus Pollock 2012-02-09 17:51:28 +00:00
  • 4fc694d300 [docs][xs]: link to new backend docs (now separate from model). Rufus Pollock 2012-02-08 09:36:45 +00:00
  • 1daf3904af [cleaning][xs]: remove commented-out original recline code in demo/js/app.js. Rufus Pollock 2012-02-08 09:35:40 +00:00
  • 40477fe463 [docs][s]: add backend docs and latest build of model docs. Rufus Pollock 2012-02-08 09:34:48 +00:00
  • 1539169e21 [#35,refactor][l]: fixes #35, major refactor to have datasets intialized with backend and endpoint information. Rufus Pollock 2012-02-08 09:27:56 +00:00
  • 70e252f060 [src][xs]: remove executable bit on costco.js and util.js (left over from original recline). Rufus Pollock 2012-02-07 12:24:05 +00:00
  • cfc4798243 Merge branch 'gh-pages' Rufus Pollock 2012-02-07 12:23:08 +00:00
  • 7b496fc276 [refactor][s]: split out backends from model.js to backend.js. Rufus Pollock 2012-02-07 12:20:48 +00:00
  • b3a71e82cc correct indents on model.js with gg=G James Casbon 2012-01-29 16:20:51 +00:00
  • 9eeb4ab97a google spreadsheet backend James Casbon 2012-01-28 19:44:07 +00:00
  • e2c1688563 [view,ux][xs]: add title to document / row limit input giving instructions on use. Rufus Pollock 2012-01-28 08:09:38 +00:00
  • 4a8a51b3de [css][xs]: overflow auto on grid data table div so we scroll within a fixed box rather than the page. Rufus Pollock 2012-01-28 08:05:58 +00:00
  • be1569013d [view/DE][xs]: default to displayCount to 50. Rufus Pollock 2012-01-28 08:05:41 +00:00
  • cb5cf25ef1 [demo/js][s]: minor bugfixes to demo re webstore dataset load. Rufus Pollock 2012-01-28 07:58:00 +00:00
  • 666dbdfe91 Merge branch 'master' into gh-pages Rufus Pollock 2012-01-27 15:02:41 +00:00
  • 8fa93dcbe9 [css/data-explorer][xs]: add in bootstrap .btn (for nav buttons). Rufus Pollock 2012-01-26 23:07:59 +00:00
  • 09849bb57c [css][s]: move formatting of table headers into bootstrap.css since BS specific (e.g. does not work on CKAN). Rufus Pollock 2012-01-26 23:02:51 +00:00
  • 91c578d7b9 [view/DE,bugfix][xs]: use (rather than overwrite!) passed in config options. Rufus Pollock 2012-01-26 23:01:51 +00:00
  • fbacd700c7 [view/explorer][xs]: show unknown when doc count unknown (rather than nothing). Rufus Pollock 2012-01-26 20:31:39 +00:00
  • 120a3589bf [view/explorer][xs]: show unknown when doc count unknown (rather than nothing). Rufus Pollock 2012-01-26 20:22:30 +00:00
  • 99b8cb425b [docs][xs]: correct formatting and spelling. Rufus Pollock 2012-01-26 15:24:45 +00:00
  • 9adf0ba518 [docs][xs]: add ids to main headings in docs. Rufus Pollock 2012-01-26 15:22:38 +00:00
  • 8115236d1a [docs][m]: create docs for model and view using docco and link from index page. Rufus Pollock 2012-01-26 15:19:07 +00:00
  • 3dcbe31e9d Merge branch 'master' into gh-pages Rufus Pollock 2012-01-26 14:59:47 +00:00
  • afc948295e [js][xs]: remove src/recline.js (long deprecated and completely commented out). Rufus Pollock 2012-01-26 14:58:55 +00:00
  • da43c7ef4f Merge branch 'master' into gh-pages Rufus Pollock 2012-01-26 14:57:21 +00:00
  • b3664e5912 [doc][m]: rework home page adding significant content. Rufus Pollock 2012-01-26 12:04:37 +00:00
  • 76b05eb846 [#31,backends][m]: add BackendDataProxy, fixes #31. Rufus Pollock 2012-01-26 11:07:27 +00:00
  • c6946c2d6d [costco-csv-worker][xs]: comment out importScripts('lib/underscore.js') since does not work in normal JS. Rufus Pollock 2012-01-26 10:58:06 +00:00
  • 1f309a72f3 [vendor][s]: clear out unused vendor libraries (couch2, microevent, sammy). Rufus Pollock 2012-01-23 10:01:33 +00:00
  • 32a74949cc [vendor][s]: remove deps-min.js and explicitly linked to required vendor libraries. Rufus Pollock 2012-01-23 09:58:09 +00:00
  • 3cff385397 [readme][xs]: link to demo. Rufus Pollock 2012-01-20 13:19:21 +00:00
  • 509bdf0816 Merge branch 'master' into gh-pages Rufus Pollock 2012-01-15 19:07:45 +00:00
  • b008eba4ec [#19,demo][s]: fix up secondarily load of webstore table in demo. Rufus Pollock 2012-01-15 19:06:10 +00:00
  • a369c63812 [#8,Webstore][xs]: respect numDocs constraint in getDocuments. Rufus Pollock 2012-01-15 19:05:06 +00:00
  • 246cdedcd2 [#19,routing][xs]: move history out to external calling code as we need to be able to reload the app (e.g. to change data source). Rufus Pollock 2012-01-15 17:41:55 +00:00
  • 9635bf8745 Merge branch 'master' into gh-pages Rufus Pollock 2012-01-11 12:23:48 +00:00
  • 04279b0150 [#22][s]: refactor notification to use Bootstrap alerts. Rufus Pollock 2012-01-11 12:22:59 +00:00
  • b5593e45dc [#22][xs]: move demo/newtheme.html to demo/index.html and old index.html to origina.html. Rufus Pollock 2012-01-11 08:39:12 +00:00
  • dfae2ca750 [#22,theme][s]: bootstrap-ify edit and transform forms a little. Rufus Pollock 2012-01-10 18:57:01 +00:00
  • dec04dca64 [css,graph][xs]: remove border on editor area on graph. Rufus Pollock 2012-01-10 18:37:01 +00:00
  • 405582d4e6 [css,graph][xs]: fix up sizing of legend boxes on graph. Rufus Pollock 2012-01-10 18:33:56 +00:00
  • 2372b2ba37 [fix,#19][xs]: show doc count again (lost in penultimate commit). Rufus Pollock 2012-01-10 18:33:16 +00:00
  • e1f2ebf89f [#19,routing][m]: graph view now supports saving and loading config from hash query string. Rufus Pollock 2012-01-10 18:26:19 +00:00
  • f176979f5b [#19,routing][m]: introduce Backbone routing and use it for navigation between grid and graph views. Rufus Pollock 2012-01-10 00:07:21 +00:00
  • 973e59fbdd [view/DataExplorer][xs]: micro rename of event function. Rufus Pollock 2012-01-09 19:20:33 +00:00
  • 9c5109381d [graph][s]: flot graph editor help show/hide functional again. Rufus Pollock 2012-01-09 19:02:08 +00:00
  • 07a324cc2d [graph][s]: add and remove series now working on flot graph view. Rufus Pollock 2012-01-09 18:52:11 +00:00
  • 1ae8985b00 [view/graph][xs]: refactor to have methods in standard order and events in events hash. Rufus Pollock 2012-01-09 09:01:04 +00:00
  • b183e70688 [#22,bugfix][xs]: edit button for cells had gone missing. Rufus Pollock 2012-01-07 03:17:52 +00:00