1. 18 Nov, 2005 9 commits
  2. 17 Nov, 2005 1 commit
  3. 16 Nov, 2005 1 commit
    • Philipp von Weitershausen's avatar
      Merge r40158 from the trunk: · bec4a2cd
      Philipp von Weitershausen authored
        Name the root collection simply "Zope" so that the name of the tarball will
        be decent.  This doesn't conflict with the collection representing the 'zope'
        package because the *root* collection and a dependency of it never have to
        coexist as sibling directories somewhere; so no danger of problems due to
        case ignorant file systems.
      bec4a2cd
  4. 15 Nov, 2005 1 commit
    • Philipp von Weitershausen's avatar
      Merge r40126 from the trunk: · 610749a1
      Philipp von Weitershausen authored
        Only include *.py files for the scripts (in particular, DON'T include
        the ZODBTools directory which was previously caught up in the '*' glob
        and confused zpkgsetup).
        
        Also include ZODBTools scripts (again, only *.py files).
      610749a1
  5. 14 Nov, 2005 2 commits
  6. 13 Nov, 2005 1 commit
  7. 10 Nov, 2005 1 commit
  8. 09 Nov, 2005 1 commit
  9. 08 Nov, 2005 1 commit
  10. 05 Nov, 2005 1 commit
  11. 04 Nov, 2005 6 commits
  12. 03 Nov, 2005 11 commits
  13. 02 Nov, 2005 4 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
    • Florent Guillaume's avatar
      9b54c26e