Rufus Pollock
07bd5a44e7
Merge pull request #260 from sleeper/slickgrid_data_change
...
[#255,views/slickgrid][s]: Update the grid when a record is changed - thx to @sleeper.
2012-10-29 02:17:24 -07:00
Frederick Ros
0aa85c9560
Update the grid when a record is changed
...
Fixes #255
2012-10-24 00:01:08 +02:00
Rufus Pollock
2684bfed0e
[#223,tutorial/maps][m]: start of a in-depth map tutorial with instructions on customizing infoboxes and markers.
...
* Also add to tutorials.html (and refactor that page a bit)
2012-10-23 00:27:25 +01:00
Rufus Pollock
df935091fd
[#244,view/map][m]: support for customizing rendering of map features in all ways supported by Leaflet - fixes #244 .
...
* This automatically provides support for things like custom markers via
pointToLayer etc
* Also a significant bugfix for a bug that surfaced when using different marker
(like the CircleMarker) - and which took ~30m to track down. Bug was that the
call to zoom (or, more specifically, call to getBounds) occurred before
features were added to the map and getBounds for some objects (such as
circles) requires map to exit (so you can do a projection!)
2012-10-23 00:19:59 +01:00
Rufus Pollock
84edf764a0
[docs/backend][s]: add solr and ckan to backend list.
2012-10-23 00:19:33 +01:00
Rufus Pollock
b70b41ec5c
[#249,docs][s]: document geo_point type throughly.
2012-10-22 21:59:20 +01:00
Rufus Pollock
80626485ce
[#223,map][xs]: small improvements to in file docs for Map view.
2012-10-22 21:39:18 +01:00
Rufus Pollock
68d2f66f66
[docs/backend][s]: tidy up and factor out backend list to include file.
2012-10-22 16:30:15 +01:00
Rufus Pollock
c9208f1a08
[content][s]: front page button links to main docs.
2012-10-22 16:04:33 +01:00
Rufus Pollock
07b270ff96
[#180,demos/search][m]: google docs example using nigeria oil spill data - closes #180 .
2012-10-20 02:32:33 +01:00
Rufus Pollock
c63a3b0a4f
[#180,demos/search][s]: refactor bespoke template handling.
2012-10-20 01:58:44 +01:00
Rufus Pollock
97dcf08780
[backend/gdocs][s]: minor improvement to support handling spreadsheet urls where #gid=xxx is missing.
2012-10-20 01:57:13 +01:00
Rufus Pollock
d5b648cc89
[demos][s]: add search to index page and correct a typo.
2012-10-19 12:20:09 +01:00
Rufus Pollock
4aeabbe3a1
Merge branch '120-solr-backend'
2012-10-19 09:55:18 +01:00
Rufus Pollock
672d151434
[#180,demos/search][m]: working search demo using any backend and with special customization for openspending (the linked example).
2012-10-19 09:53:19 +01:00
Rufus Pollock
11c0a2b083
[#180,demos/search][s]: support for getting config from url (not used yet) plus refactor so that template is just for one result.
2012-10-19 09:53:10 +01:00
Rufus Pollock
af37da4d97
[_includes][xs]: include solr backend.
2012-10-19 08:16:39 +01:00
Rufus Pollock
ef931624a5
[package.json][s]: rename to reclinejs as recline already exists in npm plus bump to v0.7.0 and add amercader as contributor.
2012-10-19 08:07:15 +01:00
Rufus Pollock
b93adef3d5
[build/dist][s]: build latest.
2012-10-19 08:02:34 +01:00
Rufus Pollock
bc1c84944a
Merge branch 'master' of github.com:okfn/recline
2012-10-19 08:00:51 +01:00
Rufus Pollock
f6a3395b40
[#258,model][xs]: tiny bugfix for cases where fields in raw state contain a non-string - fixes #258 .
2012-10-19 07:57:47 +01:00
Rufus Pollock
dd8641ded2
[backend/csv,docs][s]: minor improvements to docs plus explicitly pass $/jQuery to module function (thanks to @acouch for the spot).
2012-10-19 07:41:11 +01:00
Rufus Pollock
cb780ef0c0
Merge pull request #253 from sleeper/slickgrid_editable
...
[#255,view/slickgrid][s]: The slickgrid view can now be edited utilizing the existing slickgrid editors - fixes #255 (thx to @sleeper).
2012-10-18 23:16:59 -07:00
Rufus Pollock
59c90df391
Merge branch 'master' into 120-solr-backend
2012-10-16 21:14:09 +01:00
Rufus Pollock
ed8e6bb33b
[#180,demos/search][s]: tweak text and refactor js and document it.
2012-10-16 21:13:44 +01:00
Rufus Pollock
979e00e849
[recline-deps][xs]: include ckan backend.
2012-10-15 19:52:03 +01:00
Frederick Ros
1cc8df020d
The slickgrid view can now be edited.
2012-10-14 20:56:25 +02:00
Rufus Pollock
d3b8f39213
[test/elasticsearch][xs]: disable ES backend write tests as they needed a running local ES server.
2012-10-14 18:51:04 +01:00
Rufus Pollock
78ecb0ff42
[build/docs][s]: regular build of docs.
2012-10-14 18:32:29 +01:00
Rufus Pollock
83a4f652a7
[build/dist][s]: regular build.
2012-10-14 18:32:12 +01:00
Rufus Pollock
42fcc1b649
Merge pull request #247 from sleeper/move_to_bb_0_9_2
...
[#226,vendor][s]: Upgrade to backbone 0.9.2 and underscore 1.4.2 - fixes #226 (thx to @sleeper).
Note while merge seems quite big there are no actual changes to main code (all changes are in built files like docs or dist)
2012-10-14 10:26:33 -07:00
Rufus Pollock
75ef00182e
[#246,bugfix,slickgrid][s]: fix for issue where slickgrid view not presenting columns in order of Dataset Fields - fixes #246 .
...
Bug details: Issue was that sorting of columns was happening inside SlickGrid view even though not supposed to (no special column order had been provided). Specific issue is at following lines 4737d7ecc5/src/view.slickgrid.js (L88) :
// Order them if there is ordering info on the state
if (this.state.get('columnsOrder')) {
Problem is that state.columnsOrder is the empty array (by default) and in javascript `Boolean([])` is true.
2012-10-14 18:13:13 +01:00
Rufus Pollock
88dfa0b314
[#250,backend/ckan][s]: nicer way to do configuration of CKAN API endpoint including parsing of url - fixes #250 .
2012-10-14 17:52:29 +01:00
Rufus Pollock
046ee8c1a0
[#240,bugfix,backend/memory][s]: range filters now work as expected when one end of range is null - fixes #240 .
...
* see ticket and comments for more details
2012-10-12 22:29:55 +01:00
Rufus Pollock
7819b3b185
[#248,model][s]: normalize Field types where possible by mapping standard type aliases to default type name - fixes #248 .
...
* view.graph.js improve graph view by making sure datetime for an axis is judged by whether it is date, datetime or time not just date!
* backend.ckan.js some type conversions now done in core model so can be removed
2012-10-12 22:06:56 +01:00
Rufus Pollock
aaae34f91d
[#249,docs/models][s]: improve documentation of types.
2012-10-12 21:42:38 +01:00
Rufus Pollock
f25401190b
[site,theme][s]: switch to pt sans and increase font-size.
2012-10-12 21:10:55 +01:00
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
Frederick Ros
01d59a8b6b
Moved to backbone 0.9.2 and underscoe 1.4.2
2012-10-11 17:23:20 +02: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