[ckan-changes] [okfn/ckan] 139aca: [#2811] Show dataset author and maintainer names e...

GitHub noreply at github.com
Wed Oct 10 09:04:42 UTC 2012


  Branch: refs/heads/2811-bug-dataset-author-and-maintainer-email-links
  Home:   https://github.com/okfn/ckan
  Commit: 139acaf8af422ea192337ef5c91f2e4cff2291fc
      https://github.com/okfn/ckan/commit/139acaf8af422ea192337ef5c91f2e4cff2291fc
  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:
  -----------
  [#2811] 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





More information about the ckan-changes mailing list