1412 Commits

Author SHA1 Message Date
Rufus Pollock
fa5ff30674 [demos][xs]: fix link to Data Explorer - http://explorer.okfnlabs.org/. 2017-09-08 07:45:53 +02:00
Rufus Pollock
2a14e10f13 Merge pull request #509 from NuCivic/error_508_compliance_civic_4733
Error 508 compliance civic 4733
2017-01-06 17:43:15 +00:00
Rufus Pollock
44df0cf36b Merge pull request #510 from NuCivic/map_view_missing_options_property
Fixes _setupMap reference of undefined class property
2017-01-06 17:42:46 +00:00
Teofilo Sibileau
3035b81c5f Builds HEAD of the branch 2016-12-30 12:50:49 -03:00
Teofilo Sibileau
7349be69f9 builds HEAD of the branch 2016-12-30 12:49:42 -03:00
Teofilo Sibileau
98753e427e Fixes _setupMap reference of undefined class property 2016-12-30 12:40:02 -03:00
Janette Day
e23266e100 Fix Geometry field (GeoJSON) field 2016-12-30 12:27:44 -03:00
Janette Day
60bcfc087c Update fields for 508 compliance 2016-12-30 12:27:44 -03:00
Jacinto capote Robles
aacf32ec9f Fixed problems with compliance 508 on some labels #CIVIC-4733 2016-12-30 12:27:43 -03: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