November 2005 Archives by author
      
      Starting: Tue Nov  1 06:49:21 EST 2005
         Ending: Wed Nov 30 09:28:24 EST 2005
         Messages: 230
     
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/session/interfaces.py
	Correct interface docstrings
 
Stuart Bishop
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/session.py
	Correct docstring
 
Stuart Bishop
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/session/interfaces.py
	Correct docstring
 
Stuart Bishop
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Fred Drake
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Fred Drake
 - [Zope3-checkins] SVN: zope.formlib/trunk/src/zope/formlib/ avoid
	some of the JavaScript errors;
	forms that contain more than one field
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ avoid some of
	the JavaScript errors; forms that contain more than one field
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/branches/zipimport-support/ create
	branch to add support for ZIP-based packages
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/configuration/
	support loading ZCML from packages imported from ZIP files
	(including eggs)
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/branches/zipimport-support/src/zope/
	separate the resource-reference aspects of the ZIP-based
	package support from
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/configuration/DEPENDENCIES.cfg
	new dependency
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/configuration/tests/resources.txt
	remove unecessary cruft
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/resource/reference.py
	make zope.resource work when pkg_resources is not available
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/resource/
	make sure zope.resource is always tested for the case when
	pkg_resources
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/resource/
	avoid needing "import ... as" in the package __init__.py
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/resource/DEPENDENCIES.cfg
	add dependency information
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/branches/zipimport-support/src/zope/
	rename zope.resource --> zope.filereference
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/configuration/DEPENDENCIES.cfg
	update dependency information to reflect renaming
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	- extend the interface to support exists/isdir/isfile checks
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/branches/zipimport-support/src/zope/
	trial change to test under windows
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	adjust the defaults and lineend handling so that text/binary
	mode is handled
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/branches/zipimport-support/src/zope/
	document new dependencies
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	- rename IResourceReference --> IFileReference
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/app/publisher/browser/fileresource.py
	add missing whitespace
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/pagetemplate/pagetemplatefile.py
	use the filereference APIs for more operations
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/reference.py
	hopefully fix the last Windows test failure on this branch,
	at least until
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	when creating a reference from a reference object,
	just return the original
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/app/testing/functional.py
	fix class reference
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/app/publisher/browser/
	demonstrate a view and template loaded directly from a ZIP archive, 
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	add a convenience function to create a locale package reference
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/app/publisher/browser/viewmeta.py
	remove unused imports
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	fix extraction of date/time information from ZIP archives
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/app/publisher/
	make file resources available from ZIP archives
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/app/onlinehelp/
	add support for online help from zipped packages
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/tags/formlib-for-zope-3.1.0/ tag the
	latest formlib that works with Zope 3.1.x
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/tags/formlib-for-zope-3.1.0/ remove
	broken tag
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/tags/zope-with-formlib-for-zope-3.1.0/
	try again for a decent way to get a Zope 3.1 compatible formlib
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: Zope3/branches/zipimport-support/src/zope/filereference/
	- add packageReference() to IFileReferenceAPI
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/ fix
	recurring typo: occured --> occurred
 
Fred L. Drake, Jr.
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/ fix recurring typo:
	occured --> occurred
 
Fred L. Drake, Jr.
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner
	Changed -vp to be compatible to old test runner.
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner.py
	Made the test runner less susceptible to Python 2.3 partial
	import of
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner
	Changed the --module option to match against dotted module names
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner
	Fixed bugs in handling positional arguments.
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner
	Improved the way lines are erased when --progress option is used.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/test.py Exclude external packages
	from tests.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/ Fixed bug 396
	in multi-adapter lookup:
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added additional
	configuration to account for multi-adapter fix.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added entry for
	396 bug fix.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/ Added "test" message catalog for
	testing i18n. If you specify
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added missing
	change log.
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/widget_macros.pt
	Provide a nonexistent domain for the template to avoid having
	zpt put
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/ Stop
	translating labels and hints in the label and hint properties.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/t Added logic to
	ignore message domains for fallback domains.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/testmessagecatalog.
	Added support for use in fallback domains.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/ Added logic to use
	fallback domains when a message id lacks a domain
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/s Provide an empty fallback
	domain. This should normally be turned on
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Changed the strategy
	for handling fallback domains. We want fallback
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/tests.py Added a
	test for yesterday's formlib i18n fix.
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_i18n.py
	Changed to pass a sequence of suites to unittest.TestSuite, rather
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ Fixed an i18n
	bug in the subform template.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/ Fixed bug 402,
	http://www.zope.org/Collectors/Zope3-dev/402
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/ Fixed bug 405,
	http://www.zope.org/Collectors/Zope3-dev/405
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/testing/functional.py
	Fixed typos in defineLayer.
 
Jim Fulton
 - [Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/ Cleaned
	up profiling test:
 
Jim Fulton
 - [Zope3-checkins] SVN: zope.testing/branches/doctest-encoding/ Dev
	branch for integrating doctest encoding of text files
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: zope.testing/branches/doctest-encoding/src/zope/testing/doctest.py
	Merged encoding api patch from Python svn.
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: zope.testing/branches/doctest-encoding/src/zope/testing/doctest.py
	Merged revision 41452 from Python svn:
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/zapi/tests.py Turn
	off deprecation warnings when testing the zapi interface, since
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/deprecation/deprecation.py
	Refactored to eliminate dependency on zope.proxy. This was an
 
Jim Fulton
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/deprecation/DEPENDENCIES.cfg
	Noted dependency on zope.testing
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/branches/jim-i18n-dev/ Development
	branch for new zope.i18n features
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/branches/jim-i18n-dev/src/zope/i18n/
	Added an API for collating text and a fallback implementation.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/test.py Added missing sys.exit
	call to "return" the result.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	Backed out revision 40363,
	which provided a new test that doesn't pass.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	Add some docs for using underlying mechanize functionality to	do
	introspection.
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/ Fixed bug in handling multiple
	bases that led to adapter-registry
 
Jim Fulton
 - [Zope3-checkins] SVN: Zope3/trunk/ IObjectCopiedEvent now also
	carries the original from which the
 
Florent Guillaume
 - [Zope3-checkins] SVN: Zope3/trunk/ For containers,
	IObjectModifiedEvent has been specialized as
 
Florent Guillaume
 - [Zope3-checkins] SVN: Zope3/trunk/
	zope.tales.expressions.simpleTraverse would raise NameError if the
 
Stefan H. Holek
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/expressions.py
	Typo.
 
Stefan H. Holek
 - [Zope3-checkins] SVN: Zope3/trunk/ Fixed bug 451,
	http://www.zope.org/Collectors/Zope3-dev/451.
	Invoke widget factories adequately. Deprecate
	CustomSequenceWidgetFactory because it does not satisfy
	IViewFactory.
 
Dominik Huber
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/authentication/principalfolder.py
	Added BBB for older instances
 
Roger Ineichen
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/menus.zcml Added
	missing i18n_domain for menu title
 
Roger Ineichen
 - [Zope3-checkins] SVN:
	Zope3/trunk/src/zope/app/authentication/principalfolder.py
	Added BBB for older instances
 
Roger Ineichen
 - [Zope3-checkins] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2
	Jim suggest this new naming schema for new branches
 
Andreas Jung
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/browser/ 
 
Jürgen Kartnaller
 - [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Reflect changes
	made to site management in changes.txt
 
Jürgen Kartnaller
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/form.py fixed a
	bug releated to I18N on "add" and "apply" button.
 
Ryosuke Komatsu
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 30
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 31
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 32
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 33
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 34
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 35
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 36
 
Torsten Kurbad
 - [Zope3-checkins] Re: Zope3-Checkins Digest, Vol 28, Issue 37
 
Torsten Kurbad
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/locales/de/LC_MESSAGES/zope.po
	sanitized some over-zealous translations
 
Thomas Lotze
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/form.py
	simplifying loops
 
Thomas Lotze
 - [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/browser/configure.zcml
	Added browser:containerViews directive for IWikiPage (needed
	for adding comments) and adjusted permissions for adding comments
 
Helmut Merz
 - [Zope3-checkins] SVN: Zope3/trunk/src/ Move to ZODB 3.6.0b3.
 
Tim Peters
 - [Zope3-checkins] SVN: Zope3/trunk/src/ This is an intermediate
	checkin,
	to get the testbrowser code closer to our desired end-state.
 
Gary Poster
 - [Zope3-checkins] SVN: Zope3/trunk/src/ Fix the mechanize and
	ClientCookie bugs. external tests pass and patch has been
	sent to maintainer. Eliminates libssl dependency.
 
Gary Poster
 - [Zope3-checkins] SVN: Zope3/trunk/src/mechanize/_mechanize.py Fix
	another mechanize problem identified by Stephan. test added
	to mechanize code and patch sent to maintainer.
 
Gary Poster
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Gary Poster
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Gary Poster
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Gary Poster
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Gary Poster
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Gary Poster
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Gary Poster
 - [Zope3-checkins] SVN: Zope3/trunk/src/ Move the stand-alone modules
	into testbrowser,
	leaving the dependency packages out in src still. This requires the
	least work, should still support the current zpkg capabilities,
	and does not require a patch
 
Gary Poster
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/ - Hook
	security up
 
Gary Poster
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ Fix
	edge-case bug in finding labels and add test.
 
Gary Poster
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Make
	end/restore interaction a bit more careful. Expand tests to
	cover restore generally and this case specifically.
 
Gary Poster
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/boston/browser/boston.js
	Changed EOL Style to native.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Improved static
	apidoc a lot; all images load now, some ReST fixes and
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/tal The
	TALInterpreter methods called the engine's translate function
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Whitespace
	cleanup and POT update.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Improved static apidoc
	a lot; all images load now, some ReST fixes and
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Merged in latest
	POT file and updated German translations.
 
Stephan Richter
 - [Zope3-checkins] SVN:
	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Stephan Richter
 - [Zope3-checkins] SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml Allowed annotations on the BrowserRequest
 
Stephan Richter
 - [Zope3-checkins] SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml Allowed annotations on the BrowserRequest
 
Stephan Richter
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml Allowed annotations on the BrowserRequest
 
Stephan Richter
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml Allowed annotations on the BrowserRequest
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/ Add DEPENDENCIES.cfg for
	zope.testbrowser and tell zpkgtools where to find them.
 
Stephan Richter
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add	DEPENDENCIES.cfg for	zope.testbrowser and tell zpkgtools where to find them.
 
Stephan Richter
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Stephan Richter
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Stephan Richter
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/ Add
	DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where
	to find them.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/component/metaconfigure.py
	Let's not have a circular reference here, 
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/browser/
	Fixed apidoc preferences. This reminds me that I need to
	write some tests
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/releases/Zope.map Make
	Testbrowser build work.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/ Help Benji out some more getting
	a working testbrowser release.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/releases/ZopeTestbrowser-test.py
	Started test script for testbrowser;
	it does not work yet, but it is a
 
Stephan Richter
 - [Zope3-dev] New database generation for Zope 3.2 (Was:
	[Zope3-checkins] Added BBB for older instances)
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/ Switched to ZODB 3.6 branch
	until we make the Zope 3.2 branch. Also, 
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/ Sorry,
	I accidently made the externals writable.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/ Fix
	subscriber directive for multiple for's and permission being
 
Stephan Richter
 - [Zope3-checkins] SVN:
	Zope3/branches/zipimport-support/src/zope/configuration/DEPENDENCIES.cfg
	new dependency
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/ Now
	subscription registrations are documented as well.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/apidoc/ifacemodule/configure.zcml
	Remove outdated comment.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/adapter.py
	Whitespace fixups.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/presentation.
	Fixed a bug in getViews(),
	where a required interface value of `None`
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/component.
	Improved getRealFactory()'s capabilities to remove all
	wrappers until the
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/ Fix issue
	439.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py
	Fixed issue 442.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/publisher/browser/menu.
	When a view cannot be found, it raises a `TraversalError`; since
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/tags/srichter-before-wizard-removal/
	Tag the trunk before my wizard removal work.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Fixed issue 449 by
	removing the wizard code. It was broken, not maintained
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/pluggableauth/interfaces.py
	Fix BBB bug, reported in issue 456.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/branches/Zope-3.1/src/zope/app/pluggableauth/interfaces.py
	Backport rev. 40175.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/branches/Zope-3.1/src/zope/app/workflow/
	Apply patch provided by issue 457. It really seems to fix the
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/workflow/
	Forward-port the patches of issue 457.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Fix issue 467.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/app/ Fixed
	issue 467.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/xmlrpc/
	Addressed issue 469 by requiring the permission attribute.
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/branches/Zope-3.1/src/zope/app/publisher/xmlrpc/
	Addressed issue 469 by requiring the permission attribute.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/ Make sure
	that the implementedBy(interface, obj) call always succeeds. An
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/interface/
	Make sure that the implementedBy(interface,
	obj) call always succeeds.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/browser/
	Addressed issue 475 by reactivating the tests and updating
	them to the new
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/branches/Zope-3.1/src/zope/app/component/browser/
	Backported revision 40070 and 40187,
	both of which dealt with providing
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/server/trigger.py Merged
	the latest trigger.py from ZEO.zrpc. This is okay, since we are
 
Stephan Richter
 - [Zope3-checkins] 
	SVN: Zope3/branches/Zope-3.1/src/zope/server/trigger.py
	Copied the trigger.py from ZEO.zrpc in response to issue 432.
 
Stephan Richter
 - [Zope3-checkins] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2 Jim
	suggest this new naming schema for new branches
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/z3.py Make sure that the current
	dir is not in the path.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/browser.py
	Move two imports up to the top, so they are more visible.
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/ Fixed bug in handling multiple
	bases that led to adapter-registry
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ rework
	some of zope.testbrowser's attribute names to match style guide; this
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ rework
	some of zope.testbrowser's attribute names to match style guide; this
 
Stephan Richter
 - [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Replaced
	deprecated 'whrandom' with 'random' in zope.security.examples
 
Tres Seaver
 - [Zope3-checkins] SVN: Zope3/trunk/ Add DEPENDENCIES.cfg for
	zope.testbrowser and tell zpkgtools where to find them.
 
Brian Sutherland
 - [Zope3-checkins] SVN: Zope3/trunk/releases/Zope.map oops.
 
Brian Sutherland
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/container/constraints.py whitespace
 
Brian Sutherland
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner-arguments.txt
	Typo
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN:
	Zope3/trunk/src/zope/app/authentication/principalfolder.py
	Added BBB for older instances
 
Dmitry Vasiliev
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Dmitry Vasiliev
 - [Zope3-checkins]
	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue #455: tal:content=""
	does not get translated by i18n:translate=""
 
Dmitry Vasiliev
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Dmitry Vasiliev
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Fixed the evolver
	and added note about the new database generation
 
Dmitry Vasiliev
 - New database generation for Zope 3.2 (Was: [Zope3-checkins] Added
	BBB for older instances)
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN:
	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Dmitry Vasiliev
 - [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/
	Add	DEPENDENCIES.cfg
	for	zope.testbrowser and tell zpkgtools where to find them.
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Removed
	HTTPRequest.__anotations__
 
Dmitry Vasiliev
 - New database generation for Zope 3.2 (Was: [Zope3-checkins] Added
	BBB for older instances)
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/ Set UTF-8 as default encoding
	for OnlineHelp sources
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/ Old-style container
	constraints changed to contains/containers functions
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/expressions.py
	Removed string exception
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/ WkikMailer now sends
	mail encoded in UTF-8
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/ WkikMailer now sends
	mail encoded in UTF-8
 
Dmitry Vasiliev
 - [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/ Removed hardcoded
	"utf-8" and added more tests
 
Dmitry Vasiliev
 - [Zope3-checkins] Re: SVN: Zope3/trunk/src/zwiki/ WkikMailer now
	sends mail encoded in UTF-8
 
Dmitry Vasiliev
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/testing/functional.py
	be less agressive about wanting to find 'ftesting.zcml'.
 
Philipp von Weitershausen
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/f Fix a bug
	introduced by r39990: While the templates were indeed
 
Philipp von Weitershausen
 - [Zope3-checkins] Re: SVN: Zope3/trunk/src/zwiki/ WkikMailer now
 sends mail encoded in UTF-8
 
Philipp von Weitershausen
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	add some useful documentation for File Controls.
 
Chris Withers
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	Make some doctests a bit more doc that test ; -)
 
Chris Withers
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	Add some docs for using underlying mechanize functionality to
	do introspection.
 
Chris Withers
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/testbrowser/ftests/ftesting.zcml
	whitespace fixes
 
Benji York
 - [Zope3-checkins]
	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Benji York
 - [Zope3-checkins]	SVN:	Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
	Allowed annotations on the BrowserRequest
 
Benji York
 - [Zope3-checkins]
	SVN:	Zope3/trunk/src/zope/app/authentication/principalfolder.py
	Added BBB for older instances
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/releases/ZopeTestbrowser Add
	packaging metadata for zope.testbrowser
 
Benji York
 - [Zope3-dev] New database generation for Zope 3.2 (Was:
	[Zope3-checkins] Added BBB for older instances)
 
Benji York
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/testbrowser/interfaces.py whitespace fixes
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ make
	zope.testbrowser's dependency on zope.schema optional (vastly
	simplifies
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/testing.py
	delay import to facilitate stand-alone zope.testbrowser distribution
 
Benji York
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/testbrowser/interfaces.py fix typo
 
Benji York
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/testbrowser/interfaces.py
	make my fake zope.schema work
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/ fix a bug in
	zope.testbrowser: it was being inconsistent between the handling
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/releases/ZopeTestbrowser.cfg
	don't want to include zope.interface with zope.testbrowser
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ make
	zope.testbrowser dependency on zope.schema optional
 
Benji York
 - [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/testbrowser/dummymodules.py
	add file missing from last zope.testbrowser commit
 
Benji York
 - [Zope3-checkins] 
	SVN: Zope3/trunk/releases/ZopeTestbrowser/README.txt
	spiff up zope.testbrowser distutils README.txt
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ - reorder
	interfaces.py to be more reader friendly
 
Benji York
 - [Zope3-checkins] 
	SVN: Zope3/trunk/releases/ZopeTestbrowser/PUBLICATION.cfg
	update zope.testbrowser release info
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	minor tweak to zope.testbrowser README
 
Benji York
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner-debugging.txt
	removed apparently outdated prose
 
Benji York
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/doctest.py
	fix un-raw regex string
 
Benji York
 - [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner.py
	whitespace fixes
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	Add some docs for using underlying mechanize functionality to	do
	introspection.
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	add reference to collector issue for file control feature
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
	fix capitalization
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ resolve
	issue 495:
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ rework some
	of zope.testbrowser's attribute names to match style guide; this
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ rework
	some of zope.testbrowser's attribute names to match style guide; this
 
Benji York
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/xmlrpc.py
	fixed bug #484, that would brake XML-RPC
 
Tarek Ziadé
 - [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/xmlrpcintrospection/
	fixing API name (listAllMethods -> listMethods)
 
Tarek Ziadé
    
 
    
      Last message date: 
       Wed Nov 30 09:28:24 EST 2005
    Archived on: Wed Nov 30 09:29:32 EST 2005
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).