John Glover [Tue, 31 Jan 2012 12:21:05 +0000 ]
[forms] set dataset form as default (fallback)
update form_to_db schema for tags with vocab
John Glover [Tue, 31 Jan 2012 12:19:42 +0000 ]
[templates] add latest version of dataset form.
Add custom extra (published_by) and field for tags
with custom vocab
John Glover [Tue, 31 Jan 2012 12:18:46 +0000 ]
[setup] tidy up
Ross Jones [Wed, 21 Dec 2011 17:29:29 +0000 ]
Modified template to include the original content from the content div
Ross Jones [Mon, 12 Dec 2011 17:03:40 +0000 ]
Renaming registered types names
Ross Jones [Mon, 12 Dec 2011 16:50:53 +0000 ]
Clarified the commenting and changed the layout template to show adding groups
Ross Jones [Mon, 12 Dec 2011 12:17:43 +0000 ]
Adding ID tags to the new dataset template so that the anchor URLs work properly
Ross Jones [Fri, 09 Dec 2011 15:36:08 +0000 ]
Making sure we can determine whether the group_form() func was called
Ross Jones [Fri, 09 Dec 2011 14:46:27 +0000 ]
Implementation of an IGroupForm
Ross Jones [Fri, 09 Dec 2011 12:21:52 +0000 ]
Forgot to rename the path to the example form
Ross Jones [Fri, 09 Dec 2011 12:20:36 +0000 ]
Tidying up the naming of some files
Ross Jones [Thu, 08 Dec 2011 14:17:42 +0000 ]
Cleaned up the controller plugin and started removing some cruft.
Make sure the new plugin implemented IConfigurable in case it was used in
isolation (we need to make sure the template folder was in config)
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