Rufus Pollock
7a2da02f26
[site,theme][xs]: move site css out of css/site to css-site.
2012-10-12 20:57:16 +01:00
Rufus Pollock
f8bcf28d14
[#242,bugfix][s]: remove filter in filtereditor now removes correct filter rather than first one - fixes #242 .
...
* Also tweak so that name of field comes before type of filter
2012-10-12 20:08:05 +01:00
Rufus Pollock
939d0786b3
[test][s]: worked out why filtereditor remove filter test not working and fixed it.
2012-10-12 20:04:36 +01:00
Rufus Pollock
1efdff04d7
[docs/models][xs]: add date and datetime to list of types.
2012-10-04 07:27:53 +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
cc9389a689
[facetviewer][s]: change from dropdown and simplify styling plus make some minor fixes.
2012-10-04 07:26:19 +01:00
Rufus Pollock
1bcb163ebe
[filter,refactor][s]: remove fieldType attribute on filters as can (and should) get fieldType from model if needed.
...
* fieldType is needed now as we parse values to specific type before doing filters
* needed to correct some tests for this change
2012-10-04 07:01:41 +01:00
Rufus Pollock
9ea3b05524
[facetviewer][xs]: minor tweaks to facetviewer to remove things that aren't generic.
2012-10-03 18:47:40 +01:00
Rufus Pollock
7fd54e54bb
[demos/search][m]: basic working search demo (more work needed!).
2012-10-03 18:46:56 +01:00
Rufus Pollock
1efc110d52
Merge branch 'master' of github.com:okfn/recline
2012-10-02 16:17:09 +01:00
Rufus Pollock
4151f6881c
[recline-deps][xs]: add facetviewer.
2012-10-02 16:16:28 +01:00
Rufus Pollock
2465ed0775
Merge pull request #237 from okfn/232-recline-ie-fixes
...
[ie fixes][s]: Internet Explorer 7 & 8 fixes - fixes #232 .
2012-10-02 07:57:26 -07:00
John Martin
91100ca9e4
Rebuilt dist
2012-10-02 14:49:20 +01:00
John Martin
a4e1b53c06
Fix to make clearfix work in Internet Explorer 7
2012-10-02 14:47:43 +01:00
John Martin
6ee9e98e5e
Fixes for Internet Explorer 7 and its strict JSON object modelling
2012-10-02 14:36:46 +01:00
John Martin
7cbaf4b264
Re-built dist libs
2012-10-02 14:24:49 +01:00
John Martin
1e4a2760f9
Added fix js file for adding support for ECMA262-5 Array methods for browsers that don\'t support them
2012-10-02 14:20:32 +01:00
John Martin
1d931b9239
Renamed all methods called delete to remove
...
This is because Internet Explorer <= 8 has `delete` as a reserved keyword that you cannot name your methods
2012-10-02 14:10:25 +01:00
Rufus Pollock
9d5b010af1
[docs][xs]: two small bugfixes - download link works with relative links and fix missing backtick in models.markdown.
2012-10-01 23:27:45 +01:00
Rufus Pollock
5d991a4bd7
[build][xs]: regular build of js.
2012-10-01 16:17:14 +01:00
Rufus Pollock
a16dd6b2d4
[backend/ckan,bugfix][s]: map types better.
2012-10-01 16:13:34 +01:00
Rufus Pollock
1377672da2
Merge pull request #231 from domoritz/markercluster
...
[view/map][m]: Cluster markers to enable better handling of large dataset - thanks to @domoritz.
2012-09-25 07:28:22 -07:00
Rufus Pollock
98393498ab
Merge branch 'master' of github.com:okfn/recline
2012-09-25 14:29:20 +01:00
Dominik Moritz
16fc21ac03
fix popups (all popups were the same)
2012-09-25 11:49:43 +01:00
Dominik Moritz
2d26afb435
Merge branch 'master' into markercluster
...
Conflicts:
src/view.map.js
2012-09-25 11:49:16 +01:00
Rufus Pollock
d5f0b074c2
[model][xs]: tweak to _backendFromString to remove option to look up backends specified as full module pathes as this is a liable to bugs and it is not being used.
2012-09-18 22:57:44 +01:00
Michael Bauer
d5e36944d7
query now supports regexes
...
actually compile stuff :/
2012-09-13 16:37:08 +02:00
Michael Bauer
73c414be30
changed memory test to reflect changed behavior
2012-09-13 16:35:43 +02:00
Michael Bauer
4954e442a3
added regex support for query
...
Added a the regex support for queries - this will also match substrings!
(change from previous behavior).
Also fixed the test vor Custom popups, since this was b0rken.
2012-09-13 16:32:36 +02:00
Michael Bauer
fbea51030b
fixes #222
...
It's quite simple obviously fields can not only be null but also
undefined....
2012-09-13 14:50:25 +02:00
Dominik Moritz
79c262e25b
update markercluster to latest version
2012-09-12 14:17:03 +01:00
Dominik Moritz
3ecd0b875b
write a test for automatic clustering and fix render issue
2012-09-12 14:10:50 +01:00
Michael Bauer
881fee5fe7
Fixes #230 - updated the feature popup code
...
The feature popup code was broken since commit
9b1bedc97c6febd236023e1ec40114ed288eecd4
2012-09-12 12:48:59 +02:00
Michael Bauer
208c9a9330
Merge branch 'master' of github.com:okfn/recline
...
Conflicts:
dist/recline.js
2012-09-12 11:42:10 +02:00
Michael Bauer
6fa99a0cf0
compile of dist/recline
2012-09-12 11:40:41 +02:00
Dominik Moritz
89890c8acb
automatically enable clustering if there is a large number of markers
2012-09-12 01:52:58 +01:00
Dominik Moritz
e167591253
Updated documentation and tutorials
2012-09-12 00:50:20 +01:00
Dominik Moritz
063d4b7ece
formatting and fixes in dev notes
2012-09-12 00:16:51 +01:00
Dominik Moritz
0577ab145d
disable clustering in tests
2012-09-12 00:09:25 +01:00
Dominik Moritz
751cd095ce
cluster markers to handle larger datasets
2012-09-12 00:09:07 +01:00
Dominik Moritz
b190e3b8a8
add clustering library
2012-09-12 00:00:03 +01:00
Rufus Pollock
ce668a32c7
[vendor/leaflet][s]: remove leaflet v0.3.1 rendered obsolete by work in #220 .
2012-09-10 11:18: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
2023cc4c35
[build][m]: regular build including docs.
2012-09-09 16:16:00 +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
f8f1e78699
removed updated underscore and backbone libs
2012-09-09 15:37:05 +01:00
bietz
be8c9de605
removed updated backbone and updated example
2012-09-09 15:37:05 +01:00
bietz
a62d9ccdb2
updated couchdb backend
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