July 2005 Archives by subject
Starting: Fri Jul 1 08:51:13 EST 2005
Ending: Sun Jul 31 11:28:45 EST 2005
Messages: 235
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of bytesarea field demonstrating it
works with
the default display widget. Change as well to unicode the value for
the textarea testcase to see th difference
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of bytesarea field demonstrating it
works with
the default display widget. Change as well to unicode the value for
the textarea testcase to see th difference
Julien Anguenot
- [Zope3-checkins]
SVN: zope.formlib/trunk/src/zope/formlib/configure.zcml
Fixed i18n domain, missed in renaming zc.page to zope.formlib.
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/formparser.py
add a comment about a possible useful extension
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/formparser.py
add comments pointing to zope.testbrowser
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Added the capability to run remaining layers in a subprocess when a
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Fixed a bug in handlint triple-verbose output on combination with
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Handle attempts to use pdb for tests running in layers run in
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
The test runner now returns a boolean indicating whether there were
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Be even more pessimistic about how slow machines can be.
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Changed the strategy for setting the path when the test
runner is run
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Fixed bug in symlink handling.
Jim Fulton
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Made one of the output-comparison regular expressions more
tolerant of
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/srichter-twisted-integration/src/zope/app/server/
upgraded the FTP shell to be compatible with the next version
of the twisted
Michael Kerrin
- [Zope3-checkins]
SVN: Zope3/branches/srichter-twisted-integration/src/zope/app/server/http.py
make HTTP work with latest version of twisted.
Michael Kerrin
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
- change the way options are reported for single-unvalued
checkbox controls
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
- Developed forms mapping and form tests.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
Added comprehensive navigation tests of the `click` method.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
Added new property ``handleErrors`` to the test browser. When set to
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
change internal references to zope.app.testing.testbrowser to
zope.testbrowser
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
Finished up controls tests and make sure image input controls are
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
fix up whitespace in tests
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
remove code to deal with dependancies not being present,
dependencies will be
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
Tested all possible control scenarios. Fixed behavior of
unvalued single
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
Tests for reload() and goBack();
found and fixed a bug while doing this.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/
Wrote a couple more tests. This pretty much finishes the easy ones.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/__init__.py
Add header.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/browser.py
Finished doc strings for objects.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/browser.py
Make _findControl a regular method.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/browser.py
Rearranged properties and methods to make public API more
visible and
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/ftests
Make ftests a package,
so that we can start developing custom templates
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/README.txt
Fix header titles.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py
Add documentation. A tiny bit of cleanup.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py
Oops, introduced typo.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/testbrowser/
Remove unneccesary references to mechanize;
mechanize is just an implementation
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/testbrowser/
Work on zope.testbrowser:
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/testbrowser/
Work on zope.testbrowser:
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/testbrowser/
Work on zope.testbrowser:
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt
zope.testbrowser README.txt formatting fixes and a bit of rewording
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/Zope-3.1/src/zope/app/form/browser/textwidgets.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/Zope-3.1/src/zope/app/undo/__init__.py
Prefix must be subclassed from the unicode
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/Zope-3.1/src/zope/app/undo/tests/test_zodbundomanager.py
Added test for my recent changes
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/Zope-3.1/src/zope/interface/tests/test_declarations.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/ Merge r29750, 29753,
29755, 29756, 29757 from the ZopeX3-3.0.0-Zope-2.8
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/applicationcontrol/browser/
merge r37393 from the trunk:
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/
backported from trunk:
Yvo Schubbe
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/mail/delivery.py
override savepoint method in ZODB-3.4-aware subclass, just to be
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/mail/delivery.py
provide an alternate implementation of the MailDataHandler for
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/rdb/__init__.py
Add compatability with ZODB 3.4 (used in Zope 2.8).
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/server/tests/test_accesslog.py
make test module executable from command line.
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py
Prefix must be subclassed from the unicode
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/tests/test_zodbundomanager.py
Added test for my recent changes
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/interface/_zope_interface_coptimizations.c
merge r30540 from ZopeX3-3.0.0-Zope-2.8 branch:
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/interface/tests/test_declarations.py
reenable tests that seem to have been accidently disabled in r28827.
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/server/http/tests/test_httpserver.py
Merge r29561 from ZopeX3-3.0.0-Zope-2.8 branch a.k.a r29928
from the trunk:
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/optionstorage/browser/__init__.py
Deprecation of NotFoundError
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/browser/contents.pt
Added i18n:translate
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt
Move the valign attribute to the tr tag where it will
actually have an effect.
Martijn Pieters
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/configure.zcml Typo fixed
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/applicationcontrol/browser/
support storages that can't report their size
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/browser/
Added a test to lock down searching with PAU's that have prefixes.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/browser/groupfolder.txt
Resolved the XXX in the groupfolder ftest.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/slots/__init__.py
Docstrings fixed
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/contents.py
do not try to catch DuplicateIDError during adaption;
that is the wrong time
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/copypastemove/interfaces.py
Fix comment
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/browser/edit.pt
Fix issue 413.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/timeannotators.py
Convert to using explicit timezones for the dublincore attributes.
Gary Poster
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/configure.zcml
Remove a no-longer-problematic XXX and promote a comment to a TODO.
Gary Poster
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
Provide a name attribute to match the corresponding button.
Zachery Bir
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/sequencewidget.py
translate() already know how to handle MSGID's default values
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/source.py
refactor somewhat to separate term rendering from the rest of
rendering
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/source.py
treat text like text when generating markup
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/source.txt fix typos
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
Renamme TextAreaWidgetTest in TextAreaDisplayWidgetTest
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
Set encoding because of the test case examples
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of bytesarea field demonstrating
it works with the default display widget. Change as well to
unicode the value for the textarea testcase to see th difference
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of file, int, float,
Bytes and ASCII fields
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of password field demonstrating it
works with the default display widget
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of textarea field demonstrating it
works with the default display widget
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/textwidgets.py
A change to the way file-upload widgets worked caused old
functional tests to
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/de/LC_MESSAGES/zope.
German Translation updated
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/de/LC_MESSAGES/zope.
German translation updated
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/onlinehelp/browser/tree.py
Removed unused argument
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/zopepublication.py
fix just-slightly-too-long line
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/menumeta.py
#307 : browser:addMenuItem and broken view references
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/menumeta.py
Comment for the #307
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/menumeta.py
Create a new action to check the view existence within the
addMenuItem directive (XXX not finished)
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/tests/test_addMenuItem.py
Fix tests
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/interfaces.py
Removed the venerable IAuthentication2.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/browser/
Added translation slots
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/testing/testbrowser/browser.py
- Added License header.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/testing/testbrowser/ftests.py
Fix reference to the correct file.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/testing/testbrowser/interfaces.py
Developed interfaces for the main API.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/testing/testbrowser/testing.py
Add module doc string.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/undo/tests/test_zodbundomanager.py
Added test for my recent changes
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/winservice/service.py
add output redirection for windows services
Brian Lloyd
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/zptpage/browser/inlinecode.pt
Added i18n:domain
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/configuration/interfaces.py
Document the order optional argument for action()
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/dependencytool/finddeps.py
Fixed typo in error message.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/dependencytool/finddeps.py
Fixed typo in error message.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/interface/tests/test_declarations.py
Reenabled some tests that I had accidentially disabled.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/pagetemplatefile.py
Refactoring: method extracted
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/tests/test_ptfile.py
Added new test
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/server/http/publisherhttpserver.py
Made the post-mortem-debugging HTTP server a little easier to use
Jim Fulton
- [Zope3-checkins] Re: SVN:
Zope3/trunk/src/zope/app/file/browser/file.py use proper
content-type parsing when checking for a charset declaration
Philipp von Weitershausen
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of bytesarea field demonstrating it works
with
the default display widget. Change as well to unicode the value for the
textarea testcase to see th difference
Dmitry Vasiliev
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
TestCase for the rendering of bytesarea field demonstrating it works
with
the default display widget. Change as well to unicode the value for the
textarea testcase to see th difference
Julien Anguenot
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/testing/testbrowser/
add the package formerly known as zc.mechtest
Julien Anguenot
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/testing/testbrowser/
add the package formerly known as zc.mechtest
Julien Anguenot
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/testing/testbrowser/ add the package
formerly known as zc.mechtest
Stephan Richter
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/testing/testbrowser/ add the package
formerly known as zc.mechtest
Stephan Richter
- [Zope3-checkins] SVN: zope.formlib/trunk/src/zope/formlib/ - add
some notes about advanced usage in form.txt. Needs to be elaborated.
Gary Poster
- [Zope3-checkins] SVN: zope.formlib/trunk/src/zope/formlib/ avoid
all the help gyrations when there is no hint text
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: zope.formlib/trunk/src/zope/formlib/form.txt
Fixed lots of typos.
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/trunk/ Work around some windows
issues.
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/trunk/test.py Changed to pass
the testrunner failure status to sys.exit.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/garrett-issue-414/ Branch to
work on http://www.zope.org/Collectors/Zope3-dev/414
Garrett Smith
- [Zope3-checkins] SVN: Zope3/branches/garrett-issue-414/ Deleted
short-lived branch.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/branches/testbrowser-integration/
Changed the setup, so that the ftests directory is registered as a
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/testbrowser-integration/ Make
a branch for the mechanize work.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/testbrowser-integration/ move
zope.app.testing.testbrowser to zope.testbrowser
Benji York
- [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/ Making the release
branch.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/ Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/interface/
Merged changes from X3.0 branch:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ backported from
trunk:
Yvo Schubbe
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Fixed issue #298:
Role/permission title and description should be messageids
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CHANGES.txt
added boilerplate for next release
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CHANGES.txt
note zope 2.8 integration mergings in the list of changes.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CHANGES.txt
update changes list with a couple of new entries regarding checkins
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CHANGES.txt fix
my lousy grammer; don't forget tres
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/ Tweak
reST/STX dependent tests so that they pass on both the
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/tags/cvs-to-svn-conversion/ Create
cvs-to-svn-conversion tag
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.1-Zope-2.8/ Create a
eparate tag for integrating X3 3.0.1 into Zope 2.8
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.1-Zope-2.8/src/zope/
remove packages that aren't part of X3.0
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.1/ prepare the release
package
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.1/ Tagging X3 3.0.1
release
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ #284: Deprecation of
NotFoundError
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/ Address the only part of
collector issue 397 that we plan to address.
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/ also bind the debugger to the
'app' variable.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Bug Fixes
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ enable overriding zcml slugs
that look like their *-meta and
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Fix #384: Handling utility
permissions
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fix #421: TextArea widgets
didn't handle missing values correctly.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue #298:
Role/permission title and description should be messageids
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Warn the user on startup if the
security policy is the default
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/doc/ #316 : has to be checked
with cygwin (reopened)
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/doc/ #316 and ws cleanup
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/doc/ document my recent change to
debugzope.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/ Mention that #302 was fixed,
but not backported.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/doc/ Update
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt -remove
unintended blank line added in revision 37403
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt add my recent
fixes to the list of changees
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt add note about
issue 411 and thank myself for working on 3.1
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added myself to
the 'may thanks' section :-)
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt noted win32
stdout fix
Brian Lloyd
- [Zope3-checkins] SVN: Zope3/trunk/doc/DEBUG.txt restify document
and update info (mention zopectl debug)
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/ROADMAP.txt restify document
and update it
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO move 316 to TODOLATER.txt
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO Move 372 to TODOLATER
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO move issue to TODOLATER
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt 373 got fixed by
code and discussion earlier.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt Cleaned up TODO.txt.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt Issue #336 is
resolved in r30454.
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt Remove one more done
item.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt Removed:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/ Move to ZODB 3.5.0a5. This
restores the LoopCallback.exit_status
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/src/ Move to ZODB 3.5a4.
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/src/ Updated docutils to 0.3.9
and:
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/z Primarily a checkin about
removing XXXs from zope.app.form.
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Applied patch of issue
419.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Default input encoding
for PageTemplateFile set to 'utf-8'
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ rework many XXXs
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ Added more
translation slots
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ CSS updates
for apidoc. Simplify application by making all places where
reST is being used use the same CSS class. Add full styling
for reST HTML output.
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/
Adapting a principal-aware authenticator to a delegator that
knows the PAU prefix and prepends it to principal ID search
results. This addresses the bug when searching for principals
in a PAU that has a prefix.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/
Removed BBB code for 3.1 release.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/
Restored use of IQueriableAuthenticator to lookup PAU queriables.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/ -
Swap deprecated PrincipalInformation with
Dominik Huber
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/catalog/attribute.py
Let the Attribute mixin accept other arguments and pass them
to the super()
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/browser/
instead of asking whether the user has a particular
permission, ask whether
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/ Removed
redundant functional tests for zope.app.file.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/browser/ Fix
for issue #302: it is now possible to edit the content of
File objects
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/browser/f Added
a functional doctest for File objects, in preparation to tackle
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/browser/file.py
use proper content-type parsing when checking for a charset
declaration
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Cleanup
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Fixed
a bug in SimpleInputWidget. _getFormValue had an evil side
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/form
FormView may be used for all kinds of forms, so it is a bad idea to
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/form
Make FormView.update return a status message on successful
updates, just like
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/source.
fix XHTML-ishness of the source widgets
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/interfaces.py
add a note about what it means for setPrefix() to be called
more than once
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Merged POT
into all PO's
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Merged POT
into all PO's
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Merged POT
into all PO's
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Merged POT
to all PO's
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/zope.pot POT
file updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/zope.pot POT
file updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/zope.pot POT
file updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/zope.pot POT
file updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/ add an
ISized adapter for lock storages
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/ deal with a
horrid problem with the lock storage:
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/storage.py
remove debugging trash
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/ remove
SendmailMailer
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/onlinehelp/browser/
Reformatted templates. Added i18n:domain.
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/onlinehelp/browser/
Topic title has been made translatable
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/preference/
Preferences title and description are made translatable
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/ Added database
encoding
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/interfaces.py
The methods moved to the right place
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/renderer/rest.py No
need to show info-level messages in rendered reST;
they are not errors or anything and therefor add no value to
developers or end-users.
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/testing/testbrowser/
add the package formerly known as zc.mechtest
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/testing/testbrowser/
Remove test browser for now till 3.1 branch is cut.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/undo/__init__.py
Prefix definitely must be subclassed from the unicode
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/versioncontrol/
Added documentation for the info attribute of version events.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/versioncontrol/
Reflected checked in/out status in interfaces so that we can
dispatch
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/bforest/bforest. Make
inequality with sequences work.
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/ Add
'files' parameter to <includeOverrides /> as well (works
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/deprecation/__init__.py
typo and formating comments
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/index/text/ Let text
index understand a query of "cat not dog" to be equivalent to
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/ Merged
changes from X3.0 branch:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/verify.py
Removed trailing whitespaces
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/pagetemplate/ Now input
encoding of a PageTemplateFile in 'html' mode is determined
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/pagetemplate/ Triggered
substitutions for 'Id'
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ add MIME
Content-Type helper functions;
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/base.py
NotFound import was done twice
Julien Anguenot
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/browser.py
Removed map()/filter() in preference to the list comprehensions
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/contenttype.py
add to the module docstring and comments
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Added tzinfo
and UTC (a commonly used instance of tzinfo) to the
BasicTypes mapping,
which used by checkers. tzinfo info objects now act like other date
components (datetime, time,
etc.) in that they're not security proxied (see tests for examples).
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/wfmc/process.py
Developed nicer,
human-readable representations of several classes. Hope
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/browser/wikipage.py
simplify: there is no need to test against a regular
expression if the
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/browser/wikipage.py Fix
#424: leave absolute URLs untouched in a wikipage and let docutils
Derrick Hudson
- [Zope3-checkins] SVN: Zope3/trunk/zope Fix idnentation in ZEO
example and add it to the zope.conf
Philipp von Weitershausen
- [Zope3-checkins] Test
Dominik Huber
Last message date:
Sun Jul 31 11:28:45 EST 2005
Archived on: Sun Jul 31 11:28:46 EST 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).