Re: [Zope] New install - no management screen?

2000-12-31 Thread Martijn Pieters
The select box lists available roles, not selected roles. Only when highlighted are they actually selected for that user). -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope

Re: [Zope] reporting 2.3.0a1 bugs

2000-12-31 Thread Martijn Pieters
On Sun, Dec 31, 2000 at 12:16:08PM -0600, Timothy Wilson wrote: I've discovered a couple problems with 2.3.0a1. Should those be submitted to the collector, or is there somewhere else to report problems with development versions? Please report them to the collector. Thanks! -- Martijn

[Zope-dev] HiperDom-0.4.0-DC released

2000-12-29 Thread Martijn Pieters
differences. You can download the release from: http://www.zope.org/Members/mj/HiperDom Note that all fixes to HiperDom problems have been checked into the HiperDom CVS tree, a future release of HiperDom will include these fixes. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED

Re: [Zope-dev] Performance enhancements, ZCatalog

2000-12-20 Thread Martijn Pieters
load testing tool -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ - ___ Zope-Dev maillist - [EMAIL

[Zope-dev] Re: [Zope] POST METHOD

2000-12-19 Thread Martijn Pieters
a limit to the amount of data they send in a request, usually around 64k. On the other hand, you may want to examine what is actually in the REQUEST object. You can view the contents by including the REQUEST object in your page: dtml-var REQUEST -- Martijn Pieters | Software Engineer mailto

[Zope] Re: [ZWeb] Feedback

2000-12-19 Thread Martijn Pieters
re could be improved? I hope some day we will have a open source content management system that can compete with the commercial ones. If you've ever seen Vignette's and Broadvision's solutions from close by, you'll agree that that isn't too hard. :) I'll let others comment on the competit

Re: [Zope] Help save my sanity (DTML-in string comparison)

2000-12-19 Thread Martijn Pieters
()', which will hide the confusion for you. From Zope 2.3 onwards, *always* use getId(): dtml-with your_object dtml-call "REQUEST.set('id_name', getId())" /dtml-with or: dtml-call "REQUEST.set('id_name', your_object.getId())" -- Martijn Pieters | Software Engineer mailto

Re: [Zope] POST METHOD

2000-12-19 Thread Martijn Pieters
a limit to the amount of data they send in a request, usually around 64k. On the other hand, you may want to examine what is actually in the REQUEST object. You can view the contents by including the REQUEST object in your page: dtml-var REQUEST -- Martijn Pieters | Software Engineer mailto

Re: [Zope] passwords TTW - security hole?

2000-12-18 Thread Martijn Pieters
for several reasons, all of which I didn't personally partake in. You could always start a Fishbowl proposal of course, and see if yo ucan get it past Brian Lloyd, the Zope product manager. :) -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com

Re: [Zope] IE5 / Medusa bug?

2000-12-15 Thread Martijn Pieters
ints to something wrong with the particular server itself. Either there is a proxy in between that recalculates the content length (and forgets about \r\n conbos or some such thing), or you modified the Zope source somewhere, or you are doing something else funny. -- Martijn Pieters | Software Engi

Re: [Zope] Dreamweaver, webdav and Zope

2000-12-15 Thread Martijn Pieters
word from Macromedia that they are testing an update to Dreamweaver that fixes these issues. It should be available on Macromedia Exchange soon. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope] Dreamweaver and WebDav

2000-12-15 Thread Martijn Pieters
are running? It may be that the release version has been fixed. Todd is looking into buying copies. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope-dev] Pending bugs in collector - how do I send this patch?

2000-12-12 Thread Martijn Pieters
folks are too busy to get to this. Hi Brad, That looks like a damn good catch! The best thing you can do is create a new Collector entry and just say that this is a fix to collector item 718. This way your fix will not be overlooked so easily. -- Martijn Pieters | Software Engineer mailto:[EMAIL

[Zope] Re: boolean help

2000-12-10 Thread Martijn Pieters
o simple that you could figure it out on your own. There may be other people that struggle with this, and they would benefit from your questions and the answers you may receive. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECT

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-06 Thread Martijn Pieters
(location of Python interpreter and a registry of Python plugin files) we can do without Perl altogether. Next step would then be to ask Chami.com to add support for Python plugins as well (which is not hard for them if I supply the Python library files). -- Martijn Pieters | Software Engineer

Re: [Zope] FTP in HTML-Kit? (Or other editor on MS-Windows)

2000-12-05 Thread Martijn Pieters
in a browser window. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ - ___ Zope maillist - [E

Re: [Zope] News article.

2000-12-04 Thread Martijn Pieters
://fredericksburg.com/news/Local/Business/1114digi.htm -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ - ___ Zope maillist

Re: [Zope] Status of HiperDom, again ;-) (Re: [Zope] Presentation Object Model)

2000-12-01 Thread Martijn Pieters
in the future, support *a* DOM Level 2 interface, so as long as you stick to using only API calls that are compiant with that spec you should be fine. Anything will be better than trying to find that ole python-xml release wich still has a 'core.py' file to patch ;) -- Martijn Pieters | Software

Re: [Zope] [BUG] [Zserver] GET and HEAD give different MIME types

2000-11-29 Thread Martijn Pieters
On Wed, Nov 29, 2000 at 12:06:23PM +0100, Stephane Bortzmeyer wrote: On Tuesday 28 November 2000, at 21 h 18, the keyboard of Martijn Pieters [EMAIL PROTECTED] wrote: Note that you don't want the DTML code to be called on a HEAD request; it may have side effects a mere tpc_abort won't

Re: [Zope] DoD Users That You Know Of?

2000-11-16 Thread Martijn Pieters
: I was not in any way involved with any of the Navy projects, so I cannot provide you with any details as to what they were about. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope] Microsoft Zope

2000-10-17 Thread Martijn Pieters
pting enabled in order to view this site. Please modify your browser's settings accordingly. " Eeek. Try http://msdn.microsoft.com/library/techart/DesignKMSols.htm -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Z

[Zope] Zope nominated for Webtechniques Web Tools Awards

2000-10-13 Thread Martijn Pieters
ending in ballot_gen.pl?[EMAIL PROTECTED] Every email address can vote once. Go give Zope a great showing! -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope] Re: Upload just file headers?

2000-10-12 Thread Martijn Pieters
file, the first 10 bytes should suffice, for a PNG you need the first 24. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope] Set access rule

2000-09-26 Thread Martijn Pieters
On Tue, Sep 26, 2000 at 03:55:58PM -0300, [EMAIL PROTECTED] wrote: Quoting Martijn Pieters [EMAIL PROTECTED]: On Mon, Sep 25, 2000 at 01:52:26PM -0300, Mario Olimpio de Menezes wrote: I did an upgrade last week, from zope 2.1.6 to 2.2.1, using Debian packages. Almost

Re: [Zope] ZWiki RecentChanges don't work in Zope 2.2.x

2000-09-25 Thread Martijn Pieters
pages. The Interfaces Wiki (and all other Zope.org Wikis) allow Anonymous to View, only Editing and Adding new Wiki pages is restricted. -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope] Set access rule

2000-09-25 Thread Martijn Pieters
://www.debian.org/Packages/unstable/web/zope-siteaccess.html -- Martijn Pieters | Software Engineer mailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope-dev] Please help - Persistent dictionary keys

2000-09-21 Thread Martijn Pieters
, so I cannot tell you why exactly you see this difference. Martijn Pieters wrote: From the Python Library Reference: """A dictionary's keys are almost arbitrary values. The only types of values not acceptable as keys are values containing lists or dictionaries o

Re: [Zope] sendmail

2000-09-21 Thread Martijn Pieters
hat I think). To illustrate, the output of the command socket.gethostbyaddr(socket.gethostname()) on my machine results in: ('localhost', ['sneek'], ['127.0.0.1']) which matches nicely with the following entry in /etc/hosts: 127.0.0.1 localhost sneek Hope this helps. -- Martijn Pieters | So

Re: [Zope] repost of ImplicitAcquirerWrapper

2000-09-18 Thread Martijn Pieters
Tranalyzer) let's you look athe contents of a ZODB, in real time if necessary. However, this is a problem with a correct pickle, but the class needed for the unpickling isn't available. ImplicitAcquirerWrapper can never be imported from Acquisition however. -- Martijn Pieters | Software Engine

Re: [Zope] repost of ImplicitAcquirerWrapper

2000-09-16 Thread Martijn Pieters
/lib/python (cd to that directory). -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] checking Zope's version number

2000-09-13 Thread Martijn Pieters
of registerHelp: if hasattr(context, 'registerHelp'): context.registerHelp() -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org

Re: [Zope-dev] Acquisition in a DTML Tag

2000-09-12 Thread Martijn Pieters
nly gives you access to the objetcs. Adding to the namespace only gives you a larger namespace, which only has meaning in the context of the current DTML code tree. If you want to manipulate the ZODB contained objects, manipulate them directly. -- Martijn Pieters | Software Engineermai

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Martijn Pieters
this(self): # Handy way to talk to ourselves in document templates. return self -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://ww

Re: [Zope] Zope doesn't start...

2000-09-12 Thread Martijn Pieters
d things should be better. In the source distribution it is located in lib/Components/ExtensionClass, which isn't included in the Linux binary distribution. This procedure hasn't been tested by me, but is based on a report from Jeff Rush. I assumed he had removed the file already. -- Marti

Re: [Zope] Manager Authentication Failure: How to debug?

2000-09-11 Thread Martijn Pieters
know if you have any more problems. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Martijn Pieters
transfer) for trusted people to upload exports to the Zope import directory if you need to give others import rights. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Martijn Pieters
;-) Sorry, no, but that's because I never looked. I am sure there are other secure options for file transfer for Win32 available though. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://ww

Re: [Zope] NEWBIE HELP can not get Zope to start

2000-09-08 Thread Martijn Pieters
in that field, clear it, and try again. Also note that both user id and password are case sensitive. Try a simple username and password first, like 'test' and 'test'. Let us know if you succeed! -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http

Re: [Zope] Help: PATH_INFO==object

2000-09-08 Thread Martijn Pieters
to turn that URL into an object reference. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] NEWBIE HELP can not get Zope to start

2000-09-08 Thread Martijn Pieters
On Fri, Sep 08, 2000 at 06:50:20AM -0500, Steve Spicklemire wrote: "Martijn" == Martijn Pieters [EMAIL PROTECTED] writes: 7. I quit netscape, and restart and attempt to login as the new user - DOES NOT WORK Martijn One possible explanation for

Re: [Zope] unable to login with newly created user

2000-08-18 Thread Martijn Pieters
to try installing version 2.1.6. Aha! Found it I think. The list of roles you see are possible selections. It's a selectbox, you need to select the roles you want your user to have, they'll be highlighted. The fact that they are listed doesn't mean they are selected :) -- Martijn Pieters

Re: [Zope] unable to login with newly created user

2000-08-17 Thread Martijn Pieters
is admitted from, in either ip-number or ip-address format. '*' as a wildcard for nameparts is allowed. Example: '*.digicool.com 194.153.144.*'. Also, you don't need to set the Owner role. It is a special, magic role used as a Local Role on objects a user created. -- Martijn Pieters | Software

Re: [Zope] Old Zope packages

2000-08-17 Thread Martijn Pieters
Hallo Jarko, I really don't know, especially not without some more context. However, could you keep on sending questions to the Mailing Lists? You'll have far better chances at getting an answer there. I'll include [EMAIL PROTECTED] for this one. -- Martijn Pieters | Software Engineer

Re: [Zope] Python function within a ZClass...

2000-08-16 Thread Martijn Pieters
On Wed, Aug 16, 2000 at 06:11:32PM +0100, Vincent wrote: Is it possible to access Python function within a ZClass ? If yes, how should I do that ? Just create an External Method. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http

Re: [Zope] The mysteries of Product icons ?????

2000-08-16 Thread Martijn Pieters
. Did you do a force-reload? -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope-dev] Weird Data.fs corruption... zope-dev@zope.org

2000-08-09 Thread Martijn Pieters
On Wed, Aug 09, 2000 at 10:56:44PM +0200, Dieter Maurer wrote: Martijn Pieters writes: Ai, NFS! There is a known no-no about using NFS for Data.fs storage, it leads to data corruptions. Zope and NFS do not mix. Huch, why that? I use Data.fs (occasionally) over NFS and did not yet have

Re: [Zope] SiteAccess-Apache: passing HOST header

2000-08-09 Thread Martijn Pieters
and it will give you a diagnostic message. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] Requested Zope feature

2000-08-09 Thread Martijn Pieters
allowing JS in the Zope management screens by the time I am done. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] security settings go blank on change!

2000-08-09 Thread Martijn Pieters
ick 'Ok'. Somehow your browser seems to submit the form twice for you, once with the correct change and once completely empty. As this works fine for me I must assume your browser does something funny. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations

Re: [Zope] Accessing .gif on disk with Python Product?

2000-08-08 Thread Martijn Pieters
On Tue, Aug 08, 2000 at 12:45:02PM -0400, Evan Simpson wrote: From: Martijn Pieters [EMAIL PROTECTED] I still think something else was broken, SiteAccess should (and does, as far as I know) stay away from SCRIPT_NAME. Yep. Environment/CGI variables are left alone by the virtual hosting

Re: [Zope] threading cont ...boundary=------------98A416F9F4157B1993D63C72

2000-08-08 Thread Martijn Pieters
at ZScheduler, which just just that. If not exactly what you need, it will certainly show you how to access the Zope database from a seperate thread: http://www.zope.org//Members/lstaffor/ZScheduler -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations

Re: [Zope] Accessing .gif on disk with Python Product?

2000-08-07 Thread Martijn Pieters
bsolute_url() called on the foo instance may also work for a base URL. Hope this helps. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://w

Re: [Zope] Accessing .gif on disk with Python Product?

2000-08-07 Thread Martijn Pieters
for later access. Have a look through the Product initialisation code, which is started up in OFS/Application.py::install_products(). -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http

Re: [Zope] Accessing .gif on disk with Python Product?

2000-08-07 Thread Martijn Pieters
RIPT_URL;/misc_/myProduct/chooserIcon" border=0 -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org

Re: [Zope] Precondition

2000-08-05 Thread Martijn Pieters
ile cannot be viewed. This is from the Help page presented when you click the 'help' button on the 'Edit' tab of a 'File' object. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope

Re: [Zope-dev] ZCatalog and ZSearch Interface

2000-08-03 Thread Martijn Pieters
= [] -for name in self._catalog.indexes.keys(): +for name in self._catalog.schema.keys(): i = {} i['name'] = name i['type'] = 's' I filed this last year October as: http://classic.zope.org:8080/Collector/765/view -- Martijn Pieters | Software

Re: [Zope] Lines data type possible in boolean OR's?

2000-07-26 Thread Martijn Pieters
e provide me with some hints on what to do to get it working the way I want? Is typecasting necessary? A pipe symbol in python ('|') is a bitwise 'or', so it works on integers yes. I assume you want to to a boolean 'or', wich in python is the keyword 'or': dtml-if "cabinDouble or cabinTwin or ca

Re: [Zope-dev] Incorrect Padding?

2000-07-24 Thread Martijn Pieters
s would mask bugs in clients. Not a good idea. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio:

Re: [Zope-dev] Incorrect Padding?

2000-07-24 Thread Martijn Pieters
On Mon, Jul 24, 2000 at 08:36:26PM +0200, Martijn Pieters wrote: I also checked, and this version of the patch *should* work: # Only do basic authentication if lower(auth[:6])!='basic ': return None name,password=tuple(split(decodestring(strip(auth

Re: [Zope-dev] Incorrect Padding?

2000-07-24 Thread Martijn Pieters
On Mon, Jul 24, 2000 at 07:57:00PM +0100, Chris Withers wrote: Martijn Pieters wrote: So what was causing the original error then? Buggy client? If so, surely Zope should just return an Unauthorized error rather than exposing its internals?! If you're a server and the client

Re: [Zope-dev] Incorrect Padding?

2000-07-24 Thread Martijn Pieters
On Mon, Jul 24, 2000 at 07:57:00PM +0100, Chris Withers wrote: Martijn Pieters wrote: So what was causing the original error then? Buggy client? If so, surely Zope should just return an Unauthorized error rather than exposing its internals?! If you're a server and the client

Re: [Zope-dev] Incorrect Padding?

2000-07-24 Thread Martijn Pieters
Error", ! "Zope could not understand the Basic Authentication supplied.") # Check for superuser super=self._super Would it be a good idea to add the header? And let's make that a less generic except clause, we don't want to mask Zope bugs =) -- Martij

Re: [Zope] ZEO

2000-07-21 Thread Martijn Pieters
that is the problem. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

[Zope-dev] Re: [Zope] second step (many of You are going to laungh ;-)

2000-07-20 Thread Martijn Pieters
you can add. I suggest you add the Zope Tutorial (I am assuming you are using 2.2 here). -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http

[Zope] Linux.com interview with Ethan Fremen

2000-07-20 Thread Martijn Pieters
http://www.linux.com/interviews/2720/64/ -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] second step (many of You are going to laungh ;-)

2000-07-20 Thread Martijn Pieters
you can add. I suggest you add the Zope Tutorial (I am assuming you are using 2.2 here). -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http

Re: [Zope-dev] HTTP user agent?

2000-07-19 Thread Martijn Pieters
': 'HTTP_USER_AGENT' } Is there a particular reason this is not done? I have a HTTP_USER_AGENT in my Zope. Maybe your browser doesn't send your server the header? -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http

Re: [Zope] Bi-directional update of Data.fs

2000-07-19 Thread Martijn Pieters
On Wed, Jul 19, 2000 at 08:47:43PM +0100, Chris Withers wrote: There's that Python IDE that someone was working on using Mozilla. Do you mean ZopeStudio? It's the javascript thing that is going to be Zope's IDE... No, he's talking about ActiveState's Komodo. -- Martijn Pieters

Re: [Zope-dev] Errors causing half rendered pages

2000-07-17 Thread Martijn Pieters
header, thus having your browser drop part of the transmission. I could be talking absolute nonsense of course. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org

Re: [Zope-dev] The Application object

2000-07-17 Thread Martijn Pieters
method of ZScheduler, which can be found on Zope.org. ZScheduler uses a Singleton as well. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http

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

2000-07-15 Thread Martijn Pieters
do; they show you a banner while waiting. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] ZStylesheet

2000-07-15 Thread Martijn Pieters
sed on Moz), don't count on CSS being all that useful. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/

Re: [Zope] Optimization and speed

2000-07-15 Thread Martijn Pieters
do; they show you a banner while waiting. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] Newbie: Zope a webserver? Serving PHP and Perl

2000-07-14 Thread Martijn Pieters
link in the chain that could break. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope] RE: Bizarre error with standard_html_header

2000-07-12 Thread Martijn Pieters
o see how far a page gets, try using dtml-try blocks around parts of your code. You can then catch the exception higher in the object tree, and generate your own messages in reaction to this. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations htt

Re: [Zope] RE: Bizarre error with standard_html_header

2000-07-12 Thread Martijn Pieters
wrong, and can only suggest techniques of honing in on the problem. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products

Re: [Zope] RE: Bizarre error with standard_html_header

2000-07-12 Thread Martijn Pieters
articles and How-To's by Jim Fulton and Shane Hathaway on Zope.org. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products

Re: [Zope] RE: Bizarre error with standard_html_header

2000-07-12 Thread Martijn Pieters
this will be the on in the root Folder of your site, I suspect. What actually goes wrong I don't know. It _probably_ goes wrong inside the rendering of this object, but this is masked, I think, by the fact that the next step on the stack is in render_blocks, which is implemented in C. -- Martijn Pieters | Software

Re: [Zope] Newbie:Credit-card question

2000-07-11 Thread Martijn Pieters
f the word. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/

Re: [Zope-dev] BTreeFolder released

2000-07-07 Thread Martijn Pieters
/Members/hathawsh/BTreeFolder-announce -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio

Re: [Zope-dev] BTreeFolder released

2000-07-07 Thread Martijn Pieters
On Fri, Jul 07, 2000 at 09:10:38PM +0200, Martijn Pieters wrote: Shane 'borrowed' Guido's time machine to post the following before you asked this: http://www.zope.org/Members/hathawsh/BTreeFolder-announce Heh, I also made Shane move the screenshot to keep or News page clean.. =) So

Re: [Zope] Problem with database packing (major data loss)

2000-07-07 Thread Martijn Pieters
cked to a later time') rootl=[z64] pop=rootl.pop -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zo

Re: [Zope] http://www.zope.org: HORRIBLE HTML

2000-07-07 Thread Martijn Pieters
hich shows in the, ahem, dare I say "quality" of the produced HTML. That said, we did _try_ to bring up the HTML to succesfully validate through W3C's tools, but as it turns out Netscape's CSS implementation is so buggy we need to leave the /H2 end-tags to keep things working.. =(

Re: [Zope] Standard footer changed in tutorial?

2000-07-07 Thread Martijn Pieters
it somewhere in the object hierarchy?) You mean the 'Powered by Zope' button? It's ZopeAttributionButton: dtml-var ZopeAttributionButton -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope

Re: [Zope] Is Zope slow?

2000-07-06 Thread Martijn Pieters
need it? Check out Zope.org for more examples and case studies. Search the mail archives for comparisons. Forget about the speed issue. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope

Re: [Zope] Persisting a dictionary as a object property

2000-07-05 Thread Martijn Pieters
or set a special flag to let the ZODB know the objetc has changed: self._map.append(foo) self._p_changed = 1 You could also replace the dictionary by a PersitentMapping instance. See above docs for more info. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital

Re: [Zope] Powered By Zope logo

2000-07-04 Thread Martijn Pieters
s: !--#var ZopeAttributionButton-- The image is loaded from ib/python/App/www/zope_button.jpg -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://ww

Re: [Zope] dtml-try error in 2.2.0b3?

2000-07-03 Thread Martijn Pieters
d is fixed in the upcoming 2.2.0b4 release. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/

Re: [Zope] medusa question

2000-07-03 Thread Martijn Pieters
serving of HTML files from the local file system, it noly serves content out of Zope itself. There is a product on Zope.org called LocalFS that allows you to integrate filesystem based content into Zope though. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital

Re: [Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-07-01 Thread Martijn Pieters
ehow mixed up your entries with that of Brad Clements, who had retracted his issue: http://lists.zope.org/pipermail/zope-dev/2000-June/005632.html I see that you refiled your issue. Again, apologies. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital

Re: [Zope] ZWiki/Structured Text formatting surprise

2000-06-28 Thread Martijn Pieters
the underscores), is quoting the whole sentence, '_.None,_'. This may be desirable in this case, as it supposedly is a code example anyway. Doubly underscoring the line (and live with the underlining), doesn't work, BTW. I updated the above SandBox to illustrate. -- Martijn Pieters | Software Engineer

Re: [Zope] Generating products that perform a smart clone of a master site?

2000-06-28 Thread Martijn Pieters
investigating now is prototypes (a la JavaScript and Self objects). Chris ment for ZwikiWeb to be an example of how a copy could be made. The ZwikiWeb implements such a construct. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http

[Zope] Re: [Zope-Moz] mozilla and zope play nicely again!

2000-06-28 Thread Martijn Pieters
? When M17 comes out it will have the fix. Nightlies are marked with the milestone they are working up _to_, not what they are working _from_. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope

[Zope] Re: [Zope-Moz] mozilla and zope play nicely again!

2000-06-28 Thread Martijn Pieters
On Wed, Jun 28, 2000 at 06:31:36PM +1000, Anthony Baxter wrote: Martijn Pieters wrote Don't you mean M16? When M17 comes out it will have the fix. Nightlies are marked with the milestone they are working up _to_, not what they are working _from_. *grumble* I'm sure I saw a post

Re: [Zope] Can not add Zope Tutorial with 2.2

2000-06-25 Thread Martijn Pieters
clean out of the box, but after creating a Manager Role user, and reauthenticated. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Applicat

Re: [Zope] Zope2.2.0b2 doesn't work on win98

2000-06-23 Thread Martijn Pieters
them in detail here? -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server

Re: [Zope] Zope2.2.0b2 - cannot import tutorial

2000-06-23 Thread Martijn Pieters
of connections, which, IIRC, is set to 10 or something. There has been talk of changing that number, or, even better, have it dynamically change to suit the circumstances. But this is all from vague memory, so don't go quoting me on this. -- Martijn Pieters | Software Engineermailto:[EMAIL

Re: [Zope] Zope2.2.0b2 - cannot import tutorial

2000-06-23 Thread Martijn Pieters
mailing lists on this... The ability to configure the number of threads was present in z2.py from the very first version checked into CVS. Maybe you are confusing this with the configurable optimisation, where you can use the -i switch to tweak the interpreter check interval? -- Martijn Pieters

Re: [Zope] Re: Is DTML a bastardized form of XML, or valid XML?

2000-06-23 Thread Martijn Pieters
igned for this. It doesn't do namespaces. The dtml-else tag in a dtml-if/dtml-if isn't technically an empty tag, yet XML would dictate it is, and also require a / at the end. Etc. It was purely designed to be tolerated by an HTML editor, that doesn't care about bad nesting or what an empty ta

Re: [Zope-dev] Compiled Python as an Extension file

2000-06-22 Thread Martijn Pieters
://www.zope.org:8080/Collector -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server

<    1   2   3   4   5   6   >