Commit Graph

  • ce111604ca Merge branch 'master' into gh-pages Rufus Pollock 2012-06-29 00:08:01 +01:00
  • bef8f9ff00 [#94,backend/memory,transform][s]: support for doing transforms without depending on an id field. Rufus Pollock 2012-06-29 00:06:54 +01:00
  • 2b3f6e1c5a [multiview,refactor][xs]: switch to SlickGrid as default view. Rufus Pollock 2012-06-28 23:57:26 +01:00
  • aa1a362bb2 [#94,transform][m]: rework transform functionality and integration extensively (+ its working again!). Rufus Pollock 2012-06-28 23:52:58 +01:00
  • c2f5debf1f [docs,app,demos/multiview][m]: convert app back to being a demo of multiview (app proper is now in dataexplorer repo). Rufus Pollock 2012-06-27 10:10:45 +01:00
  • 3d944814ae [build][xs]: build latest version of recline. Rufus Pollock 2012-06-26 21:05:03 +01:00
  • cc17b54679 [docs][xs]: correct links to source docs. Rufus Pollock 2012-06-26 20:52:11 +01:00
  • 11b37e92f7 [docs/src][s]: build latest. Rufus Pollock 2012-06-26 20:50:06 +01:00
  • c1bff3820e [docs,refactor][xs]: move docco docs to docs/src. Rufus Pollock 2012-06-26 20:41:53 +01:00
  • 340fedde0d [refactor][s]: get rid of backend subdirectory and instead have prefix backend when naming files. Rufus Pollock 2012-06-26 20:38:28 +01:00
  • 3a2587bba0 Merge pull request #171 from slmnhq/master Rufus Pollock 2012-06-26 12:33:02 -07:00
  • fb9d154834 #162 minor stylistic changes based on feedback. Salman Haq 2012-06-26 09:55:46 -04:00
  • 39516876fa [#162] refactor couchdb backend. Salman Haq 2012-06-25 15:08:39 -04:00
  • 3d6ad46cc5 [#162,refactor][s]: backend is now string in 'normal' set of Dataset arguments. Rufus Pollock 2012-06-25 10:10:12 +01:00
  • 5216e23f45 [model/query][s]: tidying up last part of recent filter refactor by removing addTermFilter + addGeoFilter - closes #154. Rufus Pollock 2012-06-25 09:30:37 +01:00
  • 6f518643bd [#168,docs/index][s]: ReclineJS architecture diagram. Rufus Pollock 2012-06-24 20:20:36 +01:00
  • 9e10e309fb Merge branch 'master' into gh-pages Rufus Pollock 2012-06-24 19:57:25 +01:00
  • 4ca43f91c4 [docs][xs]: fix link. Rufus Pollock 2012-06-24 19:57:13 +01:00
  • cc5bb48512 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-24 19:55:24 +01:00
  • 91b97ad4e5 [#168,docs][s]: refactor to new layout with pages in docs. Rufus Pollock 2012-06-24 19:54:58 +01:00
  • 08fb55bd02 [#168,doc][m]: backend docs including overview and spec of how a backend should function. Rufus Pollock 2012-06-24 19:50:08 +01:00
  • f30c7d6273 [#162,app,multiview][s]: minor refactoring to bring up to date with new model/backend setup. Rufus Pollock 2012-06-24 15:04:01 +01:00
  • d48115d274 [#162,model/dataset,bugfix][s]: call toJSON on dataset before passing to backend on query. Rufus Pollock 2012-06-24 15:02:15 +01:00
  • 8cb9ccba9c [be/csv,bugfix][xs]: bugfix to last commit. Rufus Pollock 2012-06-24 14:47:32 +01:00
  • 3837123eca [#162,be/csv][s]: add fetch method as per new #162 approach and support more methods than just file - string, local online CSV file. Rufus Pollock 2012-06-24 14:37:46 +01:00
  • 1e550e4437 [#165,#162,be/dataproxy][s]: simplify dataproxy to return raw fields and records as cleanup and normalization now done in Dataset (cf previous commit). Rufus Pollock 2012-06-24 14:36:19 +01:00
  • 1fee4c2821 [#165,model/dataset][m]: new method normalizeRecordsAndFields to ensure we get valid records and fields from fetch (e.g. no duplicate field ids!). Rufus Pollock 2012-06-24 12:42:22 +01:00
  • c8c869582f Merge branch 'feature-162-simplify-dataset-to-backend' Rufus Pollock 2012-06-23 23:28:10 +01:00
  • bb02f75539 [doc/model][m]: move all main model item docs in jekyll doc library-model.markdown and start tidying up. Rufus Pollock 2012-06-23 23:27:11 +01:00
  • 31980857a9 [#162,be/elasticsearch][s]: convert elasticsearch to the new setup (remove all Backbone from the Backend!). Rufus Pollock 2012-06-23 22:29:51 +01:00
  • dd45991321 [#162,refactor][s]: backend fetch method dataset argument is simple JS object not backbone Dataset. Rufus Pollock 2012-06-23 21:36:31 +01:00
  • 3f37da089a [#162,refactor][s]: remove recline.Memory.createDataset now that it is obsoleted by recent improvements. Rufus Pollock 2012-06-23 20:38:47 +01:00
  • 6e5c15a816 [#162,backend,model][l]: major commit addressing several parts of the backend / model refactor in #162. Rufus Pollock 2012-06-23 20:23:24 +01:00
  • bda4797ed8 [test/refactor][xs]: dataproxy and gdocs tests now in own files. Rufus Pollock 2012-06-23 18:07:00 +01:00
  • 1ed3b9f423 [be/dataproxy][m]: switch dataproxy to use Memory data store (fixes #164) and switch to new backend / model setup (#162). Rufus Pollock 2012-06-23 18:00:30 +01:00
  • 7141b7aafd [#162,model,be/memory][m]: refactor started with the new API on Dataset, Record and Memory backend. Rufus Pollock 2012-06-23 13:28:32 +01:00
  • 2d7e227869 Merge pull request #163 from slmnhq/master Rufus Pollock 2012-06-23 04:08:31 -07:00
  • b5658df96c fix confusion due to magic 'this' object. Salman Haq 2012-06-22 14:28:02 -04:00
  • cd241c9694 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-21 22:54:38 +01:00
  • da727cae9a [doc/demos][s]: stub page. Rufus Pollock 2012-06-21 22:54:20 +01:00
  • 1e73338055 Merge branch 'master' of github.com:okfn/recline Rufus Pollock 2012-06-21 08:36:35 +01:00
  • 8bc4499c1b Merge branch 'master' into gh-pages Rufus Pollock 2012-06-20 18:41:35 +01:00
  • 9e69de0db9 [docs/library][s]: heavily rewrite and refactor main doc page to be simpler and clearer. Rufus Pollock 2012-06-20 18:40:27 +01:00
  • ae81d3aa70 Merge pull request #161 from slmnhq/master Max Ogden 2012-06-20 08:50:46 -07:00
  • 8582998643 Added CouchDB backend with support for custom views and basic client-side search (filtering, faceting, and sorting). Salman Haq 2012-06-20 10:48:38 -04:00
  • 215694f3be [site/home][s]: massively simplify front page removing almost everything. Rufus Pollock 2012-06-18 22:11:55 +01:00
  • 4d3d910387 [site/theme][s]: refactor navbar extensively in content and somewhat in layout plus tweak footer. Rufus Pollock 2012-06-18 21:44:36 +01:00
  • 0148dd45b2 [test,addendum][xs]: fixes for tests after changes in last commit b64daea1a7. Rufus Pollock 2012-06-18 21:21:03 +01:00
  • 8486afd0eb Merge branch 'master' into gh-pages Rufus Pollock 2012-06-16 18:28:46 +01:00
  • b64daea1a7 [#111,elasticsearch,geofilter][xs]: work out that what ES docs describe as distance_unit field is actually called unit. Rufus Pollock 2012-06-16 18:27:59 +01:00
  • 92b061ef00 [map,bugfix][xs]: tick / untick autozoom control correctly. Rufus Pollock 2012-06-16 18:00:53 +01:00
  • a3ad4a834e [multiview][xs]: show filter editor in sidebar by default. Rufus Pollock 2012-06-16 18:00:23 +01:00
  • 700385311f Merge branch 'master' into gh-pages Rufus Pollock 2012-06-16 17:17:42 +01:00
  • 72e444c5ca [build][s]: . Rufus Pollock 2012-06-16 17:17:33 +01:00
  • a58dea652f [bugfix,timeline][xs]: but VMM.debug = false inside guard for VMM being defined. Rufus Pollock 2012-06-16 17:17:22 +01:00
  • e3eb64ef06 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-16 17:04:30 +01:00
  • 262bb95376 [backend/elasticsearch][xs]: auto lower case terms in term filters as ES needs them to be lowercase. Rufus Pollock 2012-06-16 17:03:53 +01:00
  • 81167e39fe [#154,filtereditor][s]: refactor how we lay out the filters in order to group inputs for a given filter together more. Rufus Pollock 2012-06-16 16:46:34 +01:00
  • 8ff885759f [#111,backend/elasticsearch][s]: geo distance filter now working - hurrah!. Rufus Pollock 2012-06-16 16:31:45 +01:00
  • d17775e39d [backend/memory,bugfix][s]: corrected sort for memory backend so works correctly on string fields. Rufus Pollock 2012-06-16 13:39:15 +01:00
  • 36911aef14 [#130,test,bugfix][xs]: slickgrid tests were still testing sort order even though removed in b6eb375624. Rufus Pollock 2012-06-16 13:17:10 +01:00
  • f14dcdcaaf [#154,model/query][m]: refactor to new filter structure (see ticket) updating FilterEditor widget and backends. Rufus Pollock 2012-06-16 13:04:03 +01:00
  • 617d3440f0 [#154, backend/elasticsearch][s]: backend errors now reported up the stack (implement deferred reject when call to backend fails). Rufus Pollock 2012-06-15 22:32:18 +01:00
  • 87df9ea080 Merge branch 'master' of github.com:okfn/recline Rufus Pollock 2012-06-15 11:12:55 +01:00
  • 8fe04ddd4f [#111,filter/geo][m]: geo filter support - filter editor working though not sure actual query is working (!). Rufus Pollock 2012-06-15 10:51:13 +01:00
  • b6eb375624 [#130,view/slickgrid] Don't store sort info on state, as it is stored on the query amercader 2012-06-12 13:22:39 +01:00
  • 952c85a912 Merge branch 'master' of github.com:okfn/recline Rufus Pollock 2012-06-12 13:09:08 +01:00
  • 75cd2fb94d [#141,view/map][s]: support for all of elasticsearch geo_point / location objects - fixes #141. Rufus Pollock 2012-06-11 21:58:13 +01:00
  • 20d7683223 [#130,view/slickgrid] Sort documents on SlickGrid view amercader 2012-06-11 13:47:41 +01:00
  • 7b07a9558b [timeline][s]: make it easy to customize timeline info in client apps by providing convertRecord method. Rufus Pollock 2012-06-11 12:46:10 +01:00
  • 399172b8f4 [timeline,tweaks][xs]: tweak setting of timeline width to be more robust in different circumstances. Rufus Pollock 2012-06-10 21:08:29 +01:00
  • 80d3576a6c [view/timeline][s]: workarounds so that timeline can be init-ed automatically if created with a dom element. Rufus Pollock 2012-06-10 15:15:57 +01:00
  • d2ce46cc42 [#152,timeline][xs]: handle null or undefined dates properly. Rufus Pollock 2012-06-10 14:23:03 +01:00
  • 8b29485a10 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-10 13:19:17 +01:00
  • 6a746420c6 [build][xs]: usual build. Rufus Pollock 2012-06-10 13:14:48 +01:00
  • 1c9024d051 [css,refactor][xs]: inline images (spinner + edit-map) into css to avoid dependencies on external image files. Rufus Pollock 2012-06-10 12:49:59 +01:00
  • 3fbad6bace [make,bugfix][xs]: concat js files as well as css (problem introduced in 882d31eca5). Rufus Pollock 2012-06-10 12:45:50 +01:00
  • 75a6bbd80a [#152,view/timeline][s]: more robust data parsing with tests - fixes #152. Rufus Pollock 2012-06-10 12:35:39 +01:00
  • 08a5c3a3b7 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-10 09:59:08 +01:00
  • 3cdd1c278b [app,load,bugfix][xs]: add back in google docs option (accidentally left off load menu). Rufus Pollock 2012-06-10 09:58:30 +01:00
  • 6a3316217e [app][xs]: remove console.log. Rufus Pollock 2012-06-10 09:44:33 +01:00
  • 64e21bc021 [build][s]: build new recline.css as well as recline.js. Rufus Pollock 2012-06-08 21:31:03 +01:00
  • 882d31eca5 [dist][s]: move recline.js to dist/recline.js. Rufus Pollock 2012-06-08 21:28:07 +01:00
  • 1e65468f33 [#151,view/graph,bugfix][xs]: parse string as numbers if we can when plotting them - fixes #151. Rufus Pollock 2012-06-08 21:00:29 +01:00
  • 5d0fc49637 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-07 21:43:46 +01:00
  • 20191bf9fa [#145,widget/fields][s]: ux on fields including heading, expand all and collapse all support, bugfix for weird collapsed but content not collapsed issue. Rufus Pollock 2012-06-07 19:52:20 +01:00
  • 92397b2449 Merge branch 'master' into gh-pages Rufus Pollock 2012-06-07 00:19:43 +01:00
  • 9b583b8397 [#147,widget/filtereditor][s]: setting of term filter value and removal of filter working again (and tested!) - fixes #147. Rufus Pollock 2012-06-07 00:18:08 +01:00
  • ed734d90e4 Merge branch 'master' of github.com:okfn/recline Rufus Pollock 2012-06-07 00:00:47 +01:00
  • 26350fec06 [#147,widget/filtereditor][m]: add filter support in filter widget plus move to sidebar and tidy up. Rufus Pollock 2012-06-06 23:59:09 +01:00
  • 68b6a9356f [view/map,bugfix][xs]: autozoom working again after breakage in ef74f13163. Rufus Pollock 2012-06-06 23:19:55 +01:00
  • 5dbc086c06 Merge pull request #146 from icmurray/master Rufus Pollock 2012-06-06 10:21:56 -07:00
  • 0549383073 [backend/memory][xs]: change full text query in memory backend to ignore case. Rufus Pollock 2012-06-06 17:20:43 +01:00
  • 1a8375ff85 [test,bugfix][xs]: addendum fix to rename of label to title in demo in f1e2f7c4ae. Rufus Pollock 2012-06-06 17:17:24 +01:00
  • aaa72447b2 [#145,css/multiview][xs]: do not set width on fields widget now it is in sidebar. Rufus Pollock 2012-06-06 15:37:55 +01:00
  • a14157234d [widget/filtereditor][xs]: remove close button since we have toggle in multiview. Rufus Pollock 2012-06-06 15:28:27 +01:00
  • f1e2f7c4ae [test/fixtures][xs]: rename label to title so we have a nicer demo. Rufus Pollock 2012-06-06 15:22:13 +01:00
  • 11f2236ea8 [view/map][xs]: use geojson field name if it exists. Rufus Pollock 2012-06-06 15:19:47 +01:00
  • ef74f13163 [#145,view/refactor][m]: switch to a proper sidebar setup where views can have both a main element and a sidebar element and this added to central sidebar. Rufus Pollock 2012-06-06 14:22:02 +01:00
  • b3ed2ea2d5 [dataproxy][s] Rename duplicate fieldIds from dataproxy results. Ian Murray 2012-06-06 13:59:42 +01:00