[ckan-changes] [okfn/ckan] 097250: Show dataset author and maintainer names even if t...

GitHub noreply at github.com
Wed Oct 10 11:20:47 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: 097250f35c0a8cd84801eb706b7d770e2495cb19
      https://github.com/okfn/ckan/commit/097250f35c0a8cd84801eb706b7d770e2495cb19
  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: 06285bbc64c3e60142d0aaa5da6bb5aa74fbf5ca
      https://github.com/okfn/ckan/commit/06285bbc64c3e60142d0aaa5da6bb5aa74fbf5ca
  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/e80f58e62842...06285bbc64c3


More information about the ckan-changes mailing list