[ckan-changes] [ckan/ckan] efb473: Update version number for release 2.3.1b
GitHub
noreply at github.com
Mon Jul 27 09:25:06 UTC 2015
Branch: refs/heads/release-v2.3-latest
Home: https://github.com/ckan/ckan
Commit: efb4736b576bf5fb49a1d02e21af8375d8a25970
https://github.com/ckan/ckan/commit/efb4736b576bf5fb49a1d02e21af8375d8a25970
Author: amercader <amercadero at gmail.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Update version number for release 2.3.1b
Commit: 67dfef2502ab7f3072b3ce039aed21e9b775dbb5
https://github.com/ckan/ckan/commit/67dfef2502ab7f3072b3ce039aed21e9b775dbb5
Author: amercader <amercadero at gmail.com>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[#2164] Tighten default auth settings
On a new install, don't allow regular users to:
* Create new datasets if user does not belong to an org
* Create new datasets if the dataset does not belong to an org
* Create new orgs
* Create new groups
Commit: c30ecbe398f39ff70472ef741ded7eb436ff5a89
https://github.com/ckan/ckan/commit/c30ecbe398f39ff70472ef741ded7eb436ff5a89
Author: amercader <amercadero at gmail.com>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M doc/maintaining/installing/install-from-package.rst
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
[#2164] Inform users of tighter auth settings after install isntructions
Commit: e4665110c74fd1d7441a80a2ed24e37d542fb006
https://github.com/ckan/ckan/commit/e4665110c74fd1d7441a80a2ed24e37d542fb006
Author: Martin Virág <martin.virag at eea.sk>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/package.py
Log Message:
-----------
[#2392] bugfix: refering to non-existing action when creating new dataset
After changing dataset creating process to two stage process the third stage was removed but the action is still referenced in some places causing http error 404 Not Found.
This change properly changes the dataset state from draft to active redirecting it to dataset read phase.
Commit: 241c68e934b6986398c6361bb6481a51280ab711
https://github.com/ckan/ckan/commit/241c68e934b6986398c6361bb6481a51280ab711
Author: Nate Prewitt <Nate.Prewitt at Colorado.edu>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M ckan/controllers/user.py
M ckan/new_tests/controllers/test_user.py
Log Message:
-----------
add reset for reset_key on successful password change
and associated test
Conflicts:
ckan/new_tests/controllers/test_user.py
Commit: d73bee5631e2f75c93de7bee21d3c05823571171
https://github.com/ckan/ckan/commit/d73bee5631e2f75c93de7bee21d3c05823571171
Author: pduchesne <pduchesne at gmail.com>
Date: 2015-05-11 (Mon, 11 May 2015)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
[#2421] pop package schema from context before creating views
Commit: a4c9a78e52298212903ad02c1240bed5cdc5d068
https://github.com/ckan/ckan/commit/a4c9a78e52298212903ad02c1240bed5cdc5d068
Author: pduchesne <pduchesne at gmail.com>
Date: 2015-05-11 (Mon, 11 May 2015)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
fix line length
Commit: aea8630131830782e17ec8f77f84ed777bf2ae54
https://github.com/ckan/ckan/commit/aea8630131830782e17ec8f77f84ed777bf2ae54
Author: Matt Fullerton <matt.fullerton at gmail.com>
Date: 2015-05-11 (Mon, 11 May 2015)
Changed paths:
M ckanext/reclineview/theme/public/resource.config
M ckanext/reclineview/theme/public/vendor/leaflet.markercluster/MarkerCluster.Default.css
R ckanext/reclineview/theme/public/vendor/leaflet.markercluster/MarkerCluster.Default.ie.css
R ckanext/reclineview/theme/public/vendor/leaflet.markercluster/MarkerCluster.Default.ie.min.css
R ckanext/reclineview/theme/public/vendor/leaflet.markercluster/MarkerCluster.Default.min.css
M ckanext/reclineview/theme/public/vendor/leaflet.markercluster/MarkerCluster.css
R ckanext/reclineview/theme/public/vendor/leaflet.markercluster/MarkerCluster.min.css
M ckanext/reclineview/theme/public/vendor/leaflet.markercluster/leaflet.markercluster.js
R ckanext/reclineview/theme/public/vendor/leaflet.markercluster/leaflet.markercluster.min.js
Log Message:
-----------
Fixes #2410 by upgrading leaflet cluster plugin
This has also been done in the central recline repo
Commit: d7e4f69d35af9817f3cbba965b424c82cab84407
https://github.com/ckan/ckan/commit/d7e4f69d35af9817f3cbba965b424c82cab84407
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-05-11 (Mon, 11 May 2015)
Changed paths:
M ckanext/reclineview/theme/public/recline_view.js
Log Message:
-----------
[#2238] Wrap default filters block in try/catch.
A recline view embedded in a site hosted on a different domain to the
view will not have access to the `window.parent.ckan` property. This
try/catch supresses the error, allowing the view to load and run.
Commit: e82cc87b2ee7e2925fea2cea78672e162512dc65
https://github.com/ckan/ckan/commit/e82cc87b2ee7e2925fea2cea78672e162512dc65
Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
Fix broken boolean validator
The boolean validator treats missing values as True. They should be treated as False, both semantically and because unchecked HTML checkboxes in forms transmit empty values on form submits
Commit: f0fcd0bc7e49d02464e6b420cf1b9c78bd20b814
https://github.com/ckan/ckan/commit/f0fcd0bc7e49d02464e6b420cf1b9c78bd20b814
Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
docstring for boolean validator
Commit: 508802f5923670466a429157ff6f97c53d469f35
https://github.com/ckan/ckan/commit/508802f5923670466a429157ff6f97c53d469f35
Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M ckan/logic/validators.py
M ckan/new_tests/logic/test_validators.py
Log Message:
-----------
boolean validator tests
Conflicts:
ckan/tests/logic/test_validators.py
Commit: b6aa80086dcfd1181491ecff8923743f0ef5845e
https://github.com/ckan/ckan/commit/b6aa80086dcfd1181491ecff8923743f0ef5845e
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M ckan/lib/helpers.py
M ckan/new_tests/lib/test_helpers.py
Log Message:
-----------
[#2401] Cast string to unicode instead of str.
Casting the string to str caused an error for characters outside of the
ascii range. Notably, BOM at the beginning of documents.
Conflicts:
ckan/tests/lib/test_helpers.py
Commit: c059ab29d9ab72eba5f5b03f3d892caa0e9a9988
https://github.com/ckan/ckan/commit/c059ab29d9ab72eba5f5b03f3d892caa0e9a9988
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M ckan/controllers/package.py
M ckan/new_tests/controllers/test_package.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
Fix for /dataset?sort exception.
Commit: 4d6b66719aef8b8c5fdc0f88dca7cbe856cd864f
https://github.com/ckan/ckan/commit/4d6b66719aef8b8c5fdc0f88dca7cbe856cd864f
Author: amercader <amercadero at gmail.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M ckan/new_tests/lib/test_helpers.py
Log Message:
-----------
[#2401] Remove failing duplicate tests
Commit: 491bc21905e03f482719b47c2de9b760b80baf82
https://github.com/ckan/ckan/commit/491bc21905e03f482719b47c2de9b760b80baf82
Author: amercader <amercadero at gmail.com>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
Log Message:
-----------
[#2484] Pass brand new context to function creating default views
Commit: 62fa517327174bde53a37cc577455292fffdc3f3
https://github.com/ckan/ckan/commit/62fa517327174bde53a37cc577455292fffdc3f3
Author: amercader <amercadero at gmail.com>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_CA/LC_MESSAGES/ckan.mo
M ckan/i18n/en_CA/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/es_MX/LC_MESSAGES/ckan.mo
M ckan/i18n/es_MX/LC_MESSAGES/ckan.po
M ckan/i18n/eu/LC_MESSAGES/ckan.mo
M ckan/i18n/eu/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/he/LC_MESSAGES/ckan.mo
M ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hr/LC_MESSAGES/ckan.mo
M ckan/i18n/hr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lo/LC_MESSAGES/ckan.mo
M ckan/i18n/lo/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/mn_MN/LC_MESSAGES/ckan.mo
M ckan/i18n/mn_MN/LC_MESSAGES/ckan.po
M ckan/i18n/my/LC_MESSAGES/ckan.mo
M ckan/i18n/my/LC_MESSAGES/ckan.po
M ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
M ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/ne/LC_MESSAGES/ckan.mo
M ckan/i18n/ne/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/pt_PT/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_PT/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/sw/LC_MESSAGES/ckan.mo
M ckan/i18n/sw/LC_MESSAGES/ckan.po
M ckan/i18n/th/LC_MESSAGES/ckan.mo
M ckan/i18n/th/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
M ckan/i18n/vi/LC_MESSAGES/ckan.mo
M ckan/i18n/vi/LC_MESSAGES/ckan.po
M ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
M ckan/i18n/vi_VN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
Update strings from Transifex
Commit: 22ef03696036d5b0c99fdda7a6fc2a30afbad131
https://github.com/ckan/ckan/commit/22ef03696036d5b0c99fdda7a6fc2a30afbad131
Author: amercader <amercadero at gmail.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M ckan/logic/action/create.py
M ckan/new_tests/logic/action/test_create.py
Log Message:
-----------
[#2415] Allow uppercase emails on user invites
Just lowercase the user name created from the email address
Commit: efe4d4f82ec511f4e6be9b56dcb7d59f5b9dde5a
https://github.com/ckan/ckan/commit/efe4d4f82ec511f4e6be9b56dcb7d59f5b9dde5a
Author: amercader <amercadero at gmail.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M ckanext/reclineview/plugin.py
M ckanext/reclineview/theme/templates/recline_map_form.html
Log Message:
-----------
[#2387] Fix GeoJSON field option in map view
Because the datastore fields were limited to numeric ones (to
accommodate the lat/lon option), it was not possible to select a text
field for the geojson option.
This patch separates the types used on both, while keeping the
validation in place and not mixing types between options.
Commit: cc93ee9f552e6e585b2079032a7710312448d3e5
https://github.com/ckan/ckan/commit/cc93ee9f552e6e585b2079032a7710312448d3e5
Author: amercader <amercadero at gmail.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#2532] Allow custom dataset types on views create command
The dataset_type:dataset filter prevents views from being created when
using the views create command on custom dataset types
Commit: 276bfc116a0de8ff65cd06106386c75a95b1757c
https://github.com/ckan/ckan/commit/276bfc116a0de8ff65cd06106386c75a95b1757c
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M ckan/lib/helpers.py
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2472] Offer existing license in form if it is missing from current license.
(Extracted from 2478-licenses-specific)
Conflicts:
ckan/tests/lib/test_helpers.py
Commit: 2c5a61b9e924802f37f65556b224c2fe0491696a
https://github.com/ckan/ckan/commit/2c5a61b9e924802f37f65556b224c2fe0491696a
Author: amercader <amercadero at gmail.com>
Date: 2015-07-21 (Tue, 21 Jul 2015)
Changed paths:
M ckan/new_tests/lib/test_helpers.py
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2472] Move test to new ones
Commit: 79c0dff5d693133acb80fc3570eddadab73f96c7
https://github.com/ckan/ckan/commit/79c0dff5d693133acb80fc3570eddadab73f96c7
Author: Alex Sadleir <alex.sadleir at linkdigital.com.au>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M ckanext/reclineview/theme/public/vendor/recline/recline.js
Log Message:
-----------
Handle special characters in column names to fix recline view
Some special characters/unicode characters are causing recline view
sanitization for HTML to fail with a JS error:
```
"bootstrap.js:3 Uncaught Error: Syntax error, unrecognized expression:"
```
Fixes #2490 by catching JS exceptions
Commit: 920313d0dc1daeaf807ad7932394cc6341486110
https://github.com/ckan/ckan/commit/920313d0dc1daeaf807ad7932394cc6341486110
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Changelog
Commit: 10e821e6f053456405cb439df5751a84067b09fd
https://github.com/ckan/ckan/commit/10e821e6f053456405cb439df5751a84067b09fd
Author: amercader <amercadero at gmail.com>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Add other backports to changelog, fix spelling test failure
Commit: 1503e8d18272d1fc91cfb1999298f796b3774550
https://github.com/ckan/ckan/commit/1503e8d18272d1fc91cfb1999298f796b3774550
Author: amercader <amercadero at gmail.com>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M ckan/public/base/i18n/ar.js
M ckan/public/base/i18n/ar.min.js
M ckan/public/base/i18n/en_AU.js
M ckan/public/base/i18n/en_AU.min.js
M ckan/public/base/i18n/fi.js
M ckan/public/base/i18n/fi.min.js
M ckan/public/base/i18n/is.js
M ckan/public/base/i18n/is.min.js
M ckan/public/base/i18n/it.js
M ckan/public/base/i18n/it.min.js
M ckan/public/base/i18n/pt_BR.js
M ckan/public/base/i18n/pt_BR.min.js
M ckan/public/base/i18n/ru.js
M ckan/public/base/i18n/ru.min.js
M ckan/public/base/i18n/uk_UA.js
M ckan/public/base/i18n/uk_UA.min.js
M ckan/public/base/i18n/vi.js
M ckan/public/base/i18n/vi.min.js
M ckanext/reclineview/theme/public/recline_view.min.js
Log Message:
-----------
Build frontend
Commit: 3be1092331805b0a85c998ef16eaefc2bfef0086
https://github.com/ckan/ckan/commit/3be1092331805b0a85c998ef16eaefc2bfef0086
Author: amercader <amercadero at gmail.com>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Update version number for release 2.3.1
Compare: https://github.com/ckan/ckan/compare/f478c92e3d88...3be109233180
More information about the ckan-changes
mailing list