1269 Commits

Author SHA1 Message Date
陳信屹
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
Rufus Pollock
025540c98b Merge branch 'master' of github.com:okfn/recline 2014-08-16 17:03:19 +01:00
Rufus Pollock
b71229ba36 [demos][s]: simplify multiview demo. 2014-08-16 17:02:51 +01:00
aliounedia
696f711b22 Merge pull request #443 from mattfullerton/master
Update dependencies
2014-08-13 15:07:42 +02:00
Matt Fullerton
61d1f492e1 Update dependencies
css dependency was missing
js dependencies missing (see #432)
2014-08-13 14:29:21 +02: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
Rufus Pollock
963db79348 Merge pull request #440 from mattfullerton/patch-1
Typo
2014-08-13 11:07:22 +01:00
Matt Fullerton
0cbb1016df Typo 2014-08-13 06:39:12 +02:00
Rufus Pollock
171ad90ffd Merge pull request #437 from mattfullerton/patch-1
Update tutorial-views.markdown
2014-08-12 18:59:52 +01:00
Rufus Pollock
2561fc3cb6 Merge pull request #439 from mattfullerton/master
Change setup code example
2014-08-12 18:58:33 +01:00
Matt Fullerton
9e1ce06ec2 Change setup code example 2014-08-12 19:26:50 +02:00
Matt Fullerton
0644ff49d3 Update tutorial-views.markdown
Given that exact paths to the dependencies are given, they may as well agree with the ones currently in the repository. In addition, extra dependencies are required to get SlickGrid to attempt to do anything. This may not yet be 100% correct (see Issue #432).
2014-08-12 09:04:55 +02:00
陳信屹
abbab59ce5 Updated Leaflet to latest version 0.7.3 (#428) 2014-06-09 16:02:51 +08:00
Rufus Pollock
7757e563ee [build][s]: regular build. 2014-06-01 20:00:03 +01:00
Rufus Pollock
ae8f51bf05 [#429,map,bugfix][s]: parse negative lat/lon strings correctly - fixes #429. 2014-06-01 19:58:45 +01:00
Rufus Pollock
01741bcc17 [docs][xs]: list moment library as dep for graph view. 2014-05-22 21:48:14 +01:00
Rufus Pollock
54018a0ae2 Merge pull request #426 from vitorbaptista/425-fix-model-set-in-backbone-0.9.9
[#425] Fix Dataset.query() when called with Query model
2014-05-15 10:35:19 +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
Rufus Pollock
fa1e4d385c Merge pull request #423 from vitorbaptista/upgrade-bootstrap-to-2.3.2
Upgrade bootstrap to 2.3.2
2014-05-09 15:19:51 +01:00
Vitor Baptista
f1b652e54b Upgrade Bootstrap to 2.3.2 2014-05-05 20:26:26 -03:00
Rufus Pollock
8c6632e84b Merge pull request #407 from aliounedia/master
Support row reordering in slickgrid grid #396
2014-04-29 09:24:24 +01: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
9724ccf3f1 row reordering support for recline slickgrid 2014-04-28 15:10:36 +02:00
aliounedia
8bf518c0e2 recline support for row reordering grid 2014-04-28 15:10:35 +02:00
Rufus Pollock
edff73609f Merge pull request #419 from Akiracr/issue#417
Fix: Inappropriate use of !important rule in style sheet flot.css
2014-04-22 17:20:23 +01:00
Max Mendez
49cfdbcbd5 Fix: Inappropriate use of !important rule in style sheet flot.css 2014-04-22 10:08:32 -06:00
Rufus Pollock
426b2a27ea Merge pull request #418 from Akiracr/issue#416
Fix problem with graph rendering when has initial state
2014-04-22 15:49:15 +01:00
Max Méndez
3fcde1cb2f Fix problem with graph rendering when has initial state 2014-04-22 08:31:22 -06:00
Rufus Pollock
300e5ea6a7 Merge pull request #413 from janette/508-complaint-patch
Update widget.queryeditor.js and widget.queryeditor.js
2014-04-16 20:31:51 +01: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
Rufus Pollock
529a254544 [dist][xs]: build. 2014-03-04 20:35:00 +00:00
Rufus Pollock
17420438ca Merge branch 'master' of github.com:okfn/recline 2014-03-04 20:34:05 +00:00
Rufus Pollock
f9d6fb6321 [README][xs]: changelog. 2014-02-23 15:59:17 +00:00
Rufus Pollock
cb06775940 Merge pull request #393 from aliounedia/master
[#392] preventDefault on grid after row deletion
2014-02-18 08:57:14 +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
70984e5e94 [#374,docs][s]: add code example to front page - fixes #374. 2014-02-06 10:56:07 +00:00
Rufus Pollock
aaa7976cb6 [_config.yml][xs]: switch to kramdown. 2014-02-06 09:41:44 +00:00
Rufus Pollock
e2ab6a51aa [build][xs]: regular build of docs and lib. 2014-02-06 09:30:40 +00:00