[Checkins] [zopefoundation/Zope] 1e92f8: Branch work working on Unicode aware page template...

GitHub noreply at github.com
Tue Feb 26 16:42:48 UTC 2013


  Branch: refs/heads/stub-unicode-zpt
  Home:   https://github.com/zopefoundation/Zope
  Commit: 1e92f82b4ef3424e5500ff903d12432aaffd096c
      https://github.com/zopefoundation/Zope/commit/1e92f82b4ef3424e5500ff903d12432aaffd096c
  Author: Stuart Bishop <stuart at stuartbishop.net>
  Date:   2004-05-28 (Fri, 28 May 2004)

  Log Message:
  -----------
  Branch work working on Unicode aware page templates


  Commit: 99790d8b67f484d62142fe091f107f651f4568ed
      https://github.com/zopefoundation/Zope/commit/99790d8b67f484d62142fe091f107f651f4568ed
  Author: Stuart Bishop <stuart at stuartbishop.net>
  Date:   2004-05-28 (Fri, 28 May 2004)

  Changed paths:
    M lib/python/Products/PageTemplates/PageTemplate.py
    M lib/python/Products/PageTemplates/ZopePageTemplate.py
    M lib/python/Products/PageTemplates/www/ptEdit.zpt

  Log Message:
  -----------
  Behaviour of page templates changed if management_page_charset is set:

  - assert that ensured that the document source is a traditional string
    changed to allow both traditional and Unicode strings.

  - title and body text will be converted to Unicode strings if they 
    are not plain ASCII.

  - An 'encoding' field exists on the edit page, allowing users to
    specify the charset of the uploaded file.

  - uploaded files are converted to Unicode strings if they are
    not plain ASCII, using the encoding specified on the edit form.


Compare: https://github.com/zopefoundation/Zope/compare/1e92f82b4ef3^...99790d8b67f4


More information about the checkins mailing list