[ckan-changes] [ckan/ckan] 588a6e: [#1908] remove IConverters and make get_converter ...
GitHub
noreply at github.com
Tue Sep 23 11:03:34 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 588a6ed9e24a9b7ba8288cc47d9030cad69c53bb
https://github.com/ckan/ckan/commit/588a6ed9e24a9b7ba8288cc47d9030cad69c53bb
Author: Ian Ward <ian at excess.org>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M ckan/logic/__init__.py
M ckan/plugins/core.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
A ckanext/example_ivalidators/__init__.py
A ckanext/example_ivalidators/plugin.py
A ckanext/example_ivalidators/tests/__init__.py
A ckanext/example_ivalidators/tests/test_ivalidators.py
R ckanext/example_ivalidators_iconverters/__init__.py
R ckanext/example_ivalidators_iconverters/plugin.py
R ckanext/example_ivalidators_iconverters/tests/__init__.py
R ckanext/example_ivalidators_iconverters/tests/test_ivalidators_iconverters.py
M doc/extensions/adding-custom-fields.rst
R doc/extensions/converters.rst
M doc/extensions/index.rst
M doc/extensions/tutorial.rst
M doc/extensions/validators.rst
M setup.py
Log Message:
-----------
[#1908] remove IConverters and make get_converter an alias for get_validator
Commit: 5a5e8e3470d734a8e44335e7f54bca38fee2d6df
https://github.com/ckan/ckan/commit/5a5e8e3470d734a8e44335e7f54bca38fee2d6df
Author: Ian Ward <ian at excess.org>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M bin/travis-install-dependencies
Log Message:
-----------
[#1909] phix phantomjs peerinvalid phailure
Commit: bc5b9ff33ac29850d763fa4de45df7f3dff9dd47
https://github.com/ckan/ckan/commit/bc5b9ff33ac29850d763fa4de45df7f3dff9dd47
Author: Sean Hammond <git at seanh.cc>
Date: 2014-09-23 (Tue, 23 Sep 2014)
Changed paths:
M ckan/controllers/related.py
M ckan/lib/helpers.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/uploader.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/modification.py
A ckan/new_tests/lib/navl/test_dictization_functions.py
M ckan/new_tests/logic/action/test_get.py
A ckan/new_tests/logic/test_conversion.py
M ckan/new_tests/logic/test_converters.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/templates/snippets/organization.html
M ckan/templates/user/login.html
M ckan/tests/functional/test_related.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_unit.py
M ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
A ckanext/example_iresourcecontroller/__init__.py
A ckanext/example_iresourcecontroller/plugin.py
A ckanext/example_iresourcecontroller/tests/test_example_iresourcecontroller.py
M ckanext/multilingual/plugin.py
M doc/extensions/adding-custom-fields.rst
M setup.py
Log Message:
-----------
Merge branch 'master' of github.com:ckan/ckan into 1908-remove-iconverters
Conflicts:
setup.py
Commit: 956974fd7fef432e0911ef0610c0bec4a275e032
https://github.com/ckan/ckan/commit/956974fd7fef432e0911ef0610c0bec4a275e032
Author: Sean Hammond <git at seanh.cc>
Date: 2014-09-23 (Tue, 23 Sep 2014)
Changed paths:
M ckan/logic/__init__.py
M ckan/plugins/core.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
A ckanext/example_ivalidators/__init__.py
A ckanext/example_ivalidators/plugin.py
A ckanext/example_ivalidators/tests/__init__.py
A ckanext/example_ivalidators/tests/test_ivalidators.py
R ckanext/example_ivalidators_iconverters/__init__.py
R ckanext/example_ivalidators_iconverters/plugin.py
R ckanext/example_ivalidators_iconverters/tests/__init__.py
R ckanext/example_ivalidators_iconverters/tests/test_ivalidators_iconverters.py
M doc/extensions/adding-custom-fields.rst
R doc/extensions/converters.rst
M doc/extensions/index.rst
M doc/extensions/tutorial.rst
M doc/extensions/validators.rst
M setup.py
Log Message:
-----------
Merge branch '1908-remove-iconverters'
Compare: https://github.com/ckan/ckan/compare/f847c329a0b2...956974fd7fef
More information about the ckan-changes
mailing list