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
aliounedia
7fbab3d8d8
[#384,slickgrid][s]add validator function to validate input
2014-01-15 11:40:07 +01:00
aliounedia
dc24909409
[#384,sclickgrid][s] add field validator bind to field.format
2014-01-13 22:42:16 +01:00
Rufus Pollock
45fa438803
[#384,slickgrid][s]: slickgrid sets editor type automatically from field type.
...
* multiview demo now has editing turned on
* [license][xs]: update to 2011-2014.
2014-01-12 22:44:54 +00:00
kielni
964a593106
fix variable hiding when finding filter to replace
2014-01-06 14:56:31 -08:00
S Kiihne
14f3545ae6
removed 'console.log' statement used for debugging
2013-12-29 12:26:09 -08:00
Suz
b744c88eb0
fix issue 380 -- added function to parse DMS formatted map data (36d 56m 29s S)
2013-12-20 17:27:10 -08:00
mjuniper
f96099513e
Don't override backbone.sync globally; only inside recline.Dataset.
2013-12-10 15:24:21 -07:00
kielni
03c3afbb51
update filtereditor to use from/to instead of start/stop
2013-10-29 12:17:58 -07:00
kielni
56ac25611e
change range filter template to match Elasticsearch convention: from/to instead of start/stop
2013-10-29 07:29:51 -07:00
kielni
b550b2801b
make backend memory store work with from/to filters
2013-10-25 10:17:41 -07:00
Rufus Pollock
98e8647e16
Merge pull request #373 from kielni/override_handleQueryResult
...
[model][s]: various improvements around query building (add/remove facets) and allowing overriding of handling query result.
2013-10-13 02:28:55 -07:00
Rufus Pollock
02e5e70c18
Merge pull request #367 from davidmiller/casting
...
Cast elements in a series consistently
2013-09-21 09:09:08 -07:00
kielni
ee2067da68
this.backend might be null; set handleResult before fetch
2013-09-10 10:21:02 -07:00
kielni
91c0f7704a
allow a dataset to override handleQueryResult
2013-09-09 07:31:12 -07:00
kielni
f7f010ea33
add new methods for facets: removeFacet, clearFacets, and refreshFacets
2013-09-06 13:51:17 -07:00
kielni
95fab060c3
add options to addFacet for size and silent
2013-09-06 11:58:23 -07:00
kielni
ef1064b888
add method to replace a filter
2013-09-06 11:40:31 -07:00
John Glover
ab14d48939
Merge pull request #369 from okfn/369-map-url
...
No hardcoded http:// for maps
2013-08-21 05:38:20 -07:00
Dominik Moritz
efdf87dbd5
[ #369 ] Make image url relative as well, fix tile url
2013-08-21 10:19:08 +02:00
Dominik Moritz
6aeec49266
[ #369 ] Do not hard-code http
2013-08-20 13:39:52 +02:00
Rufus Pollock
ccf60d00f0
[#316,timeline][m]: timeline now handles BC dates and has a switch to support non US dates dd/dd/dddd - fixes #316 .
...
* upgrade timeine view to latest TimelineJS (note vendor code went in in last commit as needed to patch in this one)
* Minor fix to TimelineJS timeline.js code (actual bug I think)
* BC (-ve years) support is provided by latest TimelineJS (raw vendor code in last commit)
* Strip out use of momentjs and just use timelinejs date parsing (various changes and tests around this)
* state option nonUSDates: true to parse dd/mm/yyyy properly
2013-08-14 22:23:46 +01:00
Rufus Pollock
db9fe8d3a2
[view/flot,bugfix][xs]: tiny fix to have a correct default for graph type.
2013-08-14 16:54:53 +01:00
David Miller
49d89cc0ea
Only create variables if we need them.
2013-08-06 18:26:12 +01:00