1. 18 Nov, 2005 9 commits
  2. 17 Nov, 2005 1 commit
  3. 16 Nov, 2005 2 commits
  4. 15 Nov, 2005 1 commit
  5. 14 Nov, 2005 3 commits
  6. 10 Nov, 2005 1 commit
  7. 09 Nov, 2005 1 commit
  8. 08 Nov, 2005 1 commit
  9. 05 Nov, 2005 1 commit
  10. 04 Nov, 2005 6 commits
  11. 03 Nov, 2005 11 commits
  12. 02 Nov, 2005 3 commits
    • Philipp von Weitershausen's avatar
      Merge philikon-zope32-integration branch. Basically, this branch entails: · cf1e9069
      Philipp von Weitershausen authored
      * Updated svn externals to include Zope 3.2 (currently the Zope3 trunk);
        that includes two new top-level packages, pytz and zodbcode, as well as
        the following new zope.* packages:
        - zope.deprecation
        - zope.dottedname
        - zope.formlib
        - zope.index
        - zope.testbrowser
      
      * Moved to a zpkgutils-based build system, as the Zope 3.2 extension modules
        require to be built with it. If everything goes ahead as planned, the release
        tarball will also be built with zpkgutils (some work has also been done in
        that direction).
      
      * Upgraded Five to the 1.3b release (released today) which is a Zope 3.2-compatible
        version of Five 1.2b (also released today). Biggest implication of this on the
        Zope 2 trunk is that the event work by Florent Guillaume has been folded back
        into the Zope 2 core, i.e. the OFS package.
      
      * A few fixes to the Zope 2 PageTemplate/TAL/TALES implementation to work with the
        new immutable i18n Messages available since Zope 3.1+ (and standard in Zope 3.2).
      cf1e9069
    • Philipp von Weitershausen's avatar
      Integrate Five 1.3b. · 528f46df
      Philipp von Weitershausen authored
      528f46df
    • Florent Guillaume's avatar
      Moved more stuff from Five into Zope itself. · ce126e73
      Florent Guillaume authored
      Event interfaces are now in OFS.interfaces.
      IFiveObjectClonedEvent has been renamed into IObjectClonedEvent.
      ce126e73