July 2004 Archives by thread
Starting: Thu Jul 1 05:02:08 EST 2004
Ending: Fri Jul 30 17:04:10 EST 2004
Messages: 755
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/driver.py Make
zope.tal tests pass on Windows.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/README.txt Convert
to reStructuredText.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ removed some white
spaces to make searching using DOM easier
Michael Howitz
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/ Convert more
documentation to reStructuredText.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CREDITS.txt
claim a little glory
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/DEBUG.txt
Convert DEBUG.txt to reStructuredText.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/doc/skins/README.txt
Another document converted to reStructuredText.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
Allow multiple modfilter and testfilter expressions.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py Added
-N/--repeat option to repeat tests some number of times
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/security/_zope_security_checker.c
Added a missing error check. Eek.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/s Implemented a thread-local data
proposal
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/test.config Update
test runner configuration file to reflect change in filtering
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/ Allow multiple modfilter and
testfilter expressions.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/thread/ Update packaging
metadata
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/doc/zcml/namespaces.zope.org/
Removed outdated documentation. Even though this
documentation can be
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/zsync/ zsync is
not part of ZopeX3 3.0, so the docs should not be included.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/classmodule/__init__.py
Backport speedup.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/doc/zcml/namespaces.zope.org/
Backport from trunk.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Finally got around
to change the directory
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/utilities/i18nextract.py Update
tool to reflect changes
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Backported
renaming of "translation_files" to "locales".
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/
tyring to make it right.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/
Now, I think I got it. Move "translation_files" to "locales".
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/
Forgot to merge these files.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/en/LC_MESSAGES/zope.po
fix typo
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/file/browser/image.py
Simplify how the image size display is generated for the Upload tab.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/file/browser/image.py
Simplify how the image size display is generated for the Upload tab.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/en/LC_MESSAGES/zope.po
fix typo
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/it/LC_MESSAGES/zope.mo
Italian translation
Fabrizio Reale
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/it/LC_MESSAGES/zope.po
Italian translation
Fabrizio Reale
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/
Unbroke just enough of the wizards so that it is not
completely broken. Widgets have a _widget prefix. 'usage' is
gone. Default use_session to false as sessions don't exist yet.
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/
Unbroke just enough of the wizards so that it is not
completely broken. Widgets have a _widget prefix. 'usage' is
gone. Default use_session to false as sessions don't exist yet.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/_protections.zcml
The next() method was not allowed for any BTree iterator.
This caused
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ftp/__init__.py
Somebody did not convert the getAdapter() call correctly causing the
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Backport 2 Bug fixes. Fixes Issue 210.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/wiki/ Improved the
file representation of Wiki Pages and Comments. You can now
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/z Updated adapter API
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
trunk 25413:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/interfaces.py
Merged from trunk 25415:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c
Merged from trunk 25884:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/s merged from trunk
25891:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/server/ftp/tests/test_ftpserver.py
Merged from trunk 25905:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged from trunk 25906:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py
Merged from trunk 25907:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged from trunk 25919:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk 25920:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py
fix typos
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py
Merged from trunk 25921:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk 25933:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/checker.py fix
typos
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged from trunk 25949:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/interface/declarations.py
Merged from trunk 25950:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_
Merged from trunk 25968:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt
Merged from trunk 25969:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
Re-write test to allow re-running in a loop.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/readme.txt
Merged from trunk 25970:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/builtins.py
Merged from trunk 25975:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/securitymap.py
Merged from trunk 25976:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/interfaces.py
Merged from trunk 25971:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/pagetemplatefile.py
Merged from trunk 25972:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/interfaces.py
Merged from trunk 25973:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/classmodule/__init__.py
Merge revision 26067 from the trunk:
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk 25974 and 25984:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/utilities/runurl.py
Merged from trunk 25977:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c
Added a sanity check to make sure that None isn't passed as a
checker.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c
fixed error message typo
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c
Added check for the possibility that __Security_checker__
hase a value
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk 25985:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/interface/adapter.py
Merged from trunk 25986:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
Merged from trunk 26021:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c
Merged from trunk 26022:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/s Merged from trunk
26023:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ Make sure
tests clean up after themselves, so they can be run several
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
For some reason I had to conditionalize this cleanup.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
Revert test changes; this cleanup is no longer
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/stub-session/ Branch for
merging and updating session work
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Fixed remaining 7
tests that could not be run in a loop.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Backported test fixes from trunk, see revision 26091.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/
Reindent file a bit. Add missing separator div to conform to
the add/edit forms style.
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/
Reindent file a bit. Add missing separator div to conform to
the add/edit forms style.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/stub-session/src/zope/app/session/
Session refactoring work
Stuart Bishop
- [Zope3-checkins]
SVN: Zope3/branches/stub-session/src/zope/app/session/browserid.py
Die
Stuart Bishop
- [Zope3-checkins]
SVN: Zope3/branches/stub-session/src/zope/app/session/
Recover from screwed svn commit wierdness
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/jim-sidnei-debug/ Creating a
temporary branch to help Sidnei debug a problem.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/jim-sidnei-debug/src/zope/security/_zope_security_checker.c
Raise an exception if the value of __Security_checker__ is None
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/importtool/tests/error.py
Fix test to allow tests to be run in a loop.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/importtool/tests/error.py
Fix test to allow tests to be run in a loop.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/modulealias/tests/test_modulealias.py
Clean up imported module to allow test to run in a loop.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/modulealias/tests/test_modulealias.py
Clean up imported module to allow test to run in a loop.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/jim-work/ Created a temporary
branch for working purposes
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-work/src/zope/security/
Added missing security declarations to make interface declaration
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/configure.zcml
Change single to double quotes in XML.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/folder/folder.py
Gave module a title.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/tests/test_icontainer.py
Made general IContainer tests runnable for containers not supporting
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/utility.py
Remove whitespace.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Revived the bugtracker from the
dead (CVS). I updated the API calls and
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/z Merged from
trunk r26049:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/zopetop/configure.zcml
Cleaned up some whitespace.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/zopetop/widget_macros.pt
Added missing 'widget_rows' macros so that the skin is not
completely
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/zopetop/view_macros.pt
Reindent and remove whitespace.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/rdb/__init__.py
Make ZopeDatabaseAdapter subclass
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Reindent and remove whitespace.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/zopetop/configure.zcml
Cleaned up some whitespace.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/zopetop/widget_macros.pt
Added missing 'widget_rows' macros so that the skin is not
completely
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/zopetop/view_macros.pt
Reindent and remove whitespace.
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/__init__.py Make
ZopeDatabaseAdapter subclass
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Reindent and remove
whitespace.
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/_proxy.c Merged
from ZopeX3-3.0 branch 26077 & 26078
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/security/_zope_security_checker.c
Added a chack that raises an error of __Security_checker__ is None.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c
Merged from /z3/jim-sidnei-debug/ branch r26106
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/zcml/ Convert
some text files to ReST.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/cache/caching.py
Add a default parameter so that it doesn't fail badly when
there's no
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/sqlscript/tests/test_sqlscript.py
Add a test that a missing ICacheable adapter still allows
setting the
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/cache/caching.py Add
a default parameter so that it doesn't fail badly when there's no
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/doc/zcml/ Convert some text files
to ReST.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/sqlscript/tests/test_sqlscript.py
Add a test that a missing ICacheable adapter still allows
setting the
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/tests/test_talparser.py
add test for collector issue 133
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Merged from
jim-work branch r26112
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged from jim-work branch r26112
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-work/ done w branch
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/jim-sidnei-debug/ done w branch
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Convert
more docs to ReST.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Convert more docs to
ReST.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/gintautasm-zpt-i18n-struct-bug/
Removed branch with tests for provoking a bug,
because the bug has been
Gintautas Miliauskas
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/browser/__init__.py
Cosmetic fixes.
Gintautas Miliauskas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/i18n/interfaces.py
Typo.
Gintautas Miliauskas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/ Changed
Maildir code to ignore files starting with a dot. This is
recommended
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/zopepublication.py
Marked an odd piece of code. I'm not entirely sure what's
going on, the
Gintautas Miliauskas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/
If one of the base classes is a C-class,
then do not try to provide a
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/fr/LC_MESSAGES/zope.
Thierry Goyvaerts just sent me the latest French
translations. Here they
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/de/LC_MESSAGES/zope.
Updated German translation.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/fr/LC_MESSAGES/zope.po
Merged in latest translations.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/__init__.py
Changed the spelling of 'no objection' in the data manager
'prepare' method -- this is a nit,
but is consistent with the API usage.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py
Changed a test string to avoid XXX confusion.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dependable/interfaces.py
Made DependencyError a UserError.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dependable/interfaces.py
Merged r26159 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/utility.py
Renamed variable for clarity
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/exceptions/__init__.py
Added XXX about evil import exception catching
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/ Conversion
errors were not treated correctly as widget input errors.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Deprecated passing a(n
ignored) location argument to translate
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/classmodule/
Backport of r26153.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/ Make
Windows-style newlines work in TALES python: expressions.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/
Backport r26163 fixing issue 231.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py
Fix bug 219.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publication/tests/test_zopepublication.py
Fix Bug 219.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/exception/browser/unauthorized.pt
Changed to display a simple message rather than using a
simple message that comes from the exception.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/exceptions/ Removed
dependency on i18n. zope.exceptions shouldn't be trying to set
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/__init__.py Moved
import to top, resolved XXX
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/i18nfile/browser/i18nfile.py
Resolved an XXX by quoting part of a url.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/i18nfile/browser/i18nimage.py
Resolved an XXX by quoting part of a url.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/ Make python:
expressions that do not compile raise the right exception.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pluggableauth/__init__.py
resolved some XXXs through comments or documentation
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/ Modified 'Permission Ids'
vocabulary:
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dtmlpage/dtmlpage.py
Removed no-longer-true XXX. Rearranged interface declarations to
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Replaced XXX with a
TODOLater.txt entry
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/pagetemplate.py
Do not accumulate newlines between the error marker and the
template content.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
r26177 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/thread/ tell Subversion
not to whine about _zope_thread.so
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/tal/tests/test_talparser.py
add test for collector issue 133
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/exception/browser/
Fixed bug 212.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/interfaces.py
Add pt_errors() and pt_warnings() to IPageTemplate.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/interfaces.py
fix incomplete sentence
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/interfaces.py
Add pt_errors() and pt_warnings() to IPageTemplate.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/thread/
tell Subversion not to whine about _zope_thread.so
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/tales/
Make Windows-style newlines work in TALES python: expressions.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/exception/browser/
Merged from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/site/browser/
Extended a functional test to ensure that utilities added via
"Tools"
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/site/browser/
Backport verification that "tools" generated utilities, which fixes
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Make
sure that the content for 'option' tags in selection boxes are also
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/i18nfile/browser/i
Removed two XXX comments.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/registration/ Added
suscriber to handle registerable component renames and moves.
A rename updates the componentPath of component
registrations. A move (to another container) is vetoed by
raising a dependency error.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/registration/
Merged r26195 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added a copier for
reigsterable objects that removes registered usages for the copy.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Merged r26197 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Removed a bunch of
easy XXX comments.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/extract.py
Removed an XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/zopeskel/etc/zdaemon.conf.in
- make zopectl run Zope as a daemonized process by default
(like Zope 2)
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/zdaemon.conf.in -
make zopectl run Zope as a daemonized process by default
(like Zope 2)
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/ Now I know why some people were
confused about how to set the default
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Merge r26205 from
trunk: Don't throw off people about providing a different
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/hooks.py
Added module doc string.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py
Removed a test that was disabled and seemed very hard to get right.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publication/ Removed
all XXX in zopepublication.py by
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/tests/test_httpfactory.py
Changed XXX to ZZZ in tests,
so that its does not get included in the
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Backport of XXX removal.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed redundand "layer" and
"skin" ZCML directives.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/ Merge
r26212: Remove redundant layer and skin directives from the zope
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/functional.py
Use object as base.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Backport of XXX fixes.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publication/ftp.py
This XXX does not make any sense anymore, since there is no
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dublincore/browser/edit.pt
Added a missing method="POST"
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/browser/edit.pt
Added missing method="POST"
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/i18n/locales/tests/test_locales.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/exception/browser/unauthorized.pt
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/exceptions/
Merged from branch:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/i18n/__init__.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/i18nfile/browser/i18n
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/pluggableauth/__init__.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dtmlpage/dtmlpage.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/wiki/ Removed all
wiki XXX, fixing them, removing them or converting them to
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/browser/__init__.py
When we need to generalize something here,
then we will do it. No need
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/tests/test_servicemanager.py
Removed deactivated and old test.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py
There is nothing bad about doing a test a different way;
certainly not
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Moved an XXX to the to do list
and removed the XXX about docstring
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/exception/browser/configure.zcml
Register the not found view for
zope.exceptions.INotFoundError instead of
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/externaleditor/configure.zcml
s/zope.app.content.file.File/zope.app.file.File/ in
zope.app.externaleditor.
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/talgenerator.py
- emitStartElement(): simplify logic in a small way
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/talparser.py
add comments explaining some of the helper methods
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_checkboxwidget.py
Fixed XXX in widget test.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/tests/test_checkboxwidget.py
Merged r26237 from trunk.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_configure.py
Deleted redundant test.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/tests/test_configure.py
Deleted redundant test.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content_types.py
Made a TODO item from the XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/utility/browser/__init__.py
Just remove security proxies. It should be enough.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/utility/utility.py
Made a TODO item out of it.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/utility/vocabulary.py
Corrected documentation.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Activated Caches again by
including a slug in package-includes.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/menu/__init__.py
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_zodbcontrol.py
Removed disabled test. There was no chance of easily reviving it.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/renderer/tests/test_vocabulary.py
Made a statement out of the XXX; it is a fact, not a task.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/location/pickling.py
Use pickling version 2.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/zptpage/ Made UTF-8
the encoding that is assumed for FTP and other filesystem
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/servicenames.py
Verified that all these service names are still good.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/file/tests/test_image.py
Use real image data and give the test soem meaning.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ Made one
XXX a statement and another a TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/sqlscript/tests/test_sqlscript.py
Removed commented code.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/sqlscript/dtml.py
Coverted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/tests/test_xmlmetadata.py
XXX placed into TODOLATER.txt
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py
Converted XXX to TODO item.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/interfaces.py
Removed vague XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
Removed ununderstandable XXX's. The code looks just fine.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py
Though well documented,
this XXX makes not much sense (due to my own bad
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/schemacontent/
Schemas are now copied before they are appended to content type or
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/schema/browser/traversal.py
Soemone copied my Wiki code and copied a specific comment
with it. :-)
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/interface/_zope_interface_coptimizations.c
Initialize tp_new from object_new rather than PyType_GenericNew to
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/doc/ Several additions due to my
XXX removals.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/checker.py Got
rid of weird branch to check for __Security_checker__ when a
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
Rearranged imports to match style guide.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_
Removed unneeded _p_jar.syncs -- done in conjunction with
work on XXXs.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/m Removed unused
imports -- spotted these during work on XXXs.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/f Fixed 1.4% of
outstanding XXXs :)
Garrett Smith
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/f
Merged r26269 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/__init__.py
Removed an ununderstandable XXX and clarified another.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/interfaces.py
Renamed executeXXX() to executeZZZ() in documentation as to
not confuse
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Implemented new rdb:gadflyRoot
directive that allows us to change the
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/interfaces/grants/
Deleted obselete module. It should have not been there.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/securitypolicy/
Changed API of security maps to have getCell and queryCell.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Let others know
wbout my recent changes.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/__init__.py
Fixed a typo.
Gintautas Miliauskas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/cache/ Stephan added
a ZCML slug for zope.app.cache for the SVN instance.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/undo/__init__.py
Convert one an XXX that was mine to a TODO comment.
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py
Merge r26279 from trunk: Convert an XXX comment of mine to a
TODO comment
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/undo/__init__.py
Oops, another XXX in the same file. *squish*
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py
Merged r26281 from trunk: squish another XXX in zope.app.undo
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/interfaces.py
Removed an XXX by adjusting a docstring.
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/interfaces.py
Removed an XXX by correcting a docstring.
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/interfaces/wfmc.py
Make a todo comment findable and clean up the file a bit.
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/presentation/presentation.py
Get rid of some XXX comments, converted some of them to TODOs
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/presentation/presentation.py
Merge r26286: XXX removal
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/principalpermission.py
Fixed bug causing a test failure. :/
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/schemagen/ Removed
unmaintained zope.app.schemagen package. It can be revived
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/uniqueid/browser/__init__.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/ Removed
deprecated methods. They have been deprecated for a long time now.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pagetemplate/tests/test_viewzpt.py
Removed XXX comment that questioned correct behavior. If
someone wants to
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/interfaces/wfmc.py
Cleanup the interfaces documentation a bit.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/browser/instance.py
Removed XXX by quoting the name.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/definition.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py
Added XML Export test.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_definition.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/browser/definition.py
Converted XXX to statement and TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/browser/instance.py
Comverted XXX to statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/instance.py
Removed XXX.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/workflow/instance.py
Removed XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/presentation/tests/test_presentation.py
Comverted XXX to statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py
Added module doc string.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/presentation/zpt.py
Made UTF-8 default encoding.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pythonpage/__init__.py
Comverted XXX to statement.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/http/put.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/http/options.py
Added a note how a better algorithm could look like.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Comverted XXX to TODO and statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/externaleditor/browser/__init__.py
Comverted XXX to TODO and statement.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py
Comverted XXX to statement.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ Converted
XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/tree/browser/tests.py
Added module doc title.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/datetimeutils.py
Converted XXX to statement.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/server.py
Removed maybe XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/server/servercontrol.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/generations/browser/managers.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/mail/tests/test_maildir.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/find.py Removed XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/adding.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/btree.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/directory.py
Changed new style class declaration to inheriting object
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/tests/test_icontainer.py
Changed indentation of DefaultTestData() to 4 spaces;
it confused Emacs.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/traversing/namespace.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/traversing/interfaces.py
Converted XXX to statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/traversing/adapters.py
Converted XXX to TODO. Enhanced comment.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/module/__init__.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/module/interfaces.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/introspector/__init__.py
Converted XXX to statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/introspector/browser.py
Removed outdated, commented implementation.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
Cleaned up description.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/globalbrowsermenuservice.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/tests/test_directives.py
Converted XXX to statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py
Remove XXX and added a comment.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/fieldconverters.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/xmlrpc/metadirectives.py
Cleanup description doc.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/interface/tests/test_interface.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/metadirectives.py
Cleanup description doc.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/tests/test_directives.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/localservice.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/hooks.py
Removed XXX and commented code.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/filerepresentation/interfaces.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/vocabularyquery.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/sequencewidget.py
Fixed XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/widget.py
Remove XXX, the code seems to do the right thing.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/metaconfigure.py
Converted XXX to explanatory statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/objectwidget.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/textwidgets.py
MAke explanatory statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_floatwidget.py
Cleanup.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_intwidget.py
Alignment
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_textareawidget.py
Added explanantion.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_filewidget.py
Fix test.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/ftests/test_textwidget.py
Added explanantion.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/registration/interfaces.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Backported my XXX
removals.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Fix a
typo. Make Unauthorized exception take a name and permission
arguments on constructor,
and fix two places where a message was being passed instead of a name
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Fix a typo. Make
Unauthorized exception take a name and permission arguments
on constructor,
and fix two places where a message was being passed instead of a name
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py
Various:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added
TrustedAdapterFactory
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Removed DWIM callable check. (It happened to do the Wrong Thing for
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/annotatableadapter.py
Made DC adapters Locations in preparation for making them
trusted adapters.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/configure.zcml
Made DC adapters trusted adapters.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/annotation/attribute.py
AttributeAnnotation adapters no-longer fool around with
security or locations
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/ Add
__traceback_info__ to zope.app.traversing.adapters,
as it seems its a very common place to have errors when you mistype
something on a view template,
and no info was provided that could help finding the source of the
problem. Fix a typo and clarify by adding a comment the code
inside protectclass.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
Merged from head:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Add
__traceback_info__ to zope.app.traversing.adapters,
as it seems its a very common place to have errors when you mistype
something on a view template,
and no info was provided that could help finding the source of the
problem. Fix a typo and clarify by adding a comment the code
inside protectclass.
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/registration/README.txt
adjust some ReST markup
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/rdb/tests/test_gadflyrootdirective.py
Fixed a silly test that made bad assumptions about file
separators and
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/rdb/tests/test_gadflyrootdirective.py
Merged from trunk 26373:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/roger-ldapauth/ Create branch
for to change the pluggableauth interfaces and
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/PACKAGE.cfg
Updated to reflect renaming of translation_files to locales.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Removed some
packages not included in the release.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/PACKAGE.cfg Merged
from ZopeX3-3.0 branch 26376:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dav/propfind.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dublincore/annotatableadapter.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dublincore/configure.zcml
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/annotation/attribute.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/thread/tests/ Removed
uneeded empty dir
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py Got
the --test option to work. Sheesh.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/thread/__init__.py Added
a number of error checks and globar variable caches in __del__
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/adapter. Added
an adapter_hook method to make it easier (and more efficient) to
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Changed to reflect some changes in the interface adapter
registration.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Added caching of the
adapter_hook method used for simple adapter
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/folder/ Remove
IFolderAdding and FolderAdding. It is not used anymore.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publication/ Removed
code to implicitly create a root error logging service when an
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/thread/tests/
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/thread/__init__.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publication/
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Don't make the
query/getResource function depend on the context. This is
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/complexsample/vocabulary.py
Cleanup whitespace.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/dependencytool/finddeps.py
Converted XXX to TODO and statement. Added explanatory comment.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/cachedescriptors/tests/test_property.py
Gave module menaingful doc.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Fixed XXX by
doing the right thing and allow option interfaces argument
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Changed XXX
to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/ Removed
all XXX.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/README.txt Cosmetic fix.
Gintautas Miliauskas
- [Zope3-checkins]
SVN: Zope3/branches/roger-ldapauth/src/zope/app/pluggableauth/
Initial reorganize the pluggableauth package
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/branches/roger-ldapauth/src/zope/app/pluggableauth/browser/configure.zcml
Change containerViews to depend on IBTreePrincipalSource
interface and not IContainerPrincipalSource.
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/ Reflect changes form Zope3
branch roger-ldapauth
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/z3checkins/message.py Fixed
the code which caused unit tests to fail.
Gintautas Miliauskas
- [Zope3-checkins]
SVN: Zope3/trunk/src/z3checkins/tests/test_message.py
Updated z3checkins unit tests to use ztapi.
Gintautas Miliauskas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/__init__.py
Typo.
Bjorn Tillenius
- [Zope3-checkins] SVN: ldapauth/trunk/source.py Changes in source.py
Implement chaching results in a recursion error.
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/branches/stub-session/src/zope/app/session/ XXX -> TODO
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ svn merge
-r 26090:26417 branches/stub-session
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/stub-session/ Branch merged -
pruning
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/i18nobject.txt Fix
a module path in some documentation.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/negotiator.py
Rewrap some comments.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/locales/provider.py
Another set of oooold module paths. *cough*
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/ Make
SimpleTranslationDomain behave like the regular implementation
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/i18n/
Backport revisions 26420 through 26423 from trunk:
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/
reSTification and removal of obsolete doc
Stuart Bishop
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/session/interfaces.py
Provide backward compatability with older, pre-beta database files.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ Docstring
formatting
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Enable access to
session from TALES
Stuart Bishop
- [Zope3-checkins] SVN: ldapauth/trunk/__init__.py Added missing
import
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Upgrade doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: ldapauth/trunk/browser/configure.zcml Added
cache view
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/configure.zcml Added cache view
Roger Ineichen
- [Zope3-checkins] Re: apparel of those 'held
Johns
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/cache/annotationcacheable.py
Fix a bug in AnnotationCacheable
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/api.txt Here
be dragons + formatting
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/doc/UNITTEST.txt typo
Stuart Bishop
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/pagetemplate.py
While I was working on functional tests,
I found the scenario when this
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/tests/test_ptfile.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/utilities/ Fix docstrings and
$Id$ expansion
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/utilities/ Merged
r26446: Fix docstrings and $Id$ expansion.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/xmlpickle/ppml.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testing/tests.py Gave
module a title.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testing/doctest
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/schema/tests/test_accessors.py
Gave module a title.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Renamed
_always_available to _available_by_default as hinted by a XXX.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Converted XXX
to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/index/text/textindexwrapper.py
Resolved XXX. As far as I can tell (and I investigated it for a good
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/index/text/tests/mailtest.py
This utility was never properly ported and could have not worked. I
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/index/text/baseindex.py
Allow module to have Id expansion.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/index/text/tests/indexhtml.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/i18n/interfaces/locales.py
Updated doc string.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/locales/__init__.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/fssync/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/interfaces.py
Enhanced the documentation of a method, which removes an XXX.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/interface/tests/test_advice.py
Modernized test module.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/interface/tests/test_element.py
Provided module title.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/__init__.py
Updated documentation.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/ Converted XXX
to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ Converted XXX
to TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/exceptions/exceptionformatter.py
Removed bare except. That fixed a XXX.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/tests/run.py Allow
Id expansion.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/talgettext.py
Converted XXX to TODO and statement.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/documenttemplate/dt_util.py
Converted XXX to statement.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/documenttemplate/dt_var.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/server/ftp/tests/test_
Give module title. Removes XXX's.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/server/interfaces/ftp.py
Provide module title.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/server/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/proxy/tests/test_proxy.py
Converted XXX to TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/proxy/introspection.py
Remove unused module. The deprecation warning has been around for a
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/transaction/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/ Move wiki to src.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Move ZWiki to its final
location. SVN would not allow me to do that.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/_protections.py
Renamed _always_available to _avaialable_by_default
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/configure.zcml
Now that adapters are security proxies, we need to make security
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Converted XXX and TODO
comments about deprecated interface methods
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/principalrole.py
Allow for Id exapnsion.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/configure.zcml
Annotion-related adapters are trusted now. That means also
that they are
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/z3checkins/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/bugtracker/ Converted XXX to
TODO.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/textwidgets.py
Use saxutils instead of home-brewed encode() and unencode() method.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/i18n/browser/synchronize.p
Show message ids sorted. This increases the usability a lot.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/rotterdam/editingwidgets.py
I really do not like this code,
since people tend to forget to update
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/zptpage/browser/configure.zcml
Converted single to double quotes.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/browser/tools.py
Sort tools by name alphabetically.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/browser/tasks.pt
Improve initial Site screen.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py
Horrible, horrible band-aid. When we reload a language in functional
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added functional
tests for many common content-space views.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ap Store the config
source before the configuration is read and make it
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/main.py
Remove whitespace.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/t Fix
for issue 233 in the Zope 3 collector.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/
Fixed tests that I broke with the last checkin. I totally
forgot to run
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/configure.zcml
Okay, okay, the security was too tight.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zwiki/tests/test_docstrings.py
Fixed the wiki doc string tests.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/t Fix for issue 233
in the Zope 3 collector.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dependable/__init__.py
Use object as base class instead module-wide __metaclass__.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/registration/configure.zcml
Adjusted code to style guide.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/__init__.py
Made explicitely clear that default is also a keyword argument.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ The
IPresentationService interface was not updated after recent
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/ Remove
backward-compatiblity code to old style ZCML.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Remove zope:hook
directive (as suggested by Jim) and moved the hook-up
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py
Fix test, now that the old way of defining directives is gone.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/tests/test_directives.py
Fix tests now that the old way of defining directives is gone.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/annotation/interfaces.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/setup.py Now
that the hooks are always set, we do not need setup to worry about
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/adapter/browser/__init__.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/annotation/attribute.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/__init__.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/utilities.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ The API doc
tool is now __docformat__ aware. It recognizes 'plaintext',
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/interfaces.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/browser/apidoc.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/browser.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Finally fixed the
hooks mess. It now behaves correctly and all tests
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ifacemodule/
Update doc strings for ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ Update doc
strings for ReST
Phil Ruggera
- [Zope3-checkins] Fml status report (home ML)
home-admin at faith.co.jp
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/utilitymodule/
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: ldapauth/trunk/ Fix broken test. Remove
import in main __init__.py
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/browser/principals.py Added
attribute name to method call getPrincipals(name='')
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/applicationcontrol/
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/ Previously in the
TALES syntax obj/adaptor:name, name was restricted
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ Add tests and
refactor cookie handling to use standard library Cookie.py
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Make functional
test harnesses cookie aware. Multiple requests in a test
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ docformat
set to restructuredtext
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ftests.py
Session functional test
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/session.py
Provide client_id slot, so that tests pass.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ftests.py
This functional test threw a NotFoundError for me.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Removed __metaclass__
and made classes inherit 'object'.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ If Session
is a new-style class and has a __slots__ attribute, then
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Remove unnecessary PACKAGE.cfg files.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Converted as many
classes as possible to new style classes.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Removed "Revision
information:" in module doc strings.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/z Made sure that all modules
have a title.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Made sure that all
module doc strings have an $Id$ tag. While doing this
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py
Fixed a bug that Marius just pointed out. It should now be
possible to
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Marius just pointed out that treating "1" as False is evil.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/utilitymodule/__init__.py
All utilities showed up twice,
due to an API change in registrations()
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/viewmodule/index.pt
Marius pointed out that views have only read permissions,
so why show
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
We do not want to store aliases. They are evil for apidoc. Thanks to
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Changed some calls of
x.__repr__() to repr(x).
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ There are places in the
code where __traceback_info__ is assigned a tuple.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/checker.py
Unauthorized no-longer takes keyword arguments.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/i18n/locales/README.txt
convert to ReST
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Convert more text files to ReST.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/README.txt
fix typos
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Convert more text files to ReST.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/
Convert text files to ReST.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/
Make the ReST markup more consistent with other ReST in Zope 3.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ More
ReSTification and consistency changes.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/style/rest.css
minor style adjustment to keep the conventional behavior of <dt>
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Rearranged the security
apis, largely combining security policies and
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ More
ReSTification and consistency changes.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/changes.txt
remove ancient turd file
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py
Merged from trunk 26582:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/appsetup/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/appsetup/bootstrap.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/basicskin/standardmacros.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/broken/broken.py
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge ReSTification and
consistency changes from ZopeX3-3.0 branch.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/doc/style/rest.css minor style
adjustment to keep the conventional behavior of <dt>
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/changes.txt remove
ancient turd file
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/README.txt
update to match changes made to resolve a conflict on the trunk
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/
Merge Viktorija's r25356 from trunk: Template Page is now
universally
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/ Improved
documentation by adding some and converting it to ReST.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Converted
documentation to ReST and added some.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ Show the
field *class* instead of the *interface* of a property in an
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ When
browsing through the source tree using the "Class Documentation
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/bundle/ Upate to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/cache/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/fields.py
Fixed a typo. Removed trailing spaces.
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py
Converted module to ReST.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/browser/contents.pt
Link module titles to update menus on the left.
Stephan Richter
- [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/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Merged all
translations with i18nmergeall.py
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/zope.pot
POT file updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/
Merged all translations with i18nmergeall.py
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/apidoc/classmodule/
Added a list of known subclasses to the apidoc class
information page.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/annotation/ Added
__nonzero__ method to annotations, so we can quickly test
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/browser.py
Fixed the SystemError when the user tries to view all
subclasses of Persistent
Marius Gedminas
- [Zope3-checkins] Su sitio en Internet $100.000 anuales
Hosting Internet
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/ Fix the DAV
breakage introduced by r26364.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dav/
Merge r26634 from trunk: Fix the DAV breakage introduced by r26364.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/expressions.py -
remove crufty use of the types module
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pagetemplate/engine.py
- remove crufty use of the types module
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pagetemplate/tests/test_engine.py
clean up some boilerplate
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/tim-doctest/ made a copy
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/p Start to
distinguish between trusted and untrusted page templates.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: ldapauth/trunk/browser/principals.p Fix ldap
user (contents) view
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/ Added test LDAP adapter and
view for to test the LDAP connection
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/ Rename all views,
adapters and interface for to test the LDAP
connection to "check...". This way we don't mixup the naming
with the real test stuff
Roger Ineichen
- [Zope3-checkins] Undeliverable Mail
Postmaster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/ Cleaned up
gratuitous XXX'es in the zope.app.mail package.
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Added
transaction rollback when one or more widgets errors occur in
the edit view. Includes a functional test.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/form/browser/
Merged r26649 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/branches/tim-doctest/ Removing
tim-doctest branch.
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/delivery.py
IDataManagers are now required to have a sortKey() method, afaik for
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/mail/delivery.py
sorry, tabs
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/mail/delivery.py
Merge r26653 and r26654 from trunk: IDataManagers are now required
Philipp von Weitershausen
- [Zope3-checkins] SVN: ldapauth/trunk/ Added more tests in the check
view
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pagetemplate/ - add
tests for trusted and untrusted path:modules/... expressions
Fred L. Drake, Jr.
- [Zope3-checkins] Re: fool in order to
Molly
- [Zope3-checkins] SVN: Zope3/trunk/releases/ZPT/ Metadata for a
separate Zope Page Templates release.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: ldapauth/trunk/ Added interface ILDAPManager
for to manage principals
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/browser/ Rename principal
source views and templates in browser package to source.*
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/browser/ Added Manager view
for to edit principals
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Added (back) a
getObject _proxy module method to unproxy an object only if it
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testing/doctestunit.py
Added a new invert_src function (may end up renaming this later)
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/annotation/__init__.py
Exported additional interface
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/securitypolicy/ -
Fixed a bug (actually a missfeature). It wasn't possible
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Documented
changes.
Jim Fulton
- [Zope3-checkins] SVN: ldapauth/trunk/source.py Fix iterator method
__iter__(self), return iter(self.keys())
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/browser/ Added LDAP server
synchronisation view
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/browser/source.py Change
__used_for__ interface to ILDAPManager
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/browser/principal. Replace
principal.gif with principal.png
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/server/ FTP log records
now outputs in the common log format
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/server/
Merged changes from trunk revision 26676
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/pythonexpr.py
separate the compilation step from the rest of the initialization so
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/debugskin/unauthorized.pt
Added details to debugging view
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/exception/browser/unauthorized.pt
Removed any details from normal public view.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/management.py
Added a debugging api to restore the last interaction.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/security/_zope_security_checker.c
Changed to include permission in Unauthorized errors, as was done in
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testing/doctestunit.py -
fix typo in warning message
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/ Implemented a restricted
Python interpreter for TALES expressions.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/DEPENDENCIES.cfg add
new dependency (from zope.app.pagetemplate)
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: ldapauth/trunk/interfaces.py ldap_principal
holds all the necessary information.
root
- [Zope3-checkins] SVN: ldapauth/trunk/interfaces.py ldap_principal
holds all the necessary information.
Ãvrard Nicolas
- [Zope3-checkins] SVN: ldapauth/trunk/interfaces.py ldap_principal
holds all the necessary information.
cvs-admin at zope.org
- [Zope3-checkins] SVN: ldapauth/trunk/interfaces.py ldap_principal
holds all the necessary information.
Ãvrard Nicolas
- [Zope3-checkins] SVN: ldapauth/trunk/interfaces.py ldap_principal
holds all the necessary information.
Jim Fulton
- [Zope3-checkins] SVN: ldapauth/trunk/tests/test_ Completed the
tests on pluggableauth integration (authenticate). Added a
ÃÂvrard Nicolas
- [Zope3-checkins] SVN: ldapauth/trunk/ Added "modlist.addModList" to
FakeLDAP.
ÃÂvrard Nicolas
- [Zope3-checkins] SVN: ldapauth/trunk/ Added a search scope
vocabulary
Roger Ineichen
- [Zope3-checkins] SVN: ldapauth/trunk/ Fixed eol and a wrong date in
the copyright notice.
Nicolas ÃÂvrard
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.
CheckerPublic should always have a permission
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/permission.py
'==' changed to 'is' for CheckerPublic
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Removed unused
imports
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/
CheckerPublic permission id should always success
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/security/permission.py
Merged changes from trunk revision 26695
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Merged changes from trunk revision 26696
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/browser/configure.zcml
Changed incorrect permission.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Container contents
view handles zope.View and zope.app.dublincore.view
permissions correctly. Ftests included.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Merged r26700 and r26701 from trunk.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Implement untrusted
traveral for page templates.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged from branch:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/i18n/interfaces/locales.py
Correct order of keyword arguments.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Make request.locale
and all locale objects usable in security-
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
Fix typo and use a boolean
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merge
r26706 through r26708 (incl.):
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/testing/doctestunit.py
Merged from branch:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/annotation/__init__.py
Merged from branch:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/testing/doctestunit.py
Merged r26686 from trunk.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/container/ftests/test_view_permissions.py
fix line endings, and make them stay fixed
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CHANGES.txt
Merged from trunk
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/exception/browser/unauthorized.pt
Merged from trunk
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/management.py
Merged from trunk
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c
Merged from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt added note about
page template security changes
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Merged from trunk:
Support for untrusted page templates.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/copypastemove/
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/debug/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt describe the
TALES path expression that mistakenly escaped without a
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/debugskin/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Merge revisions
26722, 26726 from trunk.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dependable/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dtmlpage/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testing/doctestunit.py
Changed to make test selection work.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/testing/doctestunit.py
Merged from trunk:
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dublincore/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/errorservice/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/event/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/documenttemplate/
Shifted responsibility for compiling python exprs to templates
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/exception/ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/ZConfig/ Remove messy ZConfig;
about to get a fresh version from the ZConfig "project".
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/ZConfig/ Copied ZConfig
revision 26739 from the ZConfig trunk.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/ZConfig/ Remove
messy ZConfig;
about to get a fresh version from the ZConfig "project".
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/ZConfig/ Copied
ZConfig revision 26739 from the ZConfig trunk.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/externaleditor/
Update doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/filerepresentation/interfaces.py
Update doc string to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/folder/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/fssync/ Update doc
strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/sqlscript/dtml.py
Updated to reflect dtml changes
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ftests.py
De-<script>-ified tst.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Removed the
special treatment of exception classes. Previously, we
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ Now
checkPermission is truly guaranteed to return True if
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged changes from trunk revision 26753
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/zptpage/zptpage.py
Removed duplicate property definition
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/zptpage.py
Merged changes from trunk revision 26755
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/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/
Translations merged with i18nmergeall.py
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/class_index.pt
New translation slot added
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/class_index.pt
Added translation slot
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/ POT
file updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/
Translation merged with i18nmergeall.py
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/interfaces.py
Typo.
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/architecture.txt
add a note about z.a.pagetemplate using different engines to
implement
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt
Merge 26768 from trunk.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/i18nfile/i18nfile.py
Removed unused import
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/i18nfile/i18nfile.py
Merged trunk revision 26773
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ For methods
getPythonPath now returns the class path
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/
Merged changes from trunk revision 26775
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/
apidoc/tests.py tests all working again
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/
Merged changes from the trunk revision 26777
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/site/browser/ Tools
management forms now carefully handle situation when
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/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Translation
merged with i18nmergeall.py
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/site/browser/
Merged changes from trunk revision 26779
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/zope.pot
POT file updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/
Translations merged with i18nmergeall.py
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/ Moved forbidden and
unauthorized exception definitions to
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/
Merged from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/__init__.py
Refactored CustomWidgetFactory.__init__.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/
Updated RadioWidget to add <label> elements around <input
type="radio" ...>
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/interfaces.py
Removed use of ZopeError as base for Forbidden and Unauthorized.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/interfaces.py
Merged from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Got rid of (the
pointless) ZopeError.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/dut.py Change test boilerplate so
that doctest modules are callable from
Philipp von Weitershausen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/add.pt
Removed duplicate 'action' attribute
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/container/browser/add.pt
Merged changes from trunk revision 26803
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c
add missing copyright and license statement
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ update
package metadata for new extension modules
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge revision 26809
from the ZopeX3-3.0 branch.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ move the
extension metadata to the right files
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge revision 26811
from ZopeX3-3.0 branch.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ftests/test_ Update
doc strings to ReST
Phil Ruggera
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Update doc strings
to ReST
Phil Ruggera
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/generations/generations.py
Fix a spelling error in a test. Someone fixed a spelling error
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/security/untrustedinterpreter.txt
Added a written definition of a "trusted interpreter"
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Refactored
untrusted-python support:
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py
Merged from trunk
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py
Ugh, fixed the error message to go with the tests.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/untrustedinterpreter.txt
Merged from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/itemswidgets.py
whitespace normalization
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
Made str of requests available.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Added untrusted dtml
support
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/configure.zcml
Merged from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ Merged
from trunk
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/ Merge
theuni's r25886 from trunk:
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py Added
'{arch}' to the list of directories that are never traversed while
Steve Alexander
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
Merge revision 26831 from the Zope 3 trunk:
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0b2/ Create tag for the
ZopeX3 3.0.0b2 release.
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0b2/ Remove tag for
broken release.
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/DEPENDENCIES.cfg
fix dependency information
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0b2/ Create tag for the
ZopeX3 3.0.0b2 release (second try).
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/doc/CHANGES.txt fix
typo
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt fix typo
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/fields.py
Fixed spacing in docstring.
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
improve support for additional revision control systems
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py Merge
revision 26851 from the ZopeX3-3.0 branch:
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/ testing
that assert statements are triggered does not work when running with
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge revision 26859
from the ZopeX3-3.0 branch.
Fred L. Drake, Jr.
Last message date:
Fri Jul 30 17:04:10 EST 2004
Archived on: Mon Oct 9 10:37:38 EST 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).