[Zope-Checkins] SVN: Zope/branches/ajung-zpt-integration/lib/python/OFS/content_types.py replaced with aliases to the Z3 implementation

2005-12-10 Thread Andreas Jung
Log message for revision 40674: replaced with aliases to the Z3 implementation Changed: U Zope/branches/ajung-zpt-integration/lib/python/OFS/content_types.py -=- Modified: Zope/branches/ajung-zpt-integration/lib/python/OFS/content_types.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/content_types.py replaced with aliases for Z3 methods

2005-12-10 Thread Andreas Jung
Log message for revision 40675: replaced with aliases for Z3 methods Changed: U Zope/trunk/lib/python/OFS/content_types.py -=- Modified: Zope/trunk/lib/python/OFS/content_types.py === --- Zope/trunk/lib/python/OFS/content_ty

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/ - cleaned up the code for uploading new content

2005-12-10 Thread Andreas Jung
Log message for revision 40676: - cleaned up the code for uploading new content - hopefully fixed all encoding problems - other fixes Changed: U Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/ZPT.py U Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/pt/ptA

Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/content_types.py replaced with aliases for Z3 methods

2005-12-10 Thread Sidnei da Silva
On Sat, Dec 10, 2005 at 10:54:11AM -0500, Andreas Jung wrote: | Log message for revision 40675: | replaced with aliases for Z3 methods | -def add_files(filenames): The add_files method is also used by the 'mime-types' zope.conf directive handler. -- Sidnei da Silva Enfold Systems, LLC. http:/

[Zope-Checkins] Re: SVN: Zope/trunk/lib/python/OFS/content_types.py replaced with aliases for Z3 methods

2005-12-10 Thread Philipp von Weitershausen
Sidnei da Silva wrote: > On Sat, Dec 10, 2005 at 10:54:11AM -0500, Andreas Jung wrote: > | Log message for revision 40675: > | replaced with aliases for Z3 methods > > | -def add_files(filenames): > > The add_files method is also used by the 'mime-types' zope.conf > directive handler. Yes. As

Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/content_types.py replaced with aliases for Z3 methods

2005-12-10 Thread Andreas Jung
I know. I will clean this mess up today...the tests are also btw. borked... -aj --On 10. Dezember 2005 22:08:58 -0200 Sidnei da Silva <[EMAIL PROTECTED]> wrote: On Sat, Dec 10, 2005 at 10:54:11AM -0500, Andreas Jung wrote: | Log message for revision 40675: | replaced with aliases for Z3 me