1257 Commits

Author SHA1 Message Date
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
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
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
Rufus Pollock
abb0e3274b Merge pull request #386 from kielni/pager-widget
[widget][s]: modify pager widget to take a Dataset and to handle boundary conditions better.
2014-01-20 02:07:50 -08: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