63 Commits

Author SHA1 Message Date
Aaron Couch
2b09102405 Update backend-list.html
Issue #483 Add Excel to backend list
2015-06-29 12:54:41 -05:00
Matt Fullerton
4f1134443f Fixes to dependencies list 2015-05-12 20:22:20 +02:00
Matt Fullerton
7d951f5fbc Update for new (and only new!) SlickGrid 2015-05-11 21:14:05 +02:00
Matt Fullerton
b1e7683205 Upgrade leaflet.markercluster 2015-05-02 20:24:22 +02:00
Matt Fullerton
bafe84060c [docs/demos] Fixes #400, Typos 2015-03-21 10:43:31 +01:00
Sol Villar
9ac51793cd [#427] Fixed styles in navbar and changed Boostrap version to 3.2.0. 2015-03-05 01:00:00 -03:00
Sol Villar
f9351ab84c [#427] Added Bootstrap 3.3.2 and modified references. 2015-03-05 00:12:08 -03:00
Matt Fullerton
a6efbf9da3 Docs improvements
Added list of views incl. those from 3rd parties, linked views tutorial
from views docs. Linked the list from the tutorial.

Booted (unlinked) pages for Grids tutorial (#397, #398), Timelines
tutorial (#224)
2014-11-03 10:34:24 +01:00
aliounedia
b2f90d5f6a Fix bug in backends ducumentation #449 2014-09-25 11:28:09 +02:00
aliounedia
a3b1a3e7e8 Fix bug in backends ducumentation #449 2014-09-25 11:12:51 +02:00
aliounedia
2d709cbc39 update 2014-09-25 11:10:07 +02:00
陳信屹
c4a67801b6 change leaflet version to 0.7.3. 2014-08-17 12:52:05 +08:00
Rufus Pollock
095f64e1f3 [fixes #444,csv][s]: remove csv backend as now in own repo.
* Moved to https://github.com/okfn/csv.js in Feb and been improving since
* Updated the docs to reflect the removal (plus did some other improvements to backend docs at same time)
2014-08-16 18:12:18 +01:00
Vitor Baptista
f1b652e54b Upgrade Bootstrap to 2.3.2 2014-05-05 20:26:26 -03:00
aliounedia
8bf518c0e2 recline support for row reordering grid 2014-04-28 15:10:35 +02:00
Rufus Pollock
c8f7ab56ff [#316,timeline][s]: complete upgrade to v2.25 of timelinejs with support for BC dates <= 10k BC. 2013-08-24 13:25:28 +01:00
Rufus Pollock
ccf60d00f0 [#316,timeline][m]: timeline now handles BC dates and has a switch to support non US dates dd/dd/dddd - fixes #316.
* upgrade timeine view to latest TimelineJS (note vendor code went in in last commit as needed to patch in this one)
  * Minor fix to TimelineJS timeline.js code (actual bug I think)
* BC (-ve years) support is provided by latest TimelineJS (raw vendor code in last commit)
* Strip out use of momentjs and just use timelinejs date parsing (various changes and tests around this)
* state option nonUSDates: true to parse dd/mm/yyyy properly
2013-08-14 22:23:46 +01:00
Rufus Pollock
d1b04a4d10 [#314,backend][s]: remove gdocs backend - now in separate repo. 2013-06-30 22:08:36 +01:00
Rufus Pollock
e4adc0c34a [#314,backends][m]: remove elasticsearch backend - now in own repo https://github.com/okfn/elasticsearch.js. 2013-06-30 21:51:39 +01:00
Rufus Pollock
eb682d673f [#359,view/flot][m]: much better time series support by using flot time plugin - fixes #359.
* Note you still need to set the type of the field to time for this to work properly (i.e. we do not attempt to guess a column is dates as that is very error-prone).
2013-06-02 18:42:17 +01:00
Dan Wilson
325eaf8c34 Bumped Moment to 2.0.0 (required by next commit) 2013-05-14 16:26:34 +01:00
Dan Wilson
080188286a Bumped backbone to 1.0.0. Issue #351. 2013-05-14 10:12:24 +01:00
Dan Wilson
6c8d9ec50a Bumped underscore to 1.4.4 2013-05-13 21:48:22 +01:00
Rufus Pollock
caf0c84e97 [#314,be/ckan][s]: remove ckan backend from core as now in own repo https://github.com/okfn/recline.backend.ckan. 2013-05-05 18:03:52 +01:00
Rufus Pollock
fc79518ba5 [#349,transform][s]: remove transform view and associated code - fixes #349. 2013-05-04 22:13:27 +01:00
Rufus Pollock
6560aa98e1 [#314,be][s]: update links to external backend repos. 2013-05-04 20:58:30 +01:00
Rufus Pollock
1fc5610874 [#342,bugfix,timeline][s]: remove explicitly setting of width in JS as not the right way - fixes #342. 2013-04-16 18:24:32 +01:00
John Glover
72a65213c0 [#336] Add valuefilter widget 2013-04-02 17:11:07 +02:00
Rufus Pollock
369bd5f257 [#314,couchdb][s]: remove couchdb backend as now in its own repo at https://github.com/Recline/backend.couchdb. 2013-02-16 15:47:10 +00:00
Rufus Pollock
64c9e488dd [#314,be/solr][s]: minor extra solr reference to remove missed in /6f82c4c5ccd2367384ef8f1cb4fc296ed4a34e97. 2013-02-11 14:53:46 +00:00
Rufus Pollock
242bcc7a14 [#287,view/graph][s]: move current view.graph.js to view.flotr2.js and setup recline.View.Graph to point to recline.View.Flot. 2013-02-09 16:18:37 +00:00
Rufus Pollock
723d128d13 [#313,backend][s]: use jquery deferred if available - fixes #313. 2013-02-08 13:31:03 +00:00
John Glover
8439cc5522 [#287] Add view.flot.js.
Allows flot to be used for graphs as well as
flotr2.
Based on view.graph.js in the ckan-updates branch.
2013-01-09 15:53:44 +01:00
Rufus Pollock
965bf6e9bb [#172,refactor][s]: switch everything to use underscore.deferred rather than jQuery.Deferred - fixes #172.
* In addition reduced pattern of passing in $ to backend modules - instead just use jQuery explicitly (this should make it easier to mock-out jQuery if you waned to
2013-01-04 20:13:16 +00:00
John Glover
c6a8a33d32 [284] Add json2.js which defines JSON for older browsers (IE7). Fixes filters and 6 test failures with IE7. 2012-12-10 15:20:02 +01: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
84edf764a0 [docs/backend][s]: add solr and ckan to backend list. 2012-10-23 00:19:33 +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
af37da4d97 [_includes][xs]: include solr backend. 2012-10-19 08:16:39 +01:00
Rufus Pollock
979e00e849 [recline-deps][xs]: include ckan backend. 2012-10-15 19:52:03 +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
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
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
Dominik Moritz
e167591253 Updated documentation and tutorials 2012-09-12 00:50:20 +01:00
Rufus Pollock
3742c7b9da [#220,fixups][s]: fix up references to old Leaflet (0.3.1) to new Leaflet (0.4.1). 2012-09-08 18:43:34 +01:00
Rufus Pollock
c75e31a856 [#213,docs,views][s]: add timeline example to views tutorial - fixes #213. 2012-08-15 12:27:45 +01:00
Rufus Pollock
5caca91405 [#170,view/graph][xs]: update links to new flotr2 vendor library - addendum to 2600a777461a2deeaef57e642f4492772ee99a4f. 2012-07-19 01:32:11 +01:00
Rufus Pollock
178a8c1e42 [refactor][xs]: rename costco to data.transform.js. 2012-07-14 22:44:43 +01:00
Rufus Pollock
d599f75e85 [model,refator][s]: reintroduce summary on Record object deprecating recordSummary on Dataset.
* Reverses change in 1dadc1106bd2dbcad4580d3889e15ac44c865f80
* Record now has fields attribute passed down from Dataset. This is needed in order to support summary method and also makes sense -- as pointed out by @zephod
* Update examples
2012-07-09 01:29:46 +01:00