1363 Commits

Author SHA1 Message Date
Matt Fullerton
63035dc43c Merge branch 'master' into gh-pages 2015-03-13 21:59:47 +01:00
Matt Fullerton
9f257780a1 [#468,demos][s]: Fix missing calendar image
The interesting structure of the recline site and the differences in
CSS path references vs. Javascript/HTML means that this image has to go
in an images folder in the demos folder, whereas the drag handle is one
level higher up.
2015-03-13 21:57:04 +01:00
Rufus Pollock
b32e551adf Merge pull request #471 from janette/accessibility-updates
Updating recline-slickgrid form labels to pass accessibility test
2015-03-13 11:04:13 +00:00
Janette Day
469d9479a4 Updating recline-slickgrid form labels to pass accessibility test 2015-03-11 12:08:55 -07:00
Rufus Pollock
350573a325 Merge branch 'master' of github.com:okfn/recline 2015-03-09 12:10:19 +00:00
Rufus Pollock
b5e670f992 Merge pull request #470 from msolv/update-dist-files
[#469] Update of dist and doc files.
2015-03-06 19:22:45 +00:00
Sol Villar
8f86282517 [#469] Update of dist and doc files. 2015-03-06 15:32:03 -03:00
Rufus Pollock
e0ae8bd6c1 Merge branch 'master' of github.com:okfn/recline 2015-03-05 18:30:50 +00:00
Rufus Pollock
32f15f124d Merge pull request #467 from msolv/upgrade-to-bootstrap-3
Upgrade to bootstrap 3 - fixes #427.
2015-03-05 18:07:54 +00:00
Sol Villar
5952588ca1 [#427] Fixed styles in doc pages. 2015-03-05 14:32:36 -03:00
Sol Villar
67d1c7ebaf [#427] Reverted changes in doc. 2015-03-05 13:59:00 -03:00
msolv
6b916703c8 Update view.flot.html 2015-03-05 13:51:34 -03:00
Sol Villar
b00a530bc2 [#427] Fixed tests. 2015-03-05 11:41:27 -03:00
Sol Villar
cd45465b0d [#427] Fixed bug in search and style in footer. 2015-03-05 11:25:43 -03:00
Sol Villar
78216941e2 [#427] Fixed styles on footer. 2015-03-05 11:14:00 -03:00
Sol Villar
abcd44e303 [#427] Fixed styles in search demo page. 2015-03-05 03:54:04 -03:00
Sol Villar
af84ece6cf [#427] Fixed marking of nav buttons as active. 2015-03-05 03:47:57 -03:00
Sol Villar
dff3557c8a [#427] Fixed map in multiview. 2015-03-05 03:46:17 -03:00
Sol Villar
bbb4e63cb7 [#427] Fixed styles in selects. 2015-03-05 03:43:11 -03:00
Sol Villar
79141e94a9 [#427] Fixed graph styles in multiview. 2015-03-05 03:40:11 -03:00
Sol Villar
6fdd1fbe32 [#427] Fixed graph alert in multiview. 2015-03-05 03:34:24 -03:00
Sol Villar
ec421103ec [#427] Fixed styles in filters widget. 2015-03-05 03:31:37 -03:00
Sol Villar
b1655fcc71 [#427] Fixed styles in fields view. 2015-03-05 03:19:39 -03:00
Sol Villar
7953d00342 [#427] Fixed home page. 2015-03-05 03:06:14 -03:00
Sol Villar
86caefa92a [#427] Fixed styles in footer. 2015-03-05 02:54:50 -03:00
Sol Villar
fb4541ccb4 [#427] Fixed styles in grid. 2015-03-05 02:45:58 -03:00
Sol Villar
dbc099808a [#427] Fixed styles in paginator. 2015-03-05 02:43:14 -03:00
Sol Villar
175911422b [#427] Removed Bootstrap 3.3.2. 2015-03-05 01:17:00 -03:00
Sol Villar
30ad0ad111 [#427] Fixed columns, buttons and general styles. 2015-03-05 01:14:49 -03:00
Sol Villar
9ac51793cd [#427] Fixed styles in navbar and changed Boostrap version to 3.2.0. 2015-03-05 01:00:00 -03:00
Sol Villar
f9351ab84c [#427] Added Bootstrap 3.3.2 and modified references. 2015-03-05 00:12:08 -03:00
Rufus Pollock
5b28edf072 Merge pull request #466 from okfn/sanitize-slickgrid-field-name
Sanitize header name on SlickGrid view. Fixes #465
2015-02-25 17:31:44 +00:00
amercader
0990dce8ed Sanitize header name on SlickGrid view. Fixes #465
SlickGrid will use `$.html`[1] to render the header cell contents.

This means that if you are loading an external dodgy CSV like the
following one, scripts will be evaluated:

```
field1,field2<script>alert(123)</script>,field3
data1,data2,data3
data1,data2,data3
```
This fix sanitizes the label when initializing SlickGrid removing all
that isn't text.

[1] e6e2f88f83/slick.grid.js (L563)
2015-02-25 13:26:03 +00:00
Rufus Pollock
7c0edb54fe Merge pull request #464 from okfn/fix-autozoom
Fix visibility check on map view. Fixes #463
2015-02-24 11:02:43 +00:00
amercader
e15a3b61d2 Fix visibility check on map view. Fixes #463
The following check was failing on the first load, so autozoom didn't
work:

3f4a30e054/src/view.map.js (L232)
2015-02-24 09:22:01 +00:00
Matt Fullerton
c9ff4d219d Merge branch 'master' into gh-pages 2015-02-17 20:25:51 +01:00
Matt Fullerton
8bdd837d26 Ref to demo code 2015-02-17 20:18:45 +01:00
Rufus Pollock
5b8b02b296 Merge pull request #455 from mattfullerton/master
Docs
2014-11-03 09:59:00 +00:00
Matt Fullerton
a6efbf9da3 Docs improvements
Added list of views incl. those from 3rd parties, linked views tutorial
from views docs. Linked the list from the tutorial.

Booted (unlinked) pages for Grids tutorial (#397, #398), Timelines
tutorial (#224)
2014-11-03 10:34:24 +01:00
Matt Fullerton
d11c88b99f Bring back styling pre-Bootstrap upgrade 2014-11-03 09:40:49 +01:00
Matt Fullerton
e67493e514 Add line for the *Recline* timeline CSS, add infobox for demo 2014-11-03 09:18:42 +01:00
Rufus Pollock
694e5a55ed Merge pull request #454 from mattfullerton/master
Added map demo, comment on js file
2014-11-01 19:09:11 +00:00
Matt Fullerton
75cbe8f2b3 Added map demo 2014-11-01 18:23:21 +01:00
Rufus Pollock
d0d4f84835 Merge pull request #453 from mattfullerton/master
Enhancements to views tutorial
2014-10-27 10:32:08 +00:00
Matt Fullerton
346ecb6d5f Enhancements to views tutorial
Correct a mistake (memory backend reference), links to 2 demos
(Slickgrid, Graph), change graph demo to match the code in the page and
to use date grouping and set type on dataset accordingly.
Clarifications on not needing recline.js/sep. files at the same time.
2014-10-27 10:55:14 +01:00
aliounedia
dc919c2cfd Merge pull request #452 from aliounedia/master
TimeLineJs test fail , Fixed , all test pass now ,  - (http) not figured on recline.view.map initialization
2014-10-15 20:16:10 +02:00
aliounedia
3f4a30e054 (http) not figured on recline.view.map , so this cause probleme on FireFox plugin , FireFox will automatically add source:// when it does not find http, so this should be Fixed , see https://github.com/okfn/mozilla-csv-viewer 2014-10-15 20:06:28 +02:00
aliounedia
cf3904d6f0 TimeLineJs test fail , Fixed , all test pass now 2014-10-15 20:02:54 +02:00
aliounedia
6106606fea Merge pull request #450 from aliounedia/master
Fix bug in backends ducumentation #449
2014-09-25 11:32:53 +02:00
aliounedia
b2f90d5f6a Fix bug in backends ducumentation #449 2014-09-25 11:28:09 +02:00