March 2010 Archives by subject
Starting: Tue Mar 2 11:26:20 EST 2010
Ending: Wed Mar 31 12:08:41 EDT 2010
Messages: 53
- [Zope-Checkins] SVN: Zope/branches/2.11/lib/python/OFS/tests/testCopySupport.py Remove unneeded boilerplate.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.12/src/OFS/tests/testCopySupport.py following Tres lead, remove unneeded boilerplate
Leonardo Rochael Almeida
- [Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py fix obvious NameError
David Glick
- [Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py avoid test method name collision
David Glick
- [Zope-Checkins] SVN: Zope/branches/2.12/src/Products/StandardCacheManagers/ fix lp #534653, reset *CacheManager module level cache id on clone
Leonardo Rochael Almeida
- [Zope-Checkins] SVN: Zope/branches/tseaver-clarify_install_docs/doc/ Split out docs for 'normal' installation from those using 'zc.buildout'.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/tseaver-clarify_install_docs/src/OFS/tests/testCopySupport.py Forward port r109845 from the 2.11 branch.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/src/Products/Five/utilities/browser/tests/test_marker.py Adapt a doctest to changed semantics of the doctest vs. zope.testing.doctest module.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.12/ Fix a bug where resources in sub-directories of resource-directories would not be traversable via restrictedTraverse() due to missing security wrappings.
Martin Aspeli
- [Zope-Checkins] SVN: Zope/branches/2.12/ fix regression in traversing to 'macros' on template-based browser views, which crept in somewhere on the way to 2.12
David Glick
- [Zope-Checkins] SVN: Zope/branches/2.12/ Hoping that silence (or apathy?) is consent here. :) Adding an event to indicate when streaming is starting in case of chunked/streamed responses using response.write()
Martin Aspeli
- [Zope-Checkins] SVN: Zope/branches/2.12/ Revert c109400 (ExtensionClass getstate) on the stable branch, until http://dev.plone.org/plone/ticket/10318 has been fixed
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.12/ Upgraded to pytz = 2010b, to match the version used in the 2.11 branch
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.12/doc/ Merge 'tseaver-clarify_install_docs' branch.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.12/doc/ Merge 'tseaver-clarify_install_docs' branch.
Chris Withers
- [Zope-Checkins] SVN: Zope/branches/2.12/doc/INSTALL-buildout.rst Merge in Marius Gedminas' fixes from the trunk.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.12/doc/INSTALL.rst typo fix
Baiju M
- [Zope-Checkins] SVN: Zope/branches/2.12/versions.cfg Update zope.app.locales to 3.6.0
Vincent Fretin
- [Zope-Checkins] SVN: Zope/branches/tseaver-clarify_install_docs/ Branch to clarify 'normal' vs. 'developer' install docs.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ Downgrade the ``manage_* is discouraged. You should use event subscribers instead`` warnings to debug level logging. This particular warning hasn't motivated anyone to actually change any code.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ forward port r109929: fix for lp #534653
Leonardo Rochael Almeida
- [Zope-Checkins] SVN: Zope/trunk/ Integrated the Products.signalstack / z3c.deadlockdebugger packages. You can now send a SIGUSR1 signal to a Zope process and get a stack trace of all threads printed out on the console. This works even if all threads are stuck.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Merge c105589 from 2.12 branch, adding IPubBeforeAbort event
Martin Aspeli
- [Zope-Checkins] SVN: Zope/trunk/ Merge c110187 from 2.12 branch, adding IPubBeforeStreaming event
Martin Aspeli
- [Zope-Checkins] SVN: Zope/trunk/ Moved ``testbrowser`` module into the Testing package.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Moved the ``absoluteurl`` views into the OFS package.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Moved the code handling ZCML loading into the ``Zope2.App`` package. The component architecture is now setup before the application object is created or any database connections are opened. So far the CA was setup somewhat randomly in the startup process, when the ``Five`` product was initialized.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ New pytz version
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Revert r110242 - I'm getting strange test failures. Let's not deal with timezone issues on the day before the DST switch ; )
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Split out standalone packages with C dependencies into their own packages
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ The zope.app removal project is long done
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Updated Sphinx related tools
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Updated various packages to match the latest ZTK
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Use the standard libraries doctest module in favor of the deprecated version in zope.testing
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/buildout.cfg Added new packages to the testing list
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/doc/ Merge 'tseaver-clarify_install_docs' branch.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Cleaned out duplicated entries from the 2.12 changelog
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Removed old change entries from 2.12, which introduced the Python 2.6 support
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Revert 110188 and 110189 on the changelog.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/doc/INSTALL-buildout.rst Fix ReST link.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst typo fix
Baiju M
- [Zope-Checkins] SVN: Zope/trunk/src/ Avoid some more dependencies on Products.Five from outside of it
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/ More Five avoidance
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/ Move general meta/configure statements into files in Zope2/App
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/ Use actual deprecation as used for the other Five refactorings and move a test next to its new code
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/AccessControl/permissions.zcml Don't assume meta ZCML has already been included.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/Application.py Don't catch Ctrl-C during startup
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/tests/test_registerclass.py Some more Five references gone from OFS
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/tests/testCopySupport.py Forward port r109845 from the 2.11 branch.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/ merge r110118-110121 from 2.12 branch
David Glick
- [Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/ Merge r110185 from 2.12 branch
Martin Aspeli
- [Zope-Checkins] SVN: Zope/trunk/src/Products/Five/event.zcml Leave behind a BBB shim for packages which still include Products.File ZCML.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/versions.cfg Forward portet c110302, pytz 2010b update
Hanno Schlichting
Last message date:
Wed Mar 31 12:08:41 EDT 2010
Archived on: Wed Mar 31 12:08:43 EDT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).