10 years agoinitial commit
Alex Sadleir []
initial commit

12 years ago[forms] bug fix: update groups schema in db_to_form_schema, whitespace clean up.
John Glover []
[forms] bug fix: update groups schema in db_to_form_schema, whitespace clean up.

12 years agoUpdate dataset_form.html
Sean Hammond []
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.

12 years agoUpdate ExampleDatasetForm, was broken by recent changes to IDatasetForm
Sean Hammond []
Update ExampleDatasetForm, was broken by recent changes to IDatasetForm

12 years agoReplace obsolete route (package/index) in dataset form
Sean Hammond []
Replace obsolete route (package/index) in dataset form

12 years ago[bugfix,docs][xs]: front page override was not working because it used an obsolete route (package/index) plus tweak README.
Rufus Pollock []
[bugfix,docs][xs]: front page override was not working because it used an obsolete route (package/index) plus tweak README.

12 years agoUse nicer vocab names in dataset view template
Sean Hammond []
Use nicer vocab names in dataset view template

12 years agoFix a bug in the dataset form
Sean Hammond []
Fix a bug in the dataset form

12 years agoMerge branch 'feature-1720-tag-taxonomies'
John Glover []
Merge branch 'feature-1720-tag-taxonomies'

12 years ago[doc] add info about create-example-vocabs paster command to readme
John Glover []
[doc] add info about create-example-vocabs paster command to readme

12 years ago[commands] add 'not yet implemented' warning for clean command
John Glover []
[commands] add 'not yet implemented' warning for clean command

12 years ago[forms] add vocab tags back to dataset view page
John Glover []
[forms] add vocab tags back to dataset view page

12 years ago[forms, commands, templates] Add extended example vocabs and tags to paster command and reintegrate with form
John Glover []
[forms, commands, templates] Add extended example vocabs and tags to paster command and reintegrate with form

12 years ago[merge] temporarily revert extended example
John Glover []
[merge] temporarily revert extended example

12 years ago[forms, commands] move code for creating example vocab to a paster command
John Glover []
[forms, commands] move code for creating example vocab to a paster command

12 years agoExtend the vocabularies example
Sean Hammond []
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.

12 years ago'vocabulary_name' -> 'vocabulary_id'
Sean Hammond []
'vocabulary_name' -> 'vocabulary_id'

Name of argument was changed in ckan core

12 years ago[1730][plugin, templates, scripts, css] add chosen plugin for vocab tags multiple select
John Glover []
[1730][plugin, templates, scripts, css] add chosen plugin for vocab tags multiple select

12 years ago[1730][forms, templates] use a html select for
John Glover []
[1730][forms, templates] use a html select for
vocab tags instead of standard (free) input field

12 years ago[1730][forms] add vocab tags to template variables
John Glover []
[1730][forms] add vocab tags to template variables

12 years ago[1720][forms, templates] Don't show tags with vocabularies
John Glover []
[1720][forms, templates] Don't show tags with vocabularies
in standard 'tags' listing

12 years ago[1720][forms] update for change in location of
John Glover []
[1720][forms] update for change in location of
Vocabulary get function

12 years ago[1720][forms] tidy up: remove unused imports
John Glover []
[1720][forms] tidy up: remove unused imports

12 years ago[1720][forms] Update for change in location of vocabulary get function
John Glover []
[1720][forms] Update for change in location of vocabulary get function

12 years ago[forms] add example vocab if doesn't exist
John Glover []
[forms] add example vocab if doesn't exist
display tags with example vocab

12 years ago[forms] set dataset form as default (fallback)
John Glover []
[forms] set dataset form as default (fallback)
update form_to_db schema for tags with vocab

12 years ago[templates] add latest version of dataset form.
John Glover []
[templates] add latest version of dataset form.
Add custom extra (published_by) and field for tags
with custom vocab

12 years ago[setup] tidy up
John Glover []
[setup] tidy up

12 years agoModified template to include the original content from the content div
Ross Jones []
Modified template to include the original content from the content div

12 years agoRenaming registered types names
Ross Jones []
Renaming registered types names

12 years agoClarified the commenting and changed the layout template to show adding groups
Ross Jones []
Clarified the commenting and changed the layout template to show adding groups

12 years agoAdding ID tags to the new dataset template so that the anchor URLs work properly
Ross Jones []
Adding ID tags to the new dataset template so that the anchor URLs work properly

12 years agoMaking sure we can determine whether the group_form() func was called
Ross Jones []
Making sure we can determine whether the group_form() func was called

12 years agoImplementation of an IGroupForm
Ross Jones []
Implementation of an IGroupForm

12 years agoForgot to rename the path to the example form
Ross Jones []
Forgot to rename the path to the example form

12 years agoTidying up the naming of some files
Ross Jones []
Tidying up the naming of some files

12 years agoCleaned up the controller plugin and started removing some cruft.
Ross Jones []
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)

12 years agoRemoved the accidental dependency on dgu
Ross Jones []
Removed the accidental dependency on dgu

12 years agoCleaning up the code and renaming some classes to better reflect what it is
rossjones []
Cleaning up the code and renaming some classes to better reflect what it is

12 years agoAdded a sample IDatasetForm to show how we can implement a custom form from a plugin.
rossjones []
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

12 years ago[docs] Partially revert the last doc change.
Ian Murray []
[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.

12 years ago[docs] Updated documentation to reflect change to the User form
Ian Murray []
[docs] Updated documentation to reflect change to the User form

12 years ago[register form] Updated the register form.
Ian Murray []
[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.

12 years agoUpdated for ckan 1.5. (Form still needs updating, but this is noted in README.)
David Read []
Updated for ckan 1.5. (Form still needs updating, but this is noted in README.)

12 years ago[readme][x