March 2005 Archives by date
Starting: Tue Mar 1 04:46:06 EST 2005
Ending: Thu Mar 31 20:23:26 EST 2005
Messages: 217
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt
another windows fix
Dominik Huber
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/interface/common/mapping.py
Specify more (all?) of the standard mapping interface,
taking care not to
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/pytz/ Make utc picklable and
efficiently unpicklable. Docs and tests. Stuart
Gary Poster
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/zopepublication.py
Fixed little buglet.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/browser/me
Activated icon attribute in menu directives.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Initial cut at a menu
demonstration, including sub-menus and icons.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/tests.py
Fixed a test failure that would only occur if you ran unit
and functional
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dav/tests/test_propfind.py
Added a test for PROPFIND with empty body request, which should be
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Account for adapter (read: IDavSchema) that doesn't fully implements
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/demo/menu/menudemo.css
Fixed CSS a bit more.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Account for adapter (read: IDavSchema) that doesn't fully implements
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Account for adapter (read: IDavSchema) that doesn't fully implements
Sidnei da Silva
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/menu/menu Some
more small improvements.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Account for adapter (read: IDavSchema) that doesn't fully implements
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/menu/ Added sub
menu hint.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/tests.py
Okay, I think I finally killed that test failure.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 317 by setting the
base when rendering a ZPT Page.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 352.
Stephan Richter
- [Zope3-checkins] Re: SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Account for adapter (read: IDavSchema) that doesn't fully implements
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/site.zcml Forgot to
change skel ZCML.
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/zptpage/tests/test_zptpageeval.py
Forgot to fix a test.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ I tried to address issue 348,
but you simply cannot have the info you
Stephan Richter
- [Zope3-checkins] SVN: Zope3/branches/jim-wf/src/ Merged Gary's
changed from trunk.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 360 by basically
following Jim's suggestion.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 371.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 345
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/branches/jim-wf/src/zope/app/error/browser/configure.zcml
Require ManageServices to get errors action.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/jim-wf/src/zope/wfmc/process.py
Allowed workflow and application data to be accessed via getitem as
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt Delete issue from
lsit, because I could not reproduce it.
Stephan Richter
- [Zope3-checkins] SVN: ldapauth/trunk/source.py Fixed an issue with
LDAPPrincipalSource.__connect(): if a cached
Derrick Hudson
- [Zope3-checkins] SVN: Zope3/trunk/src/ Prepare to stitch in current
ZODB trunk.
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/src/ Stitch in current ZODB trunk.
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/INSTALL.txt Updated
zwiki's INSTALL.txt to talk about package-includes instead of
Derrick Hudson
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/metaconfigure.py
Bugfix,
use layer attribute in defaultView's discriminator instead of type
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/ Updated schema
package's README.txt fiel and made it a doctest. The
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added a note
about capi to changes.txt.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/bugtracker/I18N.txt Enumated
list in reStructuredTest should begin with 1, not 0
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/__init__.py
IViewFactory is now in 'bbb'
Egon Frerich
- [Zope3-checkins] Re: SVN: Zope3/trunk/doc/CHANGES.txt Added a note
about capi to changes.txt.
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/__init__.py
back out last change
Egon Frerich
- [Zope3-checkins] RE: SVN: Zope3/trunk/doc/CHANGES.txt Added a note
about capi tochanges.txt.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Remove the aliasing of
`zope.component` to `capi` as dicussed in
Philipp von Weitershausen
- [Zope3-checkins] Re: SVN: Zope3/trunk/doc/CHANGES.txt Added a
note about capi to changes.txt.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/interface/common/sequence.py
Add some useful sequence sub-interfaces.
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/
zope.app.form.utility setUpEditWidgets, when given a source
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Add note about
changes to zope.app.form.utilities
Gary Poster
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css
Changed color of the header area in the onlinehelp
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/skintools/ Added new
package skintools.
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/skintools/ Added
skintools packages
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/skintools/ Added
skintools packages
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/boston/ Added
initial implementation
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/package-includes/zope.app. Added
configure.zcml for zope.app.skintools and zope.app.boston
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added svn:keyword Id
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/browser/
fix the way the skins and layers modules are injected into
the namespace
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/location/pickling.py
locationCopy docstring uses a single backslash (in ASCII art).
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Remove
LocationProxy from the EditView, EditWizardView and DisplayView.
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/demo/widget/interfaces/intwidget.py
Correct description of constraint
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Untabified and
cleaned up some templates. There are several more in
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Clarified the bevhavior of the
FTP server methods in the interface per
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/browser/template.pt
Made the Boston skin work in Firefox 1.0.
Marius Gedminas
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/boston/browser/template.pt Made the
Boston skin work in Firefox 1.0.
Stephan Richter
- [Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/boston/browser/template.pt Made the
Boston skin work in Firefox 1.0.
Fred Drake
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/browser/template.pt
add a comment explaining that the separate end tag for <script> is
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/metaconfigure.py Fixed typo.
Benji York
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/widget.py
Removed dependency on testing support.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/traversing/adapters.py
Now raising TraversalError if __getitem__ fails with KeyError.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/locales/__init__.py
Changed assertions to raise ValueError on bad input.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/security/untrustedpython/builtins.py
Ignoring missing attributes in __builtins__. I'm running into
a case where 'copyright' isn't in __builtins__ (using py2exe)
and it seems reasonable to let this and other cases of
missing builtins pass.
Garrett Smith
- [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/ Using new
UtilityVocabulary package rather than deprecated.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Using
newUtilityVocabulary package rather than deprecated.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/configure.zcml
Removed zope.app.modules from z/a/configure.zcml. There are
some dependecies by other packages on zope.app.module so I'm
leaving the package in place.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/ Fix accessor
field query method; add tests for get, query, and set.
Gary Poster
- [Zope3-checkins]
SVN: Zope3/trunk/package-includes/zope.app.module.fssync-configure.zcml
Deleted zope.app.module related config file from package-includes.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Modified decorator
security checker to work with security proxied objects. This
allows LocationProxies to wrap security proxied objects and
behave themselves wrt Zope security. See doctest for examples.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/z3checkins/
Removed/downgraded all XXXs in z3checkins.
Gintautas Miliauskas
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/browser/auth.py
Login/Logout labels are translatable again.
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/browser/login_failed.pt
Messages about cancelled login procedure are now properly
translated.
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/ Added support for removing a
principal from a principal registry. We're using this to
update principal info (via replace) for a management tool
that lets an admin change his or her login/password without
reprocessing ZCML.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Added support for removing a
principal from a principal registry. We're using this to update
principal info (via replace) for a management tool that lets an
admin change his or her login/password without reprocessing ZCML.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Added support for removing a
principal from a principal registry. We're using this to update
principal info (via replace) for a management tool that lets an
admin change his or her login/password without reprocessing
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/authentication.py
bugfix, added context to queryUtility used for nested sites setup
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/ Backed out `removePrincipal` --
needs more discussion.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/s Moved security policy settings
into securitypolicy.zcml out of
z/a/securitypolicy/configure.zcml. There's a BIG FAT TODO
here, which I'll add to the collector,
to handle migration of existing Zope instances. I'm not sure what the
right solution is, but hopefully we can get a discussion going.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Added the HTTP request recorder,
which lets you inspect raw HTTP requests and
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/ Added support for removing a
principal from a principal registry. We're using this to update
principal info (via replace) for a management tool that lets an
admin change his or her login/password without reprocessing
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Added support for removing a
principal from a principal registry. We're using this to update
principal info (via replace) for a management tool that lets an
admin change his or her login/password without reprocessing
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Re-implemnted menus. This allows
us to define custom menu implementations
Stephan Richter
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/browser/auth.py
Default value has been added for 'translate' call
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/ Widget
error messages has been made translatable
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/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/jim-wf/src/zope/wfmc/process.py
Fix WorkflowData.get() and refactore the access on the
workflowRelevantData using the get() instead of the low level
getattr() + trailing whitespaces removals
Julien Anguenot
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/textwidgets.py
avoid code duplication
Fred L. Drake, Jr.
- [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 POT
file into all languages. Started updating the German
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Moved the marker
interface for content to be published as pages to a
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content_types.py add
two new extensions:
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zwiki/configure.zcml fix
indentation
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/security/ No longer
re-proxying objects that provide an explicit __Security_checker__.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/interfaces.py
fix typo
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/ZConfig/datatypes.py Removed
special handling of default server on Windows. Added XXX in
the hope someone will take a closer look at this. Corresponds
to issue 383.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Added a
simplified API for registering global subscription adapters.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/ru/LC_MESSAGES/zope.
Russian translation updated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/tseaver-z3_in_z28/ - Create a
"zope package only" branch for inclusion in Zope 2.8.
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/tseaver-z3_in_z28/src/zope/
Remove packages which were not actually part of the X3 3.0.0
release.
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/tseaver-z3_in_z28/src/ Remove
packages which were not actually part of the X3 3.0.0 release.
Tres Seaver
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0-Zope-2.8/ Create tag
for cut-down ZopeX3 3.0.0 as used in Zope 2.8.
Tres Seaver
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0-Zope-2.8/ Not yet
ready.
Tres Seaver
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0-Zope-2.8/ Try again.
Tres Seaver
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/browser/login_failed.pt
Changes inspired by I18n style guide
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/ftests/test_introspector.py
remove redundant test of the introspector
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/
add support for interfaces directly provided by objects to
the introspector
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/ZConfig/datatypes.py Backed
change out of ZConfig. May end up moving it back via a
ZConfig checkout, but needs some discussion.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/testing/test.py
added Darcs meta-directory to the list of directories skipped when
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/browser/file_
Translation slots added
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/form/browser/itemswidgets.py
Whitespaces removed
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/browser/
Utility registration details has been made translatable
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/locking/README.txt -
remove redundant import
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/README.txt
fix inconsistency in ReST markup
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/styleguide/css/index.html
fix some usage nits
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/server/http/publisherhttpserver.py
Added workaround for issue 383.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pagelet/ Fix
permission for pagelets
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pageletchooser/collector.py
Fix permission for pagelets
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/pagelet/ Fix
permission for pagelets
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/demo/pageletchooser/browser/configure.zcml
Fix permission for pagelets
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/skintools/ Added
more skintools for Boston skin
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/boston/ Move
registred pagelets from package slots to pagelets
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/pagelets/img/expand.gif
Move registred pagelets from package slots to pagelets
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/boston/pagelets/
Move registred pagelets from package slots to pagelets
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/boston/slots/ Delete
old files. This files are located in zope.app.boston.pagelets now
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tree/TODO.txt Added
TODO,
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/schema/tests/test_vocabulary.py
Test for SimpleTerm.title added
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Added
provideHandler and handle apis. Also fixed some other
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/
Disabled a couple of tests that fail when run as part of the
Zope 2.8
Stefan H. Holek
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/server/http/tests/test_httpserver.py
Fixed an import glitch.
Stefan H. Holek
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/testing/functional.py
no need to pass None as the second arg of dict.get()
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/README.txt
make this format reasonably in the online help
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/ Ok, it's time to bugfix since
the release get much more important ; -)
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/ Changed
svn:props
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/recorder/README.txt
Directive for server corrected
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/principalfolder.txt
editorial work
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/widget/ Added
more widgets and find out the issuse:
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/widget/ Added
svn:keyword Id
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/introspector.
The introspector now removes all the proxies from the object
before getting
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py
The class browser now removes the security proxy before getting
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Internationalizing
site-management.pt and german translation
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/de/LC_MESSAGES/zope.mo
german translation
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/
Translationfiles updated
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/widget/browser/
Correct permission
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Don't
unconditionally add Content-Length header in
HTTPResponse.getHeaders().
Bjorn Tillenius
- [Zope3-checkins] SVN: Zope3/trunk/ Merged from ZopeX3-3.0 branch:
Bjorn Tillenius
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tree/ Make the
static tree recognize the permissions.
Roger Ineichen
- [Zope3-checkins] SVN: zdaemon/trunk/tests/testzdrun.py Account for
legitimate socket errors on Mac OS X.
Chris McDonough
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tree/browser/ Bugfix:
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/ Bugfix Rotterdam, xmltree,
statictree:
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/recorder/__init__.py
It's less error-prone to use instance attributes instead of
class attributes
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/component.py
Not all classes which provides IFactory have a '_callable'
attribute.
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ Added
substitution for 'Id' keyword
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/component.
New translation slots added
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/extract.py
Now paths in location comments should be always '/'-separated
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue #334: Failing
RuntimeInfo tests
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/utility.py
Fixed long line.
Benji York
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/locales/de/LC_MESSAGES/zope.
German translation updated
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/doc/TODO.txt Adde a very
important issue (380) to the TODO list for release 3.1
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/configure.zcml Bugfix:
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added virtual host
support for the static tree
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py
Bugfix: Added missing import
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/extract.py
'zope' is default translation domain
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/ Set substitutions
for 'Id'
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/tal/tests/test_talinterpreter.py
Whitespaces removed
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/contained.py Typo
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Bring back the xmltree with
virtual host support
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added new
feature: virtual host support for xml and static tree
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/extract.py
Now multiline default values generate correct comments in POT file
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/fssync/ fix
missing import reported on zope3-dev; added tests
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/trunk/ get_transaction() is officially
deprecated in ZODB 3.4.
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/ft.py Line up whitespace in
comment.
Tim Peters
- [Zope3-checkins] SVN: Zope3/tags/before-pau-refactor/ Tag before
PAU refactor.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor of pluggable
authentication. See CHANGES.txt for more information.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/overrides.zcml.in Zope would not
start, since a comment was not closed correctly.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor of
pluggable authentication. See CHANGES.txt for more information.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor
of pluggable authentication. See CHANGES.txt for more information.
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/
Removed factory methods from authenticators. The PAU is now
using the factory adapters directly.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor
of pluggable authentication.See CHANGES.txt for more information.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Moved package config imports out
of includes dir and into configure.zcml.
Garrett Smith
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor
of pluggable authentication.See CHANGES.txt for more information.
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor of pluggable
authentication.See CHANGES.txt for more information.
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/ Refactor of pluggable
authentication.See CHANGES.txt for more information.
Garrett Smith
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_form.py
fix test call
Egon Frerich
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/testing/functional.py
Factored out the heuristics of choosing a request and
publication type into
Albertas Agejevas
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue #387: apidoc and
Cookie
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/class_.py
Code cleanup
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/ Stop
using the deprecated get_transaction().
Tim Peters
- [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.0-Zope-2.8/src/zope/app/
Repair some transaction imports.
Tim Peters
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/publication/tests/test_zopepublication.py
Needs to import transaction.
Tim Peters
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py
Needs to import transaction.
Tim Peters
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/generations/browser/managers.py
Brrrr. An evil doctest depended on significant trailing
whitespace in the .py file.
Tim Peters
- [Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/app/mail/delivery.py
Change MailDataManager to implement the actual IDataManager
interface.
Tim Peters
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0-Zope-2.8-a2/ Tag of
Zope3/branches/ZopeX3-3.0.0-Zope-2.8
Tim Peters
- [Zope3-checkins] SVN: Zope3/trunk/setup.py Ignore version control
files
Sidnei da Silva
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/groupfolder.
Fixed a bug in computation of the id in principalInfo.
Jim Fulton
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/schemacontent/browser/configure.zcml
Remove old style registration for adding "Content Component
Definition"
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/browser/site_management.pt
Fix line endings that were converted to CRLF in r29578 and
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/ Removed IAuthentication2 in
favor of adapting IAuthentication to ILogout.
Garrett Smith
Last message date:
Thu Mar 31 20:23:26 EST 2005
Archived on: Thu Mar 31 20:23:26 EST 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).