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
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
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
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
f00a3a712e
Worksheets managed in GDoc Backend
2012-08-07 12:09:05 +02:00
Krzysztof Trzewiczek
cf3fe1a656
RegExp bug in GDocs backend fixed and code refactoring
2012-08-05 17:53:45 +02:00
Lieven Janssen
9a800902d2
bug fixes: string values & datetime values on x axis
2012-07-30 22:02:05 +02: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
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
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
Rufus Pollock
7ecf71a394
Merge branch 'master' of github.com:okfn/recline
2012-07-15 00:40:57 +01:00
Rufus Pollock
7546889cf3
[transform,refactor][s]: rename costco.js to data.transform.js and rename module to recline.Data.Transform.
2012-07-15 00:38:16 +01:00
Rufus Pollock
178a8c1e42
[refactor][xs]: rename costco to data.transform.js.
2012-07-14 22:44:43 +01:00
Rufus Pollock
702798a285
[view/transform][xs]: move div with css class down one level so that it works in situations even where we pass div in.
2012-07-14 21:58:21 +01:00
Joseph Reisinger
073c998f12
fix a bug where columns don't sort properly in slickgrid
2012-07-09 15:43:22 -07:00
amercader
a5e3ef7a72
[backend/es][xs] Prevent exception if ElasticSearch did not return a valid mapping
2012-07-09 15:36:42 +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
Rufus Pollock
4e69026881
[be/csv,bugfix][xs]: csv loading from local online file was broken due to copy and paste error.
2012-07-08 16:42:44 +01:00
Rufus Pollock
22dd818183
[view/grid][s]: strip out all the menu stuff as somewhat broken both in UI (overflow not working) and functional terms (transform has changed).
...
* Felt simpler to remove and possibly reinstate later than try and fix now.
2012-07-08 16:41:34 +01:00
Rufus Pollock
b19eb18cd3
[queryeditor][xs]: remove unnecessary template variable.
2012-07-08 12:55:02 +01:00
Rufus Pollock
ac874c1814
[#176,bugfix,view/transform][xs]: remove unneeded setSelectionRange that failed in FF - fixes #176 (thx to @gka for report).
2012-07-05 20:47:20 +01:00
Rufus Pollock
a58f5e5bb0
[#174,refactor][s]: rename currentRecords to records on Dataset.
2012-07-05 15:37:17 +01:00
Rufus Pollock
b3ac590a58
[model][s]: add a constructor with the name of the object for better debugging.
2012-07-04 15:00:13 +01:00
Rufus Pollock
4721f27487
[be/memory][xs]: micro fix for null fields.
2012-07-03 15:46:43 +01:00
Rufus Pollock
202ca2dce0
[model,bugfix][s]: correction for change introduced in last commit to move summary method from Record to Dataset.recordSummary.
2012-07-03 15:35:40 +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
a8b8c1a59a
[view/map][xs]: additional name for geo column ('geo', 'lonlat').
2012-07-01 14:26:53 +01:00
Rufus Pollock
568eb1e034
[model,bugfix][xs]: prevent query function triggering a second query by using silent: true when setting queryState.
2012-07-01 13:54:00 +01:00
Rufus Pollock
b9555cce6a
[refactor][xs]: rename docCount to recordCount.
2012-07-01 09:01:21 +01:00
Rufus Pollock
f06b9ad1b1
[field][xs]: formatter for geo_point type (like an object).
2012-06-29 20:40:15 +01:00
Rufus Pollock
d3c9f30e74
[view/slickgrid][xs]: set recline-slickgrid on view element so that we can pass element in to the view (neede for non-multiview usage e.g. in tutorial).
2012-06-29 20:27:01 +01:00
Rufus Pollock
0e50e99c59
[be/dataproxy][xs]: dataproxy timeout is now configurable (defaults to 5s).
2012-06-29 15:41:10 +01:00
Rufus Pollock
2734f608ba
[#94,trasnform][s]: show before / after side by side rather than above and below.
2012-06-29 00:38:30 +01:00
Rufus Pollock
0c767212e2
[#49,transform,bugfix][s]: be careful about selecting col for transform code as may have no fields as yet.
2012-06-29 00:16:45 +01:00
Rufus Pollock
bef8f9ff00
[#94,backend/memory,transform][s]: support for doing transforms without depending on an id field.
...
* Use index into array instead
* Not totally happy with this but still ...
2012-06-29 00:06:54 +01:00
Rufus Pollock
2b3f6e1c5a
[multiview,refactor][xs]: switch to SlickGrid as default view.
2012-06-28 23:57:26 +01:00