krzysztofmadejski
e9f6554eac
#459 wcag styles + now builds proprly
2016-11-10 14:47:38 +00:00
krzysztofmadejski
54e3824846
#459 docs
2016-11-10 13:21:02 +00:00
krzysztofmadejski
0a8994cf1c
#459 simple cache
2016-11-10 12:09:16 +00:00
krzysztofmadejski
a4c3cae47e
#459 cleaning
2016-11-10 11:13:55 +00:00
krzysztofmadejski
4da2430334
#459
2016-11-06 17:13:12 +00:00
krzysztofmadejski
5976edd377
#459
2016-11-06 13:46:56 +01:00
krzysztofmadejski
d871bc40b8
#459 - next iteration
2016-11-06 10:48:17 +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
Rufus Pollock
74582c45c9
Merge pull request #503 from herpiko/fixflot
...
Fix the underscore's template usage.
2016-09-23 16:52:08 +01:00
Herpiko Dwi Aguno
cf3797cc6a
Fix the underscore's template usage.
2016-09-13 00:34:16 +07:00
Adrià Mercader
88cbe06e10
Merge pull request #502 from okfn/new-tiles-custom-options
...
Change default tiles for map view, allow customization
2016-08-12 12:12:54 +01:00
amercader
9e284dc8b7
Fix test for older ES versions
2016-08-12 11:30:17 +01:00
amercader
50b33f3ccf
Change default tiles for map view, allow customization
...
After the MapQuest debacle, there was a patch merged that replaced the
MapQuest tiles with the OpenStreetMap ones (#501 ). IMO these are not a
good default choice because while they might be fine for a small Recline
project, heavy usage of them goes against their Terms of Use:
http://wiki.openstreetmap.org/wiki/Tile_usage_policy
More specifically:
> Heavy use (e.g. distributing an app that uses tiles from openstreetmap.org)
> is forbidden without prior permission from the System Administrators
Popular CKAN instances that use Recline are likely to fall in this
category.
And also:
> Highly Recommended: Do not hardcode any URL at tile.openstreetmap.org
> into an app.
This patch replaces the tiles with the Terrain tileset from Stamen
(http://maps.stamen.com ), which have more liberal terms.
But more crucially, as this is something that different people will have
different views on, it allows you to configure the tiles used by passing
custom options to the view constructor, eg:
view = new recline.View.Map({
model: dataset,
mapTilesURL: '//{s}.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/{z}/{x}/{y}.png?access_token=pk.XXXX',
mapTilesAttribution: '© MapBox etc..',
mapTilesSubdomains: 'ab'
})
So everybody (and apps integrating Recline like CKAN) can configure the tiles
as they want.
2016-08-03 10:52:01 +01:00
Tod Robbins
59570640b5
Merge pull request #501 from frodrigo/master
...
Replace discontinued MapQuest Open tiles by OpenStreetMap.org tiles #500
2016-07-12 07:02:50 -07:00
Frédéric Rodrigo
3df0c2a2bb
Replace discontinued MapQuest Open tiles by OpenStreetMap.org tiles #500
2016-07-08 09:41:22 +02:00
Rufus Pollock
ab3794976d
Merge branch 'gh-pages'
2016-05-28 16:22:53 +01:00
Rufus Pollock
aae967ae41
[CNAME][xs]: remove so that this lives at okfnlabs.org/recline/.
2016-05-28 16:20:09 +01:00
Rufus Pollock
906af6bee6
Merge pull request #498 from smotornyuk/465-sanitize-header-name-on-slickgrid-view
...
[#465 ] Sanitize header name on SlickGrid view
2016-04-09 11:23:32 +01:00
Lindsay Ferris
f928beae1c
'Foundation' to 'International'
2016-04-08 13:47:07 -04:00
Motornyuk Sergey
24388b7e6c
[ #465 ] Sanitize header name on SlickGrid view
...
Change logic of sanitizing. Previously either original value
or content of element with matching selector was used as column
header.
After this change original value with applied encoding of
html entities will be used
2016-04-05 12:54:43 +03:00
Matt Fullerton
10f115f778
Merge pull request #492 from slang800/tidy-pacakge.json
...
tidy up package.json w/ fixpack
2015-11-11 06:43:42 +01:00
Sean Lang
37b6c6fb53
tidy up package.json w/ fixpack
2015-11-10 14:21:20 -05:00
Rufus Pollock
0a6bff4584
Merge pull request #485 from NuCivic/update-dist-files
...
Updated dist files.
2015-07-27 10:43:31 +01:00
Andrés Díaz Soto
842f103f02
Updated dist files.
2015-07-22 16:45:41 -06:00
Rufus Pollock
de2c7f1dc3
Merge pull request #484 from NuCivic/master
...
Update backend-list.html
2015-06-29 20:01:22 +01:00
Aaron Couch
2b09102405
Update backend-list.html
...
Issue #483 Add Excel to backend list
2015-06-29 12:54:41 -05:00
Matt Fullerton
363be630fb
Merge branch 'master' into gh-pages
2015-05-12 20:31:09 +02:00
Matt Fullerton
4f1bf987b3
Merge pull request #482 from okfn/fix-slickgrid-mixups
...
Fix slickgrid mixups (#432 )
2015-05-12 20:25:50 +02:00
Matt Fullerton
4f1134443f
Fixes to dependencies list
2015-05-12 20:22:20 +02:00
Matt Fullerton
48fa4d845d
Update tests for new SlickGrid
2015-05-12 17:23:27 +02:00
Matt Fullerton
bb575fcbb9
Clean up slickgrid - version 2.2 and only version 2.2
2015-05-11 21:32:12 +02:00
Matt Fullerton
a9adae2055
Minor correction
2015-05-11 21:30:08 +02:00
Matt Fullerton
eb307356b2
Update for new (and only new!) SlickGrid
2015-05-11 21:29:27 +02:00
Matt Fullerton
8c1dc0836c
Update for new (and only new!) SlickGrid
2015-05-11 21:19:05 +02:00
Matt Fullerton
3e07b0fce7
Update for new SlickGrid and Leaflet
2015-05-11 21:17:01 +02:00
Matt Fullerton
7d951f5fbc
Update for new (and only new!) SlickGrid
2015-05-11 21:14:05 +02:00
Matt Fullerton
4fb6c37c2e
Merge branch 'master' into gh-pages
...
Conflicts resolved:
docs/tutorial-multiview.markdown
2015-05-02 20:35:52 +02:00
Matt Fullerton
b1e7683205
Upgrade leaflet.markercluster
2015-05-02 20:24:22 +02:00
Mike Chelen
e1b6b55de9
fix typo
2015-04-05 23:44:27 -04:00
Rufus Pollock
d2640036db
Merge pull request #476 from NuCivic/fix_percentage_values_issue
...
Fix #475 : Allow flot view to graph columns with percentage values
2015-04-01 22:32:04 +01:00
Teofilo Sibileau
19f12b1c82
Issue #475 : Percentage data in flot graphs tests
...
+ base.js fixtures now include percentage data
+ slickgrid tests updated to hide p field in fixtures
+ added test scenario for percentage data in tests for flot view
2015-04-01 14:39:24 -03:00
Mariano Carballal
bb0d41a2e4
Issue #475 : Fix to be able to graph columns with percentage values
2015-04-01 14:38:59 -03:00
Rufus Pollock
db7fad0a7f
Merge pull request #474 from topicus/master
...
Fix #473 . Javascript error when dataset column names includes special ch...
2015-04-01 10:27:22 +01:00
Rufus Pollock
2b7095794e
Merge pull request #462 from bamos/patch-1
...
Fix link to @aliounedia's profile in README.
2015-03-24 20:50:02 +00:00
Mariano Carballal
2527753db7
Fix #473 . Javascript error when dataset column names includes special chars
2015-03-24 11:48:03 -03:00
Matt Fullerton
bafe84060c
[docs/demos] Fixes #400 , Typos
2015-03-21 10:43:31 +01:00
Matt Fullerton
47503e284c
[docs/demos] Fixes #400 , Typos
2015-03-21 10:38:42 +01:00
Matt Fullerton
63035dc43c
Merge branch 'master' into gh-pages
2015-03-13 21:59:47 +01:00
Matt Fullerton
9f257780a1
[#468,demos][s]: Fix missing calendar image
...
The interesting structure of the recline site and the differences in
CSS path references vs. Javascript/HTML means that this image has to go
in an images folder in the demos folder, whereas the drag handle is one
level higher up.
2015-03-13 21:57:04 +01:00
Rufus Pollock
b32e551adf
Merge pull request #471 from janette/accessibility-updates
...
Updating recline-slickgrid form labels to pass accessibility test
2015-03-13 11:04:13 +00:00