[ckan-changes] [ckan/ckan] d93765: [#1792] Add filters UI to filterable resource view...
GitHub
noreply at github.com
Thu Jul 3 14:06:00 UTC 2014
Branch: refs/heads/1792-filterable-resource-views
Home: https://github.com/ckan/ckan
Commit: d937650a733adcf97345daf4be24292e1ebba53d
https://github.com/ckan/ckan/commit/d937650a733adcf97345daf4be24292e1ebba53d
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M ckan/lib/helpers.py
M ckan/new_tests/lib/test_helpers.py
A ckan/public/base/javascript/modules/resource-view-filters-form.js
M ckan/public/base/javascript/resource.config
M ckan/public/base/less/resource-view.less
M ckan/templates/package/snippets/view_form.html
A ckan/templates/package/snippets/view_form_filters.html
Log Message:
-----------
[#1792] Add filters UI to filterable resource view's manage page
Most of the code was extracted from ckanext-basiccharts and
ckanext-viewhelpers.
Commit: 179056af57a6c1e013d4ff42040b6995ede48bd4
https://github.com/ckan/ckan/commit/179056af57a6c1e013d4ff42040b6995ede48bd4
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M ckan/public/base/javascript/modules/resource-view-filters.js
A ckan/public/base/vendor/polyfill-object-keys.js
M ckan/public/base/vendor/resource.config
Log Message:
-----------
[#1792] Move Object.keys() polyfill to its own file
We need it on more than one module, so we move it to its own file and always
load it when IE <= 8, so the other JS files can rely on Object.keys() being
available.
Compare: https://github.com/ckan/ckan/compare/5e93512331cb...179056af57a6
More information about the ckan-changes
mailing list