Re: [Zope] Really dumb newbie question

2000-05-23 Thread Stephan Richter
rn the basic logic, since in Zope all expressions " " are evaluated as Python syntax expressions. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [

Re: [Zope] ANN: Perl For Zope

2000-05-25 Thread Stephan Richter
oriented Python code. :) Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross po

Re: [Zope] newbie question: parameter passing for ZSQL Object

2000-05-28 Thread Stephan Richter
little in the Python documentation (which is btw excellent.) Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/m

[Zope] Linuxtag update

2000-06-02 Thread Stephan Richter
his time]. He also just replied that we will have Internet access in the rooms. Regards, Stephan -- Stephan Richter PlanDepot.com - Senior Application Developer and Technical Project Lead Cell: (901) 573-3308 ___ Zope maillist - [EMAIL PROTECTED

Re: [Zope] Re: [Zope-dev] [ANN] Zope at Linuxtag 2000 in Stuttgart

2000-06-06 Thread Stephan Richter
that inside. If you update the .py files, it updates all the object's instances respectively. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL

Re: [Zope] I18N

2000-06-06 Thread Stephan Richter
I can explain my schema if some of you want to. Would you like to come to the Linuxtag and talk about it? Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist

Re: [Zope] Current date in DTML

2000-06-06 Thread Stephan Richter
-- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Folderish Objects and their contained objects

2000-06-13 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Stephan Richter
feel comfortable and then redesign your site from scratch, since Zope's advanced features and object model will allow you to do things differently (read: The right way!). Regards, Stephan -- Stephan Richter @ Digital Creations Zope Documentation Since you cannot reach this mailbox from the world

[Zope] Optimization and speed

2000-07-15 Thread Stephan Richter
looking for speed holes, please let me know. Do you think it is the DB which could be so slow and I should cache search results more, are there ZServer/Apache options I can set or anything else in Zope I should have a look at? Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k

RE: [Zope] 2d list manipulation

2000-09-09 Thread Stephan Richter
"a[0][0]" dtml-var standard_html_footer This code is tested and works. But you will see that this is far too complicated, thats why I would suggest you use a Python Method or an Eternal Method to solve the issue. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistr

Re: [Zope] SQL

2000-09-20 Thread Stephan Richter
. But I do not know how to handle it with the tree tag. If you write your own Zope Product, it should be possible. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management ___ Zope

[Zope] RedHat site mentions Zope

2000-09-25 Thread Stephan Richter
guess Zope is winning acceptance rapidly. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/lis

Re: [Zope] Running Mailman CGI under Zope ZServer

2000-11-17 Thread Stephan Richter
and wrote my own little scripts on top. It is really easy. The only difficulty is to keep the Mailman database permissions straight, since they adjust to the executing user after every access. So the best is to run Zope and Mailman from the same account. Regards, Stephan -- Stephan Richter CBU

Re: [Zope] Running Mailman CGI under Zope ZServer

2000-11-17 Thread Stephan Richter
tested that though. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross

[Zope] Re: [ez] Re: [Zope] A new Zope Product for the documentationof databases... of databases...

2000-12-01 Thread Stephan Richter
seems like companies companies only release code, so other people will fix it for them Regards, Stephan -- Stephan Richter PlanDepot.com - Senior Application Developer and Technical Project Lead cell: (901) 230-ZOPE (9673) ___ Zope maillist

Re: [Zope] Is it Possible 2: Get resolution!

2000-12-08 Thread Stephan Richter
client-specific information. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management

[Zope] Python Products and ZODB Transactions

2001-01-23 Thread Stephan Richter
, even though the object was not modified at all. I really would like the ZODB to never save any of my Products actions. Any ideas? Reagrds, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management

RE: [Zope] Python Products and ZODB Transactions

2001-01-23 Thread Stephan Richter
in the ZODB? How does that work? That is the C part of Zope and I am not too efficient with C. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management ___ Zope maillist - [EMAIL

[Zope] Creating a namespace

2001-01-27 Thread Stephan Richter
and InstanceDict, but I have no clue how to use itOf course there is no documentation on any web site or in the Zope code itself Thanks for you help!!! Regards, stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development Technical Project Management

Re: [Zope] Does anyone care whether we deprecate ZClasses?

2005-04-07 Thread Stephan Richter
it functionality. Unfortunately, persistent schemas got broken at some point, so the code is not that useful anymore. I really need to get together with Jim and force him to fix the problem with me, since I constantly forget what the problem is. ;-) Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope] The Zope Book

2005-04-08 Thread Stephan Richter
to include parts (with proper reference and copyright notice) in the online version of the Zope 2 book. That will not document Five, but some of the component architecture. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design

Re: [Zope] developer docs

2005-04-12 Thread Stephan Richter
-- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] developer docs

2005-04-12 Thread Stephan Richter
example of a message board application, complete with simple and containerish content objects. Other sections of the book cover the development of different components using filesystem-based development. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope] developer docs

2005-04-12 Thread Stephan Richter
On Tuesday 12 April 2005 11:47, Milos Prudek wrote: Yes. In Zope X3.0 you can only develop filesystem-based Python packages, so in Well, then your book debuted at number 1 on my book shopping list. Cool. :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics

Re: [Zope] Seeking advice on Zope implementation

2005-05-17 Thread Stephan Richter
on the ZMI as Zope 2 and in fact all code is developed on the filesystem, so in this case it might be better for you. 4. Zope 2.7 / 3 ? I think you should go with Zope 3. Several projects have already successfully integrated their Pyton code into Zope 3. Regards, Stephan -- Stephan Richter CBU

Re: [Zope] Seeking advice on Zope implementation

2005-05-18 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] Zope3 DTML in Filesystem ZSQL

2005-05-18 Thread Stephan Richter
SQL script supports DTML and will keep supporting it. However, note that Zope 3 does not encourage this line of development. Many people dealing with SQL decide to use sqlos; see http://codespeak.net/z3/. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope] Zope3 DTML in Filesystem ZSQL

2005-05-18 Thread Stephan Richter
the zope schema since I am not using Archetypes or Plone.  I could really use that now. I haven't used Five before.  Would this allow me to use the zope schema to autogenerate my forms with the validation but run it through Zope2? Yep, Five will give you those features. Regards, Stephan -- Stephan

[Zope] Zope 3.1.0 beta 1 released!

2005-06-18 Thread Stephan Richter
Channel: #zope3-dev at irc.freenode.net Acknowledgments Thanks goes to everyone that contributed. Jim Fulton, Fred Drake, Philipp von Weitershausen, Stephan Richter, Gustavo Niemeyer, Daniel Nouri, Volker Bachschneider, Roger Ineichen, Shane Hathaway, Bjorn Tillenius, Garrett Smith, Marius

[Zope] Zope 3.1.0c1 released!

2005-08-02 Thread Stephan Richter
List:http://mail.zope.org/mailman/listinfo/zope3-users - IRC Channel: #zope3-dev at irc.freenode.net Acknowledgments Thanks goes to everyone that contributed. Jim Fulton, Fred Drake, Philipp von Weitershausen, Stephan Richter, Gustavo Niemeyer, Daniel Nouri, Volker Bachschneider

Re: [Zope] Zope3 i18n

2005-08-29 Thread Stephan Richter
was ported from Zope 3, which means that it is the same. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http

[Zope] 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,

[Zope] Zope 3.1.0 RC 3 released!

2005-09-16 Thread Stephan Richter
The Zope 3 development team is proud to announce Zope 3.1.0 candidate 3. 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,

[Zope] Zope 3.1.0 released!

2005-10-02 Thread Stephan Richter
Hello everyone, The Zope 3 development team is proud to announce Zope 3.1.0 final. 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

[Zope] Zope 3.2.0 beta 2 released!

2005-12-25 Thread Stephan Richter
The Zope 3 development team is proud to announce Zope 3.2.0 beta 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 our opinion that Zope 3 is more than ready for production use, which is

[Zope] Zope 3.2.0 released!

2006-01-08 Thread Stephan Richter
Hello everyone, The Zope 3 development team is proud to announce Zope 3.2.0. 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 our opinion that Zope 3 is more than ready for production use,

Re: [Zope] Off Topic: Good linux editors?

2006-01-29 Thread Stephan Richter
, Eclipse and Boa Constructor. Of course, if you use KDE, then Kate is a nice option as well. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope

[Zope] Re: [Zope3-dev] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
this. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
will be a nearly automated process. Also receiving level 1 and 2 will be quick decisions. This is clearly stated in section 2.8. I have added a questions to the QA section clearly stating that the ZSCP does not require packages in the Common Repository. Regards, Stephan -- Stephan Richter CBU Physics

[Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
contradicts those 3 points above, let me know! I am very interested in fixing those type of bugs! :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
to change that. If you do not have a contributor agreement that assigns half of the rights to an organization, then you have to ask *all* developers whether the license change is okay. If you cannot find a developer anymore you can never change that license. Regards, Stephan -- Stephan Richter

Re: [Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
snip IP discussion Okay, this discussion is off-topic. I will not respond to it, unless I read about something that relates directly to the proposal. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

[Zope] Re: [Zope3-dev] The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
(mailing list and IRC) for feedback and still have a way to formalize feedback. I guess in this case we would also need a resolve action that could resolve a warning. What do you think? Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web

Re: [Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
requirements (I think it could even get level 3). Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
there :). That would be very cool! :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
this assertion. Where did you read this? The quotes you had earlier were totally out of context. Nothing in Section 2 requires anything of section 3. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

[Zope] Re: [Zope3-dev] Re: [Zope3-Users] Re: The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
a section right at the beginning of section to communicate the separation better. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist

[Zope] Re: [Zope3-Users] Re: [Zope3-dev] The Zope Software Certification Program and Common Repository Proposal

2006-02-21 Thread Stephan Richter
sure there are a lot of other people with   the same issue. Sure, so if people are interested, the discussion will continue on zope3-dev. I only cross-posted this, so as many people are reached as possible. This is a very important proposal to the whole community. Regards, Stephan -- Stephan

Re: [Zope] Debugging doctests

2006-02-23 Thread Stephan Richter
with the debugger not displaying anything, since doctests mess with stdout and that has been fixed. This is what Benji and I were talking about. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope] Debugging doctests

2006-02-23 Thread Stephan Richter
. Every doctest line is its own expression. I personally can live with that limitation. As I said, I have never needed this. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

Re: [Zope3-Users] Re: [Zope] Debugging doctests

2006-02-23 Thread Stephan Richter
On Thursday 23 February 2006 13:37, Lennart Regebro wrote: Not to mention, doctests are not debuggable from WingIDE. Maybe we should have a WingIDE sprint in Boston at some point. This would be a good topic. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics

Re: [Zope3-Users] Re: [Zope] Debugging doctests

2006-02-23 Thread Stephan Richter
it that you are a second voter in favor of not requiring all tests to be doctests. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist

[Zope] Re: [Zope3-dev] The Zope Software Certification Program and Common Repository Proposal

2006-02-23 Thread Stephan Richter
Eastern Spring. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope3-Users] Re: [Zope] Debugging doctests

2006-02-24 Thread Stephan Richter
On Thursday 23 February 2006 17:18, Chris McDonough wrote: On Feb 23, 2006, at 4:51 PM, Stephan Richter wrote: So, I take it that you are a second voter in favor of not requiring   all tests to be doctests. If the ZSCP thing takes off, I think test/doc req'ts should be   somewhat looser

Re: [Zope] errors building zope 3

2006-03-16 Thread Stephan Richter
On Thursday 16 March 2006 18:06, David Bear wrote: this happens when I run make test as root as well. Don't run tests as root. I thought the test produces a warning when run as root, mhh. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k

[Zope] Zope 3.3.0 beta 1 released!

2006-05-08 Thread Stephan Richter
Hello everyone, The Zope 3 development team is proud to announce Zope 3.3.0 beta 1. 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. Cleanup of the Zope 3 packages has continued to ensure a

[Zope] Re: [Zope3-Users] Zope 3.3.0 beta 1 released!

2006-05-08 Thread Stephan Richter
migration guides or new feature how-tos. I hope that someone (thinking specifically of Jeff Shell here) will blog on the new features and changes. :-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development

Re: [Zope] ONE MORE TIME MAILBOXER!!!!!!!!

2006-08-24 Thread Stephan Richter
really friendly help, pay someone to give it to you. ;-) Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http

Re: [Zope] Re: Will Zope Run On Iron Python In Mono?

2006-09-15 Thread Stephan Richter
not all of the work that needs to be done. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

[Zope] Re: [Zope-dev] Re: [Warning] Zope 3 component architecture (CA) not reliably usable for registrations from Python

2007-01-11 Thread Stephan Richter
on so many levels. Dieter, your problem is just one example. Another is that unit tests have no chance to work reliably either. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

[Zope] Re: [Zope-dev] Re: [Warning] Zope 3 component architecture (CA) not reliably usable for registrations from Python

2007-01-11 Thread Stephan Richter
On Thursday 11 January 2007 05:59, Chris Withers wrote: Stephan Richter wrote: If you are populating the CA before ZCML is fully parsed, then: Why is the CA predicated on ZCML?! Because that's how it works by default. Another way of saying this is: Collect all registrations before executing

Re: [Zope] Re: [Zope-dev] Re: [Warning] Zope 3 component architecture (CA) not reliably usable for registrations from Python

2007-01-12 Thread Stephan Richter
On Thursday 11 January 2007 16:03, Dieter Maurer wrote: Stephan Richter wrote at 2007-1-11 03:12 -0500: ... If you are populating the CA before ZCML is fully parsed, then: DO NOT POPULATE THE CA WHILE IMPORTING!!! This is so bad on so many levels. Dieter, your problem is just one

[Zope] z3c.form 1.3.0, z3c.formui 1.0.1, and z3c.formdemo 1.1.0 released!

2007-06-22 Thread Stephan Richter
complex use cases, such as subforms, composite widgets, and mappings/lists Enjoy! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist

Re: [Zope] z3c.form 1.3.0, z3c.formui 1.0.1, and z3c.formdemo 1.1.0 released!

2007-06-24 Thread Stephan Richter
the package. I just released formdemo 1.1.1, which fixes the problem. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org

Re: [Zope] z3c.form 1.3.0, z3c.formui 1.0.1, and z3c.formdemo 1.1.0 released!

2007-06-25 Thread Stephan Richter
On Sunday 24 June 2007 23:11, Jeff Kowalczyk wrote: On Sun, 24 Jun 2007 22:42:35 -0400, Stephan Richter wrote: Yes, thanks for the report. Cheeseshop was slow on Friday, so I could not try the package. I just released formdemo 1.1.1, which fixes the problem. Thanks for the z3c.form package

[Zope] z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-06-29 Thread Stephan Richter
value adapters. Enjoy! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: [Zope3-Users] z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
: AssertionError: Should I just check out z3c.form and put a symlink in there? I accidently checked in my development setup making z3c.form and z3c.formui develop eggs. I just checked in the fix. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student

Re: [Zope] Re: z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 01:09, Jeff Kowalczyk wrote: Something in z3c.formdemo r77305 gives the following error (r77253 builds and runs): I accidently checked in my development buildout.cfg. I fixed that now and everything should be fine. Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope] Re: z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 14:21, Jeff Kowalczyk wrote: --- Stephan Richter [EMAIL PROTECTED] wrote: I accidently checked in my development buildout.cfg. I fixed that now and everything should be fine. Thanks, after the API update there is one class of errors remaining in AddressBook

[Zope] Re: [Zope3-Users] z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
days, so stay tuned! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] z3c.form 1.5.0 and z3c.formdemo 1.3.0 released!

2007-07-18 Thread Stephan Richter
for the demos. - Feature: Moved all application ZCML declarations into a ZCML file called ``application.zcml``. Enjoy! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training

[Zope] Zope 3 Foliage Sprint

2007-08-16 Thread Stephan Richter
Hi everyone, it has been over a year, since we had a conference-independent fully Zope 3 focused sprint. And I think it is time to have one! :-) Thanks to JSA Tech, there will be a sprint between September 24-28, 2007 right in the center of historical Concord, Massachusetts. We have reserved a

[Zope] New set of z3c.form* releases!

2007-08-23 Thread Stephan Richter
Hi everyone, in the past month more project-related work, user feedback/requests and Javascript work has driven the development of the z3c.form framework. There are many new exciting features. There were also some small refactoring changes, which might require your CSS and tests to be

[Zope] Static Zope 3 APIDOC available!

2007-09-28 Thread Stephan Richter
are interested, please let me know! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

[Zope] Zope 3.4.0 beta 2 Released!

2007-11-05 Thread Stephan Richter
November 5, 2007 - The Zope 3 development team announces the Zope 3.4.0b2 release. This release is the second beta release for Zope 3.4.0. It was preceded by an early beta 1 release back in July. Zope 3.4 introduces support for binary large objects in the ZODB, and provides a new postprocessing

Re: [Zope] When to use a relational database

2008-02-09 Thread Stephan Richter
variable substitution. It was designed for CSS and JS. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Zope 3.4.0 Released!

2009-01-30 Thread Stephan Richter
Hi everyone, It is finally here! Thanks goes to everyone who involved! January 29, 2009 - The Zope 3 development team announces the Zope 3.4.0 release. After 2 years of development, the Zope Foundation and the larger Zope community is proud to announce the release of Zope 3.4.0. The focus of

Re: [Zope] writing repozo messaging output to a file....

2009-02-03 Thread Stephan Richter
On Tuesday 03 February 2009, michael nt milne wrote: repozo -BvzQ -r /foo/backup -f /foo/Data.fs repozo -BvzQ -r /foo/backup -f /foo/Data.fs output.txt Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope] writing repozo messaging output to a file....

2009-02-05 Thread Stephan Richter
am pretty sure that unix shell has an answer for that too; just read up on it. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] [JOB][OT?] Position for a Python/ Zope developer in Pula, Cagliari (CA), Italy

2010-07-13 Thread Stephan Richter
-- Entrepreneur and Software Geek Google me. Zope Stephan Richter ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce

[Zope-Annce] z3c.rml 0.5 released!

2007-04-02 Thread Stephan Richter
it or install the zope.pagetemplate egg. Questions and Comments -- If you have any questions or comments, please feel free to contact the Zope 3 Users mailing list at zope3-users@zope.org or E-mail me directly at [EMAIL PROTECTED] Enjoy! Regards, Stephan -- Stephan Richter CBU

[Zope-Annce] z3c.form 1.0.0 released!

2007-05-24 Thread Stephan Richter
Hello everyone, Roger and I are proud to announce the first release of the new form and widget framework ``z3c.form``! After years of talking about it, months of thinking about it and many weeks of implementation, we have finally completed it. For the curious and impatient ...

[Zope-Annce] z3c.form 1.3.0, z3c.formui 1.0.1, and z3c.formdemo 1.1.0 released!

2007-06-22 Thread Stephan Richter
cases, such as subforms, composite widgets, and mappings/lists Enjoy! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training ___ Zope-Announce maillist

[Zope-Annce] Zope 3 Foliage Sprint

2007-08-17 Thread Stephan Richter
Hi everyone, it has been over a year, since we had a conference-independent fully Zope 3 focused sprint. And I think it is time to have one! :-) Thanks to JSA Tech, there will be a sprint between September 24-28, 2007 right in the center of historical Concord, Massachusetts. We have reserved a

[Zope-Annce] New set of z3c.form* releases!

2007-08-24 Thread Stephan Richter
Hi everyone, in the past month more project-related work, user feedback/requests and Javascript work has driven the development of the z3c.form framework. There are many new exciting features. There were also some small refactoring changes, which might require your CSS and tests to be

[Zope-Annce] Zope 3.4.0 beta 2 Released!

2007-11-06 Thread Stephan Richter
November 5, 2007 - The Zope 3 development team announces the Zope 3.4.0b2 release. This release is the second beta release for Zope 3.4.0. It was preceded by an early beta 1 release back in July. Zope 3.4 introduces support for binary large objects in the ZODB, and provides a new postprocessing

Re: [Zope-Checkins] SVN: Zope/branches/ajung-zpt-integration/lib/python/Products/ZPT/ZPT.py eeek...Zope 3 ZPTs now work in Zope 2 :-)

2005-12-09 Thread Stephan Richter
On Friday 09 December 2005 09:25, Andreas Jung wrote: Log message for revision 40651:   eeek...Zope 3 ZPTs now work in Zope 2 :-) Wow, that was fast! Very cool! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design

[Zope-Checkins] SVN: Products.Five/trunk/site/localsite.py Fixed collector issue 2198.

2008-03-09 Thread Stephan Richter
Log message for revision 70998: Fixed collector issue 2198. Changed: U Products.Five/trunk/site/localsite.py -=- Modified: Products.Five/trunk/site/localsite.py === --- Products.Five/trunk/site/localsite.py 2006-10-30

[Zope-Checkins] SVN: Zope/trunk/ Fixed issue 2198 by updating the Five version, after updating Five trunk

2008-03-09 Thread Stephan Richter
Log message for revision 70999: Fixed issue 2198 by updating the Five version, after updating Five trunk itself. Changed: U Zope/trunk/doc/CHANGES.txt _U Zope/trunk/lib/python/Products/ -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: zdaemon/tags/2.0.1/ Create release tag.

2008-03-09 Thread Stephan Richter
Log message for revision 81262: Create release tag. Changed: A zdaemon/tags/2.0.1/ -=- Copied: zdaemon/tags/2.0.1 (from rev 81261, zdaemon/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: zdaemon/trunk/setup.py version bump.

2008-03-09 Thread Stephan Richter
Log message for revision 81263: version bump. Changed: U zdaemon/trunk/setup.py -=- Modified: zdaemon/trunk/setup.py === --- zdaemon/trunk/setup.py 2007-10-31 04:48:05 UTC (rev 81262) +++ zdaemon/trunk/setup.py

[Zope-dev] Re: [Zope] newbie question: parameter passing for ZSQL Object

2000-05-28 Thread Stephan Richter
little in the Python documentation (which is btw excellent.) Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

Re: [Zope-dev] New Help System in 2.2

2000-05-30 Thread Stephan Richter
p. The .py files you see, are just the start of the new API documentation. Furthermore, we will include a new DTML reference soon. Do you know about anything else, that should be included? Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technica

Re: [Zope-dev] New Help System in 2.2

2000-05-30 Thread Stephan Richter
Excellent. I am reading it. I founfa few "not found"'s but that stuff probably just not loaded yet. Yeah, me too. I am fixing that as I am going along. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project

[Zope-dev] Python (File) Product Permission Handeling

2000-07-10 Thread Stephan Richter
and Manager (Zope Version 2.2.0b2). Regards, Stephan -- Stephan Richter - (901) 573-3308 - [EMAIL PROTECTED] CBU - Physics Chemistry; Framework Web - Web Design Development PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391 ___ Zope-Dev maillist

Re: [Zope-dev] Re: [Zope] Optimization and speed

2000-07-15 Thread Stephan Richter
. Please send me your mailing address. -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] Optimization and speed

2000-07-15 Thread Stephan Richter
not solved. I am still 50% slower than other sites, even though Zope does not stream the data out. I played with the SQL Method cache; maybe I have to increase it more. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k - Web Design/Development Technical Project Management

[Zope-dev] Optimization and speed

2000-07-15 Thread Stephan Richter
looking for speed holes, please let me know. Do you think it is the DB which could be so slow and I should cache search results more, are there ZServer/Apache options I can set or anything else in Zope I should have a look at? Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Web2k

  1   2   3   4   5   6   7   >