10 years agoadd varnish config to ignore locales
CKAN data.gov.au []
add varnish config to ignore locales

10 years agoRoll back datastore auth plugin
CKAN data.gov.au []
Roll back datastore auth plugin

10 years agoFix trailing resource template tag
Alex Sadleir []
Fix trailing resource template tag

10 years agoFix refactoring of plugin name
Alex Sadleir []
Fix refactoring of plugin name

10 years agoRemove old extras, include more RDFa markup for distributions/data resources
Alex Sadleir []
Remove old extras, include more RDFa markup for distributions/data resources

10 years agoRemove old extras, include more RDFa markup for distributions/data resources
Alex Sadleir []
Remove old extras, include more RDFa markup for distributions/data resources

10 years agoAllow anonymous access to datastore API search
Alex Sadleir []
Allow anonymous access to datastore API search

10 years agoMove Disqus comments to package not resource page
Alex Sadleir []
Move Disqus comments to package not resource page

10 years agoMove Disqus comments to package not resource page
Alex Sadleir []
Move Disqus comments to package not resource page

10 years agoDon't hard code system user id
Alex Sadleir []
Don't hard code system user id

10 years agoMerge branch 'master' of git+ssh://maxious.lambdacomplex.org/git/ckanext-datagovau
CKAN data.gov.au []
Merge branch 'master' of git+ssh://maxious.lambdacomplex.org/git/ckanext-datagovau

10 years agoadd config files
CKAN data.gov.au []
add config files

10 years agoShow edited and created datasets on user profile/dashboard
Alex Sadleir []
Show edited and created datasets on user profile/dashboard

10 years agoMove last active user logic to helper function
CKAN data.gov.au []
Move last active user logic to helper function

10 years agoLoad old data from extras key/value store
CKAN data.gov.au []
Load old data from extras key/value store

10 years agoAdd meta tags on html output for package/resource
Alex Sadleir []
Add meta tags on html output for package/resource

10 years agoUpdate HTML package output to interim metadata standard
Alex Sadleir []
Update HTML package output to interim metadata standard

10 years agoWork on unified metadata output
Alex Sadleir []
Work on unified metadata output

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