Rufus Pollock
e3819d8f4e
[#51,bugfix][xs]: fix bug in pulling of fields from document in createDataset (corrects error in 5fc486d8083a27db21993fc7d58c2c2dae75c17f).
2012-03-31 11:09:10 +01:00
Rufus Pollock
d68529c113
[test/model][xs]: add a test for FieldList.toJSON.
2012-03-29 08:38:58 +01:00
Rufus Pollock
5fc486d808
[#51,bugfix][s]: fix for pulling fields from first row of data if no fields are provided (addendum to cb81fe87aff266e148428fbb5895552c4e66769f).
2012-03-29 08:22:57 +01:00
Rufus Pollock
724e6bfc39
Merge branch 'master' of github.com:okfn/recline
2012-03-28 08:55:00 +01:00
Tom Rees
ee9e7d07fb
Fixing IE7 compatibility issues
2012-03-27 18:26:43 +01:00
Rufus Pollock
bae55355a5
[#36,#39,demo/import][s]: import menu has working import from file (csv) ( fixes #36 , fixes #39 ).
...
* First part of #39 (import menu) in 17986f25afdf9569c3e72a8ede0fb6df3cb703d9.
2012-03-27 18:26:29 +01:00
Rufus Pollock
f51b4b6d79
[#36,backend/localcsv][m]: local csv 'backend' completed with new csvToDataset function - fixes #36 .
2012-03-27 17:05:34 +01:00
Rufus Pollock
cb81fe87af
[#51,backend/memory][s]: simple createDataset method to create in-memory dataset from raw array of hashes (and optional other info).
2012-03-27 17:02:13 +01:00
Rufus Pollock
995a053400
[#36,backend/localcsv][s]: start on local 'backend' with CSV parser and test.
2012-03-27 08:27:10 +01:00
Rufus Pollock
81c7d3a138
[test][xs]: remove link to removed backend/webstore.js.
2012-03-25 18:00:01 +01:00
Rufus Pollock
c8cc82a31c
[#59,bugfix][xs]: dropdowns on grid header drop to left rather than right - fixes #59 .
...
* utilizing bootstrap v2.0.2 support for pull-right on dropdowns.
2012-03-25 14:57:08 +01:00
Rufus Pollock
5709300fa3
[#60,vendor][s]: upgrade to bootstrap v2.0.2 - fixes #60 .
2012-03-25 14:56:29 +01:00
Rufus Pollock
17986f25af
[demo][s]: convert import from url to dropdown plus modal from simple form in top bar.
2012-03-24 17:25:18 +00:00
Rufus Pollock
34a16b7c03
[build][xs]: build latest.
2012-03-23 03:58:58 +00:00
Rufus Pollock
d1445ee12f
[#58,flot-graph][s]: switch to horizontal bar chart as normal bar chart tick labels are borked without rotation when lots of bars (rotation not yet in flot core [1]).
...
[1]: https://github.com/flot/flot/pull/15
2012-03-23 03:53:49 +00:00
Rufus Pollock
70ea2bd863
[#34,bugfix,view][s]: fix issues with interaction of hash changes with view updating.
...
* Problem was in e.g. default demo that with new hash we were not matching on grid view and hence only displaying that (so we displayed both grid and graph which was nasty ...)
* Fix this by better match on route. Also improve by using router.navigate on query update
2012-03-23 02:41:53 +00:00
Rufus Pollock
3ff0bf1f28
[refactor][s]: remove costco-csv-worker (we are not using it).
2012-03-20 10:34:20 +00:00
Rufus Pollock
5313fde8aa
[#52,docs][s]: create sidebar in main docs and do various other minor bits of tidying.
...
* Also link back to main page / docs from demo.
2012-03-17 18:46:27 +00:00
Rufus Pollock
a62a33845a
[css][xs]: remove curved borders from grid headings.
2012-03-17 17:29:20 +00:00
Rufus Pollock
cc27ddde43
[build][xs]: latest version of recline.
2012-03-16 13:54:59 +00:00
Rufus Pollock
ded2360328
[#58,view/flot-graph][s]: tooltips for bar chart and, for bar charts, label x-axis with x values rather than numbers.
2012-03-16 00:22:41 +00:00
Rufus Pollock
dc0dc0b76e
[view/flot-graph][s]: tool tips now show true x-axis value in case where non-numeric (e.g. for bar).
2012-03-16 00:13:40 +00:00
Rufus Pollock
e51fdfe7cd
[demo][xs]: tweak local dataset data for testing graphing with labels.
2012-03-16 00:12:06 +00:00
Rufus Pollock
27b4b54098
[demo,bugfix][xs]: fix losing routing hash which mean we could not share urls (result of 5660c8802089193f6656ffc6552e05491c9e320a).
2012-03-15 21:57:50 +00:00
Rufus Pollock
93d4b84080
[doc][s]: minor correction to model docs.
2012-03-15 00:47:32 +00:00
Rufus Pollock
8762b9a862
[build,doc][s]: build all the docs and tweak main doc file.
2012-03-15 00:43:06 +00:00
Rufus Pollock
95a394bd13
[backend/webstore][s]: remove webstore backend.
2012-03-15 00:27:53 +00:00
Rufus Pollock
35631f3713
[demo][xs]: add in gdocs as an option and remove webstore as option from loader menu.
2012-03-15 00:25:42 +00:00
Rufus Pollock
dd4fbeceb5
[backend/gdocs][s]: support being given standard 'user' gdocs url by extracting spreadsheet key and generating url with it.
...
* This makes gdocs backend much easier to use!
2012-03-15 00:24:21 +00:00
Rufus Pollock
5660c88020
[demo/js][s]: refactor demo js and add support for specifying url to load (and backend type) in the url query string.
...
* You can now do stuff like demo/index.html?url={path-to-your-elastic-search-instance}
2012-03-14 23:49:37 +00:00
Rufus Pollock
d99b4db0ac
[#58,flot][s]: tooltips for flot graphs ( fixes #58 ).
2012-03-14 23:12:39 +00:00
Rufus Pollock
a9b65b4d1d
[#58,flot-graph][s]: support for new types of graph: bars, points and points and lines.
2012-03-14 22:32:40 +00:00
Rufus Pollock
eb601dc2f3
[demo][xs]: remove 'original' demo as now very out of date and broken.
2012-03-14 21:55:06 +00:00
Rufus Pollock
53a5fdac76
[css][s]: move css/boostrap.css into demo/style/demo.css (and break out from it css which is core).
...
* Also move original css to original.
2012-03-14 21:51:56 +00:00
Rufus Pollock
b13bae046b
[css][xs]: make new menus in data grid a bit nicer.
2012-03-14 21:31:41 +00:00
Rufus Pollock
f9f5be6540
[view/query][s]: refactor query view to have from / size changes in new dropdown query menu rather than in pagination.
2012-03-14 21:14:56 +00:00
Rufus Pollock
6d69ef64d9
[view/util][xs]: minor correction to parseQueryString function to handle empty query strings correctly.
2012-03-14 21:04:25 +00:00
Rufus Pollock
733a9d3275
[#34,view][s]: query state in url (store into and read from).
...
* Also change so that query values are not automatically JSON.stringify-ied (bad idea since it leads to repeated jsonification of same value ...)
2012-03-14 19:45:28 +00:00
Rufus Pollock
58c06e5ad7
[view/flot][xs]: remove TODO which had been done.
2012-03-14 19:22:43 +00:00
Rufus Pollock
10ce04da43
[demo][xs]: graph view available for cases where data loaded from remote.
2012-03-14 18:44:06 +00:00
Rufus Pollock
2bf0f9681f
[test][xs]: fix for DataProxy test broken by changes in e6ce2ca533cf9ef60773280e51b866504e5047f5.
2012-03-14 18:43:42 +00:00
Rufus Pollock
3abca8c7c5
[test][xs]: correct vendor links (causing lots of broken tests!).
2012-03-14 18:42:00 +00:00
Rufus Pollock
4b5c647ab4
[grid,ui][s]: switch to bootstrap dropdowns for grid menus.
2012-03-14 18:41:23 +00:00
Rufus Pollock
7cc23dfaf7
[doc][s]: minor tweaks to main home page.
2012-03-13 17:15:27 +00:00
Rufus Pollock
7f1dabe885
[demo/built][xs]: correct path to bootstrap vendor.
2012-03-11 01:26:02 +00:00
Rufus Pollock
89c1e75304
[build][xs]: latest version of recline.js.
2012-03-11 01:25:47 +00:00
Rufus Pollock
c707951aae
[#38,make][s]: convert make(file) to python.
2012-03-11 01:24:13 +00:00
Rufus Pollock
28ab026ca1
[view,bugfix][xs]: correct bug in query editor introduced by change in css in 07adbe2386116f8ac8ca4c716344b3d6dc513354.
2012-03-10 09:09:57 +00:00
Rufus Pollock
d60d97ffff
[demo][xs]: put in real ES end point insteand of old webstore endpoint in demo.
2012-03-10 09:09:05 +00:00
Rufus Pollock
c1844f4df8
[vendor][xs]: rename underscore lib to not have 000 prepended.
2012-03-10 09:07:45 +00:00