55 Commits

Author SHA1 Message Date
Rufus Pollock
a2df2955f7 [doc/example-quickstart,doc/library][m]: most of a quickstart example plus refactor library page to reflect this and our plans.
* example covers creating a dataset and displaying a grid
* refactor library page to remove examples (will be separate) and list a set of examples we hope to have (most not yet written)
2012-05-13 10:19:40 +01:00
Rufus Pollock
52c5442d37 [#112,theme,jekyll][s]: new container template (good for pure markdown pages), pygments css and option to include recline deps in the main template (useful for examples). 2012-05-13 10:02:41 +01:00
Rufus Pollock
f229d6985c [view/grid][xs]: fix to grid css so drop-down menus are not hidden if they overflow plus move no-hidden attribute onto recline-grid making css simpler and more reliable. 2012-05-13 08:25:23 +01:00
Rufus Pollock
8b746f707c [css/grid.css][xs]: remove dialog css as made obsolete when we moved to boostrap modal - cf 9c0c4dfae3618c999e2db5d3f8b600fbd47c2a41. 2012-05-13 07:17:30 +01:00
Rufus Pollock
749d6190ca [css/data-explorer][xs]: fix for Firefox for query editor main query box. 2012-05-08 00:24:02 +01:00
Rufus Pollock
4e57e5236a [doc,refactor][s]: split out library docs into library.html. 2012-05-03 21:10:10 +01:00
Sam Smith
b102d4e570 Merge branch 'master' of https://github.com/okfn/recline 2012-04-27 07:07:21 +01:00
Sam Smith
6099fb504c New styling applied 2012-04-27 07:07:07 +01:00
Rufus Pollock
9c0c4dfae3 [#46,view-grid,view-transform-dialog][s]: switch ColumnTransform to work off bootstrap modal. 2012-04-26 21:20:59 +01:00
Rufus Pollock
d8bbac1f6f [#85,view/graph,ux][s]: show a message on graph view when no graph yet there giving instructions on how to plot a graph (was a big ux fail) - fixes #85. 2012-04-25 22:27:01 +01:00
amercader
eac494cb84 [merge] from upstream master 2012-04-16 17:45:25 +02:00
amercader
1dbd8bf957 [view/map] Make auto zoom configurable 2012-04-16 11:04:05 +02:00
Rufus Pollock
2d636b0eb8 [css/grid.css][xs]: vertical-align top for grid cells. 2012-04-16 03:02:42 +01:00
Rufus Pollock
270f68784c [#81,css][xs]: css class read-only -> recline-read-only. 2012-04-15 17:07:43 +01:00
Rufus Pollock
cb51f485c0 [#81,css][s]: map view uses recline- naming for top level container plus minor simplifying rename for graph css (fixes #81). 2012-04-15 16:53:46 +01:00
Rufus Pollock
93e8b14a25 [#81,css][xs]: split out grid css into its own css file. 2012-04-15 16:46:59 +01:00
Rufus Pollock
8097bd4791 [#81,css,view/graph][xs]: rename parent container to recline-graph-container. 2012-04-15 16:08:33 +01:00
Rufus Pollock
19864f99bc [refactor,css][xs]: addendum to previous commit - rename flot-graph.css to graph.css. 2012-04-15 16:05:33 +01:00
amercader
a8018c4e18 [#64,view/map] Add small editor for user input
Right now the form lets you define the fields where the geometries are
stored (either in a single GeoJSON field or a pair of lat/lon fields).

When adding features, if wrong geometries are found (ie wrong field
values), the process will stop and an error notice will be shown.
2012-04-11 14:15:39 +01:00
Rufus Pollock
103d2a513c [#81,css][xs]: remove unused obsolete css. 2012-04-10 00:26:34 +01:00
Rufus Pollock
28c9be4268 [#81,css][s]: tidying up css by ensuring top level data explorer and grid view have recline- in them. 2012-04-10 00:22:27 +01:00
Rufus Pollock
f57c94382f [#62,#66,ux,menus][s]: add to top menu filters and facets buttons which show filter editor and facet viewer respectively. 2012-04-10 00:15:03 +01:00
Rufus Pollock
05d543199b [css][xs]: reduce padding in query editor pagination. 2012-04-10 00:04:17 +01:00
Rufus Pollock
6703233efc [view/query-editor][s]: reinstate editable pagination removed in f9f5be654097598da3fb2ccc29bc4d4f4c42c0ec. 2012-04-09 23:47:05 +01:00
Rufus Pollock
008c124096 [#66,filters,view][m]: new FilterEditor view which shows current filters and allowed them to be removed. 2012-04-08 10:47:25 +01:00
amercader
7df22effa3 [#64,map] Preliminary work on the map view
Basic map view that plots points into a Leaflet map. Right now only
models with two "lat"/"lon" fields are supported. Some problems
regarding zooming to markers bounds when div not visible.
2012-04-04 14:27:44 +01:00
Rufus Pollock
ccdc2aed2d [#62,facets/view][s]: start refactoring the facet viewer to something nicer.
* facet listing are bootstrap dropdowns and rename from FacetQueryEditor to FacetViewer to better reflect purpose.
2012-04-01 18:55:07 +01:00
Rufus Pollock
905659d86f [#62,view/query][m]: start of faceting support with QueryFacetEditor.
* QueryFacetEditor in DataExplorer which displays facets but nothing yet happens.
* NB: very much less than half way through (things look worse rather than better atm).
2012-03-31 15:08:27 +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
a62a33845a [css][xs]: remove curved borders from grid headings. 2012-03-17 17:29:20 +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
4b5c647ab4 [grid,ui][s]: switch to bootstrap dropdowns for grid menus. 2012-03-14 18:41:23 +00:00
Rufus Pollock
07adbe2386 [ux,query,#53][s]: make it clear that search box is for searching. 2012-03-10 09:06:20 +00:00
Rufus Pollock
1b9102e4b0 [css][xs]: remove bootstrap button stuff from css and switch to bootstrap disable to grey out button for active view. 2012-02-29 21:29:34 +00:00
Rufus Pollock
b5f2a3bbc5 [view/grid,css][xs]: add zebra striped for grid and fix width of search box. 2012-02-29 13:55:11 +00:00
Rufus Pollock
6daf354f3c [css][s]: refactor notification to remove obsolete css and display spinner using css. 2012-02-29 13:46:57 +00:00
Rufus Pollock
94651fbff4 [#55,misc][s]: switch to bootstrap v2.0 making some minor changes to html and css as a result (fixes #55). 2012-02-29 12:52:03 +00:00
Rufus Pollock
a470e66ff3 [#53,view/query][s]: add free text query input to query editor (though backend does not yet use it). 2012-02-24 10:08:19 +00:00
Rufus Pollock
0a17c428cd [#53,#27,pagination][s]: pagination support (fixes #27).
* Also refactor to have doc count (which is dataset info) outside of query editor.
2012-02-24 10:00:00 +00:00
Rufus Pollock
3c9bd368da [addendum,css][xs]: css that should have been in penultimate commit 12bb498d52c38157fa5252a17233d8e40652c48c. 2012-02-24 09:10:44 +00:00
Friedrich Lindenberg
7e79d39f8d Styling for show/hide columns 2012-02-14 16:30:11 +01:00
Friedrich Lindenberg
f10e893811 Ability to show and hide columns on demand, fixes #29 2012-02-09 23:36:35 +00:00
Friedrich Lindenberg
2397c0e1e5 Show column header dropdown even in read-only mode 2012-02-09 18:49:12 +00:00
Rufus Pollock
4a8a51b3de [css][xs]: overflow auto on grid data table div so we scroll within a fixed box rather than the page. 2012-01-28 08:05:58 +00:00
Rufus Pollock
8fa93dcbe9 [css/data-explorer][xs]: add in bootstrap .btn (for nav buttons). 2012-01-26 23:07:59 +00:00
Rufus Pollock
09849bb57c [css][s]: move formatting of table headers into bootstrap.css since BS specific (e.g. does not work on CKAN). 2012-01-26 23:02:51 +00:00
Rufus Pollock
dfae2ca750 [#22,theme][s]: bootstrap-ify edit and transform forms a little. 2012-01-11 08:36:41 +00:00
Rufus Pollock
dec04dca64 [css,graph][xs]: remove border on editor area on graph. 2012-01-10 18:37:01 +00:00