[ckan-changes] [ckan/ckan] 99a95f: Allow underscores in filenames
GitHub
noreply at github.com
Mon May 23 11:53:58 UTC 2016
Branch: refs/heads/poc-flask-views.blueprint
Home: https://github.com/ckan/ckan
Commit: 99a95f4ae3d082936561ff89af20d320ef44e443
https://github.com/ckan/ckan/commit/99a95f4ae3d082936561ff89af20d320ef44e443
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/lib/munge.py
Log Message:
-----------
Allow underscores in filenames
Commit: 60802e8abdc90c9f30ab9a81fbbf0e10f145ab8f
https://github.com/ckan/ckan/commit/60802e8abdc90c9f30ab9a81fbbf0e10f145ab8f
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/tests/lib/test_munge.py
Log Message:
-----------
test closes #2597
Commit: a5b8aa663b156adf3fed925dcb5e55b908784539
https://github.com/ckan/ckan/commit/a5b8aa663b156adf3fed925dcb5e55b908784539
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/tests/lib/test_munge.py
Log Message:
-----------
updating old tests
Commit: 752302b573a8c5ec95b0a4f8b2ae10c8aa4826f4
https://github.com/ckan/ckan/commit/752302b573a8c5ec95b0a4f8b2ae10c8aa4826f4
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/lib/munge.py
Log Message:
-----------
Update munge.py
Commit: d9ac6273664d832900abf12784098b7e467911b6
https://github.com/ckan/ckan/commit/d9ac6273664d832900abf12784098b7e467911b6
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/tests/lib/test_munge.py
Log Message:
-----------
Update test_munge.py
Commit: b65a49c3d4e1e9806dfab7b1b9b502360c519bd7
https://github.com/ckan/ckan/commit/b65a49c3d4e1e9806dfab7b1b9b502360c519bd7
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/lib/munge.py
Log Message:
-----------
Update munge.py
Commit: a33ce2bcae786a60fe813a2b4388c878aa861e13
https://github.com/ckan/ckan/commit/a33ce2bcae786a60fe813a2b4388c878aa861e13
Author: mbellotti <marianne.bellotti at gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M ckan/tests/lib/test_munge.py
Log Message:
-----------
pep8 standards
Commit: 5bc8e4e69952629809ce638c4f3eaa07aa124bc0
https://github.com/ckan/ckan/commit/5bc8e4e69952629809ce638c4f3eaa07aa124bc0
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths:
M README.rst
Log Message:
-----------
Change Travis build status badge to CircleCI
Commit: f48da51490333086fdcc08846b9ce542895485d9
https://github.com/ckan/ckan/commit/f48da51490333086fdcc08846b9ce542895485d9
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths:
M README.rst
Log Message:
-----------
[#3033] Change CircleCI badge style to shield.
This style fits better with our other badges. Thanks @k-nut!
Commit: 802374e74f620a55792f7eb42fc69d90f39213e5
https://github.com/ckan/ckan/commit/802374e74f620a55792f7eb42fc69d90f39213e5
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths:
M README.rst
Log Message:
-----------
Merge pull request #3033 from ckan/3033-build-status-badge
Build Status badge in README should point to CircleCI, not Travis
Commit: 05eb24111246467820d290a92784307bf3bc1042
https://github.com/ckan/ckan/commit/05eb24111246467820d290a92784307bf3bc1042
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths:
M ckan/lib/munge.py
M ckan/tests/lib/test_munge.py
Log Message:
-----------
Merge pull request #2600 from mbellotti/2597-allow-underscores-in-filenames
issue 2597 allow underscores in filenames
Commit: 92e9cf36a5bba60d31df8996f9d8fe8334ff02df
https://github.com/ckan/ckan/commit/92e9cf36a5bba60d31df8996f9d8fe8334ff02df
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M ckan/lib/helpers.py
A ckan/templates/tests/broken_helper_as_attribute.html
A ckan/templates/tests/broken_helper_as_item.html
A ckan/templates/tests/helper_as_attribute.html
A ckan/templates/tests/helper_as_item.html
M ckan/tests/lib/test_helpers.py
M ckan/tests/plugins/test_toolkit.py
M setup.py
Log Message:
-----------
[#3041] Raise HelperError when calling bad helper.
Fixes exception handling introduced in #2908, by fixing call to super
class's __getitem__ and catching correct exception in
HelperAttributeDict.
Tests added for rendering helpers in templates, and using helpers from
toolkit.
Commit: 5c7ec067fdb16931df9d170b82504ac055ff19a8
https://github.com/ckan/ckan/commit/5c7ec067fdb16931df9d170b82504ac055ff19a8
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M README.rst
M ckan/lib/helpers.py
M ckan/lib/munge.py
A ckan/templates/tests/broken_helper_as_attribute.html
A ckan/templates/tests/broken_helper_as_item.html
A ckan/templates/tests/helper_as_attribute.html
A ckan/templates/tests/helper_as_item.html
M ckan/tests/lib/test_helpers.py
M ckan/tests/lib/test_munge.py
M ckan/tests/plugins/test_toolkit.py
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'origin/3041-helpererror' into poc-flask-views.blueprint
Compare: https://github.com/ckan/ckan/compare/6160f6cdf00a...5c7ec067fdb1
More information about the ckan-changes
mailing list