April 2007 Archives by thread
      
      Starting: Tue Apr  3 07:35:51 EST 2007
         Ending: Mon Apr 30 13:47:47 EST 2007
         Messages: 106
     
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/catalog/ Optimized
	reindexing.
 
Jürgen Kartnaller
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/index/field/ Optimze
	FieldIndex.
 
Jürgen Kartnaller
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/index/text/ make
	index_doc more intelligent in reindexing,
	so that only an object is reindexed if the words change
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/index/text/ also dont
	write when unindexing a not existing doc
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/configuration/xmlconfig.py
	Fix code that was causing a test failure when an older
	version zope.app was installed on the python path.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/branches/jinty-zodbless/ Open a branch
	for a zope app that doesnt have to use the ZODB.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/rotterdam/xmlobject.py
	dont regurn more than 1000 subobjects in xml tree
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/branches/jinty-zodbless/src/zope/app/
	Prototype (and probably a little buggy) patch to make it
	easier to run zope
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/rotterdam/xmlobject.py
	dont regurn more than 1000 subobjects in xml tree
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/locales/zope.pot
	Updated POT file
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/locales/ru/LC_MESSAGES/zope.
	Updated Russian translation
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/extract.py
	More robust 'module_from_filename' implementation
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py
	Added new translation slots
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added new
	translation slots
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/zope.pot
	Updated POT file
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
	Updated Russian translation
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/jinty-zodbless/src/zope/app/
	Remove the dependency of the publication tests on ZODB (Now
	we only import ZODB.POSException). Move and add some tests to
	zope.app.zodb.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/PACKAGE.cfg
	Add zope.app.zodb to the zope.app package.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/twisted/
	Correct documentation and make the arguments of many
	functions reflect that they are being passed a resource
	factory rather than a ZODB database.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/appsetup/
	Do not require the <zodb> section in zope.conf anymore.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/appsetup/
	Move tests to a tests directory in preparation for future work.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/appsetup/tests/
	Add tests for load_app_factory,
	which unfortunately was committed in the previous commit.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/twisted/tests/test_schema.py
	Convert test to doctest.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/twisted/main.py
	Convert to using setup_app_factory. Unfortunately I cant see
	a sane way to test it.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/twisted/main.py
	whitespace
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/server/
	convert zope.app.server to use resource and application factories.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/appsetup/tests/
	Move doctests around,
	and provide a little backwards compatibility for
	zope.app.session.tests
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/session/tests.py
	Import from a different place (this looks pretty evil anyway).
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/debug/debug.py
	Fix one last place where the deprecation warning was fired.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/publication/
	Better deprecation warning and test.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/branches/jinty-zodbless/src/zope/app/z
	Remove unneeded adapter registration.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/zodbless/
	An example of an extremly simple zope3 application that does
	not use the ZODB. (Probably this should not be merged to the
	trunk unless some tests are written)
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/xmlrpcintrospection/
	clean imports
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/xmlrpcintrospection/xmlrpcintrospection.py
	remove apidoc dep
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: Zope3/branches/jinty-zodbless/src/zope/app/appsetup/
	Rather than fail with a cryptic error message,
	fail with a more explanatory one.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/annotation/factory.py
	removed whitespace
 
Christian Zagrodnick
- [Zope3-checkins] SVN: Zope3/trunk/ - documentation updates
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/tags/ctheune-testrelease/ making a tag
	for a test release to verify something release-like ends up
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/releases/Zope/README.txt -
	updated some information for Zope 3.4
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ - fixed some zpkg configuration
	to mirror some moved files
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/tags/ctheune-testrelease/ - Noticed
	that I don't need this actually to make test-releases.
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ Introduced IResult hook for
	postprocessing of publishing results. This
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ fire events before
	updating viewlets in manager
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt fire events
	before updating viewlets in manager
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ clean imports
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/releases/Zope/DEPENDENCIES.cfg -
	added twisted as dependency. otherwise the release won't
	include twisted
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ - fix old fssync references
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/tags/3.4.0a1/ - Tagging first alpha of
	Zope 3.4
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/tags/3.4.0a1/ - fixed release date
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/file/browser/image.py whitespace fixes
 
Christian Zagrodnick
- [Zope3-checkins] SVN: Zope3/tags/3.4.0a1/doc/ANNOUNCE.txt - added
	ANNOUNCE.txt
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/doc/ANNOUNCE.txt - added template
	for announcement message for future releases
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/tags/3.4.0a1/setup.py - bumped version
	in setup.py
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt - preparing
	CHANGES.txt for new version
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ Fixes for #99402 and #99408.
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - backport of fixes for
	99408 and 99402
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.2/ - backported fixes for
	#99408 and #99402
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/interfaces.py -
	fixed typo
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/3.2/src/zope/schema/interfaces.py - fixed typo
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/schema/interfaces.py - fixed typo
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/doc/ANNOUNCE.txt - updated
	announce template to include suggestion from martijn
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/site/tests/ Fixes
	#98535
 
Baiju M
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/site/tests/
	backported fix for #98535
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Updated zope.testing
	svn:externals revision
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/ Fixes 98256.
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt - moved changelog
	entry to feature section
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Updated log for
	the fix of #98535
 
Baiju M
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Updated
	log for the fix of #98535
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/releases/release-egg.sh - utility
	for releasing eggs
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/releases/release-egg.sh - removed
	requirement to push a key on each step
 
Christian Theune
- [Zope3-checkins] SVN: zope.formlib/tags/3.4.0a1/ Tagging 3.4.0a1
 
Christian Theune
- [Zope3-checkins] SVN: zope.formlib/tags/3.4.0a1/setup.py Updating
	version.
 
Christian Theune
- [Zope3-checkins] SVN: zope.testing/tags/3.4.0a1/ Tagging 3.4.0a1
 
Christian Theune
- [Zope3-checkins] SVN: zope.testing/tags/3.4.0a1/setup.py Updating
	version.
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/releases/release-egg.sh -
	annotated purpose and future possible extensiosn
 
Christian Theune
- [Zope3-checkins] SVN: zope.formlib/tags/3.4.0a1/src/zope/ Fixing
	external reference.
 
Christian Theune
- [Zope3-checkins] SVN: zope.testing/tags/3.4.0a1/src/zope/ Fixing
	external reference.
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/releases/eggs-to-created.txt A
	list of eggs to created for a release.
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/releases/eggs-to- Fix typo in
	filename
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/ Password managers now accept
	full Unicode characters range for passwords
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Added salt to MD5/SHA1 password
	managers
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ zope.app.server.main.debug now
	loads product_config from zope.conf.
 
Michael Howitz
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed bug #98307: PROPFIND with
	a unicode ID fails
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Fixed
	zope.app.server.tests.test_mkzopeinstance broken by my
	previous commit
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/source.txt restified test
 
Christian Zagrodnick
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/configure.zcml
	Registering SourceSequenceDisplayWidget also for sets
 
Christian Zagrodnick
- [Zope3-checkins] SVN: Zope3/trunk/test.py - switching to os._exit
	as jim advised me to avoid spurious logging errors
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/index/text/ Fix the
	reindexing in okapiindex.
 
Ignas MikalajÃ
«nas
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_itemswidget.py
	whitespace
 
Christian Zagrodnick
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ -
	added specialized source widget for frozenset
 
Christian Zagrodnick
- [Zope3-checkins] SVN: Zope3/trunk/src/ apply the new BTrees
	integer-family goodness
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/ use the new flavor of the
	BTree family interface
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/ - Made zope.app.publication use
	the component architecture to look up the
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/catalog/catalog.py
	avoid zope.app.zapi
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: move zope.index implementation to separate
	project
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: move zope.app.intid implementation to
	separate project
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: move zope.app.catalog implementation to
	separate project
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ fix externals to
	get the right repository
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ really fix
	externals this time
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ missed commit from
	yesterday: add external to the zope.index code
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/ pick up the picklability
	fixes for BTrees families
 
Fred L. Drake, Jr.
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py
	These tests aare a little odd because they use DemoStorage and use
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/ Updated to current ZODB
	revision.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/appsetup/appsetup.py
	Install activity monitor into configured databases.
 
Jim Fulton
    
      Last message date: 
       Mon Apr 30 13:47:47 EST 2007
    Archived on: Mon Apr 30 13:47:47 EST 2007
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).