697 Commits

Author SHA1 Message Date
anuveyatsu
89e7b942aa [KeyInfo component][xs]: removed complex/buggy logic for calculating total size of all files.
We still can display total size if it is available from 'descriptor.size', otherwise, we just display 'N/A'.
This is probably a good one for removal in the future as we could show sizes for each resource instead of total size.
2021-08-14 21:10:02 +06:00
anuveyatsu
2c42d3d83d [ResourceInfo component][xs]: small improvements in the table to show more info. 2021-08-14 21:01:49 +06:00
anuveyatsu
f9b9cf3680 [Key info component][s]: bug fixes and improvements to follow official frictionless spec. 2021-08-14 20:15:30 +06:00
Rising Odegua
f8602184ce Refactor catalog example to use portal.js 2021-05-21 16:48:55 +01:00
Rising Odegua
842d423c99 [Table][s]: Add id to table rows 2021-05-21 09:14:12 +01:00
Rising Odegua
12cfd0d54e [Components][l]: Update portal components 2021-05-10 14:53:52 +01:00
Rising Odegua
b713360ead [Components][m]: Slight update to props definition 2021-05-05 15:50:52 +01:00
Rising Odegua
0129921942 [Components][s]: Update proptypes for Nav 2021-05-05 10:21:58 +01:00
Rising Odegua
3faf4f1464 [Index][s]: Export new components 2021-05-03 15:56:59 +01:00
Rising Odegua
bd4e7cf79e [Components][s]: Add misc components 2021-05-03 15:20:50 +01:00
Rising Odegua
fc79f3f7fa [Components][s]: Update views components to include validation 2021-05-03 15:20:30 +01:00
Rising Odegua
98f94303c4 [Components][s]: Update UI components to include validation 2021-05-03 15:20:17 +01:00
Rising Odegua
44cdced1a6 [Components][s]: Add components for creating search page 2021-05-03 15:19:33 +01:00
Rising Odegua
2ffad0d80b [Components][s]: Re-arrange components folder 2021-05-03 15:19:19 +01:00
Rising Odegua
acd1c118a1 [Components][s]: Add components for creating dataset page 2021-05-03 15:18:49 +01:00
Rising Odegua
6d21042911 [Components][s]: Add components for creating blog page 2021-05-03 15:18:20 +01:00
Rising Odegua
5e8709ca89 [Src][s]: Move src to root folder 2021-05-03 09:30:15 +01:00
Rising Odegua
856df4053f [recline]: Delete old files and code 2021-03-15 14:04:56 +01:00
Rising Odegua
3f66204de8 Merge branch 'feature-459-i18n' of git://github.com/DanePubliczneGovPl/recline into DanePubliczneGovPl-feature-459-i18n 2021-03-12 11:22:21 +01:00
bblwq
f2f2a2cf72 View toggle labels 2020-07-14 14:45:16 -04: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
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
krzysztofmadejski
8f9607e053 #459 lib separated - rename and move to vendor 2016-11-14 14:27:14 +00:00
krzysztofmadejski
8bdd273aad #459 passing tests 2016-11-14 14:15:31 +00:00
krzysztofmadejski
55c51cfad6 #459 separe i18n code from Recline 2016-11-14 12:49:34 +00:00
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
Herpiko Dwi Aguno
cf3797cc6a Fix the underscore's template usage. 2016-09-13 00:34:16 +07: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
Frédéric Rodrigo
3df0c2a2bb Replace discontinued MapQuest Open tiles by OpenStreetMap.org tiles #500 2016-07-08 09:41:22 +02: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
Mariano Carballal
bb0d41a2e4 Issue #475: Fix to be able to graph columns with percentage values 2015-04-01 14:38:59 -03:00
Mariano Carballal
2527753db7 Fix #473. Javascript error when dataset column names includes special chars 2015-03-24 11:48:03 -03:00
Janette Day
469d9479a4 Updating recline-slickgrid form labels to pass accessibility test 2015-03-11 12:08:55 -07:00
Sol Villar
cd45465b0d [#427] Fixed bug in search and style in footer. 2015-03-05 11:25:43 -03:00
Sol Villar
af84ece6cf [#427] Fixed marking of nav buttons as active. 2015-03-05 03:47:57 -03:00
Sol Villar
dff3557c8a [#427] Fixed map in multiview. 2015-03-05 03:46:17 -03:00
Sol Villar
bbb4e63cb7 [#427] Fixed styles in selects. 2015-03-05 03:43:11 -03:00
Sol Villar
79141e94a9 [#427] Fixed graph styles in multiview. 2015-03-05 03:40:11 -03:00
Sol Villar
6fdd1fbe32 [#427] Fixed graph alert in multiview. 2015-03-05 03:34:24 -03:00
Sol Villar
ec421103ec [#427] Fixed styles in filters widget. 2015-03-05 03:31:37 -03:00
Sol Villar
b1655fcc71 [#427] Fixed styles in fields view. 2015-03-05 03:19:39 -03:00