krzysztofmadejski
8f9607e053
#459 lib separated - rename and move to vendor
2016-11-14 14:27:14 +00:00
krzysztofmadejski
5976edd377
#459
2016-11-06 13:46:56 +01:00
krzysztofmadejski
d919e3f7c4
I18n support for reclin based on (backbone+moustache first draft. #459 https://github.com/yahoo/intl-messageformat/issues/145
2016-10-09 15:13:24 +02:00
Matt Fullerton
a9adae2055
Minor correction
2015-05-11 21:30:08 +02:00
Matt Fullerton
8c1dc0836c
Update for new (and only new!) SlickGrid
2015-05-11 21:19:05 +02:00
Sol Villar
9ac51793cd
[ #427 ] Fixed styles in navbar and changed Boostrap version to 3.2.0.
2015-03-05 01:00:00 -03:00
Sol Villar
f9351ab84c
[ #427 ] Added Bootstrap 3.3.2 and modified references.
2015-03-05 00:12:08 -03:00
Rufus Pollock
fffccef123
Merge branch 'master' of github.com:okfn/recline
2014-09-14 00:20:10 +01:00
Rufus Pollock
a30c09e35b
[test][xs]: remove reference to removed csv backend test from test/index.html.
2014-09-14 00:03:47 +01:00
Rufus Pollock
0d3a2c0d7e
Merge pull request #431 from hychen/feature/fix-#428
...
[!,leaflet][m]: Updated Leaflet to latest version 0.7.3 (fixes #428 ) - thanks to @hychen.
2014-08-18 10:04:41 +01:00
Rufus Pollock
b7f9d01f3e
[test,add][xs]: addendum to last commit 095f64e1f3cca2f036d82f614928415217198aaf to fix tests.
2014-08-18 10:00:13 +01:00
陳信屹
abbab59ce5
Updated Leaflet to latest version 0.7.3 ( #428 )
2014-06-09 16:02:51 +08:00
Vitor Baptista
f1b652e54b
Upgrade Bootstrap to 2.3.2
2014-05-05 20:26:26 -03:00
aliounedia
8bf518c0e2
recline support for row reordering grid
2014-04-28 15:10:35 +02: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
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
323f5febdd
[test][xs]: add marker css to test index.html.
2013-06-22 18:03:03 +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
cf700f4ac0
Bumped qunit and sinon. Added qunit-assert-html.
2013-05-14 17:20:16 +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
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
Rufus Pollock
49daa84ad9
[#314,test][xs]: forgot to commit changes to test index.html.
2013-05-05 19:04:01 +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
John Glover
457e39dc1e
[ #336 ] Add tests for valuefilter widget
2013-04-02 17:24:37 +02: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
Rufus Pollock
242bcc7a14
[#287,view/graph][s]: move current view.graph.js to view.flotr2.js and setup recline.View.Graph to point to recline.View.Flot.
2013-02-09 16:18:37 +00:00
Rufus Pollock
723d128d13
[#313,backend][s]: use jquery deferred if available - fixes #313 .
2013-02-08 13:31:03 +00:00
John Glover
789086b290
[ #287 ] Add flot view tests.
...
Same as view.graph.js tests (flotr2).
2013-01-10 09:41:57 +01:00
Rufus Pollock
965bf6e9bb
[#172,refactor][s]: switch everything to use underscore.deferred rather than jQuery.Deferred - fixes #172 .
...
* In addition reduced pattern of passing in $ to backend modules - instead just use jQuery explicitly (this should make it easier to mock-out jQuery if you waned to
2013-01-04 20:13:16 +00:00
John Glover
c6a8a33d32
[284] Add json2.js which defines JSON for older browsers (IE7). Fixes filters and 6 test failures with IE7.
2012-12-10 15:20:02 +01:00
Rufus Pollock
59c90df391
Merge branch 'master' into 120-solr-backend
2012-10-16 21:14:09 +01:00
Frederick Ros
01d59a8b6b
Moved to backbone 0.9.2 and underscoe 1.4.2
2012-10-11 17:23:20 +02:00
Dominik Moritz
751cd095ce
cluster markers to handle larger datasets
2012-09-12 00:09:07 +01:00
Rufus Pollock
00d36f2dac
[#170,cleanup][s]: remove jquery.flot vendor lib and last remaining ref to it in test/index.html as now replaced by flotr2 - fixes #170 .
2012-09-09 15:33:57 +01:00
Dominik Moritz
6695b3d371
Use src version of leaflet in tests
2012-09-01 21:33:39 +01:00
Dominik Moritz
fb81d51bc6
Updated leaflet to 0.4.4
2012-08-27 00:56:56 +01:00
Rufus Pollock
03c147cee1
[#120,backend/solr][s]: start on a solr backend (read-only, basic testing and no proper query support yet!).
2012-08-18 02:46:31 +01:00
Rufus Pollock
74132d36d7
[#217,backend/ckan][m]: functional CKAN backend (read-only).
...
* limited tests so far (only use mocks so have not tested querying properly)
2012-08-18 02:01:13 +01:00
Rufus Pollock
02d152c5ad
[#153,#212,view/map][m]: fixes #153 bug re map rendering (see issue for more) and in process did refactoring of map view in line with #212 .
...
* multiview: refactored to call render on all views as that is new setup for #212 (and also needed for #153 )
* tutorial-views: call render now which fixes bug (this was specific issue reported in #153 )
2012-08-15 11:51:08 +01:00
Rufus Pollock
1c3dbaacc8
[#114,transform][s]: first set of tests for costco code.
2012-07-15 00:39:05 +01:00
Rufus Pollock
aa1a362bb2
[#94,transform][m]: rework transform functionality and integration extensively (+ its working again!).
...
* view.transform.js: major refactor
* general record transform rather than column transform
* Normal dataset view rather than modal
* Reworked UI
* split out css from grid.css and simplify
* model.js + backend.memory.js: transform implemented on Dataset and Memory (Dataset passes off to _store).
* multiview: use new transform view
* _includes/recline-deps - rework to use source files rather than built ones
2012-06-28 23:52:58 +01:00
Rufus Pollock
340fedde0d
[refactor][s]: get rid of backend subdirectory and instead have prefix backend when naming files.
2012-06-26 20:38:28 +01:00
Rufus Pollock
bda4797ed8
[test/refactor][xs]: dataproxy and gdocs tests now in own files.
2012-06-23 18:07:00 +01:00
Rufus Pollock
26350fec06
[#147,widget/filtereditor][m]: add filter support in filter widget plus move to sidebar and tidy up.
...
* model.js: xsmall tweak to set value of term filter to empty string rather than null.
2012-06-06 23:59:09 +01:00