[ckan-changes] [okfn/ckan] 37de56: [#3023] Add new extension points to pass the packa...
GitHub
noreply at github.com
Wed Jan 23 14:24:49 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 37de568854bb0f2fe9eb816244f060b4f75b2e21
https://github.com/okfn/ckan/commit/37de568854bb0f2fe9eb816244f060b4f75b2e21
Author: amercader <amercadero at gmail.com>
Date: 2012-11-29 (Thu, 29 Nov 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/plugins/interfaces.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#3023] Add new extension points to pass the package dict
When creating or updating a dataset, extensions can hook to the
`after_create` and `after_update` methods to receive the validated data
dict. In the create case, the id is added to the dict.
Commit: cc95a6a75e9a7c2864e1f4f6a85ef00ce359714e
https://github.com/okfn/ckan/commit/cc95a6a75e9a7c2864e1f4f6a85ef00ce359714e
Author: amercader <amercadero at gmail.com>
Date: 2012-12-06 (Thu, 06 Dec 2012)
Changed paths:
M ckan/config/solr/CHANGELOG.txt
A ckan/config/solr/schema-2.0.xml
M ckan/controllers/home.py
M ckan/lib/helpers.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/tests/functional/test_search.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/lib/test_solr_package_search_synchronous_update.py
M ckanext/multilingual/solr/schema.xml
M doc/configuration.rst
Log Message:
-----------
Merge branch 'master' into 3023-data_dict-extension-points
Commit: 0d7cfdb2ab1389f6010dae91a255e85095aa97c8
https://github.com/okfn/ckan/commit/0d7cfdb2ab1389f6010dae91a255e85095aa97c8
Author: amercader <amercadero at gmail.com>
Date: 2012-12-06 (Thu, 06 Dec 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#3023] Pass context object to extensions on after_create and after_update
Commit: 4de12f1b14d78a77dbf543951a456951b83a156a
https://github.com/okfn/ckan/commit/4de12f1b14d78a77dbf543951a456951b83a156a
Author: amercader <amercadero at gmail.com>
Date: 2012-12-07 (Fri, 07 Dec 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/plugins/interfaces.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#3023] Add new after_show extension point
Gets the package dict just before being sent back to the controller.
Removed an out of date comment on tests.
Commit: 283671a71975c701b116fa25d8592b2c29328b07
https://github.com/okfn/ckan/commit/283671a71975c701b116fa25d8592b2c29328b07
Author: amercader <amercadero at gmail.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M ckan/logic/action/delete.py
M ckan/plugins/interfaces.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#3023] Add new after_delete extension point
Gets the context adn data_dict (tipically with just the id) after
deleting a dataset.
Commit: 0b6c6e9fa58fea34c0c1e19433be98faaee09865
https://github.com/okfn/ckan/commit/0b6c6e9fa58fea34c0c1e19433be98faaee09865
Author: amercader <amercadero at gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#3023] Fix failing test
Commit: 8798b1bc60aafb65570d2fc2c0a188bda402d03c
https://github.com/okfn/ckan/commit/8798b1bc60aafb65570d2fc2c0a188bda402d03c
Author: kindly <kindly at gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
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/plugins/interfaces.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
Merge remote-tracking branch 'origin/3023-data_dict-extension-points'
Compare: https://github.com/okfn/ckan/compare/17d3bb8c9d6c...8798b1bc60aa
More information about the ckan-changes
mailing list