[Zope-Checkins] SVN: Zope/trunk/ The Finder class is now used for the complete lib/python tree and has a blacklist instead of a whitelist for file extensions.

2005-05-10 Thread Yvo Schubbe
Log message for revision 30319: The Finder class is now used for the complete lib/python tree and has a blacklist instead of a whitelist for file extensions. So there should no longer be a need to update setup.py if modules or files are added or removed in lib/python.

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/component.xml use the new socket-binding-address datatype

2005-05-19 Thread Yvo Schubbe
Log message for revision 30410: use the new socket-binding-address datatype Changed: U Zope/trunk/lib/python/ZServer/component.xml -=- Modified: Zope/trunk/lib/python/ZServer/component.xml === ---

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/api.py removed pre-Five-1.0 cruft (this file does not belong to Five 1.0)

2005-05-27 Thread Yvo Schubbe
Log message for revision 30528: removed pre-Five-1.0 cruft (this file does not belong to Five 1.0) Changed: D Zope/branches/Zope-2_8-branch/lib/python/Products/Five/api.py -=- Deleted: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/api.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt fixed icons for inside-out hosting

2005-06-14 Thread Yvo Schubbe
Log message for revision 30795: fixed icons for inside-out hosting Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteErrorLog/www/main.pt fixed icons for inside-out hosting

2005-06-14 Thread Yvo Schubbe
Log message for revision 30796: fixed icons for inside-out hosting Changed: U Zope/trunk/lib/python/Products/SiteErrorLog/www/main.pt -=- Modified: Zope/trunk/lib/python/Products/SiteErrorLog/www/main.pt === ---

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/SiteErrorLog.py - replaced MessageDialog by less annoying manage_tabs_message

2005-06-16 Thread Yvo Schubbe
Log message for revision 30812: - replaced MessageDialog by less annoying manage_tabs_message - some related cleanup Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py - replaced MessageDialog by less annoying manage_tabs_message

2005-06-16 Thread Yvo Schubbe
Log message for revision 30813: - replaced MessageDialog by less annoying manage_tabs_message - some related cleanup Changed: UU Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/App/dtml/manage_page_style.css.dtml - removed width 100% for .system-msg

2005-06-16 Thread Yvo Schubbe
Log message for revision 30814: - removed width 100% for .system-msg width 100% did cause an horizontal scrollbar in firefox and ie. This change breaks the ns4 layout a bit, but I guess we can live with that. Changed: U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py removed dead code: getIndexSourceNames was defined twice

2005-06-22 Thread Yvo Schubbe
Log message for revision 30892: removed dead code: getIndexSourceNames was defined twice Changed: UU Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py -=- Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py

[Zope-Checkins] SVN: Zope/branches/yuppie-z3z2bridge/ experimenting with z3 - z2 interface bridge

2005-07-08 Thread Yvo Schubbe
Log message for revision 31024: experimenting with z3 - z2 interface bridge Changed: A Zope/branches/yuppie-z3z2bridge/ -=- Copied: Zope/branches/yuppie-z3z2bridge (from rev 31023, Zope/trunk) ___ Zope-Checkins maillist -

[Zope-Checkins] SVN: Zope/branches/yuppie-z3z2bridge/lib/python/Interface/ ported and reversed bridging code from Five; added fromZ3Method

2005-07-08 Thread Yvo Schubbe
Log message for revision 31025: ported and reversed bridging code from Five; added fromZ3Method Changed: A Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py A Zope/branches/yuppie-z3z2bridge/lib/python/Interface/tests/bridge.txt A

[Zope-Checkins] SVN: Zope/trunk/lib/python/ merged yuppie-tal-backports branch:

2005-08-04 Thread Yvo Schubbe
Log message for revision 37697: merged yuppie-tal-backports branch: - made sure custom strings like MessageID are not converted by ustr - synced TALInterpreter code and tests with zope.tal where possible without changing behavior - backported MessageID support from zope.tal Changed:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ backported r33270 from trunk:

2005-08-07 Thread Yvo Schubbe
Log message for revision 37774: backported r33270 from trunk: - added z3 - z2 interface bridge Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt A Zope/branches/Zope-2_8-branch/lib/python/Interface/bridge.py A

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt after backporting to the Zope-2_8-branch (r37774) this is no longer 'Trunk only'

2005-08-07 Thread Yvo Schubbe
Log message for revision 37775: after backporting to the Zope-2_8-branch (r37774) this is no longer 'Trunk only' Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py accept also the z3 version of the PluggableIndex interface

2005-10-02 Thread Yvo Schubbe
Log message for revision 38714: accept also the z3 version of the PluggableIndex interface Changed: UU Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ backported some small interface improvements and related cleanup from the trunk

2005-10-04 Thread Yvo Schubbe
Log message for revision 38741: backported some small interface improvements and related cleanup from the trunk Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/MailHost/MailHost.py A Zope/branches/Zope-2_8-branch/lib/python/Products/MailHost/interfaces.py UU

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again)

2005-10-27 Thread Yvo Schubbe
Log message for revision 39667: - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again) Changed: U Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again)

2005-10-27 Thread Yvo Schubbe
Log message for revision 39668: - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again) Changed: U Zope/trunk/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml

[Zope-Checkins] SVN: Zope/trunk/ - removed old-style product metadata support

2005-10-31 Thread Yvo Schubbe
Log message for revision 39763: - removed old-style product metadata support - removed all dependencies on that support Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/Application.py UU Zope/trunk/lib/python/OFS/tests/testProductInit.py UU

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml - don't show meta_types that don't have an action

2005-10-31 Thread Yvo Schubbe
Log message for revision 39765: - don't show meta_types that don't have an action Changed: UU Zope/trunk/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml === ---

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ - converted ILexicon to z3 and bridged it back

2005-10-31 Thread Yvo Schubbe
Log message for revision 39790: - converted ILexicon to z3 and bridged it back - ZCTextIndex now accepts lexicons with the z3 interface Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ILexicon.py UU

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCTextIndex/ - converted ILexicon to z3 and bridged it back

2005-10-31 Thread Yvo Schubbe
Log message for revision 39791: - converted ILexicon to z3 and bridged it back - ZCTextIndex now accepts lexicons with the z3 interface Changed: UU Zope/trunk/lib/python/Products/ZCTextIndex/ILexicon.py UU Zope/trunk/lib/python/Products/ZCTextIndex/Lexicon.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/PropertySheets.py - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface)

2005-11-02 Thread Yvo Schubbe
Log message for revision 39808: - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface) Changed: U Zope/trunk/lib/python/OFS/PropertySheets.py -=- Modified: Zope/trunk/lib/python/OFS/PropertySheets.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/ - converted LockItemInterface to z3 and bridged it back

2005-11-02 Thread Yvo Schubbe
Log message for revision 39857: - converted LockItemInterface to z3 and bridged it back Changed: UU Zope/trunk/lib/python/webdav/LockItem.py U Zope/trunk/lib/python/webdav/Lockable.py U Zope/trunk/lib/python/webdav/WriteLockInterface.py U

[Zope-Checkins] SVN: Zope/trunk/ - stitched in manage_interfaces from Five

2005-11-04 Thread Yvo Schubbe
Log message for revision 39892: - stitched in manage_interfaces from Five Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/SimpleItem.py -=- Modified: Zope/trunk/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/ - converted interface to z3 interface.

2005-11-05 Thread Yvo Schubbe
Log message for revision 39903: - converted interface to z3 interface. Changed: D Zope/trunk/lib/python/AccessControl/IUserFolder.py UU Zope/trunk/lib/python/AccessControl/User.py U Zope/trunk/lib/python/AccessControl/interfaces.py UU

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for hidden add value (pushing the add button escapes the value again)

2005-11-21 Thread Yvo Schubbe
Log message for revision 40294: - replaced url_quote by html_quote for hidden add value (pushing the add button escapes the value again) Changed: U Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for hidden add value (pushing the add button escapes the value again)

2005-11-21 Thread Yvo Schubbe
Log message for revision 40295: - replaced url_quote by html_quote for hidden add value (pushing the add button escapes the value again) Changed: U Zope/branches/2.9/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/branches/2.9/lib/python/OFS/dtml/main.dtml

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - reverted workaround in '_verifyObjectPaste'; 'checkPermission' now respects proxy roles

2005-12-05 Thread Yvo Schubbe
Log message for revision 40550: - reverted workaround in '_verifyObjectPaste'; 'checkPermission' now respects proxy roles Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/CopySupport.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ - reverted workaround in '_verifyObjectPaste'; 'checkPermission' now respects proxy roles

2005-12-05 Thread Yvo Schubbe
Log message for revision 40552: - reverted workaround in '_verifyObjectPaste'; 'checkPermission' now respects proxy roles Changed: U Zope/trunk/lib/python/OFS/CopySupport.py U Zope/trunk/lib/python/OFS/tests/testCopySupport.py -=- Modified: Zope/trunk/lib/python/OFS/CopySupport.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ reverted r65902:

2006-06-21 Thread Yvo Schubbe
Log message for revision 66022: reverted r65902: - I still believe this was the Right Thing to do, but not everybody agrees Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py U

[Zope-Checkins] SVN: Zope/trunk/skel/etc/site.zcml - set svn:eol-style

2006-06-21 Thread Yvo Schubbe
Log message for revision 68390: - set svn:eol-style - removed tabs Changed: UU Zope/trunk/skel/etc/site.zcml -=- Modified: Zope/trunk/skel/etc/site.zcml === --- Zope/trunk/skel/etc/site.zcml 2006-05-30 05:25:36 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.10/ - updated deprecation warnings

2006-06-22 Thread Yvo Schubbe
Log message for revision 68788: - updated deprecation warnings Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/OFS/Application.py -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/branches/1.4/ - made some Zope 3 formlib fixes available

2006-10-25 Thread Yvo Schubbe
Log message for revision 70910: - made some Zope 3 formlib fixes available Changed: U Products.Five/branches/1.4/CHANGES.txt UU Products.Five/branches/1.4/formlib/configure.zcml UU Products.Five/branches/1.4/formlib/formbase.py UU Products.Five/branches/1.4/formlib/pageform.pt D

[Zope-Checkins] SVN: Products.Five/trunk/ - made some Zope 3 formlib fixes available

2006-10-25 Thread Yvo Schubbe
Log message for revision 70912: - made some Zope 3 formlib fixes available Changed: U Products.Five/trunk/CHANGES.txt UU Products.Five/trunk/formlib/configure.zcml UU Products.Five/trunk/formlib/formbase.py D Products.Five/trunk/formlib/pageform.pt D

[Zope-Checkins] SVN: Products.Five/branches/1.4/ - processInputs did not decode strings in lists and tuples

2006-10-25 Thread Yvo Schubbe
Log message for revision 70913: - processInputs did not decode strings in lists and tuples Changed: U Products.Five/branches/1.4/CHANGES.txt UU Products.Five/branches/1.4/browser/decode.py A Products.Five/branches/1.4/browser/tests/test_decode.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.5/ forward ported r70913 from 1.4 branch:

2006-10-25 Thread Yvo Schubbe
Log message for revision 70914: forward ported r70913 from 1.4 branch: - processInputs did not decode strings in lists and tuples Changed: U Products.Five/branches/1.5/CHANGES.txt UU Products.Five/branches/1.5/browser/decode.py A

[Zope-Checkins] SVN: Products.Five/trunk/ forward ported r70913 from 1.4 branch:

2006-10-25 Thread Yvo Schubbe
Log message for revision 70915: forward ported r70913 from 1.4 branch: - processInputs did not decode strings in lists and tuples Changed: U Products.Five/trunk/CHANGES.txt UU Products.Five/trunk/browser/decode.py A Products.Five/trunk/browser/tests/test_decode.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.5/formlib/configure.zcml - replaced 'adapter' by 'view' directive

2006-10-30 Thread Yvo Schubbe
Log message for revision 70997: - replaced 'adapter' by 'view' directive Not sure why, but this resolves problems with Zope 3.3.0. As soon as Zope 2.10 depends on a later version of Zope 3.3 this issue will disappear. Changed: U Products.Five/branches/1.5/formlib/configure.zcml

[Zope-Checkins] SVN: Products.Five/branches/1.5/ - backported changes from Zope 3.3's zope.i18n

2006-11-06 Thread Yvo Schubbe
Log message for revision 71088: - backported changes from Zope 3.3's zope.i18n Changed: U Products.Five/branches/1.5/CHANGES.txt U Products.Five/branches/1.5/i18n.py U Products.Five/branches/1.5/tests/test_i18n.py -=- Modified: Products.Five/branches/1.5/CHANGES.txt

[Zope-Checkins] SVN: Products.Five/trunk/ merged r71088 from 1.5 branch:

2006-11-06 Thread Yvo Schubbe
Log message for revision 71089: merged r71088 from 1.5 branch: - backported changes from Zope 3.3's zope.i18n Changed: U Products.Five/trunk/CHANGES.txt U Products.Five/trunk/i18n.py U Products.Five/trunk/tests/test_i18n.py -=- Modified: Products.Five/trunk/CHANGES.txt

[Zope-Checkins] SVN: Products.Five/branches/1.5/ - removed unused imports

2006-11-22 Thread Yvo Schubbe
Log message for revision 71269: - removed unused imports Changed: U Products.Five/branches/1.5/__init__.py U Products.Five/branches/1.5/browser/resource.py U Products.Five/branches/1.5/component/tests.py U Products.Five/branches/1.5/fiveconfigure.py U

[Zope-Checkins] SVN: Products.Five/trunk/ - removed unused imports

2006-11-22 Thread Yvo Schubbe
Log message for revision 71270: - removed unused imports Changed: U Products.Five/trunk/__init__.py U Products.Five/trunk/browser/resource.py U Products.Five/trunk/component/tests.py U Products.Five/trunk/fiveconfigure.py U Products.Five/trunk/form/__init__.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ - made room for Five trunk

2007-01-10 Thread Yvo Schubbe
Log message for revision 71870: - made room for Five trunk Changed: _U Zope/trunk/lib/python/Products/ -=- Property changes on: Zope/trunk/lib/python/Products ___ Name: svn:externals - Five-r 71820

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/ - moved Five trunk

2007-01-10 Thread Yvo Schubbe
Log message for revision 71873: - moved Five trunk Changed: A Zope/trunk/lib/python/Products/Five/ -=- Copied: Zope/trunk/lib/python/Products/Five (from rev 71872, Products.Five/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/trunk/ Five trunk was moved to Zope/trunk/lib/python/Products/Five

2007-01-10 Thread Yvo Schubbe
Log message for revision 71874: Five trunk was moved to Zope/trunk/lib/python/Products/Five Changed: D Products.Five/trunk/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Products.Five/trunk/README.txt - added file that explains what happened with the trunk

2007-01-10 Thread Yvo Schubbe
Log message for revision 71877: - added file that explains what happened with the trunk Changed: A Products.Five/trunk/README.txt -=- Added: Products.Five/trunk/README.txt === --- Products.Five/trunk/README.txt 2007-01-10

[Zope-Checkins] SVN: Products.Five/trunk/sizeconfigure.py - whitespace cleanup

2008-03-09 Thread Yvo Schubbe
Log message for revision 71796: - whitespace cleanup Changed: U Products.Five/trunk/sizeconfigure.py -=- Modified: Products.Five/trunk/sizeconfigure.py === --- Products.Five/trunk/sizeconfigure.py2007-01-08 12:52:49

[Zope-Checkins] SVN: Products.Five/trunk/ - svn properties cleanup

2008-03-09 Thread Yvo Schubbe
Log message for revision 71798: - svn properties cleanup - added missing license headers Changed: U Products.Five/trunk/bbb.py U Products.Five/trunk/browser/adding.py UU Products.Five/trunk/browser/providerexpression.py UU Products.Five/trunk/browser/tests/classes.py UU

[Zope-Checkins] SVN: Zope/branches/2.11/ - resynced Products.Five.browser.adding with zope.app.container.browser.adding

2008-04-15 Thread Yvo Schubbe
Log message for revision 85373: - resynced Products.Five.browser.adding with zope.app.container.browser.adding Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/Products/Five/browser/adding.py -=- Modified: Zope/branches/2.11/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/browser/adding.py - resynced Products.Five.browser.adding with zope.app.container.browser.adding

2008-04-15 Thread Yvo Schubbe
Log message for revision 85374: - resynced Products.Five.browser.adding with zope.app.container.browser.adding Changed: U Zope/trunk/lib/python/Products/Five/browser/adding.py -=- Modified: Zope/trunk/lib/python/Products/Five/browser/adding.py

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ - use ApplicationDefaultPermissions directly from new location

2009-01-03 Thread Yvo Schubbe
Log message for revision 94469: - use ApplicationDefaultPermissions directly from new location Changed: U Zope/branches/2.11/lib/python/AccessControl/Permission.py U Zope/branches/2.11/lib/python/Globals/__init__.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/Permission.py - use ApplicationDefaultPermissions directly from new location

2009-01-03 Thread Yvo Schubbe
Log message for revision 94470: - use ApplicationDefaultPermissions directly from new location Changed: UU Zope/trunk/lib/python/AccessControl/Permission.py -=- Modified: Zope/trunk/lib/python/AccessControl/Permission.py ===

[Zope-Checkins] SVN: Zope/branches/2.10/ - added 'InitializeClass' alias to ease migration

2009-01-03 Thread Yvo Schubbe
Log message for revision 94482: - added 'InitializeClass' alias to ease migration Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/App/class_init.py U Zope/branches/2.10/lib/python/Globals/__init__.py -=- Modified: Zope/branches/2.10/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/2.11/ - added 'InitializeClass' alias to ease migration

2009-01-03 Thread Yvo Schubbe
Log message for revision 94483: - added 'InitializeClass' alias to ease migration Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/App/class_init.py U Zope/branches/2.11/lib/python/Globals/__init__.py -=- Modified: Zope/branches/2.11/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/class_init.py - made InitializeClass the default name

2009-01-03 Thread Yvo Schubbe
Log message for revision 94484: - made InitializeClass the default name Changed: UU Zope/trunk/lib/python/App/class_init.py -=- Modified: Zope/trunk/lib/python/App/class_init.py === --- Zope/trunk/lib/python/App/class_init.py

[Zope-Checkins] SVN: Zope/trunk/src/Products/PageTemplates/ - svn properties cleanup

2009-03-08 Thread Yvo Schubbe
Log message for revision 97664: - svn properties cleanup Changed: _U Zope/trunk/src/Products/PageTemplates/CHANGES.txt _U Zope/trunk/src/Products/PageTemplates/DeferExpr.py _U Zope/trunk/src/Products/PageTemplates/Expressions.py _U Zope/trunk/src/Products/PageTemplates/HISTORY.txt

[Zope-Checkins] SVN: Zope/trunk/ - replaced getattr by aq_get

2009-03-08 Thread Yvo Schubbe
Log message for revision 97666: - replaced getattr by aq_get - whitespace cleanup Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/PageTemplates/unicodeconflictresolver.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/adding.py - resynced Products.Five.browser.adding with zope.app.container.browser.adding

2009-06-25 Thread Yvo Schubbe
Log message for revision 101272: - resynced Products.Five.browser.adding with zope.app.container.browser.adding Changed: U Zope/branches/2.12/src/Products/Five/browser/adding.py -=- Modified: Zope/branches/2.12/src/Products/Five/browser/adding.py

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/adding.py - resynced Products.Five.browser.adding with zope.app.container.browser.adding

2009-06-25 Thread Yvo Schubbe
Log message for revision 101273: - resynced Products.Five.browser.adding with zope.app.container.browser.adding Changed: U Zope/trunk/src/Products/Five/browser/adding.py -=- Modified: Zope/trunk/src/Products/Five/browser/adding.py

[Zope-Checkins] SVN: Zope/branches/2.12/ - fixed ObjectManagerNameChooser: BTreeFolder2 raises KeyError, not AttributeError

2009-06-25 Thread Yvo Schubbe
Log message for revision 101274: - fixed ObjectManagerNameChooser: BTreeFolder2 raises KeyError, not AttributeError Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/Five/browser/adding.py U Zope/branches/2.12/src/Products/Five/browser/tests/adding.txt

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/ - fixed ObjectManagerNameChooser: BTreeFolder2 raises KeyError, not AttributeError

2009-06-25 Thread Yvo Schubbe
Log message for revision 101275: - fixed ObjectManagerNameChooser: BTreeFolder2 raises KeyError, not AttributeError Changed: U Zope/trunk/src/Products/Five/browser/adding.py U Zope/trunk/src/Products/Five/browser/tests/adding.txt -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/ - removed PluginIndexes.TextIndex dependencies

2009-06-30 Thread Yvo Schubbe
Log message for revision 101336: - removed PluginIndexes.TextIndex dependencies - added XXX comments to the regression tests (don't know how to run and fix them) Changed: D Zope/branches/2.12/src/Products/ZCatalog/Vocabulary.py UU

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ - removed PluginIndexes.TextIndex dependencies

2009-06-30 Thread Yvo Schubbe
Log message for revision 101337: - removed PluginIndexes.TextIndex dependencies - added XXX comments to the regression tests (don't know how to run and fix them) Changed: D Zope/trunk/src/Products/ZCatalog/Vocabulary.py UU

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/ - removed obsolete txt files

2009-06-30 Thread Yvo Schubbe
Log message for revision 101338: - removed obsolete txt files Changed: D Zope/branches/2.12/src/Products/ZCatalog/CHANGES.txt D Zope/branches/2.12/src/Products/ZCatalog/README.txt D Zope/branches/2.12/src/Products/ZCatalog/version.txt -=- Deleted:

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ - removed obsolete txt files

2009-06-30 Thread Yvo Schubbe
Log message for revision 101339: - removed obsolete txt files Changed: D Zope/trunk/src/Products/ZCatalog/CHANGES.txt D Zope/trunk/src/Products/ZCatalog/README.txt D Zope/trunk/src/Products/ZCatalog/version.txt -=- Deleted: Zope/trunk/src/Products/ZCatalog/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.txt - removed obsolete lines (maybe the complete file should be removed)

2009-07-03 Thread Yvo Schubbe
Log message for revision 101422: - removed obsolete lines (maybe the complete file should be removed) Changed: UU Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.txt -=- Modified: Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.txt

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ZCatalog.txt - removed obsolete lines (maybe the complete file should be removed)

2009-07-03 Thread Yvo Schubbe
Log message for revision 101423: - removed obsolete lines (maybe the complete file should be removed) Changed: UU Zope/trunk/src/Products/ZCatalog/ZCatalog.txt -=- Modified: Zope/trunk/src/Products/ZCatalog/ZCatalog.txt === ---

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ - removed more PluginIndexes.TextIndex dependencies

2009-07-03 Thread Yvo Schubbe
Log message for revision 101424: - removed more PluginIndexes.TextIndex dependencies - added more XXX comments to the regression tests (don't know how to run and fix them) Changed: D Zope/trunk/src/Products/ZCatalog/dtml/addVocabulary.dtml D

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/ - removed more PluginIndexes.TextIndex dependencies

2009-07-03 Thread Yvo Schubbe
Log message for revision 101425: - removed more PluginIndexes.TextIndex dependencies - added more XXX comments to the regression tests (don't know how to run and fix them) Changed: D Zope/branches/2.12/src/Products/ZCatalog/dtml/addVocabulary.dtml D

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/tests/ - removed PluginIndexes.TextIndex dependencies (don't know if anybody uses these files)

2009-07-03 Thread Yvo Schubbe
Log message for revision 101429: - removed PluginIndexes.TextIndex dependencies (don't know if anybody uses these files) Changed: UU Zope/branches/2.12/src/Products/ZCTextIndex/tests/indexhtml.py UU Zope/branches/2.12/src/Products/ZCTextIndex/tests/queryhtml.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCTextIndex/tests/ - removed PluginIndexes.TextIndex dependencies (don't know if anybody uses these files)

2009-07-03 Thread Yvo Schubbe
Log message for revision 101430: - removed PluginIndexes.TextIndex dependencies (don't know if anybody uses these files) Changed: UU Zope/trunk/src/Products/ZCTextIndex/tests/indexhtml.py UU Zope/trunk/src/Products/ZCTextIndex/tests/queryhtml.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/ - fixed ProductHelp (reverted small part of revision 94458)

2009-07-03 Thread Yvo Schubbe
Log message for revision 101433: - fixed ProductHelp (reverted small part of revision 94458) Changed: U Zope/branches/2.12/doc/CHANGES.rst UU Zope/branches/2.12/src/App/Product.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/App/Product.py - fixed ProductHelp (reverted small part of revision 94458)

2009-07-03 Thread Yvo Schubbe
Log message for revision 101434: - fixed ProductHelp (reverted small part of revision 94458) Changed: UU Zope/trunk/src/App/Product.py -=- Modified: Zope/trunk/src/App/Product.py === --- Zope/trunk/src/App/Product.py

[Zope-Checkins] SVN: Zope/branches/2.12/ - improved index creation in ProductHelp

2009-07-03 Thread Yvo Schubbe
Log message for revision 101449: - improved index creation in ProductHelp - removed special PluginIndexes handling in Product initialization code Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/App/Product.py UU Zope/branches/2.12/src/HelpSys/HelpSys.py U

[Zope-Checkins] SVN: Zope/trunk/s - removed deprecated TextIndex

2009-07-03 Thread Yvo Schubbe
Log message for revision 101458: - removed deprecated TextIndex Changed: U Zope/trunk/setup.py U Zope/trunk/src/Products/PluginIndexes/README.txt D Zope/trunk/src/Products/PluginIndexes/TextIndex/ UU Zope/trunk/src/Products/PluginIndexes/__init__.py U

[Zope-Checkins] SVN: Zope/trunk/src/Products/ - import permissions from AccessControl.Permissions

2009-07-04 Thread Yvo Schubbe
Log message for revision 101498: - import permissions from AccessControl.Permissions Changed: U Zope/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py U Zope/trunk/src/Products/ZCTextIndex/ZCTextIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/ - added 'indexSize' to IPluggableIndex

2009-07-04 Thread Yvo Schubbe
Log message for revision 101505: - added 'indexSize' to IPluggableIndex Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/PathIndex.py U

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/ - added 'indexSize' to IPluggableIndex

2009-07-04 Thread Yvo Schubbe
Log message for revision 101506: - added 'indexSize' to IPluggableIndex Changed: U Zope/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/trunk/src/Products/PluginIndexes/TopicIndex/TopicIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/dtml/ - removed two more obsolete files

2009-07-05 Thread Yvo Schubbe
Log message for revision 101592: - removed two more obsolete files Changed: D Zope/branches/2.12/src/Products/ZCatalog/dtml/addIndex.dtml D Zope/branches/2.12/src/Products/ZCatalog/dtml/edit_stop_syn.dtml -=- Deleted: Zope/branches/2.12/src/Products/ZCatalog/dtml/addIndex.dtml

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/dtml/ - removed two more obsolete files

2009-07-05 Thread Yvo Schubbe
Log message for revision 101593: - removed two more obsolete files Changed: D Zope/trunk/src/Products/ZCatalog/dtml/addIndex.dtml D Zope/trunk/src/Products/ZCatalog/dtml/edit_stop_syn.dtml -=- Deleted: Zope/trunk/src/Products/ZCatalog/dtml/addIndex.dtml

[Zope-Checkins] SVN: Zope/branches/2.12/setup.py - fixed version number

2009-07-06 Thread Yvo Schubbe
Log message for revision 101609: - fixed version number Changed: U Zope/branches/2.12/setup.py -=- Modified: Zope/branches/2.12/setup.py === --- Zope/branches/2.12/setup.py 2009-07-06 08:40:32 UTC (rev 101608) +++

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/security.py - Zope 2 permissions should not be unicode

2009-07-19 Thread Yvo Schubbe
Log message for revision 101998: - Zope 2 permissions should not be unicode Changed: U Zope/trunk/src/Products/Five/security.py -=- Modified: Zope/trunk/src/Products/Five/security.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/zopectl.py - added potential entry point

2009-07-19 Thread Yvo Schubbe
Log message for revision 102008: - added potential entry point Changed: U Zope/branches/2.12/src/Zope2/Startup/zopectl.py -=- Modified: Zope/branches/2.12/src/Zope2/Startup/zopectl.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py - added potential entry point

2009-07-19 Thread Yvo Schubbe
Log message for revision 102009: - added potential entry point Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py -=- Modified: Zope/trunk/src/Zope2/Startup/zopectl.py === --- Zope/trunk/src/Zope2/Startup/zopectl.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PythonScripts/tests/tscripts/ - fixed svn properties

2009-07-26 Thread Yvo Schubbe
Log message for revision 102303: - fixed svn properties Changed: _U Zope/branches/2.12/src/Products/PythonScripts/tests/tscripts/big_boolean.ps _U Zope/branches/2.12/src/Products/PythonScripts/tests/tscripts/boolean_map.ps _U

[Zope-Checkins] SVN: Zope/trunk/src/Products/PythonScripts/tests/tscripts/ - fixed svn properties

2009-07-26 Thread Yvo Schubbe
Log message for revision 102304: - fixed svn properties Changed: _U Zope/trunk/src/Products/PythonScripts/tests/tscripts/big_boolean.ps _U Zope/trunk/src/Products/PythonScripts/tests/tscripts/boolean_map.ps _U Zope/trunk/src/Products/PythonScripts/tests/tscripts/class.__name__.ps _U

[Zope-Checkins] SVN: Zope/trunk/src/Products/PythonScripts/__init__.py - removed bare except (I doubt someone will miss it)

2009-07-26 Thread Yvo Schubbe
Log message for revision 102306: - removed bare except (I doubt someone will miss it) Changed: UU Zope/trunk/src/Products/PythonScripts/__init__.py -=- Modified: Zope/trunk/src/Products/PythonScripts/__init__.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ - fixed test_filepath for Python 2.6

2009-07-26 Thread Yvo Schubbe
Log message for revision 102308: - fixed test_filepath for Python 2.6 - fixed the issue shown by test_filepath (changed the initial function __name__ to 'script') - adjusted test__name__ Changed: U Zope/branches/2.12/doc/CHANGES.rst UU

[Zope-Checkins] SVN: Zope/branches/2.12/doc/INSTALL.rst - fixed some typos

2009-09-01 Thread Yvo Schubbe
Log message for revision 103459: - fixed some typos Changed: UU Zope/branches/2.12/doc/INSTALL.rst -=- Modified: Zope/branches/2.12/doc/INSTALL.rst === --- Zope/branches/2.12/doc/INSTALL.rst 2009-09-01 16:23:36 UTC (rev

[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst - fixed some typos

2009-09-01 Thread Yvo Schubbe
Log message for revision 103460: - fixed some typos Changed: UU Zope/trunk/doc/INSTALL.rst -=- Modified: Zope/trunk/doc/INSTALL.rst === --- Zope/trunk/doc/INSTALL.rst 2009-09-01 16:48:01 UTC (rev 103459) +++

[Zope-Checkins] SVN: Zope/trunk/src/ZTUtils/__init__.py - removed old BBB code

2009-12-28 Thread Yvo Schubbe
Log message for revision 107198: - removed old BBB code - removed redundant SimpleTreeMaker import Changed: UU Zope/trunk/src/ZTUtils/__init__.py -=- Modified: Zope/trunk/src/ZTUtils/__init__.py === ---

[Zope-Checkins] SVN: Zope/trunk/ - resolved a circular import issue by moving TaintedString out of ZPublisher

2009-12-28 Thread Yvo Schubbe
Log message for revision 107204: - resolved a circular import issue by moving TaintedString out of ZPublisher Changed: U Zope/trunk/doc/CHANGES.rst UU Zope/trunk/src/DocumentTemplate/DT_Util.py UU Zope/trunk/src/DocumentTemplate/DT_Var.py UU

[Zope-Checkins] SVN: Zope/trunk/src/OFS/SimpleItem.py simplified code:

2010-04-13 Thread Yvo Schubbe
Log message for revision 110801: simplified code: 'handle_errors' is *always* true at this point because otherwise the error would have been re-raised in line 270. Removed the raise statement because it was unreachable. Changed: U Zope/trunk/src/OFS/SimpleItem.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/OFS/SimpleItem.py simplified code: The 'can_raise' check was broken and useless.

2010-04-13 Thread Yvo Schubbe
Log message for revision 110806: simplified code: The 'can_raise' check was broken and useless. - *Broken* because re-raising doesn't work with more than one required argument. Needs to be able to take more than two arguments was a wrong assumption. - *Useless* because the code below never

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/Publish.py simplified code: 'except SystemExit' and 'except ImportError' do the same.

2010-04-14 Thread Yvo Schubbe
Log message for revision 110896: simplified code: 'except SystemExit' and 'except ImportError' do the same. It is very unlikely that v is a tuple and 'hasattr(sys, 'exc_info')' is always true. Changed: UU Zope/trunk/src/ZPublisher/Publish.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/Test.py re-synced publish_module with Publish.publish_module_standard

2010-04-14 Thread Yvo Schubbe
Log message for revision 110897: re-synced publish_module with Publish.publish_module_standard Changed: UU Zope/trunk/src/ZPublisher/Test.py -=- Modified: Zope/trunk/src/ZPublisher/Test.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/ZPublisher/tests/ - backported functional tests for exception handling from trunk

2010-04-16 Thread Yvo Schubbe
Log message for revision 110964: - backported functional tests for exception handling from trunk Changed: A Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt A Zope/branches/2.12/src/ZPublisher/tests/test_exception_handling.py -=- Copied:

[Zope-Checkins] SVN: Zope/branches/2.12/ fixed regression in Unauthorized handling:

2010-04-16 Thread Yvo Schubbe
Log message for revision 110974: fixed regression in Unauthorized handling: In previous Zope versions string exceptions were used and all exceptions re-raised. This doesn't work with each kind of exception, but we can still do it with Unauthorized exceptions. This way the special

[Zope-Checkins] SVN: Zope/trunk/src/Z fixed regression in Unauthorized handling:

2010-04-16 Thread Yvo Schubbe
Log message for revision 110976: fixed regression in Unauthorized handling: In previous Zope versions string exceptions were used and all exceptions re-raised. This doesn't work with each kind of exception, but we can still do it with Unauthorized exceptions. This way the special

  1   2   >