August 2006 Archives by date
      
      Starting: Tue Aug  1 12:05:26 EST 2006
         Ending: Thu Aug 31 17:16:48 EST 2006
         Messages: 169
     
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/testing/functional.py
	Cookie paths are always set with the lowercase "path";
	this code never works otherwise
 
Martijn Pieters
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/testing/functional.py Darn,
	this code was more borked than I thought. Second guess the logic and
	test for a path on the response cookie. This makes the
	functional tests pass again.
 
Martijn Pieters
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/__resources__/commands.js
	a slightly better way of getting page contents,
	still far from perfect
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/__resources__/commands.js
	slightly less insane way of doing the same thing,
	still not happy with it
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ Merged
	revision 69306 from the 3.3 branch:
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Provide a testcase for the
	CookieHandler class;
	improve the httpCookie method to only print the values, not the
	Set-Cookie parameters
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ftests.py
	Revert accidental checkin of non-complete functional test
	changes. A miracle this didn't break..
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ftests.py
	Decent functional test for the sessions-and-virtualhosts
	event integration
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/http.py
	Remove unused import
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Backport the
	session-cookie-path-with-virtual-host changes from the trunk
	(issue 679) including functional test fixes for handling cookies
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ftests.py
	Fix the functional to only access the session on traversing
	the root folder;
	later session access defeats the purpose of the tests. The old
	version wouldn't fail if the new event code is disabled.
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Test and fix
	for http://www.zope.org/Collectors/Zope3-dev/674
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/component/ Merge
	trunk rev 69342:
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Try a change
	to see if it fixes either of the brokem buildbots
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/tests.py Try
	to get Windows to be happy with this test.
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/component/ merge
	69347 and 69348 from trunk. Fixes test problems in buildbot.
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/branches/3.3/zopeskel/etc/zope.conf.in
	Documentation fix for issue #383.
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/zope.conf.in
	Documentation fix for issue #383.
 
Florent Xicluna
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/modulealias/metaconfigure.py
	Fix typo
 
Florent Xicluna
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/modulealias/metaconfigure.py Fix typo
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/ Write BBB
	docstrings for deprecated directives.
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Write BBB docstrings
	for deprecated directives.
 
Florent Xicluna
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/zopeskel/bin/i18nextract.in
	Fix path problem on Windows
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/bin/i18nextract.in Fix
	path problem on Windows
 
Florent Xicluna
- [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner
	Windows drive names may appear in any case,
	that messed up TestIgnore.names.
 
Adam Groszer
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/proxy/ add a
	setProxiedObject() function, to change the object a proxy refers to
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/mechanize/_util.py work
	around mechanize/urllib2 bug
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/mechanize/_util.py
	apply revision 69378 to 3.3 branch
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/ctheune-issue-574/src/zope/app/session/configure.zcml
	- Removed conflicting security declaration for the traversal
	adapter that
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/ Fix
	collector #683: Globally installed "zope" package breaks
	mkzopeinstance
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Merge from trunk:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fix issue 540:
	documentation buglet in zope.app.demo
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/demo/hellopackage/README.txt
	Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Merge from 3.2 branch (I
	had almost forgotten about it):
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ Merge from 3.2
	branch (I had almost forgotten about it):
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fix issue 537: zope.conf
	advertises RecordingHTTP server which
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/zope.conf.in Merge
	from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt typo repair
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/sendmail/ When I
	converted vocabulary ZCML directives to utility ZCML directives
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt 
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/sendmail/ Merge from 3.3
	branch:
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/component/browser/registration.pt
	Improve usability of registration UI a little bit.
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/component/browser/registration.pt
	Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/component/browser/registration.txt
	Adjust browser test after improving the registration API
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/component/browser/registration.txt
	Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/testing.py
	whitespace fixes
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/releases/Zope/ Undo r68020
	when the tarball's test.py script was removed. Also made it
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/releases/Zope/ Merge from 3.3
	branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/ Fix more cases
	of zope.__file__. In case of zope.app.locales.extract we don't
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/dublincore/ Dublin Core
	property to use Dublin Core meta data as simple properties.
 
Jürgen Kartnaller
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ - Fix for
	issue 682: Quoting realm in WWW-Authenticate header properly
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ - ported fix for
	issue 682 from 3.3 branch
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/
	checkpoint
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/
	upgrade to BeautifulSoup 3 and change tests accordingly
	(unicode everywhere)
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt - updated
	changes.txt to include my last fix
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/dublincore/test Test
	setup for dublin core.
 
Jürgen Kartnaller
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt updated
	changes.txt to include changes in zope.dublincore
 
Jürgen Kartnaller
- [Zope3-checkins] 
	SVN: Zope3/branches/ctheune-issue-574/src/zope/app/pagetemplate/tests/test_engine.py
	removed usage of ztapi from my patch
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ - ported fix for
	issue 574 from 3.3 branch
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/zopeskel/bin/zopeservice.py.in
	Fix a windows error: missing quotes.
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/bin/zopeservice.py.in
	Fix a windows error: missing quotes.
 
Florent Xicluna
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/generations/browser/managerdetails.pt
	fixed typo
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Fixed issue 574:
	security exposure of TALES namespaces
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt update
	/doc/CHANGES.txt for issue #383
 
Florent Xicluna
- [Zope3-checkins] Re: [Checkins] SVN:
 Zope3/branches/3.3/doc/CHANGES.txt update	/doc/CHANGES.txt
 for issue #383
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt fix typo
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/
	'tal_strings' being called with 'include_default_domain=True'
	raised an KeyError because no default catalog existed.
 
Jodok Batlogg
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fix issue 383.
 
Florent Xicluna
- [Zope3-checkins] SVN: Zope3/trunk/ Fix issue 383.
 
Florent Xicluna
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/real.
	- make .contents pretty (because the browser messes it up)
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 507:
	default configuration exposes template code and paths
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ - ported fix for issue 507 from
	3.3 branch
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/
	- implement .addHeaders
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/ Updated to use latest
	ZODB 3.7 branch.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/ Use the most recent ZODB
	trunk.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/
	refactor to get ready to share some code with "real"
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/
	more major refactoring, zope.testbrowser tests pass (at least)
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/
	more tests pass (about 3/4)
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/configuration/stxdocs.py
	Syntax error (missing ending bracket) fixed.
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/stxdocs.py
	Merge from 3.3 branch:
 
Baiju M
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/onlinehelp/help/welcome.stx
	Due to #507 fix, developer-mode should be on to view ++apidoc++.
 
Baiju M
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/onlinehelp/help/welcome.stx
	typo fix, s/developer-mode/devmode
 
Baiju M
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/onlinehelp/help/welcome.stx
	Merge from 3.3 branch:
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/ - Fixed issue 680,
	html files in a resource directory was interpreted
 
Lennart Regebro
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Fixed issue 680,
	html files in a resource directory was interpreted
 
Lennart Regebro
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/testbrowser/
	After the fix of 680,
	the testbrowsers usage of *.html for ZPT files failed.
 
Lennart Regebro
- [Zope3-checkins] 
 Re: [Checkins] SVN: Zope3/trunk/ - Fixed issue 680, html files in
 a resource directory was interpreted
 
Benji York
- [Zope3-checkins] Re: [Checkins] SVN:
 Zope3/branches/3.3/src/zope/testbrowser/ After
 the	fix of 680, the testbrowsers usage of *.html for ZPT files failed.
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ Fixed the
	testbrowser tests after the #680 bugfix.
 
Lennart Regebro
- [Zope3-checkins] 
	Re: [Checkins] SVN: Zope3/trunk/ - Fixed issue 680,
	html files in a resource directory was interpreted
 
Lennart Regebro
- [Zope3-checkins] 
 Re: [Checkins] SVN: Zope3/trunk/ - Fixed issue 680, html files in
 a resource directory was interpreted
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/ Address
	collector #583: Be crystal clear about the type of names in
	traversal
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Added more elegant
	solution to inform developers (and other people *sigh*)
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ - ported last fix for #507 from
	3.3 branch
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 551: Sequence
	widget ignored default values.
 
Lennart Regebro
- [Zope3-checkins] SVN: Zope3/trunk/ Fix for #551
 
Lennart Regebro
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ input
	widgets for IBool fields should avoid calling themselves required
 
Fred L. Drake, Jr.
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/boolwidgets.py
	don't be silly, simplify!
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Added two new verbs for
	zcml:condition, 'not-have' and
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/configuration/xmlconfig.py
	Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/ fixed handling
	of unknown data,
	got an UnboundLocalError: local variable 'w' referenced before
	assignment
 
Bernd Dorn
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ - Fixed a bug
	on unregistering handlers. When multiple handlers for one
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Fixed a bug on
	unregistering handlers. When multiple handlers for one
 
Christian Theune
- [Zope3-checkins] 
	Re: [Checkins] SVN: Zope3/trunk/ - Fixed issue 680,
	html files in a resource directory was interpreted
 
Fred Drake
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Back out r69591 and
	r69592 (the fix for issue 680) since it broke
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fix issue 534: make
	interface more in line with implementation.
 
Martijn Faassen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Back out r69590 and
	r69594 (the fix for issue 680) since it broke
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Note my
	small involvement with the release.
 
Martijn Faassen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Refactor the way we check
	for no developer mode: use the new
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/apidoc/configure.zcml
	cosmetics: common indention in zcml
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Fix for issue 534: use Tuple
	instead of List for dublin core attributes to
 
Martijn Faassen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Allow the fucntional
	nodevmode testing layer to be used from instances
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Record
	some changes and give people credit for 3.3.0b2
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt beta2 will
	be released today
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Give me
	some credits too.
 
Florian Lindner
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/pageform.pt
	Remove javascript from pre-zope.formlib times referring to a
	non-existing function
 
Martijn Pieters
- [Zope3-checkins] 
	Re: [Checkins] SVN: Zope3/trunk/ - Fixed issue 680,
	html files in a resource directory was interpreted
 
Lennart Regebro
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Merge formlib javascript
	fix from trunk
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.3/zopeskel/bin/test.in Added
	code to work around logging bugs.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/component/interfaces.py
	Fix IComponentRegistry's documentation on handlers and subscription
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/interfaces.py
	Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/zopeskel/bin/test.in dded
	missing logging import.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/releases/Zope-test.py
	Improved the output and error handling a bit.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Added work around for
	logging package exit problems.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/3.3.0b2/ release tag
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/3.3.0b2/src/ Use internal ZODB 3.7
	release.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/3.3.0b2/src/zope/app/version.txt
	Include release meta data.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/3.3.0b2/releases/Zope-test.py
	Added a version option. Now this script can be used to create and
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/releases/Zope-test.py
	Added a version option. Now this script can be used to create and
 
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/branches/Zope-3.3/ Created a
	branch for bug fixes needed by Zope 3.3
 
Jim Fulton
- [Zope3-checkins] 
	SVN: zope.testing/branches/Zope-3.3/src/zope/testing/testrunner
	Ported to windows bug fixes from trunk. Both were related to
	the fact
 
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/tags/Zope-3.3.0b2/ internal
	release for Zope 3.3.0b3
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/3.3.0b2/src/zope/ Use tagged
	version of zope.testing
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/
	make the controlFactory use a configurable set of classes
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/
	checkpoint control that can set value in real browser
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/
	change the way controls are selected in the browser
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/__resources__/commands.js
	clean up code a bit
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/forms.py
	make the control's __repr__ produce consistent results
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-3/
	create a branch to see if Selenium-Core can help with some of
	the tricky bits
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/rwproperty.py
	add missing file
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-3/src/zope/testbrowser/real/
	checkpoint work-in-progress
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Made zope.testbrowser
	report the selection state of ItemControls on
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ - Made
	zope.testbrowser report the selection state of ItemControls on
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/pytz/ Update pytz to 2006j
 
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/pytz/ Merge
	69730:69731 from trunk (Update pytz to 2006j)
 
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ Fixed a
	critical issue in the formlib. Adaptation of the context to the
 
Stephan Richter
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/configure.zcml
	Fix #696: register SetDisplayWidget for ISets with
	IChoice(IBaseVocabulary) values
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Merge fix for #696 from
	trunk
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ Fix #691: make
	formlib helptext displaying more robust;
	toggle widget div and deal with complex widgets by searching for form
	element name prefixes
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Merge r69763 from the
	trunk: fix for #691 (formlib help javascript)
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 697: wrong page
	template referenced in the traceback if an
 
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 697: wrong
	page template referenced in the traceback if
 
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/keyreference/
	Make adapter easier to register from Python and remove redudant info
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/intid/ Make
	subscribers easier to register from Python code and remove
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Merge from 3.3
	branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Expose the logger section as a
	multisection in zope.conf,
	so one can define loggers for specific subsystems. Also provide an
	example logger in zope.conf.in
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/ Expose the logger section
	as a	multisection in zope.conf,
	so one can define loggers for specific subsystems.
	Also provide an	example logger in zope.conf.in
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/main.py -
	fixed zserver issue with loggers-patch from Martijn Pieters
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/ Expose the logger section
	as a multisection in zope.conf,
	so one can define loggers for specific subsystems.
	Also provide an example logger in zope.conf.in
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Minor documentation
	fixes.
 
Gustavo Niemeyer
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/viewlet/manager.py Bug
	Fix: If the template is defined in Python code and not provided via
 
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/documenttemplate/ Fixed
	UnicodeEncodeError when uses non-ascii unicode string in template.
 
Yusei Tahara
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/session/design.txt
	Update session docs to match reality
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/session/ Make
	registration of adapters easier from Python code by usiing an
	adapts()
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ Merge from
	3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Add a Decimal field and widget
	to Zope 3. The field and widget almost exactly
 
Marius Gedminas
    
      Last message date: 
       Thu Aug 31 17:16:48 EST 2006
    Archived on: Thu Aug 31 17:16:49 EST 2006
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).