653 Commits

Author SHA1 Message Date
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
dbc099808a [#427] Fixed styles in paginator. 2015-03-05 02:43:14 -03:00
Sol Villar
30ad0ad111 [#427] Fixed columns, buttons and general styles. 2015-03-05 01:14:49 -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
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
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
Rufus Pollock
fffccef123 Merge branch 'master' of github.com:okfn/recline 2014-09-14 00:20:10 +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
陳信屹
1625f93329 enable timeline tag support. 2014-08-20 14:04:00 +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
673748d4cf Merge pull request #441 from mattfullerton/master
Minor corrections for docs
2014-08-13 11:15:48 +01:00
Matt Fullerton
a59c32e116 Minor corrections for docs 2014-08-13 12:11:48 +02:00
Matt Fullerton
0cbb1016df Typo 2014-08-13 06:39:12 +02:00
Matt Fullerton
9e1ce06ec2 Change setup code example 2014-08-12 19:26:50 +02:00
陳信屹
abbab59ce5 Updated Leaflet to latest version 0.7.3 (#428) 2014-06-09 16:02:51 +08:00
Rufus Pollock
ae8f51bf05 [#429,map,bugfix][s]: parse negative lat/lon strings correctly - fixes #429. 2014-06-01 19:58:45 +01:00
Vitor Baptista
b26f270ffa [#425] Fix Dataset.query() when called with Query model
The problem is that Backbone >= 0.9.9 doesn't accept updating models with:

    model.set(otherModel);

That needs to be changed to:

    model.set(otherModel.attributes);

Dataset.query() accepts both regular JS objects and Query models, so we need to
check the parameter type to support both.
2014-05-14 15:51:11 -03:00
aliounedia
50b8ab46e0 [#407] support for row reordering in grid 2014-04-28 18:48:32 +02:00
aliounedia
7c01e628ba [#407 support for row reordering in sclickgrid] 2014-04-28 17:49:12 +02:00
aliounedia
49282b59f7 [#407 support for row reordering in sclickgrid] 2014-04-28 17:44:39 +02:00
aliounedia
9a69799d04 [#407] support row reordering in sclickGrid 2014-04-28 16:10:58 +02:00
aliounedia
0e62d91f57 [#407] support for row reordering in slickGrid 2014-04-28 15:15:30 +02:00
aliounedia
d94da32187 [#396 Support row reordering in slickgrid grid] 2014-04-28 15:10:36 +02:00
aliounedia
8bf518c0e2 recline support for row reordering grid 2014-04-28 15:10:35 +02:00
Max Méndez
3fcde1cb2f Fix problem with graph rendering when has initial state 2014-04-22 08:31:22 -06:00
Janette Day
a8d6bbb9a3 Update widget.queryeditor.js and widget.queryeditor.js
To be 508 compliant all form input fields need to have a label.
Reference: http://wac.osu.edu/tutorials/section508/forms.htm

Added css modification as well for the labels to remain hidden.
2014-04-15 14:10:19 -03:00
Rufus Pollock
c38e1aacdc [#384,ux][s]: tweak look of delete row buttons in slickgrid. 2014-03-04 21:07:53 +00:00
aliounedia
9ddd9e0522 [#392] preventDefault on grid after row deletion 2014-02-17 23:48:02 +01:00
Rufus Pollock
cfc7498b95 Merge pull request #390 from kielni/pager-widget
update what changing from/to inputs does
2014-02-07 10:57:43 +00:00
kielni
93f0dcae78 pager: changing from: value updates to: but keeps size; changing to: value updates size and from: 2014-02-06 13:48:30 -08:00
Rufus Pollock
306c0e6782 Merge pull request #388 from aliounedia/master
[#385]add row add delete support for reclinejs
2014-02-05 10:08:32 +00:00
Rufus Pollock
2ccc162814 Merge pull request #389 from kielni/terms-filter
add support for terms filter
2014-02-05 10:06:10 +00:00
kielni
c275684ee9 add support for terms filter; related to 32f5977ac39df3df832b6b6b56152261a6ad7cd9 2014-02-04 13:48:53 -08:00
aliounedia
39286ddc83 [#385]add row add delete support for reclinejs 2014-02-04 21:27:36 +01:00
Rufus Pollock
5a239131b3 Merge pull request #387 from aliounedia/master
src/view.slickgrid.js
2014-01-24 03:46:58 -08:00
aliounedia
9a75007478 src/view.slickgrid.js 2014-01-24 12:00:14 +01:00
Rufus Pollock
ba62ee4fb8 Merge pull request #385 from aliounedia/master
[#384] add validator  to validate user input.
2014-01-22 00:54:13 -08:00
aliounedia
a046861c4a [#384, slickgrid][s]: slickgrid add support for row-add and row-delete 2014-01-20 23:33:34 +01:00
aliounedia
66daf6f36f [#384, slickgrid][s]: slickgrid add support for row-add and row-delete 2014-01-20 23:28:37 +01:00
kielni
8c1a1359db modify pager widget to handle boundary conditions; now takes a Dataset instead of a Query so that it has access to the record count; add tests 2014-01-17 13:07:41 -08:00
aliounedia
4e41afca90 [#384, slickgrid][s]: slickgrid add support for row-add 2014-01-17 00:09:18 +01:00
aliounedia
ba8a84f748 [#384, slickgrid][s]: slickgrid add support for row-delete 2014-01-16 00:27:04 +01:00