Rufus Pollock
ffe07e4ad5
[#116,view/grid][s]: proper support for horizontal scrolling (header scrolls with body).
2012-05-19 12:41:05 +01:00
Rufus Pollock
73767bf6c4
[#121,doc/example-backends][m]: reasonable start on a backend tutorial including a live example of loading data from google docs.
2012-05-18 23:21:00 +01:00
Rufus Pollock
fa0f37b5f7
[#116,view/grid][s]: do not show extra header col if no scrollbar on grid body.
2012-05-17 23:57:08 +01:00
Rufus Pollock
7963dc2a09
[#116,view/grid][m]: fixed header on grid table so you can scroll and header stays fixed - fixes #116 .
...
* [s] in changes by [m] in effort
* pretty painful to do and we now have to set width of columns explicitly - though this will be useful going forward if we allow adjustable width columns.
* even support different width scrollbars in different browsers (have not tested in IE though!)
* remaining bug is that we have an overhang in header when no scrollbar for body (probably not that hard to fix ...)
2012-05-17 13:22:42 +01:00
Rufus Pollock
57548e0d17
[#82,notifications][s]: less obtrusive notifications - fixes #82 .
...
* switch loading notification to overlay and make it persist until loading complete (then fade)
* get rid of query success notification
2012-05-15 04:42:12 +01:00
Rufus Pollock
5e7f9dd0b7
[theme,refactor,css][xs]: move site css into css/site directory from css/.
2012-05-15 03:43:30 +01:00
Rufus Pollock
c5be707be9
[theme,css][xs]: rather than override bootstrap buttons use our own css classes for front pages buttons.
2012-05-15 03:40:01 +01:00
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