[ckan-changes] [ckan/ckan] f9eb90: Update version number for 2.7.0b
GitHub
noreply at github.com
Wed Jun 21 10:37:42 UTC 2017
Branch: refs/heads/dev-v2.7
Home: https://github.com/ckan/ckan
Commit: f9eb9004835124f17a20ff8f9d0ff000b79068a3
https://github.com/ckan/ckan/commit/f9eb9004835124f17a20ff8f9d0ff000b79068a3
Author: amercader <amercadero at gmail.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Update version number for 2.7.0b
Commit: 2c8539e34ea07b7447486450b4c644591d64ba21
https://github.com/ckan/ckan/commit/2c8539e34ea07b7447486450b4c644591d64ba21
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckan/public/base/javascript/plugins/jquery.url-helpers.js
Log Message:
-----------
[#3528] Allow underscore chars in URL slug preview
In the UI for creating a dataset, if an underscore was typed into the 'title' field, in the URL slug preview it was replaced with a hyphen, whereas in the API, the 'name' allows underscores.
Now both when creating a dataset through the UI and the API, underscores are allowed for dataset name.
Commit: 0b8eb701729e1d26ce8b1d90b10d4a368b07097e
https://github.com/ckan/ckan/commit/0b8eb701729e1d26ce8b1d90b10d4a368b07097e
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.js
Log Message:
-----------
[#3528] Add additional test for slugify
Commit: 4ec63e37ff624f3035cdd8ad0af75aee20a0f023
https://github.com/ckan/ckan/commit/4ec63e37ff624f3035cdd8ad0af75aee20a0f023
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckanext/datastore/backend/postgres.py
Log Message:
-----------
[#2804] Raise ValidationError for long column headings in Datastore
Postgres has a limit of 63 characters for column names.
When a resource is inserted in Datastore, if it contains column headings that have names longer than 63 characters a ValidationError is raised showing affected columns.
Commit: 43de7af8a6cc838581896bd7e57f381f521ab903
https://github.com/ckan/ckan/commit/43de7af8a6cc838581896bd7e57f381f521ab903
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#2804] Add additional test for datastore_create
Commit: 4f090a01e886a24bddf0eb9227367060f2e43010
https://github.com/ckan/ckan/commit/4f090a01e886a24bddf0eb9227367060f2e43010
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckan/templates/group/read.html
M ckan/templates/organization/read.html
Log Message:
-----------
[#3593] Fix filter results button not working for organization/group
On mobile, filters are initially hidden for datasets in Datasets page, and pages for a particular Organization and Group.
When the button is clicked, a modal is shown with the filters. This works as expected for Datasets page, but not for datasets in Organization/Group pages.
Compare: https://github.com/ckan/ckan/compare/8e0d6d4e0fb9...4f090a01e886
More information about the ckan-changes
mailing list