[ckan-changes] [ckan/ckan] f285d7: [#1512] Fix select2 files on 2.2.1
GitHub
noreply at github.com
Mon Jul 28 15:53:43 UTC 2014
Branch: refs/heads/release-v2.2.1
Home: https://github.com/ckan/ckan
Commit: f285d7fded749494f53c94a4589afbeda1e40c09
https://github.com/ckan/ckan/commit/f285d7fded749494f53c94a4589afbeda1e40c09
Author: amercader <amercadero at gmail.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M ckan/public/base/vendor/select2/select2.css
M ckan/public/base/vendor/select2/select2.js
M ckan/public/base/vendor/select2/select2.min.js
Log Message:
-----------
[#1512] Fix select2 files on 2.2.1
Due to cheery-picking #1512 commits without merging #1278 first, the
source files for select2 where incorrect on the 2.2.1 branch (js error
on /dataset/new when running on debug mode). select2 files are now in
sync with master.
Commit: c8bc88c96a9c27dd984586b688f985165ab94f64
https://github.com/ckan/ckan/commit/c8bc88c96a9c27dd984586b688f985165ab94f64
Author: amercader <amercadero at gmail.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M ckan/templates/group/read.html
M ckan/templates/organization/read.html
M ckan/templates/package/search.html
Log Message:
-----------
[#1791] Keep filters when ordering dataset listings
There is a `form.hidden_from_list` macro call in the
`search_form.html` snippet that did not get the `fields` variable it needed
to create the necessary hidden inputs.
Commit: 24cf5d63ea8a3d277c6d52bbee7ce1c1251d67f0
https://github.com/ckan/ckan/commit/24cf5d63ea8a3d277c6d52bbee7ce1c1251d67f0
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M ckan/logic/action/update.py
M ckan/new_tests/logic/action/test_update.py
Log Message:
-----------
[#1767] Fix bug with send_email_notifications not working with paster
The problem is that our validators notice that .send_email_notifications()
didn't call its auth functions and raise an Exception. But it shouldn't call
it's auth functions when being called with paster anyway, so it's correct.
This fixes that.
Commit: e67e65ecc925bf4e75cfe3f2fa9e903410d5f08a
https://github.com/ckan/ckan/commit/e67e65ecc925bf4e75cfe3f2fa9e903410d5f08a
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M ckan/new_tests/logic/action/test_update.py
Log Message:
-----------
Use assert_raises instead of the full nose.tools.assert_raises
Compare: https://github.com/ckan/ckan/compare/2c1966861ca0...e67e65ecc925
More information about the ckan-changes
mailing list