Re: [Zope3-dev] Odd functional test failure (testModuleListView)

2005-04-03 Thread Stephan Richter
the zope.app.preference tests too. Mmmh, I have to dig a while to figure out what's going on. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing

Re: [Zope3-dev] Fixing bugs

2005-04-04 Thread Stephan Richter
branch will be enough, simply because we cannot require Zope 3 developers to test Zope 2 stuff as well. It will be the job of the Five integration people to port all changes to the other branch. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k

Re: [Zope3-dev] Re: SVN: Zope3/trunk/ - Implemented a generic user preferences system.

2005-04-06 Thread Stephan Richter
On Monday 04 April 2005 14:57, Florian Lindner wrote: There is a small typo in the README.txt: [EMAIL PROTECTED] ~/Zope3/src/zope/app/preference $ svn diff README.txt Fixed in revision 29893. BTW, you should really get checkin rights. :-) Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-dev] Test Failures when running tests with -N 2

2005-04-10 Thread Stephan Richter
On Saturday 09 April 2005 21:20, Tim Peters wrote: [Stephan Richter] I have removed all unit test failures when running the test runner with -N 2, Really?  You don't see the new failure I reported here yesterday? That's got nothing to do with -N, though:     http://mail.zope.org

Re: [Zope3-dev] httpdoc problems

2005-04-13 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev

Re: [Zope3-dev] Test Failures when running tests with -N 2

2005-04-13 Thread Stephan Richter
(text, category, and line number) ever raised in M.  If M goes away, so does the record of the warnings it raised. Another reason to write doc tests. :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

Re: [Zope3-dev] Re: HTTP 405: Method Not Allowed

2005-04-13 Thread Stephan Richter
a bit harder. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

Re: [Zope3-dev] bug in workflow/stateful/instance.py ?

2005-04-13 Thread Stephan Richter
On Saturday 02 April 2005 10:51, Markus Leist wrote: If you can provide a test, I check it in. The test is always what takes time. :-):-) hope, it's ok in  this kind? Fixed in revision 29960. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student

Re: [Zope3-dev] release numbering

2005-04-20 Thread Stephan Richter
, and I think this still holds. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http

Re: [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/doc/security/SecurityTarget.txt - removed rst document in favor of latex

2005-04-20 Thread Stephan Richter
and they want nicely layouted pages, which I think they have a right to demand. ReST can just not provide that, but LaTeX can. Also, for simple (in terms of layout) documents like this, they are still readable in LaTeX source form. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S

Re: [Zope3-dev] release numbering

2005-04-20 Thread Stephan Richter
without Zope 2 mixed in. So for that time period (until Zope 2 coded is gone) we need two names for Zope 3 anyways. Maybe the X will eventually evolve to represent pure (like X - no Zope 2 here). :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student

Re: [Zope3-dev] Building standalone ZPT from Zope 3 using zpkgtools

2005-04-21 Thread Stephan Richter
a package you can use plain setup.py. However, I think Makefile is just a frontend for the setup.py calls anyways. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Building standalone ZPT from Zope 3 using zpkgtools

2005-04-21 Thread Stephan Richter
On Thursday 21 April 2005 08:02, Chris Withers wrote: So, what you're saying is that this is a command line option to zpkg? If I remember correctly, yes. :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design

Re: [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration/src/zope/app/server/ Reimplemented common access log using Twisted's log framework. It uses our

2005-04-21 Thread Stephan Richter
')        self.logger = logger Twisted has its own logging framework and the Twisted Web server logs to this framework and not the standard Python one. So we have to hook into it, which this code exactly does. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics

Re: [Zope3-dev] Absolute URLs and Named vs. Unnamed Adapters

2005-04-21 Thread Stephan Richter
be very useful, especially for a big project like Ubuntu. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org

Re: [Zope3-dev] Building standalone ZPT from Zope 3 using zpkgtools

2005-04-25 Thread Stephan Richter
On Friday 22 April 2005 10:18, Martijn Faassen wrote: Stephan Richter wrote: [snip] I think of zpkgtools as a prototype for extensions that are necessary for distutils. Is it the Zope project's job to extend distutils, though? I mean, developing something new is nice, but there's a lot

Re: [Zope3-dev] site.zcml (ftesting.zcml) extension

2005-04-25 Thread Stephan Richter
 'a.x' cant register any view to 'b_views' because the menu does not exists yet. I am pretty sure we had a solution for this problem already. I think you simply do: include file=a-configure.zcml inside b-configure.zcml in package-includes. Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-dev] site.zcml (ftesting.zcml) extension

2005-04-25 Thread Stephan Richter
alphabetical order. I said to write in a-configure.zcml: configure include file=b-configure.zcml / include package=apps/a / /configure This used to work. I really do not want to add yet another layer, because it will never end. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S

Re: [Zope3-dev] site.zcml (ftesting.zcml) extension

2005-04-25 Thread Stephan Richter
On Monday 25 April 2005 11:08, Dominik Huber wrote: Stephan Richter wrote: On Monday 25 April 2005 09:03, Dominik Huber wrote: Problem: A framework package 'b.x' registers a dedicated menu 'b_views'. A package 'a.x' using 'b.x' should be able to register menu items refering 'b_views

Re: [Zope3-dev] Input widgets do too much

2005-04-25 Thread Stephan Richter
in 3.1. As long as some of the very critical bugs get fixed in the trunk, I am not inclined moving forward with 3.1 anyways. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Issue 301

2005-04-28 Thread Stephan Richter
, let's not backport this bug fix. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http

Re: [Zope3-dev] Issue 301

2005-04-29 Thread Stephan Richter
On Friday 29 April 2005 09:38, Dmitry Vasiliev wrote: Ugh... Seems like the test29.html was wrong. Yes, I agree with your assessment! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] lxml / elementtre inclusion

2005-05-06 Thread Stephan Richter
. Maybe we will later be able to convince the developers to dual-license it for us. They do not have that many contributors. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Persistent Cache?

2005-05-07 Thread Stephan Richter
. Did you write your own cache or use the RAM cache coming with Zope 3? Note that the interface for a caching utility is really easy, so it should be no problem to implement a file, ZODB or SQL cache. Note that I would write a ZODB cache myself. Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-dev] Re: SVN: Zope3/trunk/src/zope/app/ Removed all cases of bogus use 'i18n:translate'

2005-05-07 Thread Stephan Richter
to a conclusion. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman

Re: [Zope3-dev] Re: MessageID's automatic translation in TAL

2005-05-08 Thread Stephan Richter
that goes through the proposal process first. Also, please note that it is *very* difficult to implement new attributes in TAL, so someone would have to sign up implementing this; it would certainly not be me. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope3-dev] tal:replace=default question

2005-05-13 Thread Stephan Richter
branch. Dimitry recently did some other great bug-fixes in TAL that need back-porting to Zope 2. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Re: [Zope3 / ECM] : Project launched !

2005-05-17 Thread Stephan Richter
in production. It might not be what you want, but I am pretty sure it has solved some tricky problems already. It also follows all the Zope 3 coding guidelines (as far as I can tell), including doctests. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k

Re: [Zope3-dev] events: getting the context of objects

2005-05-20 Thread Stephan Richter
it has not been added to anything. You really want to listen to the ObjectAddedEvent, which is triggered when an object is added to a container. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Issue 316 -- Zope3X test.py truncates path with dir=

2005-05-26 Thread Stephan Richter
On Wednesday 25 May 2005 17:11, Stéphane Brunet wrote: Which bug (or task) do you suggest me to investigate ? (something  not too obscure... ) I think the following bugs would be good to look at: 302, 296, 298, 397 Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts

Re: [Zope3-dev] Re: Workflow UI?

2005-05-27 Thread Stephan Richter
, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-27 Thread Stephan Richter
-- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail

Re: [Zope3-dev] IService

2005-05-27 Thread Stephan Richter
troubles on the trunk? If so, that would be amazing! :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev

Re: [Zope3-dev] Re: Workflow UI?

2005-05-30 Thread Stephan Richter
of this on a very high level and its the system's task to keep integrety. But I have to play around with this some more, before I can see the full picture. Do you plan to add this to the zope.wfmc trunk ? eventually, I plan to put it into zope.app.wfmc. Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-dev] Python version

2005-06-05 Thread Stephan Richter
-- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

[Zope3-dev] Feature Freeze on Trunk

2005-06-18 Thread Stephan Richter
want to add. But as far as I know, noone but me and Michael (twisted integration) has something large in the pipeline. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] twisted integration? ( was Re: Feature Freeze on Trunk )

2005-06-18 Thread Stephan Richter
On Saturday 18 June 2005 15:23, Corey wrote: On Saturday 18 June 2005 12:09 pm, Stephan Richter wrote: snip noone but me and Michael (twisted integration) has something large in the pipeline. That sounds really cool - is there any material online where I can find more info regarding

Re: [Zope3-dev] Utility Registration was:RE: [Zope3-Users] pluggableauthentication utility

2005-06-23 Thread Stephan Richter
of the wizard via the Web and Python, which is very important to its success. For example, I think the new preference package is very powerful, since it makes it very simple to be used in Python, TALES and via Web pages. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts

[Zope3-dev] Re: Utility Registration was:RE: [Zope3-Users] pluggable authentication utility

2005-06-23 Thread Stephan Richter
Web UI needs some thinking. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org

Re: [Zope3-dev] zope.component.bbb.interfaces

2005-06-23 Thread Stephan Richter
is BBB? Anyways, any interface in the zope.component.bbb pacakge is deprecated and should not appear in the code anymore. If someone would like to do this cleaning, it would be great. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web

Re: [Zope3-dev] Traversal permission vs read permission

2005-06-23 Thread Stephan Richter
permission. This looks good. Note that trusted adapters aren't around that much, and noone has yet reviewed this code since the addition. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Updating the docutils package

2005-07-14 Thread Stephan Richter
the zope.app.render.rest module (simplification and removal of functionality now available upstream). Great! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Alternate schema types

2005-07-15 Thread Stephan Richter
On Tuesday 12 July 2005 11:01, Tres Seaver wrote: I'm attaching a diff which sketches what such a refactoring would look like.  Comments? I agree with Gary, we should not waste more time on zope.app.form, now that formlib is released. Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-dev] Sending patch

2005-07-15 Thread Stephan Richter
On Thursday 23 June 2005 23:14, Stéphane Brunet wrote: I also wanted to add a followup (with a small patch) to Issue 302 but I have not enough permissions to do that. How should I proceed ? Sorry for the delay, but could you send the patch via E-mail? Regards, Stephan -- Stephan Richter CBU

Re: [Zope3-dev] zope.app.appsetup

2005-07-15 Thread Stephan Richter
these functions. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3

Re: [Zope3-dev] Bug Tracker

2005-07-15 Thread Stephan Richter
can add new users using the queriables. 2. The way you can add new users to the user vocabulary is via the queriable UI as it is already implemented in the grant view. If you have questions, feel free to E-mail me. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts

Re: [Zope3-dev] Display widget registration missing?

2005-07-15 Thread Stephan Richter
On Wednesday 13 July 2005 05:35, Jan-Wijbrand Kolman wrote: Or is there a good reason for not having this registration for a display widget for set/vocabulary combinations? See issue 296. :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student

Re: [Zope3-dev] ServerControlForm.html / Restart, Shutdown does not work

2005-07-17 Thread Stephan Richter
, that seems strange. However, I propose not to fix the bug, since we will switch to Twisted in 3.2 and there it should definitely work. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Page Template oddity

2005-07-23 Thread Stephan Richter
documents. But that's beside the point. Thank god nothing is broken in PT. ;-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing

[Zope3-dev] Zope 3 Bug Day on Friday

2005-07-25 Thread Stephan Richter
! The more people we have, the faster it should be all done! :-) Note: I will lift the feature freeze on the trunk after the bug day and create a 3.1 branch! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

[Zope3-dev] mechtest-based README.txt

2005-07-26 Thread Stephan Richter
this as I am by looking at the demo. :-) mechtest URL: svn+ssh://svnzope/repos/main/Sandbox/zc/mechtest Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

[Zope3-dev] Re: [Zope3-Users] Re: what is standard_macros Zope 2.3?

2005-07-29 Thread Stephan Richter
On Friday 29 July 2005 08:26, Lennart Regebro wrote:         metal:use-macro=context/@@standard_macros/page         where can i find this standard_macros?. It's a standard part of Zope3... Defined in zope/app/rotterdam for the Rotterdam skin. Regards, Stephan -- Stephan Richter CBU

Re: [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/src/zope/wfmc/process.py Developed nicer, human-readable representations of several classes. Hope

2005-07-29 Thread Stephan Richter
:   object()   object object at 0xb7e71438 Nice convention. I keep that in mind. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list

[Zope3-dev] Zope 3 Repository State

2005-07-29 Thread Stephan Richter
an approved proposal online before the code can be checked into the trunk. Thanks for reading! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3

Re: [Zope3-dev] zope.testbrowser

2005-08-01 Thread Stephan Richter
need to write a proposal for the inclusion. We can discuss the Python version in it. I am writing a switch to Python 2.4 proposal right now, so you can reference it once its online. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web

[Zope3-dev] Migration to Python 2.4 Proposal

2005-08-01 Thread Stephan Richter
Hi, I just wrote a small proposal for the migration to Python 2.4: http://dev.zope.org/Zope3/MigrationToPython24 Please feel free to add any facts or analysis that I missed and comment on the proposal. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope3-dev] How to add Script Content type in Zope 3.0

2005-08-01 Thread Stephan Richter
might have better luck getting them working on the trunk. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev

[Zope3-dev] Release Issues

2005-08-01 Thread Stephan Richter
and I got a failure. This in itself is another issue, because the Zope 3 specific packages should override the general Python ones. Unfortunately I am stuck and do not know how to solve this. Anyone? Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student

Re: [Zope3-dev] Release Issues

2005-08-02 Thread Stephan Richter
-- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Re: [Zope3-dev] unittest failure in svn trunk

2005-08-04 Thread Stephan Richter
self.assert_(is_started, spawned process failed to start in a minute) File /usr/lib/python2.3/unittest.py, line 278, in failUnless     if not expr: raise self.failureException, msg AssertionError: spawned process failed to start in a minute I always ignore this one ;-) Regards, Stephan -- Stephan

Re: [Zope3-dev] unittest failure in svn trunk

2005-08-04 Thread Stephan Richter
On Thursday 04 August 2005 09:52, Julien Anguenot wrote: Wichert Akkerman wrote: Previously Stephan Richter wrote: I always ignore this one ;-) If it is something to be ignored shouldn't be disabled? Having a known failure in the unittests is kind of bad. Wichert. I doesn't fail

Re: [Zope3-dev] unittest failure in svn trunk

2005-08-04 Thread Stephan Richter
point I killed it). Good to know that the tests pass in a loop. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev

[Zope3-dev] New Proposals Online

2005-08-04 Thread Stephan Richter
, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive

Re: [Zope3-dev] Problem with zope.app.security._protections for tests

2005-08-08 Thread Stephan Richter
comment on it. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

Re: [Zope3-dev] Deactivate FTP server

2005-08-12 Thread Stephan Richter
On Friday 12 August 2005 08:41, Julien Anguenot wrote: Objections to deactivate the FTP server by default on the trunk ? +1 Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Zope3 forum

2005-08-16 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev

[Zope3-dev] Zope 3.1.0 RC 2 released!

2005-08-28 Thread Stephan Richter
The Zope 3 development team is proud to announce Zope 3.1.0 candidate 2. Zope 3 is the next major Zope release and has been written from scratch based on the latest software design patterns and the experiences of Zope 2. It is in our opinion that Zope 3.1 is more than ready for production use,

Re: [Zope3-dev] Re: Get a template resource object from code.

2005-08-28 Thread Stephan Richter
, queryAdapter expects an object that provides the layer interface. This object is usually known as the request. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] [i18n] first draft for an update of the glossary

2005-08-28 Thread Stephan Richter
this list to the I18n wiki. http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Internationalization Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] How to resolve bi-directionally navigable association?

2005-08-28 Thread Stephan Richter
,         required = False,         schema=IItem) but obviously that does not work, I cannot define one before the other. In IItem specify Interface as the schema. After you defined IUnit you can do something like: IItem.getDescriptionFor('unit').schema = IUnit Regards, Stephan -- Stephan Richter

Re: [Zope3-dev] How to proceed for user registration in zope3 framework

2005-08-28 Thread Stephan Richter
, however, I think it would be interesting to the Z3/ECM project. However, I don't know how I can help you get started with such a generic question. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] inherited security (and timezones)

2005-08-28 Thread Stephan Richter
-- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail

Re: [Zope3-dev] inherited security (and timezones)

2005-08-28 Thread Stephan Richter
-- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail

Re: [Zope3-dev] security problems with database adapters (second edition)

2005-08-28 Thread Stephan Richter
, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail

Re: [Zope3-dev] [i18n] first draft for an update of the glossary

2005-08-28 Thread Stephan Richter
a mail to you for getting superuser rights on the site.  It is really necessary? Jim, he needs to become a privileged user, so he can edit the wiki. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

Re: [Zope3-dev] Proposed widget/schema work for the Rivah sprint (Thursday and Friday this week)

2005-08-29 Thread Stephan Richter
and boring task for a sprint. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org

Re: [Zope3-dev] Proposed widget/schema work for the Rivah sprint (Thursday and Friday this week)

2005-08-29 Thread Stephan Richter
! This is definitely my favorite topic too. :-) I am glad we are on the same line. :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing

[Zope3-dev] Re: Bug in i18n timezones (was Re: [Zope3-Users] obtaining time zone from http request)

2005-08-30 Thread Stephan Richter
put it in zope.i18n somehow. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org

Re: [Zope3-dev] catalog 'all documents' abstraction

2005-08-31 Thread Stephan Richter
. The better pattern is: Have a subscriber to your event E that sends out another event notification for (E, E.obj). Then you have many subscribers to the latter pair. Note that we are already doing this for object events. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts

Re: [Zope3-dev] how-to fool XML-RPC publisher

2005-08-31 Thread Stephan Richter
that zope.schema enforces unicode also. So my exposed methods would start with converting all necessary parameters to unicode. If this is not done, I would consider it even to be a Zope 3 bug. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web

Re: [Zope3-dev] how-to fool XML-RPC publisher

2005-08-31 Thread Stephan Richter
this yet though). Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

Re: [Zope3-dev] Re: XML header and TAL interpretor

2005-08-31 Thread Stephan Richter
the majority market share and we cannot be ignorant about it. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev

Re: [Zope3-dev] TALES namespace names cannot contain '-'

2005-09-01 Thread Stephan Richter
don't think so. If the directory the code is in has any TXT files you might want to read through them making sure that the characters are not mentioned anywhere. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

Re: [Zope3-dev] Should major for-reaching changes be made for purposes of style?

2005-09-01 Thread Stephan Richter
lead in. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

Re: [Zope3-dev] package-includes

2005-09-01 Thread Stephan Richter
On Thursday 01 September 2005 16:42, Garanin Michael wrote: Sorry, but i can not found package-includes in the http://svn.zope.org/Zope3/trunk/ . Is it normal? Yes, its in zopeskel/etc/ these days. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope3-dev] package-includes

2005-09-01 Thread Stephan Richter
On Thursday 01 September 2005 16:42, Garanin Michael wrote: Sorry, but i can not found package-includes in the http://svn.zope.org/Zope3/trunk/ . Is it normal? Oh, and by the way, do not add ZCML files manually. Add a SETUP.cfg that adds the ZCML file. Regards, Stephan -- Stephan Richter CBU

[Zope3-dev] RC 3 for Zope 3.1 needed

2005-09-06 Thread Stephan Richter
Hi everyone, I just learned that we need to have a Zope 3.1 RC 3 release. I know that some people found bugs, so please check in fixes into the branch in the next couple of days. Gary, does the pytz problem affect the branch? Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S

Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-07 Thread Stephan Richter
of the test runner and then included the logs in the failure messages.  What does everyone think? +1. Note that we usually expect buildbot not to send messages, since all tests should pass. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-07 Thread Stephan Richter
..) compatible database library? Yes, we have the need. We need the wrapper to correctly handle our transactions, so that if a RDB transaction is aborted, the ZODB/Zope transaction should also be aborted, etc. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope3-dev] upcoming wsgi pipeline/twisted integration

2005-09-07 Thread Stephan Richter
for HTTP and FTP. All configuration files have been adjusted to support the configuration of SSL certificates as well. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-08 Thread Stephan Richter
with them. This in particular is a functionality a generic Python library cannot provide, since Python does not commit to a particular timezone implementation. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-08 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev

Re: [Zope3-dev] Schema field interfaces

2005-09-08 Thread Stephan Richter
On Thursday 08 September 2005 06:23, TAHARA Yusei wrote: At Tue, 6 Sep 2005 09:03:47 -0400, Stephan Richter wrote: We do not support mutable schemas at this point, since they are broken. The biggest problem is that they are not correctly persisted. Oh, I see. Could you give me a pointer

Re: [Zope3-dev] Timezones

2005-09-08 Thread Stephan Richter
datetime buggy? People might enter timezoned datetimes and we also want to output timezoned datetimes. That's what pytz is used for. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: Re[2]: [Zope3-dev] how-to fool XML-RPC publisher

2005-09-11 Thread Stephan Richter
more flexible. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

Re: [Zope3-dev] practical example of migrating from services to utilities

2005-09-11 Thread Stephan Richter
(zope.app.security.interfaces.IAuthentication) You then have to verify that we got the authentication utility you wanted as before. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-dev] path adapters

2005-09-11 Thread Stephan Richter
the adapted object be a variable? Path adapters are not designed to support arguments in function calls and should be used as follows: context/displayable:getDisplay Functions on a path adapter should only rely on the context. Otherwise use a view. Regards, Stephan -- Stephan Richter CBU

Re: [Zope3-dev] plan to address the i18n locale timezone problem

2005-09-11 Thread Stephan Richter
. Maybe we do something clever later. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http

Re: [Zope3-dev] Site Themes (comments on Paul's proposal)

2005-09-11 Thread Stephan Richter
OT: Please stop crossposting z3lab and zope3-dev. It's really annoying. Regrads, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list

Re: [Zope3-dev] RFC: Rename principal to participant

2005-09-12 Thread Stephan Richter
patterns. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

  1   2   3   4   5   6   >