[ckan-changes] [ckan/ckan] f1dc49: [#2530] Add 403 to server refusal excuses
GitHub
noreply at github.com
Mon Jul 13 15:15:20 UTC 2015
Branch: refs/heads/release-v2.4.0
Home: https://github.com/ckan/ckan
Commit: f1dc493d70f41d54c412a25d52735246d8efbab7
https://github.com/ckan/ckan/commit/f1dc493d70f41d54c412a25d52735246d8efbab7
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
M ckanext/resourceproxy/controller.py
Log Message:
-----------
[#2530] Add 403 to server refusal excuses
Commit: 8f0cdc9d2a497ccb93fa636dd454b2da56d18d12
https://github.com/ckan/ckan/commit/8f0cdc9d2a497ccb93fa636dd454b2da56d18d12
Author: Henri Kotkanen <henri.kotkanen at gmail.com>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
M ckan/controllers/api.py
Log Message:
-----------
Tag autocomplete: decode percent encoded queries
Using urllib.unquote to decode percent encoded query strings before sending them on for matching against the tag db. Also getting the query string as a str object instead of a unicode object for this to work.
Compare: https://github.com/ckan/ckan/compare/b81142ff2b97...8f0cdc9d2a49
More information about the ckan-changes
mailing list