Ross Jones [Thu, 08 Dec 2011 14:01:18 +0000 ]
Removed the accidental dependency on dgu
rossjones [Wed, 07 Dec 2011 17:26:58 +0000 ]
Cleaning up the code and renaming some classes to better reflect what it is
rossjones [Wed, 07 Dec 2011 15:33:38 +0000 ]
Added a sample IDatasetForm to show how we can implement a custom form from a plugin.
Currently the form is pretty ugly and the controller_plugin needs simplifying so that it makes a more sensible example. The setup.py has had the plugins section changed and the version upgraded to 0.2 ready for when it is complete
Ian Murray [Thu, 24 Nov 2011 16:17:48 +0000 ]
[docs] Partially revert the last doc change.
I mis-read the part about the custom package form as being about the
custom user-registration form.
Ian Murray [Thu, 24 Nov 2011 13:44:54 +0000 ]
[docs] Updated documentation to reflect change to the User form
Ian Murray [Thu, 24 Nov 2011 13:42:41 +0000 ]
[register form] Updated the register form.
Updated to use the standard controller hooks that alter the behaviour of the form. In this
case, a fullname is required at registration. And that is maintained on the edit form too.
David Read [Thu, 24 Nov 2011 12:13:07 +0000 ]
Updated for ckan 1.5. (Form still needs updating, but this is noted in README.)
rgrp [Sat, 12 Nov 2011 15:24:52 +0000 ]
[readme][xs]: more formatting.
rgrp [Sat, 12 Nov 2011 15:23:57 +0000 ]
[readme][xs]: formatting.
rgrp [Sat, 12 Nov 2011 15:23:10 +0000 ]
[gitignore][xs]: .
rgrp [Sat, 12 Nov 2011 15:22:16 +0000 ]
[refactor][m]: rename extension from exampletheme to example as per new repository name.
David Read [Tue, 28 Jun 2011 12:01:16 +0000 ]
[form]: Get form working with CKAN 1.4.1 (formalchemy deprecated).
Seb Bacon [Mon, 04 Apr 2011 11:45:59 +0000 ]
add comment about naming routes
Seb Bacon [Fri, 01 Apr 2011 17:34:09 +0000 ]
move plugin out of __init__.py
Seb Bacon [Tue, 29 Mar 2011 11:12:58 +0000 ]
shell script to name extension to something else
Seb Bacon [Tue, 29 Mar 2011 10:25:24 +0000 ]
correct xpath filter transform
Seb Bacon [Tue, 29 Mar 2011 10:16:19 +0000 ]
correct plugin name
Seb Bacon [Tue, 29 Mar 2011 10:14:45 +0000 ]
more pointers in the README
Seb Bacon [Tue, 29 Mar 2011 10:02:06 +0000 ]
initial commit