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
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
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
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
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
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
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
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
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
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
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
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
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