Vitor Baptista
f1b652e54b
Upgrade Bootstrap to 2.3.2
2014-05-05 20:26:26 -03:00
aliounedia
49282b59f7
[ #407 support for row reordering in sclickgrid]
2014-04-28 17:44:39 +02:00
aliounedia
0e62d91f57
[ #407 ] support for row reordering in slickGrid
2014-04-28 15:15:30 +02:00
aliounedia
8bf518c0e2
recline support for row reordering grid
2014-04-28 15:10:35 +02: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
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
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
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
kielni
964a593106
fix variable hiding when finding filter to replace
2014-01-06 14:56:31 -08:00
Suz
27627c45d9
Corrected syntax of new mapping test cases
2013-12-20 17:01:18 -08:00
Suz
a35edd8815
added test data for Edmonton and Rio de Janerio in DMS format
2013-12-18 17:59:39 -08:00
kielni
03c3afbb51
update filtereditor to use from/to instead of start/stop
2013-10-29 12:17:58 -07:00
kielni
b550b2801b
make backend memory store work with from/to filters
2013-10-25 10:17:41 -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
Rufus Pollock
c8f7ab56ff
[#316,timeline][s]: complete upgrade to v2.25 of timelinejs with support for BC dates <= 10k BC.
2013-08-24 13:25:28 +01:00
Rufus Pollock
191dd5796f
[timeline][xs]: micro followup to upgrade of timeline in ccf60d00f09473d244b5efaf83e423d833c25b39.
...
* tweak to test
* update tutorial to reference right vendor libs
2013-08-23 10:03:44 +01: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
d1b04a4d10
[#314,backend][s]: remove gdocs backend - now in separate repo.
2013-06-30 22:08:36 +01:00
Rufus Pollock
e4adc0c34a
[#314,backends][m]: remove elasticsearch backend - now in own repo https://github.com/okfn/elasticsearch.js .
2013-06-30 21:51:39 +01:00
Rufus Pollock
35a5f32163
[#362,view/map][s]: disable auto-turn on of map clustering above a certain number of points - fixes #362 .
2013-06-22 18:14:50 +01:00
Rufus Pollock
323f5febdd
[test][xs]: add marker css to test index.html.
2013-06-22 18:03:03 +01:00
Rufus Pollock
5d24fd474d
[csv,bugfix][s]: fix to csv backend to correct issue with header row appearing in data in case where fields passed explicitly.
...
* The bug was triggered by change in 4d128af797546e5174537d8ed530a243e444eeab to use model fields if explicitly provided
* model.test.js illustrated issue (that new test was failing prior to changes to csv backend in this commit)
* Issue was that CSV backend did not pass back fields option. Previously, if no fields provided from backend we extracted fields from first row of the returned records. With change in 4d128af797546e5174537d8ed530a243e444eeab to use model fields if provided we had an issue as we no longer removed first row for fields.
* Fixed by having CSV backend explicitly extract fields and pass them back
2013-06-15 12:12:15 +01:00
Rufus Pollock
4d128af797
[model,bugfix][s]: if explicitly passed field info to a dataset use that over any field info derived from backend.
2013-06-02 20:04:09 +01:00
Rufus Pollock
eb682d673f
[#359,view/flot][m]: much better time series support by using flot time plugin - fixes #359 .
...
* Note you still need to set the type of the field to time for this to work properly (i.e. we do not attempt to guess a column is dates as that is very error-prone).
2013-06-02 18:42:17 +01:00
Dan Wilson
31e25cf51b
Enable travis-ci
2013-05-15 12:40:38 +01:00
Dan Wilson
b2c5c7f0e0
Misc test suite fixes for IE8. Fixes #323 .
2013-05-14 18:45:43 +01:00
Dan Wilson
1c86c70c32
Use htmlEqual() so that we're more robust against cross-browser serialisation issues. Issue #323 .
2013-05-14 18:37:11 +01:00
Dan Wilson
5122672333
Fixed date-parsing logic so that it works on oldIE. Issue #323 .
2013-05-14 18:18:22 +01:00
Dan Wilson
cf700f4ac0
Bumped qunit and sinon. Added qunit-assert-html.
2013-05-14 17:20:16 +01:00
Dan Wilson
9514c46aa0
Date parsing and toISOString() can't be assumed to be present. Use Moment instead. Issue #323 .
2013-05-14 16:30:25 +01:00
Dan Wilson
325eaf8c34
Bumped Moment to 2.0.0 (required by next commit)
2013-05-14 16:26:34 +01:00
Dan Wilson
c80dabd31e
Fixes to the multiview tests
2013-05-14 12:07:15 +01:00
Dan Wilson
0fc484a696
Minor fix to slickgrid test
2013-05-14 10:49:10 +01:00
Dan Wilson
080188286a
Bumped backbone to 1.0.0. Issue #351 .
2013-05-14 10:12:24 +01:00
Dan Wilson
6c8d9ec50a
Bumped underscore to 1.4.4
2013-05-13 21:48:22 +01:00
Dan Wilson
8ea1a81c0a
Updated code and tests to stop recline clobbering view.el. Issue #350 .
2013-05-13 18:52:37 +01:00
Rufus Pollock
49daa84ad9
[#314,test][xs]: forgot to commit changes to test index.html.
2013-05-05 19:04:01 +01:00
Rufus Pollock
8164c68d0c
[#331,view/flotr2][s]: remove flotr2 as now in separate repo https://github.com/okfn/recline.view.flotr2 - fixes #331 .
2013-05-05 19:01:51 +01:00
Rufus Pollock
caf0c84e97
[#314,be/ckan][s]: remove ckan backend from core as now in own repo https://github.com/okfn/recline.backend.ckan .
2013-05-05 18:03:52 +01:00
Rufus Pollock
fc79518ba5
[#349,transform][s]: remove transform view and associated code - fixes #349 .
2013-05-04 22:13:27 +01:00
amercader
4d6aa91ef3
Merge branch '336-value-filter'
2013-04-03 10:52:58 +01:00
John Glover
457e39dc1e
[ #336 ] Add tests for valuefilter widget
2013-04-02 17:24:37 +02:00
John Glover
d0f82fd165
[ #217 ] Implement value/term filter for ckan backend
2013-03-27 19:58:15 +01:00
Rufus Pollock
dc55d53fdd
[#330,model][s]: getFieldValue & getFieldValueUnrendered now return '' if field argument is null / undefined - fixes #330 .
2013-02-24 14:34:28 +00:00
Rufus Pollock
6f82c4c5cc
[#314,be/solr][s]: remove solr backend from core as in separate repo [1].
...
[1]: https://github.com/Recline/backend.solr
2013-02-10 17:05:30 +00:00