[ckan-changes] [ckan/ckan] e3d9d5: [#1436] Fix encoding error on user form when using...
    GitHub 
    noreply at github.com
       
    Tue Aug 12 13:15:46 UTC 2014
    
    
  
  Branch: refs/heads/release-v2.2.1
  Home:   https://github.com/ckan/ckan
  Commit: e3d9d5da794094be8453a34ddac63b61794bfb34
      https://github.com/ckan/ckan/commit/e3d9d5da794094be8453a34ddac63b61794bfb34
  Author: amercader <amercadero at gmail.com>
  Date:   2014-08-12 (Tue, 12 Aug 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