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
Rufus Pollock
5e9e7aacba
[build/docs][m]: build docs (first time in a while).
2013-05-05 20:08:46 +01:00
Rufus Pollock
aaa865d78b
[docs][s]: correct flotr2 refs to flot.
2013-05-05 19:07:30 +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
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
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
e77d6c4d36
[site][s]: some minor tweaks to css and fix a typo in map tutorial.
2013-02-09 16:20:59 +00:00
Rufus Pollock
2799fe5acd
[#183,demos/search][s]: improve commenting in search demo js and produced docco'd version.
2012-11-02 09:58:42 +00:00
Rufus Pollock
a441c939d0
[docs][xs]: latest version of docco.css.
2012-11-02 09:58:27 +00: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
b70b41ec5c
[#249,docs][s]: document geo_point type throughly.
2012-10-22 21:59:20 +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
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
78ecb0ff42
[build/docs][s]: regular build of docs.
2012-10-14 18:32:29 +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
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
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
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
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
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
Dominik Moritz
e167591253
Updated documentation and tutorials
2012-09-12 00:50:20 +01:00
Rufus Pollock
2023cc4c35
[build][m]: regular build including docs.
2012-09-09 16:16:00 +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
4737d7ecc5
[#218,refactor,query][m]: refactor query object sort attribute structure as described in #218 - fixes #218 .
2012-08-21 23:55:03 +01:00
Rufus Pollock
f64b0c9345
[docs/models][s]: add list of types to Field documentation.
2012-08-18 02:03:11 +01:00
Rufus Pollock
cc5bb0e343
[build][m]: regular build of docs and js files.
2012-08-15 12:52:02 +01:00
Rufus Pollock
bc414e9f8c
[#212,views][s]: refactor views and tutorial so that no render call in initialize and view element can be passed in externally ( fixes #212 ).
2012-08-15 12:33:59 +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
02d152c5ad
[#153,#212,view/map][m]: fixes #153 bug re map rendering (see issue for more) and in process did refactoring of map view in line with #212 .
...
* multiview: refactored to call render on all views as that is new setup for #212 (and also needed for #153 )
* tutorial-views: call render now which fixes bug (this was specific issue reported in #153 )
2012-08-15 11:51:08 +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
Colin Kennedy
c245960643
Fix broken backends docs link
2012-07-15 18:23:40 -05:00
Rufus Pollock
d387eca8cd
[docs/tutorials,#113][s]: rework and extend section on records in basics tutorial and start section on filters in query tutorial.
2012-07-09 01:32:59 +01:00
Rufus Pollock
3e2fbed5c2
[#168,docs/backend][m]: major extension to backend tutorial to give examples of most backends.
2012-07-08 20:52:55 +01:00
Rufus Pollock
3ad97a82e0
[docs][xs]: linewrap.
2012-07-08 12:58:05 +01:00
Matt Wood
27c8f59b0a
Update master
2012-07-06 09:02:39 -07:00
Matt Wood
b8ac03ef32
Update master
2012-07-06 08:49:26 -07:00
Rufus Pollock
eb0677ddc4
[docs][xs]: add link to timeline view and correct model source docs link.
2012-07-05 22:44:24 +01:00
Rufus Pollock
8fb4b278c3
[build][s]: usual build.
2012-07-05 15:39:30 +01:00
Rufus Pollock
a58f5e5bb0
[#174,refactor][s]: rename currentRecords to records on Dataset.
2012-07-05 15:37:17 +01:00
Rufus Pollock
03fe9a5a6a
[#113,docs/tutorials][s]: split tutorials up more.
2012-07-04 14:52:12 +01:00
Rufus Pollock
811604d409
[docs][s]: split out tutorials in a separate file.
2012-07-03 19:28:18 +01:00
Rufus Pollock
bc0b78c67e
[docs][xs]: change size of overview diagram.
2012-07-01 22:11:18 +01:00
Rufus Pollock
1dadc1106b
[#113,docs/tutorial][l]: tutorial-basics written giving introduction to dataset and associated functionality.
...
* Minor corrections to several other parts of docs.
2012-07-01 15:40:04 +01:00
Rufus Pollock
19f14c9507
[tutorial/views][s]: bring the tutorial up to date and switch to slickgrid for the grid.
2012-06-29 20:29:10 +01:00
Rufus Pollock
889fb6afb1
[docs,refactor][s]: move examples to being tutorials in the docs directory.
2012-06-29 16:40:22 +01:00
Rufus Pollock
12f6afebc9
[#168,docs/backend][s]: bring backend example up to date.
2012-06-29 15:49:43 +01:00