[ckan-changes] [ckan/ckan] dfd93e: Replace webhelpers.html.tags.literal
Adrià Mercader
noreply at github.com
Thu Nov 28 12:16:41 UTC 2019
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: dfd93eec82d813cfae980bd4eedc880dc42a26d2
https://github.com/ckan/ckan/commit/dfd93eec82d813cfae980bd4eedc880dc42a26d2
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M ckan/lib/base.py
M ckan/lib/helpers.py
M ckan/plugins/toolkit.py
Log Message:
-----------
Replace webhelpers.html.tags.literal
Commit: fd361629673d7dd6f44ccb2ff405d0bea435582b
https://github.com/ckan/ckan/commit/fd361629673d7dd6f44ccb2ff405d0bea435582b
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M ckan/lib/helpers.py
M requirements.in
M requirements.txt
Log Message:
-----------
Use dominate instead of webhelpers.html.tags
Commit: 53a258cf153661edd6c24ebeae2089310388bdd1
https://github.com/ckan/ckan/commit/53a258cf153661edd6c24ebeae2089310388bdd1
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M ckan/controllers/error.py
M ckan/lib/helpers.py
M ckan/tests/legacy/functional/api/base.py
Log Message:
-----------
Completely drop webhelpers.html
Commit: 6bc09dfe8a59c9c5fc3088d06bfab18fbc431e42
https://github.com/ckan/ckan/commit/6bc09dfe8a59c9c5fc3088d06bfab18fbc431e42
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M .circleci/config.yml
M Dockerfile
M bin/travis-install-dependencies
M ckan/cli/generate.py
M ckan/common.py
M ckan/controllers/admin.py
M ckan/controllers/package.py
M ckan/lib/cli.py
M ckan/lib/helpers.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/redis.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/model/__init__.py
M ckan/model/activity.py
M ckan/model/core.py
M ckan/model/dashboard.py
M ckan/model/domain_object.py
M ckan/model/follower.py
M ckan/model/group.py
M ckan/model/group_extra.py
M ckan/model/meta.py
M ckan/model/package.py
M ckan/model/package_extra.py
M ckan/model/package_relationship.py
M ckan/model/rating.py
M ckan/model/resource.py
M ckan/model/resource_view.py
A ckan/model/system.py
M ckan/model/system_info.py
M ckan/model/tag.py
M ckan/model/task_status.py
M ckan/model/term_translation.py
M ckan/model/tracking.py
M ckan/model/types.py
M ckan/model/user.py
M ckan/model/vocabulary.py
M ckan/plugins/__init__.py
M ckan/plugins/core.py
M doc/maintaining/installing/install-from-source.rst
M doc/maintaining/upgrading/index.rst
A doc/maintaining/upgrading/upgrade-to-python3.rst
A requirements-py2.in
A requirements-py2.txt
M requirements.in
M requirements.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into drop-webhelpers-html-utils
Commit: c7c0dee13563dd2459ec1411606ca05a79285e8e
https://github.com/ckan/ckan/commit/c7c0dee13563dd2459ec1411606ca05a79285e8e
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Drop webhelpers.text
Commit: 8a650abea56add5ca007704c193920f1949f7610
https://github.com/ckan/ckan/commit/8a650abea56add5ca007704c193920f1949f7610
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M ckan/lib/helpers.py
A ckan/lib/pagination.py
M requirements-py2.in
M requirements-py2.txt
Log Message:
-----------
Replace pager
Commit: 9097ebc180d55f99b07560c950208fb2a8177ba4
https://github.com/ckan/ckan/commit/9097ebc180d55f99b07560c950208fb2a8177ba4
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M ckan/controllers/error.py
M ckan/lib/helpers.py
M ckan/lib/pagination.py
M ckan/tests/legacy/functional/api/test_package_search.py
M ckan/tests/legacy/lib/test_helpers.py
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
Update tests
Commit: 2654012830e36b849a998c4c90d81d6894ee7e74
https://github.com/ckan/ckan/commit/2654012830e36b849a998c4c90d81d6894ee7e74
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Update file/submit helpers
Commit: d309e140055fc4dbedb5621b89cb9b9ffdbdc1fc
https://github.com/ckan/ckan/commit/d309e140055fc4dbedb5621b89cb9b9ffdbdc1fc
Author: amercader <amercadero at gmail.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M ckan/controllers/error.py
M ckan/lib/base.py
M ckan/lib/helpers.py
A ckan/lib/pagination.py
M ckan/plugins/toolkit.py
M ckan/tests/legacy/functional/api/base.py
M ckan/tests/legacy/functional/api/test_package_search.py
M ckan/tests/legacy/lib/test_helpers.py
M ckan/tests/lib/test_helpers.py
M requirements-py2.in
M requirements-py2.txt
M requirements.in
M requirements.txt
Log Message:
-----------
Merge branch 'drop-webhelpers-html-utils' of https://github.com/DataShades/ckan into DataShades-drop-webhelpers-html-utils
Commit: b4d7606f391ed8bead98d7cc9edfc7d916c2e13e
https://github.com/ckan/ckan/commit/b4d7606f391ed8bead98d7cc9edfc7d916c2e13e
Author: amercader <amercadero at gmail.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M ckan/lib/pagination.py
Log Message:
-----------
Add license header to the pagination module
Commit: 0afd7da86b55c34a1efbea74c0a58247689c44fe
https://github.com/ckan/ckan/commit/0afd7da86b55c34a1efbea74c0a58247689c44fe
Author: amercader <amercadero at gmail.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M ckan/controllers/error.py
M ckan/lib/base.py
M ckan/lib/helpers.py
A ckan/lib/pagination.py
M ckan/plugins/toolkit.py
M ckan/tests/legacy/functional/api/base.py
M ckan/tests/legacy/functional/api/test_package_search.py
M ckan/tests/legacy/lib/test_helpers.py
M ckan/tests/lib/test_helpers.py
M requirements-py2.in
M requirements-py2.txt
M requirements.in
M requirements.txt
Log Message:
-----------
Merge branch 'DataShades-drop-webhelpers-html-utils'
Compare: https://github.com/ckan/ckan/compare/5f240f4a21b1...0afd7da86b55
More information about the ckan-changes
mailing list