March 2006 Archives by thread
      
      Starting: Wed Mar  1 00:09:00 EST 2006
         Ending: Fri Mar 31 12:17:08 EST 2006
         Messages: 128
     
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/bugtracker/tests/test_
	Updated to not use deprecated imports.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/
	Updated to reflect new regesistration objects.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/component/components.py
	Added missing repr and some backward compatibility attributes.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/xmlrpcintrospection/xmlrpcintrospection.py
	Updated to reflect newer public registration interfaces.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/ Get rid
	of imports of zope.component.site. Registration objects now live in
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/component/__init__.py
	"Pull a string" :) IOW, remove some 3.3 BBB
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/interface/__init__.py
	Make noLongerProvides available from zope.interface
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/
	zope.component.exceptions is deprecated (though it doesn't
	generate a warning).
 
Philipp von Weitershausen
- [Zope3-checkins] SVN:
	Zope3/branches/jim-adapter/src/zope/component/globalregistry.py
	Fixed the backward-compatible subscription registration.
 
Stephan Richter
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/component/globalregistry.py
	get rid of confusing and no longer accurate comment.
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/security/SecurityTarget.tex -
	typos
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/config.py
	misspelt
 
Shane Hathaway
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 560: Bug in default
	AddView class
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.2/ Merged revision 65720
	from the trunk:
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: zope.testing/trunk/ Added develop.py and
	supporting external declaration;
	updated setup.[py|cfg] to support project workspace checkout.
 
Nathan Yergler
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/apidoc/presentation.
	Make getViews() support lookup up view registrations from
	local component
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/apidoc/presentation.
	Revert r65753. It broke other tests and I don't think I'm
	gonna need this anyways.
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/app/form/browser/
	Fixed a bug where rendering a SequenceWidget raised a
	WidgetError if any
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/
	Bugfix: sequcence input widget raises a WidgetError on
	display if any of the
 
Albertas Agejevas
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/sequencewidget.py
	Refactored some code in the sequence widget to be terser and
	cleaner.
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Fixed
	a bug: now the SequenceWidget displays errors on the
	subwidgets if they
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Moved
	HTML generation of SequenceWidgets from Python to a page template.
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Updated the
	changelog after the SequenceWidget fixes.
 
Albertas Agejevas
- [Zope3-checkins] Re: [Zope-CVS] SVN: zope.timestamp/ Import
	zope.timestamp egg module
 
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Reverted revisions 65782 and
	65783, they broke the functional tests.
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/ Re-committing revisions 65782
	and 65783 reverted in 65826, after fixing a
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/PACKAGE.cfg Remove
	zope.app.adapter from zpkg config,
	it was deleted in 41475 and is now breaking the tarball build by not
	being there.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/PACKAGE.cfg
	zope.app.publisher needs zope.app.layers.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/PACKAGE.cfg
	zope.app.publisher needs zope.app.skins.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/DEPENDENCIES.cfg
	zope.app.exception,
	which is mentioned in PACKAGE.cfg of zope.app imports zope.formlib.
	This was picked up by the SchoolTool nightly tarball build.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/releases/Zope.map Add a reference
	to optionstorage,
	SchoolTool needs it to build its tarballs. It seemed to make more
	sense to reference it here.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/browser/ Images
	now use the filename of the data field if no name in the add
	form is specified like in the File implementation
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/metadirectives.py
	fixed typo in docstring
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Reverted move of
	zope.interface, zope.deprecation, and
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/file/browser/image.py
	removed unused imports
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/ Moved (duplicate) zopectl
	support out of server packages
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/ renamed
	zope.component.components to zope.component.registry
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/deferredimport/
	Added a new convenience function, deprecatedFrom,
	for depecating many
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/
	Redeprecated a number of things that didn't generate warnings
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/
	Redeprecated some things that weren't properly deprecated before and
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/ Fixed
	some tests for which the error output changed by replacing
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ updated to Docutils 0.4.0
 
Andreas Jung
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/renderer/rest.py
	DIVs no longer contain an 'id' attribute
 
Andreas Jung
- [Zope3-checkins] SVN: zope.testing/trunk/ Ignore derived
	directories.
 
Tres Seaver
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/pagetemplate/tests/test_basictemplate.py
	add two tests for the interaction of on-error handlers and
	macros; one
 
Fred L. Drake, Jr.
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/generations/browser/managerdetails.py
	always passing unicode strings to the rest renderer
 
Andreas Jung
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/talinterpreter.py -
	avoid excess string splitting
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ enable
	previously-failing test, adding in a fix for the problem:
 
Fred L. Drake, Jr.
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/contentprovider/README.txt
	Corrected 3 small typos.
 
Florian Lindner
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/ Got rid
	of some backward-compatibility support. While I do need to
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/
	Get rid of remaining <vocabulary /> directives in zope.app
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/bugtracker/
	Get rid of <vocabulary /> directives in bugtracker;
	this should be all in
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/demo/insensitivefolder/configure.zcml
	Make functional tests pass by allowing the factory to be used
	from views.
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/component/tests/test_directives.py
	ignore BBB warnings during unittests
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/schema/meta.zcml
	Add BBB marker
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/schema/tests/
	Don't show BBB warnings during unittests.
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/component/meta.zcml
	BBB marker
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/renderer/meta
	deprecate renderer:renderer directive. It's not even used in
	the Zope 3 source
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/
	get rid of untested and broken browser:addview directive.
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.2/ Collector #568: Need
	semi-colon, not colon, to terminate CSS clause.
 
Tres Seaver
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/basicskin/zmi_stylesheet.css
	Collector #568: Need semi-colon, not colon, to terminate CSS clause.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/philikon-reduce-zcml/src/z
	Deprecate the modulealias directive and replace its usage by
	a simple
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/
	Remove a usage of ContentDirective that's slated for removal
	in 3.3 anyways
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/component/
	Deprecate the 'content' alias for the 'class' directive. Man,
	that's a lot of
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/publisher/browser/menumeta.py
	ContentDirective is deprecated
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/browser.py
	HTTP status codes in the 200s aren't errors and shouldn't
	generate exceptions
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.2/src/zope/testbrowser/browser.py
	backport testbrowser bug fix (from revision 66048)
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/formlib/ -
	registering translations added
 
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ from branch 3.2
	rev. 66050
 
Egon Frerich
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/renderer/rest.py
	typo (made ftests fail)
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/philikon-reduce-zcml/src/
	<content> -> <class>
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/
	Deprecated much of the existing registration framework. I still
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/to-do.txt Started
	a to-do list of details I'm likely to forget. I should
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/releases/Zope.map added twisted
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/app/component/tests/test_
	<content> -> <class>
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Convenience factory to register
	annotations. Also modified tests a bit
 
Martijn Faassen
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/annotation/_factory.py
	Add this in to make life easier on apidoc.
 
Martijn Faassen
- [Zope3-checkins] 
	SVN: Zope3/branches/philikon-reduce-zcml/src/zope/modulealias/README.txt
	add deprecation note
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/to-do.txt Bogus
	checkin to test new checkins list.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/dut.py use list, not tuple,
	so that forgetting the comma won't lead to weird
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/ Merge philikon-reduce-zcml
	branch: Implementation of
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt updated changes
	after deprecating some ZCML directives
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt forgot to mention
	'content' alias
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/philikon-reduce-zcml/ Get rid
	of merged branch
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/presentation/
	Tossing this. We've never released it and it doesn't work.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/adapter/
	Removed. The deprecation period is over.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/ Got
	local site managers working using the new registry machinery.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/interface/interfaces.py
	Add interface documentation for
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/interface/interfaces.py
	typo
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/component/back35.py
	Add missing @ for the decorator.
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: zope.testing/trunk/setup.cfg Make setup.cfg a
	template.
 
Tres Seaver
- [Zope3-checkins] SVN: zope.testing/trunk/ Adjust ignores.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ Fixed
	representation for Record objects to be compatible with Zope 2
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/servicenames.py
	Deprecated module
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/component/tests/test_registration.py
	Moved tests of old registration machinery to level 2 so that they
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/ Removed
	zope.component.interfaces.ISiteManager references.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 573:
	@form.action(failure='name_of_method') didn't work.
 
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/3.2/ Fixed issue 573:
	@form.action(failure='name_of_method') didn't work.
 
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Ensure Retry exceptions
	are propogated to the publisher by
 
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/browser.py
	make zope.testbrowser's timing use wall time on linux,
	it was (insanely) using
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/browser.py
	add missing import (and sort imports)
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.2/src/zope/testbrowser/browser.py
	backport bug fix for testbrowser timing code (revision 66155)
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/ update to latest
	revision of ZODB 3.6 for upcoming release
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt prepare
	for release
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/tags/Zope-3.2.1/ Tag release
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: zdaemon/trunk/ Add some release management
	artifacts.
 
Tres Seaver
- [Zope3-checkins] SVN: zdaemon/branches/tseaver-eggification/ Make
	zdaemon distributable as an egg.
 
Tres Seaver
- [Zope3-checkins] 
	SVN: zdaemon/branches/tseaver-eggification/CHANGES.txt Changelog.
 
Tres Seaver
- [Zope3-checkins] SVN: zdaemon/branches/tseaver-eggification/ Adjust
	svn:ignore for new world order.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ Fixed a bug
	where field prefix, if set, clobbered the form prefix in
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Updated the
	changelog about the bugfix in rev 66255.
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/formlib/ Applied
	the bugfix from trunk rev 66255: fixed a bug in form prefix handling
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt Updated
	the changelog with a bugfix committed in rev 66257.
 
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt Put recent
	change after Zope 3.2.1; and apparently I can't spell Zoep
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/deprecation/
	Provide an easy way of deprecating whole modules. It is now
	possible to say::
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/renormalizing.py
	a test used the wrong variable to show that it worked.
 
Bjorn Tillenius
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/appsetup/bootstrap.py
	The ensureObject, ensureUtility,
	addConfigureUtility and addUtility now
 
Florian Lindner
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/appsetup/tests.py
	Fix the tests that print deprecation warnings (caused by my
	previous checkin revision 66281).
 
Florian Lindner
    
      Last message date: 
       Fri Mar 31 12:17:08 EST 2006
    Archived on: Fri Mar 31 12:17:08 EST 2006
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).