[ckan-changes] [okfn/ckan] 94f0d0: [#2375] Add IOrganizationForm plugin interface
GitHub
noreply at github.com
Thu Sep 13 16:14:39 UTC 2012
Branch: refs/heads/2375-demo-organizations
Home: https://github.com/okfn/ckan
Commit: 94f0d0f7851a89cb513383b09487527de77c76ae
https://github.com/okfn/ckan/commit/94f0d0f7851a89cb513383b09487527de77c76ae
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/organization.py
M ckan/lib/plugins.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/plugins/interfaces.py
A ckanext/example_iorganizationform/__init__.py
A ckanext/example_iorganizationform/plugin.py
A ckanext/example_iorganizationform/templates/organization/form.html
A ckanext/example_iorganizationform/templates/organization/read.html
A ckanext/example_iorganizationform/tests/test_example_iorganizationform_plugin.py
M setup.py
Log Message:
-----------
[#2375] Add IOrganizationForm plugin interface
... with an example_iorganizationform extension, and tests for the extension.
Based on the existing IGroupForm.
Currently you need to add example_iorganizationform to your
test-core.ini for these tests to pass, because the tests loading the
plugin isn't working.
Commit: 2d9279dd193a75f20a014fcf54341d561bd59077
https://github.com/okfn/ckan/commit/2d9279dd193a75f20a014fcf54341d561bd59077
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
Merge branch '2375-demo-organizations' of github.com:okfn/ckan into 2375-demo-organizations
Compare: https://github.com/okfn/ckan/compare/fbb9e0cb4bff...2d9279dd193a
More information about the ckan-changes
mailing list