[ckan-changes] [ckan/ckan] 9d2b19: [#1530] sort dependencies, get travis to install s...
GitHub
noreply at github.com
Mon May 19 09:36:17 UTC 2014
Branch: refs/heads/1530-use-passlib
Home: https://github.com/ckan/ckan
Commit: 9d2b19b18ae414e9d9a7295d00e7f1956b7f5fd5
https://github.com/ckan/ckan/commit/9d2b19b18ae414e9d9a7295d00e7f1956b7f5fd5
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M bin/travis-install-dependencies
M requirements.txt
Log Message:
-----------
[#1530] sort dependencies, get travis to install swig
Commit: 07fe6c4ad90e9f9d34c29d1645f90461f7d1488c
https://github.com/ckan/ckan/commit/07fe6c4ad90e9f9d34c29d1645f90461f7d1488c
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
M ckan/config/who.ini
M ckan/model/user.py
A ckan/new_tests/model/test_user.py
Log Message:
-----------
[#1530] Add tests, use utf-8 for FriendlyForms
FriendlyForms defaults to latin-1 this means that request parameters
would get encoded as utf-8 strings and then interpreted by FriendlyForms
as latin-1, so you would end up with a python mangled unicode string
containing utf-8.
Compare: https://github.com/ckan/ckan/compare/44c951913dc4...07fe6c4ad90e
More information about the ckan-changes
mailing list