July 2011 Archives by thread
Starting: Sat Jul 2 11:49:58 EDT 2011
Ending: Sat Jul 30 08:14:24 EDT 2011
Messages: 67
- [Zope-Checkins] SVN: Zope/trunk/ Removed the rarely used support for the `++skin++` traverser and added instructions on how to get it back for a specific application
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/reindex_catalog.py Remove stoneage script from 2004
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/ Removed a couple of very old scripts written in 2002-2004
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Simplified instance skeleton, removing old `Extensions`, `import`, `lib/python` and `Products` from the default. You can continue to manually add these back.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Changed zope.conf default settings for `zserver-threads` to `2` and `python-check-interval` to `1000`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in Remove various rarely used options from the example zope.conf.in - they are still present in the zopeschema.xml
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed the `enable-ms-author-via` directive which was only required for very old web folder implementations from before 2007.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Changed the value for `default-zpublisher-encoding` and `management_page_charset` to `utf-8`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Always configure a `blob-dir` in the default skeleton.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed various persistent product related code and options. The `enable-product-installation` `zope.conf` setting is now a no-op.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed the old help system, in favor of the current Sphinx documentation hosted at http://docs.zope.org/zope2/. For backwards compatibility the `registerHelp` and `registerHelpTitle` methods are still available on the ProductContext used during the `initialize` function.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Retired icons from the `Zope Management Interface` and various smaller cleanups of ZMI screens.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/requestprofiler.py Restore the requestprofiler, Tres still relies on it
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ emoved persistent default content, including the `standard_error_message` template.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/buildout.cfg Move Zope2 tests at the end, they tend to leave the process in an unclean state and cause reference couunting / garbage collection timing issues in AccessControl tests
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed persistent default code like the `error_log` and `temp_folder`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Explicitly close all databases on shutdown, which ensures `Data.fs.index` gets written to the file system.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ During startup open a connection to every configured database, to ensure all of them can indeed be accessed. This avoids surprises during runtime when traversal to some database mountpoint could fail as the underlying storage cannot be opened at all.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/Zope2/App/startup.py Account for ZopeLite
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed special code to create user folders and page templates while creating new `OFS.Folder` instances.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed `Products.ZReST` and the `reStructuredText` wrapper, you can use `docutils` directly to gain `reST` support.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed `AccessRule` and `SiteRoot` from `Products.SiteAccess`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed `bobobase_modification_time` from `Persistence.Persistent`, you can use `DateTime(object._p_mtime)` instead.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed ZMI controls for restarting the process, these no longer apply when managed as a WSGI application.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/App/dtml/cpContents.dtml Adjust control panel description
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed the last remaining code to support `SOFTWARE_HOME` and `ZOPE_HOME`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/ Move Persistence patch into startup code
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/App/tar.py Removed unused tar module
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Restore ability to undo multiple transactions from the ZMI by using the `undoMultiple` API.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/rPickle.py Removed unused rPickly module
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed `OFS.ZDOM`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed `mime-types` option from `zope.conf`. You can use the `add_files` API from `zope.contenttype` instead.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Removed `OFS.DefaultObservable` - an early predecessor of `zope.event`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ On the application object, removed `PrincipiaTime` in favor of `ZopeTime` and `PrincipiaRedirect` in favor of `Redirect` or `ZopeRedirect`.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/Application.py Use Python's current `raise` syntax
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/Application.py Remove strange persistent Expired class
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/src/ Removed various old inline changelog and version files
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/doc/WHATSNEW.rst Start simple outline for whatsnew
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ We have a new version number!
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ - made version number compatible with version_txt.py
Yvo Schubbe
- [Zope-Checkins] SVN: Zope/trunk/ Removed the `App.version_txt.getZopeVersion` API, you can use ``pkg_resources.get_distribution('Zope2').version`` instead. Zope2's own code only calls the `version_txt` function returning a string.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Simplify the version again
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/src/ replace has_key with in operator
Nikolay Kim
- [Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/BaseResponse.py Replace a left-over has_key with in operator.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.13/ Restore ability to undo multiple transactions from the ZMI.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/ Stop using id() methods and define proper getId methods
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ Optimized the `OFS.Traversable.getPhysicalPath` method to avoid excessive amounts of method calls. Thx to Nikolay Kim from Enfold
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt chameleon compatibility
Nikolay Kim
- [Zope-Checkins] SVN: Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt chameleon compatibility
Nikolay Kim
- [Zope-Checkins] SVN: Zope/branches/2.13/doc/CHANGES.rst changelog updated
Nikolay Kim
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/Traversable.py Commit micro-optimization, tuple addition is faster for few elements
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/src/ replace map/lambda with list comprehension
Nikolay Kim
- [Zope-Checkins] SVN: Zope/trunk/src/Products/SiteErrorLog/www/ chameleon compatibility
Nikolay Kim
- [Zope-Checkins] SVN: Zope/trunk/src/OFS/Traversable.py micro optimization
Nikolay Kim
- [Zope-Checkins] SVN: Zope/trunk/src/ replace map+lambda with list comprehensions
Nikolay Kim
- [Zope-Checkins] SVN: Zope/branches/2.13/src/ micro optimization
Nikolay Kim
- [Zope-Checkins] SVN: Zope/branches/2.13/ ZCatalog again
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/versions.cfg ZCatalog
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/ New ZCTextIndex
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/versions.cfg New ZCTextIndex
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/ New ZCatalog
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/versions.cfg New ZCatalog
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/ Hourly snapshot of zcatalog
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/versions.cfg New zcatalog
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.13/src/ micro optimizations
Nikolay Kim
Last message date:
Sat Jul 30 08:14:24 EDT 2011
Archived on: Sat Jul 30 08:14:47 EDT 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).