Rufus Pollock
9e10e309fb
Merge branch 'master' into gh-pages
2012-06-24 19:57:25 +01:00
Rufus Pollock
4ca43f91c4
[docs][xs]: fix link.
2012-06-24 19:57:13 +01:00
Rufus Pollock
cc5bb48512
Merge branch 'master' into gh-pages
2012-06-24 19:55:24 +01:00
Rufus Pollock
91b97ad4e5
[#168,docs][s]: refactor to new layout with pages in docs.
2012-06-24 19:54:58 +01:00
Rufus Pollock
08fb55bd02
[#168,doc][m]: backend docs including overview and spec of how a backend should function.
...
* model docs get some improvement and moved to docs/models.markdown
* change default layout to allow spec of where root is ...
2012-06-24 19:50:08 +01:00
Rufus Pollock
f30c7d6273
[#162,app,multiview][s]: minor refactoring to bring up to date with new model/backend setup.
2012-06-24 15:04:01 +01:00
Rufus Pollock
d48115d274
[#162,model/dataset,bugfix][s]: call toJSON on dataset before passing to backend on query.
2012-06-24 15:02:15 +01:00
Rufus Pollock
8cb9ccba9c
[be/csv,bugfix][xs]: bugfix to last commit.
2012-06-24 14:47:32 +01:00
Rufus Pollock
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.
...
* Also get to remove code obsoleted by recent work in #165 to allow fetch to return simple set of records (see penultimate commit)
2012-06-24 14:37:46 +01:00
Rufus Pollock
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).
2012-06-24 14:36:19 +01:00
Rufus Pollock
1fee4c2821
[#165,model/dataset][m]: new method normalizeRecordsAndFields to ensure we get valid records and fields from fetch (e.g. no duplicate field ids!).
2012-06-24 12:42:22 +01:00
Rufus Pollock
c8c869582f
Merge branch 'feature-162-simplify-dataset-to-backend'
2012-06-23 23:28:10 +01:00
Rufus Pollock
bb02f75539
[doc/model][m]: move all main model item docs in jekyll doc library-model.markdown and start tidying up.
...
* Started this in branch even though general as a pre-cursor to documentation of new backend setup.
2012-06-23 23:27:11 +01:00
Rufus Pollock
31980857a9
[#162,be/elasticsearch][s]: convert elasticsearch to the new setup (remove all Backbone from the Backend!).
...
* Also convert to new QueryResult format in which no _source, _type etc - cf #159
2012-06-23 22:31:23 +01:00
Rufus Pollock
dd45991321
[#162,refactor][s]: backend fetch method dataset argument is simple JS object not backbone Dataset.
...
* Helps make Backends simpler and more independent of Model
2012-06-23 22:29:12 +01:00
Rufus Pollock
3f37da089a
[#162,refactor][s]: remove recline.Memory.createDataset now that it is obsoleted by recent improvements.
2012-06-23 20:38:47 +01:00
Rufus Pollock
6e5c15a816
[#162,backend,model][l]: major commit addressing several parts of the backend / model refactor in #162 .
...
* Now have Dataset setup and manage "memory store"
* New fetch API as per issue #162 spec
* dataproxy utilizes useMemoryStore attribute and just implements fetch
* Switch gdocs to use Memory.Store properly via new useMemoryStore + fetch methodology
* Memory backend: query function now follows promise API, remove fetch,upsert,delete and add save function to Store object
* Also refactor to remove _source in QueryResult "hits" attribute on all backends but ElasticSearch - cf #159 (note this means ES currently broken)
2012-06-23 20:23:24 +01:00
Rufus Pollock
bda4797ed8
[test/refactor][xs]: dataproxy and gdocs tests now in own files.
2012-06-23 18:07:00 +01:00
Rufus Pollock
1ed3b9f423
[be/dataproxy][m]: switch dataproxy to use Memory data store ( fixes #164 ) and switch to new backend / model setup ( #162 ).
2012-06-23 18:00:30 +01:00
Rufus Pollock
7141b7aafd
[#162,model,be/memory][m]: refactor started with the new API on Dataset, Record and Memory backend.
...
* Tests are passing except for a dataproxy one.
2012-06-23 13:28:32 +01:00
Rufus Pollock
2d7e227869
Merge pull request #163 from slmnhq/master
...
[backend/couchdb][s]: Important bug fix from @slmhq.
2012-06-23 04:08:31 -07:00
Salman Haq
b5658df96c
fix confusion due to magic 'this' object.
2012-06-22 14:28:02 -04:00
Rufus Pollock
cd241c9694
Merge branch 'master' into gh-pages
2012-06-21 22:54:38 +01:00
Rufus Pollock
da727cae9a
[doc/demos][s]: stub page.
2012-06-21 22:54:20 +01:00
Rufus Pollock
1e73338055
Merge branch 'master' of github.com:okfn/recline
2012-06-21 08:36:35 +01:00
Rufus Pollock
8bc4499c1b
Merge branch 'master' into gh-pages
2012-06-20 18:41:35 +01:00
Rufus Pollock
9e69de0db9
[docs/library][s]: heavily rewrite and refactor main doc page to be simpler and clearer.
2012-06-20 18:40:27 +01:00
Max Ogden
ae81d3aa70
Merge pull request #161 from slmnhq/master
...
CouchDB Backend.
2012-06-20 08:50:46 -07:00
Salman Haq
8582998643
Added CouchDB backend with support for custom
...
views and basic client-side search (filtering, faceting, and sorting).
2012-06-20 10:48:38 -04:00
Rufus Pollock
215694f3be
[site/home][s]: massively simplify front page removing almost everything.
2012-06-18 22:11:55 +01:00
Rufus Pollock
4d3d910387
[site/theme][s]: refactor navbar extensively in content and somewhat in layout plus tweak footer.
2012-06-18 21:44:36 +01:00
Rufus Pollock
0148dd45b2
[test,addendum][xs]: fixes for tests after changes in last commit b64daea1a763ba40d450d8234f7b3ac0c8f15c16.
2012-06-18 21:21:03 +01:00
Rufus Pollock
8486afd0eb
Merge branch 'master' into gh-pages
2012-06-16 18:28:46 +01:00
Rufus Pollock
b64daea1a7
[#111,elasticsearch,geofilter][xs]: work out that what ES docs describe as distance_unit field is actually called unit.
2012-06-16 18:27:59 +01:00
Rufus Pollock
92b061ef00
[map,bugfix][xs]: tick / untick autozoom control correctly.
2012-06-16 18:00:53 +01:00
Rufus Pollock
a3ad4a834e
[multiview][xs]: show filter editor in sidebar by default.
2012-06-16 18:00:23 +01:00
Rufus Pollock
700385311f
Merge branch 'master' into gh-pages
2012-06-16 17:17:42 +01:00
Rufus Pollock
72e444c5ca
[build][s]: .
2012-06-16 17:17:33 +01:00
Rufus Pollock
a58dea652f
[bugfix,timeline][xs]: but VMM.debug = false inside guard for VMM being defined.
...
* was setting VMM.debug = false at module level but we may be including this module via recline.js but not intending to use timeline and hence not including VMM library.
2012-06-16 17:17:22 +01:00
Rufus Pollock
e3eb64ef06
Merge branch 'master' into gh-pages
2012-06-16 17:04:30 +01:00
Rufus Pollock
262bb95376
[backend/elasticsearch][xs]: auto lower case terms in term filters as ES needs them to be lowercase.
2012-06-16 17:03:53 +01:00
Rufus Pollock
81167e39fe
[#154,filtereditor][s]: refactor how we lay out the filters in order to group inputs for a given filter together more.
...
* Model.Query: use distance_unit for geo_distance filter.
2012-06-16 16:46:34 +01:00
Rufus Pollock
8ff885759f
[#111,backend/elasticsearch][s]: geo distance filter now working - hurrah!.
2012-06-16 16:31:45 +01:00
Rufus Pollock
d17775e39d
[backend/memory,bugfix][s]: corrected sort for memory backend so works correctly on string fields.
2012-06-16 13:39:15 +01:00
Rufus Pollock
36911aef14
[#130,test,bugfix][xs]: slickgrid tests were still testing sort order even though removed in b6eb375624f8b5f4d8037046ad4a90ecf25cd0e1.
2012-06-16 13:17:10 +01:00
Rufus Pollock
f14dcdcaaf
[#154,model/query][m]: refactor to new filter structure (see ticket) updating FilterEditor widget and backends.
...
* ElasticSearch changes represents a significant refactor and now support filters and query via constant_score (did not support this before!)
2012-06-16 13:04:03 +01:00
Rufus Pollock
617d3440f0
[ #154 , backend/elasticsearch][s]: backend errors now reported up the stack (implement deferred reject when call to backend fails).
2012-06-16 12:59:01 +01:00
Rufus Pollock
87df9ea080
Merge branch 'master' of github.com:okfn/recline
2012-06-15 11:12:55 +01:00
Rufus Pollock
8fe04ddd4f
[#111,filter/geo][m]: geo filter support - filter editor working though not sure actual query is working (!).
...
* Extensive refactoring of Model.Query and View.FilterEditor to do this cleanly (geo_distance and term treated similarly now)
2012-06-15 10:51:13 +01:00
amercader
b6eb375624
[#130,view/slickgrid] Don't store sort info on state, as it is stored on the query
2012-06-12 13:22:39 +01:00