3412962a35
[#62,faceting][s]: introduce Facet and FacetList models and use them.
Rufus Pollock
2012-03-31 18:06:41 +01:00
905659d86f
[#62,view/query][m]: start of faceting support with QueryFacetEditor.
Rufus Pollock
2012-03-31 15:08:27 +01:00
e3819d8f4e
[#51,bugfix][xs]: fix bug in pulling of fields from document in createDataset (corrects error in 5fc486d808).
Rufus Pollock
2012-03-31 11:09:10 +01:00
d68529c113
[test/model][xs]: add a test for FieldList.toJSON.
Rufus Pollock
2012-03-29 08:38:58 +01:00
5fc486d808
[#51,bugfix][s]: fix for pulling fields from first row of data if no fields are provided (addendum to cb81fe87af).
Rufus Pollock
2012-03-29 08:21:34 +01:00
ee9e7d07fb
Fixing IE7 compatibility issues
Tom Rees
2012-03-27 18:26:43 +01:00
bae55355a5
[#36,#39,demo/import][s]: import menu has working import from file (csv) (fixes#36, fixes#39).
Rufus Pollock
2012-03-27 18:26:29 +01:00
f51b4b6d79
[#36,backend/localcsv][m]: local csv 'backend' completed with new csvToDataset function - fixes#36.
Rufus Pollock
2012-03-27 17:05:34 +01:00
cb81fe87af
[#51,backend/memory][s]: simple createDataset method to create in-memory dataset from raw array of hashes (and optional other info).
Rufus Pollock
2012-03-27 17:02:13 +01:00
995a053400
[#36,backend/localcsv][s]: start on local 'backend' with CSV parser and test.
Rufus Pollock
2012-03-27 08:27:10 +01:00
81c7d3a138
[test][xs]: remove link to removed backend/webstore.js.
Rufus Pollock
2012-03-25 18:00:01 +01:00
c8cc82a31c
[#59,bugfix][xs]: dropdowns on grid header drop to left rather than right - fixes#59.
Rufus Pollock
2012-03-25 14:57:08 +01:00
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]).
Rufus Pollock
2012-03-23 03:53:49 +00:00
70ea2bd863
[#34,bugfix,view][s]: fix issues with interaction of hash changes with view updating.
Rufus Pollock
2012-03-23 02:41:53 +00:00
3ff0bf1f28
[refactor][s]: remove costco-csv-worker (we are not using it).
Rufus Pollock
2012-03-20 10:34:20 +00:00
ded2360328
[#58,view/flot-graph][s]: tooltips for bar chart and, for bar charts, label x-axis with x values rather than numbers.
Rufus Pollock
2012-03-16 00:22:41 +00:00
dc0dc0b76e
[view/flot-graph][s]: tool tips now show true x-axis value in case where non-numeric (e.g. for bar).
Rufus Pollock
2012-03-16 00:13:40 +00:00
e51fdfe7cd
[demo][xs]: tweak local dataset data for testing graphing with labels.
Rufus Pollock
2012-03-16 00:12:06 +00:00
27b4b54098
[demo,bugfix][xs]: fix losing routing hash which mean we could not share urls (result of 5660c88020).
Rufus Pollock
2012-03-15 21:57:50 +00:00
93d4b84080
[doc][s]: minor correction to model docs.
Rufus Pollock
2012-03-15 00:47:32 +00:00
35631f3713
[demo][xs]: add in gdocs as an option and remove webstore as option from loader menu.
Rufus Pollock
2012-03-15 00:25:42 +00:00
dd4fbeceb5
[backend/gdocs][s]: support being given standard 'user' gdocs url by extracting spreadsheet key and generating url with it.
Rufus Pollock
2012-03-15 00:24:21 +00:00
5660c88020
[demo/js][s]: refactor demo js and add support for specifying url to load (and backend type) in the url query string.
Rufus Pollock
2012-03-14 23:49:37 +00:00
a9b65b4d1d
[#58,flot-graph][s]: support for new types of graph: bars, points and points and lines.
Rufus Pollock
2012-03-14 22:32:40 +00:00
eb601dc2f3
[demo][xs]: remove 'original' demo as now very out of date and broken.
Rufus Pollock
2012-03-14 21:55:06 +00:00
53a5fdac76
[css][s]: move css/boostrap.css into demo/style/demo.css (and break out from it css which is core).
Rufus Pollock
2012-03-14 21:51:56 +00:00
b13bae046b
[css][xs]: make new menus in data grid a bit nicer.
Rufus Pollock
2012-03-14 21:31:41 +00:00
f9f5be6540
[view/query][s]: refactor query view to have from / size changes in new dropdown query menu rather than in pagination.
Rufus Pollock
2012-03-14 21:14:56 +00:00
6d69ef64d9
[view/util][xs]: minor correction to parseQueryString function to handle empty query strings correctly.
Rufus Pollock
2012-03-14 21:04:25 +00:00
733a9d3275
[#34,view][s]: query state in url (store into and read from).
Rufus Pollock
2012-03-14 19:45:28 +00:00
58c06e5ad7
[view/flot][xs]: remove TODO which had been done.
Rufus Pollock
2012-03-14 19:22:43 +00:00
10ce04da43
[demo][xs]: graph view available for cases where data loaded from remote.
Rufus Pollock
2012-03-14 18:44:06 +00:00
2bf0f9681f
[test][xs]: fix for DataProxy test broken by changes in e6ce2ca533.
Rufus Pollock
2012-03-14 18:43:42 +00:00
0f767e5598
[demo][xs]: revert to using src js from demo as it makes developing so much easier.
Rufus Pollock
2012-03-10 08:32:13 +00:00
fc979023e6
[view,backend/dataproxy][s]: handle errors from dataproxy better and notify errors better in view.
Rufus Pollock
2012-02-29 22:01:37 +00:00
e6ce2ca533
[backend/dataproxy][s]: simplify by not bothering to query proxy on Dataset fetch and instead just set fields as part of query.
Rufus Pollock
2012-02-29 21:59:47 +00:00
1b9102e4b0
[css][xs]: remove bootstrap button stuff from css and switch to bootstrap disable to grey out button for active view.
Rufus Pollock
2012-02-29 21:29:34 +00:00
b5f2a3bbc5
[view/grid,css][xs]: add zebra striped for grid and fix width of search box.
Rufus Pollock
2012-02-29 13:55:11 +00:00
3e3bdd5b3f
[demo][xs]: fix jquery vendor link - changed to 1.7.1 on file but not in html (doh!).
Rufus Pollock
2012-02-29 13:47:19 +00:00
6daf354f3c
[css][s]: refactor notification to remove obsolete css and display spinner using css.
Rufus Pollock
2012-02-29 13:46:57 +00:00
5c3781826a
[#55,notify][xs]: correct clearNotifications to use .alert rather that .alert-messages.
Rufus Pollock
2012-02-29 13:20:54 +00:00
ca89b8f916
[doc][xs]: correct alert-message to alert in notify function docs.
Rufus Pollock
2012-02-29 13:19:11 +00:00
94651fbff4
[#55,misc][s]: switch to bootstrap v2.0 making some minor changes to html and css as a result (fixes#55).
Rufus Pollock
2012-02-29 12:52:03 +00:00
bf5476d0e4
[#55,vendor][s]: upgrade to jquery 1.7.1 as need >= 1.7 for bootstrap v2.0.
Rufus Pollock
2012-02-29 12:49:36 +00:00
6fcc09b028
[demo][xs]: switch to use recline.js (so we are testing it!) and make ES default in drop-down in topbar.
Rufus Pollock
2012-02-28 22:30:16 +00:00
f770c0dc54
[#52,docs][s]: add info about backends and how to implement one to general docs.
Rufus Pollock
2012-02-28 22:24:44 +00:00
64056da3aa
[backend/elasticsearch][s]: ES backend supports full text queries and sorting.
Rufus Pollock
2012-02-28 21:08:18 +00:00
ae587506f3
[#34,query][s]: switch to proper ES style sort structure.
Rufus Pollock
2012-02-28 16:43:37 +00:00
bd6123403e
[#34,query][s]: rename offset to from on query object.
Rufus Pollock
2012-02-27 20:54:02 +00:00
b4c729b7bb
[#39,demo][s]: add dropdown for selecting type of backend for the url you are importing.
Rufus Pollock
2012-02-27 20:52:25 +00:00
519274113e
[backend,refactor][xs]: remove stuff from memory backend that should have gone in last commit.
Rufus Pollock
2012-02-24 14:14:20 +00:00
e3a0615e43
[backend,refactor][s]: split backends in separate files and put in separate module recline.Backend.
Rufus Pollock
2012-02-24 14:12:45 +00:00
a470e66ff3
[#53,view/query][s]: add free text query input to query editor (though backend does not yet use it).
Rufus Pollock
2012-02-24 10:08:19 +00:00
0a17c428cd
[#53,#27,pagination][s]: pagination support (fixes#27).
Rufus Pollock
2012-02-24 10:00:00 +00:00
e32d541fc7
[#53,#27,view/query][s]: support for offset in query editor.
Rufus Pollock
2012-02-24 09:29:17 +00:00
aaa01b2191
[refactor,model,view][s]: add explicit query start, done and fail events for dataset and use them in DataExplorer to generate notifications.
Rufus Pollock
2012-02-24 09:11:17 +00:00
3c9bd368da
[addendum,css][xs]: css that should have been in penultimate commit 12bb498d52.
Rufus Pollock
2012-02-24 09:10:44 +00:00
f6dc590b3c
[view/flot-graph,bugfix][xs]: fix exception on data change when flot not visible.
Rufus Pollock
2012-02-24 09:07:59 +00:00
12bb498d52
[#53,view/query][s]: start on a query editor by factoring out current size/offset form out of DataExplorer into separate QueryEditor view.
Rufus Pollock
2012-02-22 22:02:38 +00:00