[ckan-changes] [okfn/ckan] 1302b9: Show dataset author and maintainer names even if t...
GitHub
noreply at github.com
Wed Oct 10 11:20:44 UTC 2012
Branch: refs/heads/release-v1.8
Home: https://github.com/okfn/ckan
Commit: 1302b9161050022bd00a96488d5e20e5cdb5ade4
https://github.com/okfn/ckan/commit/1302b9161050022bd00a96488d5e20e5cdb5ade4
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-10-10 (Wed, 10 Oct 2012)
Changed paths:
M ckan/lib/package_saver.py
Log Message:
-----------
Show dataset author and maintainer names even if they have no emails
Dataset author and maintainer names were not being shown on the dataset
read page unless the dataset's author_email and maintainer_email fields
were also filled out (in CKAN 2.0 author and maintainer are simply not
shown, in 1.8 and 1.7 it actually says incorrectly 'No author given' or
'No maintainer given').
Change this behaviour so that:
1. Author/maintainer is not shown if neither author/maintainer nor
author_email/maintainer_email is filled out
2. If only author/maintainer is filled out (no email) just show the name
3. If only email is filled then use the email as both link text and
mailto: href
4. If both name and email are given then use name as link text and email
as mailto: href
Commit: 08b51ce8cd5f81ed1e959638995ad7521c33960b
https://github.com/okfn/ckan/commit/08b51ce8cd5f81ed1e959638995ad7521c33960b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-10-10 (Wed, 10 Oct 2012)
Changed paths:
M ckan/lib/package_saver.py
Log Message:
-----------
Factor out some code duplication
Compare: https://github.com/okfn/ckan/compare/8300355cc0c0...08b51ce8cd5f
More information about the ckan-changes
mailing list