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
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
aliounedia
a3b1a3e7e8
Fix bug in backends ducumentation #449
2014-09-25 11:12:51 +02:00
aliounedia
2d709cbc39
update
2014-09-25 11:10:07 +02:00
Rufus Pollock
fffccef123
Merge branch 'master' of github.com:okfn/recline
2014-09-14 00:20:10 +01:00
Rufus Pollock
d716a65fd2
[build][xs]: .
2014-09-14 00:19:55 +01:00
Rufus Pollock
d67b73ffca
[demos][xs]: typo in multiview demo comments.
2014-09-14 00:19:24 +01:00
Rufus Pollock
80bb0dd937
[view/slickgrid][s]: refactor to move row reordering setup into separate function.
...
* Plus we do not set up row reordering unless enableReOrderRow is set in options
2014-09-14 00:18:42 +01:00
Rufus Pollock
e6c2d48400
[view/slickgrid][s]: tidy up e.g. whitespace (no substance to change).
2014-09-14 00:13:23 +01:00
Rufus Pollock
a30c09e35b
[test][xs]: remove reference to removed csv backend test from test/index.html.
2014-09-14 00:03:47 +01:00
Rufus Pollock
07a17cce24
Merge pull request #447 from BigBlueHat/setup-environs-tweaks
...
Setup environs tweaks
2014-09-08 16:29:15 +01:00
BigBlueHat
cfdce8fbc7
Ignore node_modules
2014-09-08 10:44:03 -04:00
BigBlueHat
9e0083c18e
Singularize repository (per npm warning)
2014-09-08 10:12:46 -04:00
BigBlueHat
cb6e5266cd
Update jekyll config/info
2014-09-08 10:08:42 -04:00
Rufus Pollock
ecce7109b3
Merge pull request #446 from hychen/435-timeline-tag-enable
...
enable timeline tag support.
2014-08-20 09:16:48 +01:00
陳信屹
1625f93329
enable timeline tag support.
2014-08-20 14:04:00 +08:00
Rufus Pollock
0d3a2c0d7e
Merge pull request #431 from hychen/feature/fix-#428
...
[!,leaflet][m]: Updated Leaflet to latest version 0.7.3 (fixes #428 ) - thanks to @hychen.
2014-08-18 10:04:41 +01:00
Rufus Pollock
b7f9d01f3e
[test,add][xs]: addendum to last commit 095f64e1f3cca2f036d82f614928415217198aaf to fix tests.
2014-08-18 10:00:13 +01:00
陳信屹
c4a67801b6
change leaflet version to 0.7.3.
2014-08-17 12:52:05 +08:00
陳信屹
e453c5b01b
Merge branch 'master' into feature/fix-#428
2014-08-17 12:49:07 +08:00
Rufus Pollock
095f64e1f3
[fixes #444,csv][s]: remove csv backend as now in own repo.
...
* Moved to https://github.com/okfn/csv.js in Feb and been improving since
* Updated the docs to reflect the removal (plus did some other improvements to backend docs at same time)
2014-08-16 18:12:18 +01:00
Rufus Pollock
12c07b45dc
[README][xs]: update changelog for v0.6 and v0.7 releases.
2014-08-16 17:23:05 +01:00
Rufus Pollock
5930fbce43
[demos][xs]: left out html for new changelog stuff in multiview.
2014-08-16 17:04:05 +01:00