Alex Sadleir [Mon, 16 Sep 2013 09:23:09 +0000 ]
Show edited and created datasets on user profile/dashboard
CKAN data.gov.au [Thu, 12 Sep 2013 07:34:13 +0000 ]
Move last active user logic to helper function
CKAN data.gov.au [Wed, 11 Sep 2013 07:00:41 +0000 ]
Load old data from extras key/value store
Alex Sadleir [Tue, 10 Sep 2013 01:16:08 +0000 ]
Add meta tags on html output for package/resource
Alex Sadleir [Mon, 09 Sep 2013 12:36:10 +0000 ]
Update HTML package output to interim metadata standard
Alex Sadleir [Mon, 09 Sep 2013 07:11:20 +0000 ]
Work on unified metadata output
Alex Sadleir [Tue, 03 Sep 2013 01:06:17 +0000 ]
initial commit
John Glover [Wed, 21 Mar 2012 15:47:11 +0000 ]
[forms] bug fix: update groups schema in db_to_form_schema, whitespace clean up.
Sean Hammond [Tue, 20 Mar 2012 18:32:46 +0000 ]
Update dataset_form.html
Copy new_package_form.html from CKAN core over to dataset_form.html,
then add the Musical Genre and Composers vocabs back in.
Sean Hammond [Tue, 20 Mar 2012 16:24:48 +0000 ]
Update ExampleDatasetForm, was broken by recent changes to IDatasetForm
Sean Hammond [Tue, 20 Mar 2012 15:18:42 +0000 ]
Replace obsolete route (package/index) in dataset form
Rufus Pollock [Tue, 20 Mar 2012 08:54:48 +0000 ]
[bugfix,docs][xs]: front page override was not working because it used an obsolete route (package/index) plus tweak README.
Sean Hammond [Wed, 22 Feb 2012 14:03:21 +0000 ]
Use nicer vocab names in dataset view template
Sean Hammond [Wed, 22 Feb 2012 14:02:52 +0000 ]
Fix a bug in the dataset form
John Glover [Tue, 21 Feb 2012 12:09:26 +0000 ]
Merge branch 'feature-1720-tag-taxonomies'
John Glover [Tue, 21 Feb 2012 12:07:19 +0000 ]
[doc] add info about create-example-vocabs paster command to readme
John Glover [Tue, 21 Feb 2012 12:06:47 +0000 ]
[commands] add 'not yet implemented' warning for clean command
John Glover [Tue, 21 Feb 2012 11:40:43 +0000 ]
[forms] add vocab tags back to dataset view page
John Glover [Tue, 21 Feb 2012 11:11:17 +0000 ]
[forms, commands, templates] Add extended example vocabs and tags to paster command and reintegrate with form
John Glover [Tue, 21 Feb 2012 10:57:01 +0000 ]
[merge] temporarily revert extended example
John Glover [Tue, 21 Feb 2012 10:48:29 +0000 ]
[forms, commands] move code for creating example vocab to a paster command
Sean Hammond [Fri, 17 Feb 2012 14:18:12 +0000 ]
Extend the vocabularies example
Add two example vocabularies: Genre and Composer
Show a dataset's vocabulary tags in the sidebar on the dataset read page
Vocabulary tags cannot be linked to the tag's page, because their aren't
URLs for showing tags with vocabularies yet.
Sean Hammond [Thu, 16 Feb 2012 16:02:42 +0000 ]
'vocabulary_name' -> 'vocabulary_id'
Name of argument was changed in ckan core
John Glover [Wed, 08 Feb 2012 15:17:51 +0000 ]
[1730][plugin, templates, scripts, css] add chosen plugin for vocab tags multiple select
John Glover [Wed, 08 Feb 2012 11:46:26 +0000 ]
[1730][forms, templates] use a html select for
vocab tags instead of standard (free) input field
John Glover [Tue, 07 Feb 2012 17:24:31 +0000 ]
[1730][forms] add vocab tags to template variables
John Glover [Tue, 07 Feb 2012 13:23:55 +0000 ]
[1720][forms, templates] Don't show tags with vocabularies
in standard 'tags' listing
John Glover [Tue, 07 Feb 2012 13:23:20 +0000 ]
[1720][forms] update for change in location of
Vocabulary get function
John Glover [Mon, 06 Feb 2012 10:27:44 +0000 ]
[1720][forms] tidy up: remove unused imports
John Glover [Mon, 06 Feb 2012 10:24:27 +0000 ]
[1720][forms] Update for change in location of vocabulary get function
John Glover [Wed, 01 Feb 2012 12:37:08 +0000 ]
[forms] add example vocab if doesn't exist
display tags with example vocab
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