[Checkins] [zopefoundation/z3c.macro] bdfdb9: - Moved z3c.pt include to extras_require chameleon...

GitHub noreply at github.com
Mon Feb 25 03:17:06 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.macro
  Commit: bdfdb90d7ebd50e4151fbcf7b5b323ba9ef25dae
      https://github.com/zopefoundation/z3c.macro/commit/bdfdb90d7ebd50e4151fbcf7b5b323ba9ef25dae
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2011-10-29 (Sat, 29 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/z3c/macro/README.txt
    M src/z3c/macro/__init__.py
    M src/z3c/macro/configure.zcml
    M src/z3c/macro/tales.py
    M src/z3c/macro/tests.py
    M src/z3c/macro/zcml.py
    M src/z3c/macro/zcml.txt

  Log Message:
  -----------
  - Moved z3c.pt include to extras_require chameleon. This makes the package
  independent from chameleon and friends and allows to include this
  dependencies in your own project.

- Upgrade to chameleon 2.0 template engine and use the newest z3c.pt and
  z3c.ptcompat packages adjusted to work with chameleon 2.0.
  
  See the notes from the z3c.ptcompat package:

  Update z3c.ptcompat implementation to use component-based template engine
  configuration, plugging directly into the Zope Toolkit framework.

  The z3c.ptcompat package no longer provides template classes, or ZCML
  directives; you should import directly from the ZTK codebase.

  Note that the ``PREFER_Z3C_PT`` environment option has been
  rendered obsolete; instead, this is now managed via component
  configuration.
  
  Also note that the chameleon CHAMELEON_CACHE environment value changed from
  True/False to a path. Skip this property if you don't like to use a cache.
  None or False defined in buildout environment section doesn't work. At least
  with chameleon <= 2.5.4
  
  Attention: You need to include the configure.zcml file from z3c.ptcompat
  for enable the z3c.pt template engine. The configure.zcml will plugin the 
  template engine. Also remove any custom built hooks which will import
  z3c.ptcompat in your tests or other places.


  Commit: 0d884c4345417f3bb3b2f3dc5081774c33c379a8
      https://github.com/zopefoundation/z3c.macro/commit/0d884c4345417f3bb3b2f3dc5081774c33c379a8
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2011-10-29 (Sat, 29 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  back to dev


  Commit: 1076f335918796ee700776278fd874ff18b4844f
      https://github.com/zopefoundation/z3c.macro/commit/1076f335918796ee700776278fd874ff18b4844f
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2011-11-15 (Tue, 15 Nov 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  prepare release


  Commit: ff2f64d5ff3960b8cbf021ff83ca44dc9130ef6c
      https://github.com/zopefoundation/z3c.macro/commit/ff2f64d5ff3960b8cbf021ff83ca44dc9130ef6c
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2011-11-15 (Tue, 15 Nov 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  back to dev


  Commit: e59fd2af4df3936981a41c56a7f16bf4997576e7
      https://github.com/zopefoundation/z3c.macro/commit/e59fd2af4df3936981a41c56a7f16bf4997576e7
  Author: Gediminas Paulauskas <menesis at pov.lt>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M src/z3c/macro/tests.py
    M src/z3c/macro/zcml.py

  Log Message:
  -----------
  Remove hooks to use ViewPageTemplateFile from z3c.pt because this breaks when
z3c.pt is available, but z3c.ptcompat is not included. As recommended by notes
in 1.4.0 release.


  Commit: dd5699ca61a5a1da031adecdd692dadd232716e4
      https://github.com/zopefoundation/z3c.macro/commit/dd5699ca61a5a1da031adecdd692dadd232716e4
  Author: Gediminas Paulauskas <menesis at pov.lt>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.4.2


  Commit: 4978c6851b7265112bef7314d284e91c90b3a803
      https://github.com/zopefoundation/z3c.macro/commit/4978c6851b7265112bef7314d284e91c90b3a803
  Author: Gediminas Paulauskas <menesis at pov.lt>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.4.3


Compare: https://github.com/zopefoundation/z3c.macro/compare/bdfdb90d7ebd^...4978c6851b72


More information about the checkins mailing list