[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Transience/Transience.py remove unused import.

2005-12-02 Thread Chris Withers
Log message for revision 40465: remove unused import. Changed: U Zope/trunk/lib/python/Products/Transience/Transience.py -=- Modified: Zope/trunk/lib/python/Products/Transience/Transience.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/SimpleItem.py - change to use python logging module

2005-12-02 Thread Chris Withers
Log message for revision 40468: - change to use python logging module - log at error when standard_error_message can't be rendered - give more useful info about errors rendering standard_error_message to the browser. Changed: U Zope/trunk/lib/python/OFS/SimpleItem.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Z further changes to ConflictError logging:

2005-12-02 Thread Chris Withers
Log message for revision 40472: further changes to ConflictError logging: - all conflict errors are counted and logged at info, as they were before Florent's change - logging makes it clear where the conflict has been resolved and where it hasn't - errors seen by the user are rendered

[Zope-Checkins] SVN: Zope/trunk/lib/python/Zope2/App/startup.py *sigh* failed to correctly merge my own patch.

2005-12-02 Thread Chris Withers
Log message for revision 40475: *sigh* failed to correctly merge my own patch. Changed: U Zope/trunk/lib/python/Zope2/App/startup.py -=- Modified: Zope/trunk/lib/python/Zope2/App/startup.py === ---

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/ Merge error reporting changes from trunk:

2005-12-02 Thread Chris Withers
Log message for revision 40476: Merge error reporting changes from trunk: - remove unused import. - change SimpleItem.py to use python logging module - log at error when standard_error_message can't be rendered - give more useful info about errors rendering standard_error_message to

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ - remove unused import.

2005-12-02 Thread Chris Withers
Log message for revision 40478: - remove unused import. - change SimpleItem.py to use python logging module - log at error when standard_error_message can't be rendered - give more useful info about errors rendering standard_error_message to the browser. - all conflict errors

[Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt Note changes to ConflictError logging.

2005-12-02 Thread Chris Withers
Log message for revision 40479: Note changes to ConflictError logging. Changed: U Zope/branches/2.9/doc/CHANGES.txt -=- Modified: Zope/branches/2.9/doc/CHANGES.txt === --- Zope/branches/2.9/doc/CHANGES.txt 2005-12-02

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py continue whack-a-mole'ing useless pagetemplate errors.

2005-12-02 Thread Chris Withers
Log message for revision 40480: continue whack-a-mole'ing useless pagetemplate errors. Changed: U Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PageTemplates/PageTemplate.py continue whack-a-mole'ing useless pagetemplate errors.

2005-12-02 Thread Chris Withers
Log message for revision 40481: continue whack-a-mole'ing useless pagetemplate errors. Changed: U Zope/branches/2.9/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified: Zope/branches/2.9/lib/python/Products/PageTemplates/PageTemplate.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/PageTemplate.py continue whack-a-mole'ing useless pagetemplate errors.

2005-12-02 Thread Chris Withers
Log message for revision 40482: continue whack-a-mole'ing useless pagetemplate errors. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/PageTemplate.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Zope2/App/startup.py Fix missing import :-S

2006-02-08 Thread Chris Withers
Log message for revision 41574: Fix missing import :-S Changed: U Zope/branches/Zope-2_8-branch/lib/python/Zope2/App/startup.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Zope2/App/startup.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Zope2/App/startup.py Fix missing import.

2006-02-08 Thread Chris Withers
Log message for revision 41575: Fix missing import. Changed: U Zope/branches/2.9/lib/python/Zope2/App/startup.py -=- Modified: Zope/branches/2.9/lib/python/Zope2/App/startup.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Zope2/App/startup.py Fix missing import :-S

2006-02-08 Thread Chris Withers
Log message for revision 41576: Fix missing import :-S Changed: U Zope/trunk/lib/python/Zope2/App/startup.py -=- Modified: Zope/trunk/lib/python/Zope2/App/startup.py === --- Zope/trunk/lib/python/Zope2/App/startup.py

Re: [Zope-Checkins] SVN: Zope/tags/Zope-2-8-6/ forgotten to tag r41770 as Zope-2-8.6 release

2006-03-16 Thread Chris Withers
What happened to Zope/tags/2.8.6 as the naming convention? Chris Andreas Jung wrote: Log message for revision 66042: forgotten to tag r41770 as Zope-2-8.6 release Changed: A Zope/tags/Zope-2-8-6/ -=- Copied: Zope/tags/Zope-2-8-6 (from rev 41770, Zope/branches/Zope-2_8-branch)

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py if it's inefficient, don't do it unless it's used ; -)

2006-04-04 Thread Chris Withers
Log message for revision 66374: if it's inefficient, don't do it unless it's used ;-) Changed: U Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py if it's inefficient, don't do it unless it's used ; -)

2006-04-04 Thread Chris Withers
Log message for revision 66375: if it's inefficient, don't do it unless it's used ;-) Changed: U Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py

[Zope-Checkins] SVN: Zope/trunk/skel/bin/runzope.bat.in changes so it's easier to move a Zope instance between zope versions.

2006-05-01 Thread Chris Withers
Log message for revision 67786: changes so it's easier to move a Zope instance between zope versions. Changed: U Zope/trunk/skel/bin/runzope.bat.in -=- Modified: Zope/trunk/skel/bin/runzope.bat.in === ---

[Zope-Checkins] SVN: Zope/trunk/skel/bin/runzope.bat.in further changes so it's easier to move an instance between zope versions.

2006-05-01 Thread Chris Withers
Log message for revision 67788: further changes so it's easier to move an instance between zope versions. Changed: U Zope/trunk/skel/bin/runzope.bat.in -=- Modified: Zope/trunk/skel/bin/runzope.bat.in === ---

[Zope-Checkins] SVN: Zope/branches/2.9/skel/bin/runzope.bat.in further changes so it's easier to move an instance between zope versions.

2006-05-01 Thread Chris Withers
Log message for revision 67789: further changes so it's easier to move an instance between zope versions. Changed: U Zope/branches/2.9/skel/bin/runzope.bat.in -=- Modified: Zope/branches/2.9/skel/bin/runzope.bat.in === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/tests/test_XMLExportImport.py Fix test failures on Windows.

2006-05-01 Thread Chris Withers
Log message for revision 67792: Fix test failures on Windows. Changed: U Zope/trunk/lib/python/OFS/tests/test_XMLExportImport.py -=- Modified: Zope/trunk/lib/python/OFS/tests/test_XMLExportImport.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/subscribers.py remove zLOG use.

2006-05-01 Thread Chris Withers
Log message for revision 67798: remove zLOG use. Changed: U Zope/branches/2.9/lib/python/OFS/subscribers.py -=- Modified: Zope/branches/2.9/lib/python/OFS/subscribers.py === --- Zope/branches/2.9/lib/python/OFS/subscribers.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/tests/test shush log output from tests.

2006-05-01 Thread Chris Withers
Log message for revision 67801: shush log output from tests. Changed: U Zope/branches/2.9/lib/python/OFS/tests/testAppInitializer.py U Zope/branches/2.9/lib/python/OFS/tests/testObjectManager.py U Zope/branches/2.9/lib/python/OFS/tests/testProductInit.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/ - Collector #2062: Fix manage_historyCopy, which was broken, and write tests for it.

2006-05-01 Thread Chris Withers
Log message for revision 67804: - Collector #2062: Fix manage_historyCopy, which was broken, and write tests for it. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/History.py A Zope/branches/2.9/lib/python/OFS/tests/testHistory.py -=-

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py while this is interesting, is doesn't warrant spewing at error.

2006-05-11 Thread Chris Withers
Log message for revision 68093: while this is interesting, is doesn't warrant spewing at error. Changed: U Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py -=- Modified: Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py while this is interesting, is doesn't warrant spewing at error.

2006-05-11 Thread Chris Withers
Log message for revision 68094: while this is interesting, is doesn't warrant spewing at error. Changed: U Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py -=- Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py a traceback would probably help here ; -)

2006-05-11 Thread Chris Withers
Log message for revision 68095: a traceback would probably help here ;-) Changed: U Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py -=- Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PluginIndexes/ quieten more down.

2006-05-15 Thread Chris Withers
Log message for revision 68138: quieten more down. Changed: U Zope/branches/2.9/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py U Zope/branches/2.9/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py U

[Zope-Checkins] SVN: Zope/tags/2.9.3/inst/WinBuilders/ tweak versions.

2006-05-24 Thread Chris Withers
Log message for revision 68265: tweak versions. Changed: U Zope/tags/2.9.3/inst/WinBuilders/README.txt U Zope/tags/2.9.3/inst/WinBuilders/mk/python.mk -=- Modified: Zope/tags/2.9.3/inst/WinBuilders/README.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.9/inst/WinBuilders/ tweak versions.

2006-05-24 Thread Chris Withers
Log message for revision 68266: tweak versions. Changed: U Zope/branches/2.9/inst/WinBuilders/README.txt U Zope/branches/2.9/inst/WinBuilders/mk/python.mk -=- Modified: Zope/branches/2.9/inst/WinBuilders/README.txt ===

[Zope-Checkins] SVN: Zope/trunk/inst/WinBuilders/ tweak versions.

2006-05-24 Thread Chris Withers
Log message for revision 68267: tweak versions. Changed: U Zope/trunk/inst/WinBuilders/README.txt U Zope/trunk/inst/WinBuilders/mk/python.mk -=- Modified: Zope/trunk/inst/WinBuilders/README.txt === ---

Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ fix #2235 for real now

2006-11-16 Thread Chris Withers
Leonardo Rochael Almeida wrote: @@ -615,8 +615,8 @@ def getobject(self, rid, REQUEST=None): Return a cataloged object given a 'data_record_id_' -obj = self.aq_parent.unrestrictedTraverse(self.getpath(rid)) -if not obj: +obj =

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/ - replace nasty and ineffective hack for dynamic connections ids in ZSQL Method cache which is tested and works

2006-11-17 Thread Chris Withers
Log message for revision 71151: - replace nasty and ineffective hack for dynamic connections ids in ZSQL Method cache which is tested and works - simplify tests as a result - make sure full chain of DA.__call__ and DA._cached_result is execercised Changed: U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/tests/test_caching.py more documentary tests:

2006-11-17 Thread Chris Withers
Log message for revision 71153: more documentary tests: - document 2 memory leaks, one in cache and one in tcache - test coverage for the patch Brian applied in Dec 2000 Changed: U Zope/branches/2.9/lib/python/Shared/DC/ZRDB/tests/test_caching.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/ - stop rounding to ints, making memory leaks much less likely

2006-11-17 Thread Chris Withers
Log message for revision 71158: - stop rounding to ints, making memory leaks much less likely - document the slim chances of remaining memory leaks - remove pointless import try/except, it always fails now - adjust tests to make sure we still generate pathalogical dict orderings Changed:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/ - use an ordered mapping so we dump the oldest stuff from the cache first

2006-11-17 Thread Chris Withers
Log message for revision 71161: - use an ordered mapping so we dump the oldest stuff from the cache first - remove the pointless check for cache time being enabled inside _cached_result - _cached_result isn't actually called if caching isn't enabled - slight code tidy in DA.py - lots of

[Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt change log for recent DA.py work.

2006-11-17 Thread Chris Withers
Log message for revision 71162: change log for recent DA.py work. Changed: U Zope/branches/2.9/doc/CHANGES.txt -=- Modified: Zope/branches/2.9/doc/CHANGES.txt === --- Zope/branches/2.9/doc/CHANGES.txt 2006-11-17 18:15:27 UTC

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Shared/DC/ZRDB/ merge of DA.py caching work from 2.9 branch:

2006-11-17 Thread Chris Withers
Log message for revision 71163: merge of DA.py caching work from 2.9 branch: - Reworking of _cached_result in Shared.DC.ZRDB.DA.DA: - fixed KeyError reported in Collector #2212 - fixed two memory leaks that occurred under high load - fixed broken

[Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt change log for recent DA.py work

2006-11-17 Thread Chris Withers
Log message for revision 71164: change log for recent DA.py work Changed: U Zope/branches/2.10/doc/CHANGES.txt -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === --- Zope/branches/2.10/doc/CHANGES.txt 2006-11-17 18:27:15

[Zope-Checkins] SVN: Zope/trunk/lib/python/Shared/DC/ZRDB/ merge of DA.py caching work from 2.9 branch:

2006-11-17 Thread Chris Withers
Log message for revision 71165: merge of DA.py caching work from 2.9 branch: - Reworking of _cached_result in Shared.DC.ZRDB.DA.DA: - fixed KeyError reported in Collector #2212 - fixed two memory leaks that occurred under high load - fixed broken

Re: [Zope-Checkins] SVN: Zope/trunk/ support for a configurable resolver for UnicodeDecodeErrors

2007-01-08 Thread Chris Withers
I must have missed it, but where are your tests for this and the other unicode changes? Andreas Jung wrote: Log message for revision 71753: support for a configurable resolver for UnicodeDecodeErrors Changed: U Zope/trunk/doc/CHANGES.txt U

Re: [Zope-Checkins] SVN: Zope/branches/2.10/ Backported discouraged warning for manage_* events from trunk

2007-11-10 Thread Chris Withers
Hanno Schlichting wrote: Log message for revision 81167: Backported discouraged warning for manage_* events from trunk If this stuff isn't going away, warnings shouldn't be omitted at all, regardless of the wording... If these methods are staying around, by all means put comments in the

Re: [Zope-Checkins] SVN: Zope/trunk/ Made Helpsys.HelpSys internal ZCatalog creation lazy, so it isn't created unless first accessed.

2007-11-10 Thread Chris Withers
Hanno Schlichting wrote: Log message for revision 81408: Made Helpsys.HelpSys internal ZCatalog creation lazy, so it isn't created unless first accessed. This seems a little pointless as either: - the catalog will get created as soon as any help is indexed, which will be always - the

[Zope-Checkins] SVN: Zope/trunk/skel/etc/zope.conf.in Note on full mount point syntax.

2008-04-07 Thread Chris Withers
Log message for revision 85144: Note on full mount point syntax. Changed: U Zope/trunk/skel/etc/zope.conf.in -=- Modified: Zope/trunk/skel/etc/zope.conf.in === --- Zope/trunk/skel/etc/zope.conf.in2008-04-07 06:55:17 UTC

[Zope-Checkins] SVN: zdaemon/trunk/setup.py remove development status trove category

2009-04-09 Thread Chris Withers
Log message for revision 99050: remove development status trove category Changed: U zdaemon/trunk/setup.py -=- Modified: zdaemon/trunk/setup.py === --- zdaemon/trunk/setup.py 2009-04-09 16:35:15 UTC (rev 99049) +++

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/tests/testzdrun.py these tests have been commented out for 5 years, I think it's safe to say they can go.

2009-04-09 Thread Chris Withers
Log message for revision 99063: these tests have been commented out for 5 years, I think it's safe to say they can go. Changed: U zdaemon/trunk/src/zdaemon/tests/testzdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/tests/testzdrun.py

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/ Sort out where help docs come from.

2009-04-09 Thread Chris Withers
Log message for revision 99067: Sort out where help docs come from. The original intent was that the __doc__ of the __main__ module was used in no overridden by passing doc as a keyword argument to realize. However, as buildout generates scripts, the __doc__ of __main__ will always be

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py make zopectl -h work once the new zdaemon release is used.

2009-04-09 Thread Chris Withers
Log message for revision 99068: make zopectl -h work once the new zdaemon release is used. Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py -=- Modified: Zope/trunk/src/Zope2/Startup/zopectl.py === ---

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/ Provide doc strings for these two base classes.

2009-04-10 Thread Chris Withers
Log message for revision 99071: Provide doc strings for these two base classes. Changed: U zdaemon/trunk/src/zdaemon/tests/testzdoptions.py U zdaemon/trunk/src/zdaemon/zdoptions.py -=- Modified: zdaemon/trunk/src/zdaemon/tests/testzdoptions.py

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/ make runzope -h work onc the new zdaemon release is used.

2009-04-10 Thread Chris Withers
Log message for revision 99072: make runzope -h work onc the new zdaemon release is used. Changed: U Zope/trunk/src/Zope2/Startup/options.py U Zope/trunk/src/Zope2/Startup/run.py -=- Modified: Zope/trunk/src/Zope2/Startup/options.py

[Zope-Checkins] SVN: zdaemon/trunk/ preparing for 2.0.3 release

2009-04-11 Thread Chris Withers
Log message for revision 99132: preparing for 2.0.3 release Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/setup.py U zdaemon/trunk/src/zdaemon/zdctl.py -=- Modified: zdaemon/trunk/CHANGES.txt === ---

[Zope-Checkins] SVN: zdaemon/tags/2.0.3/ tagging 2.0.3

2009-04-11 Thread Chris Withers
Log message for revision 99133: tagging 2.0.3 Changed: A zdaemon/tags/2.0.3/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zope add python option to zope.conf schema allowing for a python binary to be specified, allowed a Zope instance to run from any buildout with the a

2009-04-11 Thread Chris Withers
Log message for revision 99134: add python option to zope.conf schema allowing for a python binary to be specified, allowed a Zope instance to run from any buildout with the appropriate eggs. Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py U

[Zope-Checkins] SVN: Zope/trunk/versions-zope3.cfg Use the latests zdaemon to zopectl -h and runzope -h work again :-)

2009-04-12 Thread Chris Withers
Log message for revision 99136: Use the latests zdaemon to zopectl -h and runzope -h work again :-) Changed: U Zope/trunk/versions-zope3.cfg -=- Modified: Zope/trunk/versions-zope3.cfg === --- Zope/trunk/versions-zope3.cfg

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py de-convolute-ize zopectl run and make providing the correct sys.argv to the run script more robust.

2009-04-13 Thread Chris Withers
Log message for revision 99160: de-convolute-ize zopectl run and make providing the correct sys.argv to the run script more robust. Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py -=- Modified: Zope/trunk/src/Zope2/Startup/zopectl.py

[Zope-Checkins] SVN: Zope/trunk/setup.py bump version number

2009-04-15 Thread Chris Withers
Log message for revision 99205: bump version number Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2009-04-15 20:17:52 UTC (rev 99204) +++ Zope/trunk/setup.py 2009-04-15 22:03:29

[Zope-Checkins] SVN: Zope/trunk/ Revert changes made in the name of #375322.

2009-05-12 Thread Chris Withers
Log message for revision 99869: Revert changes made in the name of #375322. These changes weren't discussed with the community first, they break backwards compatibility, and environment should logically be one dict-like object, not a sequence of dicts. Changed: U

[Zope-Checkins] SVN: Zope/branches/2.12/src/ Ignore pyd's when they're built in place.

2009-10-01 Thread Chris Withers
Log message for revision 104688: Ignore pyd's when they're built in place. Changed: _U Zope/branches/2.12/src/AccessControl/ _U Zope/branches/2.12/src/DocumentTemplate/ _U Zope/branches/2.12/src/Missing/ _U Zope/branches/2.12/src/MultiMapping/ _U

[Zope-Checkins] SVN: Zope/branches/2.12/doc/ It's not called Zope 3 anymore and this little stub really doesn't add a lot.

2009-10-01 Thread Chris Withers
Log message for revision 104691: It's not called Zope 3 anymore and this little stub really doesn't add a lot. Changed: D Zope/branches/2.12/doc/ZOPE3.rst U Zope/branches/2.12/doc/index.rst -=- Deleted: Zope/branches/2.12/doc/ZOPE3.rst

[Zope-Checkins] SVN: Zope/branches/2.12/doc/ These credits are woefully out of date.

2009-10-01 Thread Chris Withers
Log message for revision 104692: These credits are woefully out of date. Easier to axe this file than give such a short list compared with the huge number of people who've since contributed. Changed: D Zope/branches/2.12/doc/CREDITS.rst U Zope/branches/2.12/doc/index.rst -=-

[Zope-Checkins] SVN: Zope/branches/2.12/doc/ Split, tidy and update docs to do with special users and filesystem permissions.

2009-10-01 Thread Chris Withers
Log message for revision 104694: Split, tidy and update docs to do with special users and filesystem permissions. Changed: U Zope/branches/2.12/doc/SECURITY.rst A Zope/branches/2.12/doc/USERS.rst U Zope/branches/2.12/doc/index.rst -=- Modified: Zope/branches/2.12/doc/SECURITY.rst

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/nt/ This appears to be cruft no longer used anywhere...

2009-10-02 Thread Chris Withers
Log message for revision 104744: This appears to be cruft no longer used anywhere... Changed: D Zope/branches/2.12/src/Zope2/Startup/nt/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/2.12/src/ - rework Windows service stuff to make zopeservice.py in the instance home un-necessary

2009-10-05 Thread Chris Withers
Log message for revision 104793: - rework Windows service stuff to make zopeservice.py in the instance home un-necessary (this means that buildout instances work on Windows too :-) ) - remove a few stray comments and old unneeded code from nt_svcutils/service.py Changed: U

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/zopectl.py make zopectl adduser|run|debug stand a chance of working on Windows.

2009-10-05 Thread Chris Withers
Log message for revision 104794: make zopectl adduser|run|debug stand a chance of working on Windows. 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/branches/2.12/src/Zope2/Startup/zopectl.py Make zopectl fg work on Windows by borrowing from plone.recipe.zope2instance

2009-10-05 Thread Chris Withers
Log message for revision 104795: Make zopectl fg work on Windows by borrowing from plone.recipe.zope2instance 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/branches/2.12/src/nt_svcutils/service.py Remove pointless call to another function.

2009-10-05 Thread Chris Withers
Log message for revision 104796: Remove pointless call to another function. Changed: U Zope/branches/2.12/src/nt_svcutils/service.py -=- Modified: Zope/branches/2.12/src/nt_svcutils/service.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/nt_svcutils/service.py Another big reshuffle of this module, hopefully to make things more readable:

2009-10-05 Thread Chris Withers
Log message for revision 104814: Another big reshuffle of this module, hopefully to make things more readable: - re-installed some comments that Jeremy obfuscated - renamed the crazily named redirectCaptureThread to a name that matches what it does - highlight the likely cause of #443005:

[Zope-Checkins] SVN: Zope/branches/2.12/src/ - Fix #443005 by using the pid from the pidfile rather than that of runzope.exe

2009-10-05 Thread Chris Withers
Log message for revision 104815: - Fix #443005 by using the pid from the pidfile rather than that of runzope.exe - correct capitalisation of command reg value name, not that it matters ;-) - add a windebug command to help when debugging windows service behaviour - refactor do_start:

[Zope-Checkins] SVN: Zope/branches/2.12/doc/WINDOWS.rst crufty and outdated.

2009-10-05 Thread Chris Withers
Log message for revision 104816: crufty and outdated. Changed: D Zope/branches/2.12/doc/WINDOWS.rst -=- Deleted: Zope/branches/2.12/doc/WINDOWS.rst === --- Zope/branches/2.12/doc/WINDOWS.rst 2009-10-05 23:10:09 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/zopectl.py Fix for LP #61446: running zopectl in interactive mode on Windows exited after start/stop/install/remove commands were issued.

2009-10-30 Thread Chris Withers
Log message for revision 105393: Fix for LP #61446: running zopectl in interactive mode on Windows exited after start/stop/install/remove commands were issued. 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/branches/2.12/src/Zope2/Startup/zopectl.py Fix zopectl status on Windows by borrowing from:

2009-10-30 Thread Chris Withers
Log message for revision 105394: Fix zopectl status on Windows by borrowing from: http://svn.plone.org/svn/collective/buildout/plone.recipe.zope2instance/trunk/src/plone/recipe/zope2instance/ctl.py Changed: U Zope/branches/2.12/src/Zope2/Startup/zopectl.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/zopectl.py Don't whine and barf when someone hits Ctrl-C during zopectl fg on Windows.

2009-10-30 Thread Chris Withers
Log message for revision 105395: Don't whine and barf when someone hits Ctrl-C during zopectl fg on Windows. 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 merge changes from Zope 2.12 branch:

2009-10-30 Thread Chris Withers
Log message for revision 105396: merge changes from Zope 2.12 branch: - fix LP #461446: zopectl in interactive mode exited when the start/stop/etc commands were used - zopectl status now works on Windows - zopectl fg doesn't bomb if you hit Ctrl-C in Windows anymore. Changed: U

Re: [Zope-Checkins] SVN: Zope/branches/2.12/doc/ Merge 'tseaver-clarify_install_docs' branch.

2010-03-11 Thread Chris Withers
Tres Seaver wrote: Log message for revision 109858: Merge 'tseaver-clarify_install_docs' branch. Thanks for waiting until there was consensus on this :-( That'll teach me to put any effort into helping with documentation and packaging... Chris -- Simplistix - Content Management, Batch

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py allow the -p option to zopectl to work again, handy for buildout-based zope instances

2010-08-02 Thread Chris Withers
Log message for revision 115377: allow the -p option to zopectl to work again, handy for buildout-based zope instances Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py -=- Modified: Zope/trunk/src/Zope2/Startup/zopectl.py

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py restore ability to set sockname from command line

2010-08-10 Thread Chris Withers
Log message for revision 115616: restore ability to set sockname from command line Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py -=- Modified: Zope/trunk/src/Zope2/Startup/zopectl.py === ---