[ckan-changes] [okfn/ckan] d4f4bd: We can now create custom groups using the register...
noreply at github.com
noreply at github.com
Wed Dec 21 17:30:11 UTC 2011
Branch: refs/heads/feature-1485-package-and-group-custom-forms
Home: https://github.com/okfn/ckan
Commit: d4f4bd770e2784e5d8168f0e29d4b982a6bed5c0
https://github.com/okfn/ckan/commit/d4f4bd770e2784e5d8168f0e29d4b982a6bed5c0
Author: Ross Jones <rossdjones at gmail.com>
Date: 2011-12-21 (Wed, 21 Dec 2011)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/logic/schema.py
M ckan/templates/group/layout.html
Log Message:
-----------
We can now create custom groups using the registered group_type from the plugin
and /type/new. Also implemented named routes for group controller.
When registered the custom group form registers new routes for the types defined in group_types()
so that they can be accessed via a top-level url. This uses named routes for the groups and the
custom group types, although no checking is done yet to make sure it doesn't overwrite a top level
object.
More information about the ckan-changes
mailing list