866 Commits

Author SHA1 Message Date
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
09ffb04e40 [#196,addendum][xs]: fix up demos restore functionality which was broken by removal of Dataset.restore for #196. 2012-08-21 23:43:32 +01:00
Rufus Pollock
b03fa3b1a4 Merge branch '217-ckan-backend' 2012-08-21 22:09:16 +01:00
Rufus Pollock
24f13366c0 [#217,backend/ckan][xs]: correct argument order to query method and make test into a proper module to stop cross test pollution. 2012-08-18 02:50:25 +01:00
Rufus Pollock
f06df0d5df Merge branch '217-ckan-backend' 2012-08-18 02:08:53 +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
74132d36d7 [#217,backend/ckan][m]: functional CKAN backend (read-only).
* limited tests so far (only use mocks so have not tested querying properly)
2012-08-18 02:01:13 +01:00
Rufus Pollock
83fa3dcf29 [addendum,paper-bag][xs]: remove console.log that crept in. 2012-08-17 12:21:45 +01:00
Rufus Pollock
0007536641 [#196,addendum][s]: do the build to include fix for #196. 2012-08-17 12:20:15 +01:00
Rufus Pollock
c7775853d0 [addendum][xs]: remove some extra comments that should have gone in last commit. 2012-08-17 08:46:44 +01:00
Rufus Pollock
70c2676fc0 [#196,bugfix][s]: add back in support for serializing *all* dataset info into state object (and restoring from it) - fixes #196.
* Also minor refactor move dataset restore functionality into multiview (it makes more sense as it is multiview which does the serializing in the first place)
* Improved tests for this!
2012-08-16 14:28:44 +01:00
Rufus Pollock
211fe9d3ec [#212,test][xs]: micro fix to tests in line with changes for #212. 2012-08-15 13:15:22 +01:00
Rufus Pollock
cc5bb0e343 [build][m]: regular build of docs and js files. 2012-08-15 12:52:02 +01:00
Rufus Pollock
e9ac15629d [docs/download][s]: add download links for last formal release (v0.5). 2012-08-15 12:47:56 +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
ce84dfc26b [#212,test/map][s]: addendum to previous commit (should have been in there!). 2012-08-15 11:56:39 +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
6f78b7b1be [#211,view][s]: switch show/hide from events to explicit methods - fixes #211. 2012-08-15 10:57:58 +01:00
Krzysztof Trzewiczek
d43b9633ec [closes #182,view/multiview] Sidebar views moved to initialize options 2012-08-10 12:29:24 +02:00
Krzysztof Trzewiczek
532f777f78 [#166,closed,gdocs/backend] Added title to GDocs backend metadata 2012-08-09 17:59:25 +02:00
Krzysztof Trzewiczek
d7fc9ba1f8 [#96,closed] Range filter with support for string, number and date data-types 2012-08-09 13:00:41 +02:00
Krzysztof Trzewiczek
b39f858f69 [#209,backend/memory] Code refactored (less side-effects) to be moved from backends 2012-08-08 21:37:11 +02:00
Krzysztof Trzewiczek
e701f11e29 [#96,backend/memory] Simplified types handling in range filter 2012-08-08 18:27:52 +02:00
Krzysztof Trzewiczek
d445629318 Simple range filter added to Memory backend 2012-08-08 17:44:47 +02:00
Krzysztof Trzewiczek
51c81a5a7e Wrong metadata assignment fixed 2012-08-07 20:12:53 +02:00
Krzysztof Trzewiczek
c6135bec20 Spreadsheet and worksheet titles added to GDoc backend 2012-08-07 16:17:14 +02:00
Krzysztof Trzewiczek
a8aa4bda41 Merge branch 'master' of github.com:okfn/recline 2012-08-07 12:11:30 +02:00
Krzysztof Trzewiczek
f00a3a712e Worksheets managed in GDoc Backend 2012-08-07 12:09:05 +02:00
Rufus Pollock
49714b18e6 Merge branch 'master' of github.com:okfn/recline 2012-08-05 17:04:00 +01:00
Rufus Pollock
f625850e4f [vendor/showdown][s]: add (non-essential) showdown vendor lib. 2012-08-05 17:03:45 +01:00
Krzysztof Trzewiczek
cf3fe1a656 RegExp bug in GDocs backend fixed and code refactoring 2012-08-05 17:53:45 +02:00
Rufus Pollock
129f7a7cdb Merge pull request #197 from lievenjanssen/flotr2
[view/graph][s]: fixes: string values & datetime values on x axis re #170.
2012-08-03 13:47:26 -07:00
Lieven Janssen
9a800902d2 bug fixes: string values & datetime values on x axis 2012-07-30 22:02:05 +02:00
Rufus Pollock
36ac8f283e [theme][xs]: add funder/supporter logo. 2012-07-30 10:44:01 +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
ce2d30499f [content][s]: Revert "Homepage content and styling" added in commit 495c27878c99d57c5402527cd2a3f867cb4132a9. 2012-07-19 01:13:34 +01:00
Sam Smith
f1a7677deb Merge branch 'master' of https://github.com/okfn/recline 2012-07-18 17:56:53 +01:00
Sam Smith
495c27878c Homepage content and styling 2012-07-18 17:56:24 +01:00
Rufus Pollock
2600a77746 Merge pull request #188 from lievenjanssen/flotr2
[view/graph][m]: convert to Flotr2 from jquery flot for graph support - thx to @lievenjanssen.
2012-07-18 04:05:50 -07:00
Rufus Pollock
be934c01d3 Merge pull request #189 from moshen/master
[doc,bugfix][xs]: Tutorial backends page contains a broken link to the backends docs.
2012-07-15 17:12:23 -07:00
Colin Kennedy
c245960643 Fix broken backends docs link 2012-07-15 18:23:40 -05:00
Rufus Pollock
29cf575491 Merge pull request #186 from mikemorris/master
[#185,be/csv][xs]: fixing serializeCSV to pass test.
2012-07-15 06:36:06 -07:00
Lieven Janssen
4978e076a9 fixed auto-scaling on x and y-axis 2012-07-15 12:44:44 +02:00
Lieven Janssen
b9c4a07d8d Migrated jquery-flot to flotr2. Added column chart type. 2012-07-15 08:52:06 +02:00
Mike Morris
f7e79e08fd fixing serializeCSV to pass test 2012-07-14 20:54:06 -04:00
Rufus Pollock
0500672f19 [be/csv,bugfix][xs]: fix bugs in last merge of backend csv stuff. 2012-07-15 01:38:47 +01:00
Rufus Pollock
b6fbe0c9f5 [build][s]: usual build. 2012-07-15 01:34:23 +01:00
Rufus Pollock
d70aaf370c Merge pull request #184 from mikemorris/master
[#185,be/csv][s]: adding serializeCSV function to CSV backend.
2012-07-14 17:33:45 -07:00
Mike Morris
11e1a17d6a adding serializeCSV function and test 2012-07-14 20:30:50 -04:00