[ckan-changes] [ckan/ckan] a2c979: [#1436] Fix encoding error on user form when using...

GitHub noreply at github.com
Tue Jul 22 10:50:21 UTC 2014


  Branch: refs/heads/1436-fix-encoding-in-user-form
  Home:   https://github.com/ckan/ckan
  Commit: a2c979b81d9bf19dc8f9e4446a82b84154a24b1b
      https://github.com/ckan/ckan/commit/a2c979b81d9bf19dc8f9e4446a82b84154a24b1b
  Author: amercader <amercadero at gmail.com>
  Date:   2014-07-22 (Tue, 22 Jul 2014)

  Changed paths:
    M ckan/templates/user/edit_user_form.html

  Log Message:
  -----------
  [#1436] Fix encoding error on user form when using email notifications

If the site title had special characters an encoding error was raised,
as the site title was an unicode string but the helper text wasn't. We
used the Jinja2 "string" filter to fix this. Translations should not be
affected so this can be backported.




More information about the ckan-changes mailing list