[Zope] mozilla and zope play nicely again!

2000-06-28 Thread Anthony Baxter
The basic auth problem of mozilla-on-linux that's been around since around the 1st or 2nd of June are now fixed, as of 2000-06-27-20-M17 (note that I don't believe that straight M17 has the fixes applied.) Yay! Anthony ___ Zope maillist - [EMAIL PRO

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

2000-06-28 Thread Martijn Pieters
On Wed, Jun 28, 2000 at 05:07:26PM +1000, Anthony Baxter wrote: > The basic auth problem of mozilla-on-linux that's been around since > around the 1st or 2nd of June are now fixed, as of 2000-06-27-20-M17 > (note that I don't believe that straight M17 has the fixes applied.) Don't you mean M16? W

Re: [Zope] mod_rewrite rule to close managment screensfromoutsiders

2000-06-28 Thread Ragnar Beer
>Ragnar Beer wrote: >> >> > > I'm trying to deny external access to zope maintainance from elsewhere >> >> (just for sure), with Zope behind apache. However, It >> >> just doesn't seem work... Sure It's more apache's problem, but I guess >> >> someone around there has a working solution?

Re: [Zope] PowerMac 7500 with LinuxPPC and Zope?

2000-06-28 Thread Ragnar Beer
>On Wed, 28 Jun 2000, Daniel Muller wrote: >> Hi, >> >> I would like to turn an old Mac 7500 into a Zope server. LinuxPPC installs >> on the Mac PowerPC using the Red Hat 6.1 linux distribution. Does anyone >> have any experience with Zope with this type of set up? >> >Hmm.. sounds like fun.

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

2000-06-28 Thread Anthony Baxter
>>> 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 to slashdot saying M17 was out... yep, I did, http://slashdot.org/artic

[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 p

Re: [Zope] tree problem, addendum

2000-06-28 Thread Chris Withers
"Walter A. Aprile" wrote: > It appears I have messed up the Id propery, but I do not know how. If you could send the code for the Article class to the list, maybe someone can spot what's going on... cheers, Chris ___ Zope maillist - [EMAIL PROTECTE

Re: [Zope] Authentication question.

2000-06-28 Thread Richard Moon
I don't know if my experience is any use. I'm developing a site with a postgresql backend and I want users to be able to enter data over the web, and I want to know who has entered what data. So only registered users can access the pages which allow data entry. I set up a GUF (Generic User Fol

[Zope] Is there a bug in Zope ? (was Re: [Zope] problem testing permissions)

2000-06-28 Thread Jerome Alet
On Tue, 27 Jun 2000, Jerome Alet wrote: > If I log in as a user I've created in one of the subfolders then my test > seems to be wrong (see below). > > here's my code which should create an html link to the add form if the > logged in user is a manager for the subfolder (e.g. jerome for Courses)

[Zope] Howto engineer a scientific paper system

2000-06-28 Thread [EMAIL PROTECTED]
How to engineer a scientific paper system Are there products out for this, should we produce one? -- In short, I would like to have Zope assist me in producing a scientific paper. So how can I produce pointers from within the text to objects holding more information about these pointers, i.

Re: [Zope] tree problem, addendum

2000-06-28 Thread Rik Hoekstra
Chris Withers wrote: > > "Walter A. Aprile" wrote: > > It appears I have messed up the Id propery, but I do not know how. > > If you could send the code for the Article class to the list, maybe > someone can spot what's going on... does your Article happen to be a ZClass deriving from DTMLDoc

Re: [Zope] mod_rewrite rule to close managmentscreensfromoutsiders

2000-06-28 Thread Ragnar Beer
>Ragnar Beer wrote: >> >> >Ragnar Beer wrote: >> >> >> >> > > I'm trying to deny external access to zope maintainance >>from elsewhere >> >> >> (just for sure), with Zope behind apache. However, It >> >> >> just doesn't seem work... Sure It's more apache's problem, >>but I guess >>

Re: [Zope] HTML Editors that recognize DTML (was bastardized formofXML)

2000-06-28 Thread Gidon Friedman
> Does anyone know of a good (free!) java applet based text editor? Something > with basic color tagging abilities and maybe even (gasp) a spell checker, > search/replace, etc? If there is one, we could mod it to spit its output as > a form post, and hus have a great built-in editor for most bro

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Toby Dickenson
On Tue, 27 Jun 2000 16:30:30 -0500, [EMAIL PROTECTED] wrote: >The tech that does backups on my new NT server (IIS) tells me that >everything backs up ok except the \var\Data.fs.lock file. >Is that normal or a problem? It's definitely normal, and arguably a problem. On Windows, any file opened f

Re: [Zope] DTML question

2000-06-28 Thread Rik Hoekstra
Luke Tymowski wrote: > > Hello, > > I want to retrieve the last 3 filenames from a subfolder and display them in > a document. If I set the size of the retrieval to 1, I get just 1 name > returned. If I set the size to 3, I get everything in the folder. (if I use > 2 I also get everything in t

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Chris Withers
Toby Dickenson wrote: > It's definitely normal, and arguably a problem. > net stop zope > copy c:/zope/var/data.fs c:/zope/var/backupdata.fs > net start zope I'd say it's definitely a problem if you have to stop zope to do a backup :( But then, I'd say it's a problem running (Zope on) Windows i

RE: [Zope] Data.fs.lock?

2000-06-28 Thread Toby Dickenson
Windows definitely provides the right default behaviour here; in most cases reading a file while someone else is writing to it is a great way to read garbage. Its annoying for the minority of cases where it does make sense (such as data.fs) that the Unix-like behaviour (ie, unsafe ;-) isn't availa

[Zope] RESPONSE.redirect and frames

2000-06-28 Thread urs.beyeler
hello .. is there a possibilty to use RESPONSE.redirect using frames and targets? ... thnx ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zop

[Zope] Re[2]: [Zope] CASE tools and Zope

2000-06-28 Thread Alexander Chelnokov
Hello Dieter, Wednesday, June 28, 2000, 3:57:56 AM, you wrote: DM> If your patient data is in an SQL database, you do not need DM> to build (redundant) ZClass instances for them. DM> Instead, you would use Z SQL Methods to access them. As i realize, ZSQL methods are merely SQL statements for d

Re: [Zope] ZODB/FSSession TransactionError

2000-06-28 Thread Pavlos Christoforou
On Tue, 27 Jun 2000, Brian McClain wrote: > In my original Zope installation, I'm still getting the same EOFError > when I try to view a document containing . I > have been unable to reproduce the original TransactionError in the > original Zope. I have mucked around with the 1st Zope since rec

[Zope] Getting anonymous permissions

2000-06-28 Thread J. Atwood
This should be easy, but has me a little confused. to get a an AUTHENTICATED_USER permission I use... Do something But how do I test to see if ANONYMOUS has a permission? Thanks, J ___ Zope maillist - [EMAIL PROTECTED] http://lists.zop

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Erik Enge
On Wed, 28 Jun 2000, Chris Withers wrote: > I'd say it's definitely a problem if you have to stop zope to do a > backup :( How would you do it? In Unix you can't check if the file is being read to (can you?), so if you start backing up a 2GB Data.fs file and then the Zope process starts writing

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Chris Withers
Erik Enge wrote: > How would you do it? In Unix you can't check if the file is being > read to (can you?), so if you start backing up a 2GB Data.fs file > and then the Zope process starts writing to it, you'll have garbage :-). I don't think you'd have garbage since it's just transactions beign

[Zope] KM|net News help

2000-06-28 Thread Wesley Anderson
Being a newbie, I've decided to use the KM|net News product as a base to get my magazine/newspaper site off the ground. I've found it OK so far, but one of the problems I'm having is adding old (ie archived) articles to the database. I go in and create a new KMYear (1999) and a new month (1

RE: [Zope] Q: LoginManager and SQL-US?

2000-06-28 Thread Wilkinson Charlie E
Title: RE: [Zope] Q: LoginManager and SQL-US? Thanks to Dan Pierson and J.Atwood for pointing me at the GUF/SQL howto.  I've beating my head against LM since.  I even looked at the source code (which might be more useful if I spoke Python... Anyway, here's what I think I've figured out: Fo

Re: [Zope] Access object inside a folder

2000-06-28 Thread Pierre Rougier
Sin Hang Kin a écrit : did u try that: do what u want Hope this help Bye Pio. > Hi, > > I have put objects inside a folder tabledef and would like to refer them : > > mapping> > > > > However, this does not work, But putting the objects in the current folder > works without problem

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Oleg Broytmann
On Wed, 28 Jun 2000, Chris Withers wrote: > So, how should we backup data.fs without stopping Zope and ensuring the > integrity of our data all the while? Pack and backup Data.fs.old. Oleg.(All opinions are mine and not of my employer) Oleg Broytmann Foundation for

Re: [Zope] DTML question

2000-06-28 Thread Luke Tymowski
Hello, > should > work, no? No. This works on my production server, which runs Zope 2.1.14. But if I try that same code on 2.2b2 it doesn't work. If the subfolder is down 1, then size=1 works, but size=2 returns everything. If the subfolder is down 2, then size=1 wor

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Jim Fulton
(snip) > The filesystem, imho. This lets you spread things out over > multiple disks and even (perhaps) multiple systems. Worst case > you've got 50k x 15k = 750M. Big for a ZODB (?), No. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical Director (888

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Jim Fulton
Casey Duncan wrote: > > I am implementing a document Library using Zope. It has an exhaustive index > with several thousand topics in an outline residing on a PostgreSQL > database. This works well and I like it. > > My question is where is the best place to store the documents themselves? > The

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Jim Fulton
Andrew Kenneth Milton wrote: > > +[ Cary O'Brien ]- > | > | I'll let others speak to 3. I've never had a problem with ZODB, but I've > | never put 750MB in it. > > It'll take a fair amount of abuse :-) > > I've loaded the entire dmoz data into it

[Zope] Multiple Languages

2000-06-28 Thread Christian Zagrodnick
Hi all, has anybody figured out how to make a zope website multilingual? I have to make a website in German and English - but the database stuff etc. is all the same. Did anybody do that? -- Christian Zagrodnick - Progressive Media Production http://www.promp.de/ Die Haftung ist auf das

Re: [Zope] Getting anonymous permissions

2000-06-28 Thread Oleg Broytmann
On Wed, 28 Jun 2000, J. Atwood wrote: > But how do I test to see if ANONYMOUS has a permission? Anonymous is AUTHENTICATED_USER, too :) Oleg.(All opinions are mine and not of my employer) Oleg Broytmann Foundation for Effective Policies [EMAIL PROTECTED]

Re: [Zope] ZODB performance: reads to writes

2000-06-28 Thread Jim Fulton
Jimmie Houchin wrote: > > I know this has been brought up before, but I don't remember if this > question has been asked. > > I've been reading everything I could find on the ZODB. Currently I am > reading 'Introduction to the Zope Object Database' by Jim Fulton at > http://www.zope.org/Members/

Re: [Zope] ZODB performance: reads to writes

2000-06-28 Thread Jim Fulton
Toby Dickenson wrote: > > On Sat, 24 Jun 2000 12:43:05 -0400, "Evan Simpson" <[EMAIL PROTECTED]> > wrote: > > >> Will an app as described above still suffer from problems with high > >writes? > > >There are two independent attacks on this problem underway: > > >2. Implement the application-lev

Re: [Zope] ZODB performance: reads to writes

2000-06-28 Thread Jim Fulton
Ty Sarna wrote: > > In article <000d01bfddfb$4546f070$[EMAIL PROTECTED]>, > Evan Simpson <[EMAIL PROTECTED]> wrote: > > - Original Message - > > From: Jimmie Houchin <[EMAIL PROTECTED]> > > > > > Will an app as described above still suffer from problems with high > > writes? > > > > Possi

[Zope] Generating PDF: Use ZpdfDocument or Reportlab?

2000-06-28 Thread Jonathan
Hi all, I currently have ZpdfDocument installed but I just stumbled across the Reportlab package which seems to offer a much more extensive set of features. The advantage of ZpdfDocument is that it is already integrated with Zope, but since Reportlab is Python based it shouldn't be too hard t

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-28 Thread Scott Parish
Thus spake Chris Withers ([EMAIL PROTECTED]): > Ty Sarna wrote: > > call the manage_delete() method on the object. That is, you ask the > > object to delete itself. > > This seems unnecessarily long-winded to me. What are the reasons for it > being like this? (examples are good... ;-) > > > How

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-28 Thread Chris Withers
Scott Parish wrote: > I'm not entirely clear how > asking the object to delete itself in this case is going to improve the > situation over just asking the rack to, but I think that was the intent. Okay, I see the intent now too, but I agree with you that I can't see what advantage asking the obj

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

2000-06-28 Thread Christopher Blizzard
Anthony Baxter wrote: > > The basic auth problem of mozilla-on-linux that's been around since > around the 1st or 2nd of June are now fixed, as of 2000-06-27-20-M17 > (note that I don't believe that straight M17 has the fixes applied.) There is no M17 official release. We still do nightly build

[Zope] Adding Products Breaking Zope

2000-06-28 Thread Craig
My co-worker and I are having difficulty adding a few products to our site without breaking Zope. Here is what is happening - after installing the product in the zope directory and reatarting Zope, the site asks for a username and password (when it shouldn'). Not even the superuser can log in. The

[Zope] 2.2b3 Tutorial issues

2000-06-28 Thread Luke Tymowski
Hello, The tutorial included with 2.2b3 now "works"; however, the documents are in the wrong order (9, 10, 11, 1, 2, 3, 4 etc). And every page generates a JavaScript error on IE 5.01 (syntax error on line 74). Luke ___ Zope maillist - [EMAIL PROT

[Zope] frame in zope

2000-06-28 Thread kmail
I have been looking through egroups for answers to people problem, but haven't found any to work for me. Soory to bug everyone. Ok here is my problem. I am developing a zope application for our company that has frames in it. Three to be exact; top, right and left. Top never changes, right

Re: [Zope] Adding Products Breaking Zope

2000-06-28 Thread Oleg Broytmann
On Wed, 28 Jun 2000, Craig wrote: > My problem is with SiteAccess 1.0.1 with Zope 2.1.6 on Debian Unstable > (Woody). Is it simply that this version of SiteAccess was written for an > earlier version of Zope and is no longer compatible? Or am I just doing > something wrong? Yes. Downgrading to

Re: [Zope] Adding Products Breaking Zope

2000-06-28 Thread Craig
Actually, I removed zope from my system and cleaned everything zope related off the system, then reinstalled and it worked. I inhereted this machine from a former employee and Zope was already on the system. No telling what caused it, may the way he had something configured, or maybe just upgradin

Re: [Zope] Adding Products Breaking Zope

2000-06-28 Thread Oleg Broytmann
On Wed, 28 Jun 2000, Craig wrote: > Actually, I removed zope from my system and cleaned everything zope related > off the system, then reinstalled and it worked. Oops! That's an idea... Oleg.(All opinions are mine and not of my employer) Oleg Broytmann Foundation fo

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread Nils Kassube
[EMAIL PROTECTED] wrote: > In short, I would like to have Zope assist me in producing a > scientific paper. Why do you want to use Zope for this? What's the expected advantage against using e.g. LaTeX? Cheers, Nils -- [EMAIL PROTECTED] | [EMAIL PROTECTED] (preferred) [EMAI

Re: [Zope] PowerMac 7500 with LinuxPPC and Zope?

2000-06-28 Thread Nils Kassube
Guten Abend. > Should I consider a different linux distribution than PPC? SuSE 6.4 is now also available for the Power Macintosh and other PowerPC platforms. I'm very interested in knowing if Zope runs as good on SuSE/PPC as on SuSE/x86. Please try it... :-) Cheers, Nils -- [EMAIL PROTECTED]

Re: [Zope] Re[2]: [Zope] CASE tools and Zope

2000-06-28 Thread R. David Murray
On Wed, 28 Jun 2000, Alexander Chelnokov wrote: > As i realize, ZSQL methods are merely SQL statements for data > manipulation - select, insert, delete and so on. But some application > logic and data integrity rules may be IMHO wrapped into ZClasses > instead of triggers and stored procedures. It

Re: [Zope] Data.fs.lock?

2000-06-28 Thread Erik Enge
On Wed, 28 Jun 2000, Oleg Broytmann wrote: > On Wed, 28 Jun 2000, Chris Withers wrote: > > > > So, how should we backup data.fs without stopping Zope and ensuring the > > integrity of our data all the while? > >Pack and backup Data.fs.old. But what if the site is incredibly busy and transac

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread [EMAIL PROTECTED]
> Why do you want to use Zope for this? What's the expected > advantage against using e.g. LaTeX? > > Cheers, > Nils > -- Better integration into the Web, resources should be accessible on the fly. I would like to have the sources of my ideas packed close together with the actual content I am p

Re: [Zope] Adding Products Breaking Zope

2000-06-28 Thread Evan Simpson
- Original Message - From: Oleg Broytmann <[EMAIL PROTECTED]> > > My problem is with SiteAccess 1.0.1 with Zope 2.1.6 on Debian Unstable > > (Woody). Is it simply that this version of SiteAccess was written for an > > earlier version of Zope and is no longer compatible? Or am I just doing

Re: [Zope] range with variables

2000-06-28 Thread R. David Murray
On Tue, 27 Jun 2000, Armin Wappenschmidt wrote: > # <-- that's the problem!! > > > >do something > > > > > > > How can I set the variable "start" from a user given input? If the user input is the value of a field in a form that was submitted, just refer to the name of

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread [EMAIL PROTECTED]
(...why) ...and, of'course, teamworking. > [EMAIL PROTECTED] | [EMAIL PROTECTED] (preferred) > Why do you want to use Zope for this? What's the expected > advantage against using e.g. LaTeX? > ___ Zope maillist - [EMAIL PROTE

RE: [Zope] HTML Editors that recognize DTML (was bastardized formofXML)

2000-06-28 Thread Jon Franz
This looks very cool - the HTMl jive, that is. I'm going to mod it some, and get permission from the author to incorporate it into Zope... I'll add some features like search and replace also... >>> -Original Message- From: Gidon Friedman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 2

RE: [Zope] Re[2]: [Zope] CASE tools and Zope

2000-06-28 Thread Chris McDonough
ZClasses can indeed be brains. > -Original Message- > From: R. David Murray [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 28, 2000 12:52 PM > To: Alexander Chelnokov > Cc: Dieter Maurer; zope > Subject: Re: [Zope] Re[2]: [Zope] CASE tools and Zope > > > On Wed, 28 Jun 2000, Alexand

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread Nils Kassube
[EMAIL PROTECTED] wrote: > Better integration into the Web, resources should be accessible on > the fly. I would like to have the sources of my ideas packed close You can have this with LaTeX _and_ an excellent quality of the printed document. > together with the actual content I am producing,

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

2000-06-28 Thread Jake Kauth
Martijn Pieters wrote: > Slashdot has the journalistic integrity of a cod fish. One of the replies on > the page scolds the writer for _another_ mistake about this. Personally, I > have given up on slashdot. around this part of town, we refer to it as "slash and burn". :) jake ** __

[Zope] OT: MS Outlook sucks

2000-06-28 Thread Wilkinson Charlie E
Title: OT: MS Outlook sucks ...but you already knew that didn't you? First, an apology for previously sending MIME/html crap to the list, even after being told about it and after I thought I had it turned off, and another apology for this OT message while I'm at it. I think I've got it now

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread Nils Kassube
[EMAIL PROTECTED] wrote: > and, of'course, teamworking. I use the Concurrent Versions System (CVS) also for LaTeX documents: http://www.cvshome.org/CVS/index_html Well, I'm not convinced that a web browser is a good _writing_ environment at all, especially not for scientific paper

[Zope] Zope 2.2b2: Adding ZClass Instances Programmatically

2000-06-28 Thread Gidon Friedman
hi I can't add nested ZClasses in dtml in 2.2b2 on aix 4.3. It seems that new security model makes things more complicated, so if sb could show me the light pls? the same code worked fine in 2.1.6. on win95. thanks a lot gidon -- my calling method: and in the Stundenplan_add it

Re: [Zope] HTML Editors that recognize DTML (was bastardized formofXML)

2000-06-28 Thread Marcel Preda
- Original Message - From: Jon Franz <[EMAIL PROTECTED]> To: 'Gidon Friedman' <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 7:08 PM Subject: RE: [Zope] HTML Editors that recognize DTML (was bastardized formofXML) > This looks very cool - the HTMl jive, that

[Zope] Re: OT: Outlook sucks

2000-06-28 Thread Charlie Wilkinson - XM 202-283-3241
Test obviously failed. :-/ Fine, I'll use a *proper* e-mail client. (Did I mention Outlook sucks?) Apologies again. I've learned a valuable lession here today... -cw- -- |o|/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\|o| |o| Charlie Wilkinson |o| |o| TRIS Development SysAdmin |o| |o|

[Zope] Urgent problem: Database and large clock skew

2000-06-28 Thread Jim Flanagan
Hi, In trying to fix a problem with Zope httpd server sockets getting wedged in TIME_WAIT state, I set my system clock ahead by a year, then set it back. Unfortunately, connections to the Zope httpd server occurred while the clock was set in the future, and now when I try to start Zope, it die

Re: [Zope] ZCatalog counting?

2000-06-28 Thread R. David Murray
On Tue, 27 Jun 2000, Steve Spicklemire wrote: > OK.. how about one more little special case > > There are > > > > 0 > > items of type Folder. Um...yep. Just actually looked at my code, and I do indeed have that special case in my working code . That probably makes the set/l

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Jonothan Farr
> In theory, you could use ZCatalog to catalog objects in the > file system or in a RDBMS, providing that you can provide > paths for them. I don't think anyone's done this yet. There > are bound to be bumps from wjoever does it first. :) There's a patch to the Local File System product to allow

Re: [Zope] DTML question

2000-06-28 Thread R. David Murray
On Wed, 28 Jun 2000, Luke Tymowski wrote: > If the subfolder is down 2, then size=1 works, size=2 works, but size=3 > returns everything. > > By down 2 I mean like the example code above (folder I want to query is two > levels down). > > Maybe it's a 2.2 bug? Maybe you need the 'orphan' paramet

RE: [Zope] Urgent problem: Database and large clock skew

2000-06-28 Thread Chris McDonough
Jim, It might be wise to just truncate the Data.fs at the point the transactions occurred. See http://www.zope.org/Members/itamar/CorruptedZODB > -Original Message- > From: Jim Flanagan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 28, 2000 1:46 PM > To: [EMAIL PROTECTED] > Subje

Re: [Zope] DTML question

2000-06-28 Thread Luke Tymowski
Hello, > Maybe you need the 'orphan' parameter on your dtml-in? Thanks. That did the trick. I really hope that O'Reilly book gets done sooner rather than later. I wasn't seeing that problem on my production server (2.1.4) because it has 70-odd documents in the folder I query. (I'm trying out t

Re: [Zope] mod_rewrite rule to close managmentscreensfromoutsiders

2000-06-28 Thread Bill Anderson
Ragnar Beer wrote: > > >Ragnar Beer wrote: > >> > >> >Ragnar Beer wrote: > >> >> > >> >> > > I'm trying to deny external access to zope maintainance > >>from elsewhere > >> >> >> (just for sure), with Zope behind apache. However, It > >> >> >> just doesn't seem work... Sure It's more

[Zope] Problem with > 1 ZCatalog search on same page

2000-06-28 Thread Jeff Sasmor
Hi Zopistas- I have problem that I hope that there's an answer to. Perhaps this has been covered on this list already, but I couldn't find it by searching the NIP archives and 800+ results for "ZCatalog" was mind-numbing. I have two ZCatalog searches on the same page (in the same DTML metho

Re: [Zope] Generating PDF: Use ZpdfDocument or Reportlab?

2000-06-28 Thread Dan Rusch
Yes we have written a faily extensively billing system that uses reportlab to generate the equipment orders in pdf format. We have made a few tweaks here and there to reportlab but in general it works quite well. Dan Jonathan wrote: > Hi all, > > I currently have ZpdfDocument installed but I ju

Re: [Zope] KM|net News help

2000-06-28 Thread Kevin Dangoor
--- Wesley --- Being a newbie, I've decided to use the KM|net News product as a base to get my magazine/newspaper site off the ground. I've found it OK so far, but one of the problems I'm having is adding old (ie archived) articles to the database. I go in and create a new KMYear (1999) and a new

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Lalo Martins
On Wed, Jun 28, 2000 at 10:07:25AM -0400, Jim Fulton wrote: > Casey Duncan wrote: > > > Is ZODB up to the task of storing this quantity of objects? What problems > > might I run into? Is it a wise idea, could a data.fs file of this size > > (~3-400MB) become too easily corrupted? > > No. Zope.O

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-28 Thread Bill Anderson
Chris Withers wrote: > > Scott Parish wrote: > > I'm not entirely clear how > > asking the object to delete itself in this case is going to improve the > > situation over just asking the rack to, but I think that was the intent. > > Okay, I see the intent now too, but I agree with you that I can

[Zope] Adding the objects resulting from a ZSQL query to a Zope folder

2000-06-28 Thread Ivan Raikov
Hello, everybody, Is there any way to programmatically add the objects, returned from a ZSQL method to a Zope Folder? Thanks, Ivan Raikov ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Data.fs.lock?

2000-06-28 Thread addyd
Well, it's NOT a production environment at this point. I just thought I'd see if I could play with it until my LinuxPPC 2000 CDs arrived and I could put it on a Mac where it BELONGS. :>) I'm looking forward to attempting some benchmarking of Zope on a 533mhz Pentium III vs a Mac 200mhz PPC 604e.

Re: [Zope] Getting anonymous permissions

2000-06-28 Thread J. Atwood
so Do something Should work, but does not. J > From: Oleg Broytmann <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 28 Jun 2000 14:36:36 + (GMT) > To: "J. Atwood" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [Zope] Getting anonymous permissions > > On

Re: [Zope] how to get email delivery errors

2000-06-28 Thread Dieter Maurer
Ben Leslie writes: > On Tue, 27 Jun 2000, Dan Rusch wrote: > > > Our site allows supervisors to email orders back to sales reps. We have > > this working very well. The problem is if the supervisor types in an > > non-existant email address we aren't getting Mail System Error - > > Returned

Re: [Zope] Re: Slow File Access With LocalFS

2000-06-28 Thread Dieter Maurer
Jonothan Farr writes: > It sounds to me like the Apache server is just writing the data directly to the > HTTP connection as it is read. I believe that's how HTTP "streaming" works. I > also believe this is possible to do using the Zope HTTPResponse object. Does > anyone have any ideas? We use

Re: [Zope] DTML question

2000-06-28 Thread Dieter Maurer
Rik Hoekstra writes: > > > Luke Tymowski wrote: > > > > Hello, > > > > I want to retrieve the last 3 filenames from a subfolder and display them in > > a document. If I set the size of the retrieval to 1, I get just 1 name > > returned. If I set the size to 3, I get everything in the

Re: [Zope] Access object inside a folder

2000-06-28 Thread Dieter Maurer
Sin Hang Kin writes: > mapping> > > > > Error Type: AttributeError > Error Value: __getitem__ This is as it should be: "objectItems" does not return a list of mapping objects. These objects do not have a mapping's "__getitem__" method. Therefore, you get the AttributeError.

Re: [Zope] Urgent problem: Database and large clock skew

2000-06-28 Thread Ty Sarna
In article <116492527.962189166@[172.20.20.1]>, Jim Flanagan <[EMAIL PROTECTED]> wrote: > In trying to fix a problem with Zope httpd server sockets getting wedged in > TIME_WAIT state, I set my system clock ahead by a year, then set it back. Can't help you with the database problem, but though

RE: [Zope] ProxyPass Problems

2000-06-28 Thread Baker, Dennis [sjmr]
The idea was to have http://mysite.org go to one part of my site, and https://mysite.org go to a different section of my page. When you request a page using http:// the request comes in on port 80 is non-encrypted html. https:// requests go to port 443, and are encrypted. So the idea is to hav

[Zope] LocalFS and Cache Issues

2000-06-28 Thread Rogerio Atem de Carvalho
I am using a combination of Zope to create and maintain a MySQL database. This database is full of images files so I decided to keep them outside MySQL for caching facilities. My question are: 1)image files referenced by LocalFS objects are cached by Zope? and 2)In this situation do I need to

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Dieter Maurer
Jim Fulton writes: > In theory, you could use ZCatalog to catalog objects in the > file system or in a RDBMS, providing that you can provide > paths for them. I don't think anyone's done this yet. There > are bound to be bumps from wjoever does it first. :) I use ZCatalog to catalog objects i

[Zope] [Newbie Question] Pertaining to Search Engines

2000-06-28 Thread Eddie Mosier
Is it possible for you to get a site that is built with zope to be found by search engines (other than those that are directory listings, like yahoo.com and dmoz.com)? From what I have seen, I think zope would do what I would like, but I need to know this. From what I have learned so far I

Re: [Zope] Problem with > 1 ZCatalog search on same page

2000-06-28 Thread Dieter Maurer
Jeff Sasmor writes: > I have two ZCatalog searches on the same page (in the same DTML method). Each > has different fields so they have different numbers of results displayed in two >tables. > > This works just fine. > > What's wierd is that the 'batch_size' code interacts between the

Re: [Zope] DTML question

2000-06-28 Thread Curtis Maloney
On Thu, 29 Jun 2000, Luke Tymowski wrote: > Hello, > > > Maybe you need the 'orphan' parameter on your dtml-in? > > Thanks. That did the trick. > > I really hope that O'Reilly book gets done sooner rather than later. > Well, to be honest, I've found the existing documentation on that topic to be

[Zope] Re: Prototyped folders?

2000-06-28 Thread Hamish Lawson
I wrote: If a folder doesn't itself contain a required object or method, I'd like to have another folder looked in instead. The fall-back folder won't necessarily (and often can't) be higher in the hierarchy, so acquisition doesn't seem to be a solution. Steve Alexander wrote: Your r

[Zope] ZODB/FSSession TransactionError

2000-06-28 Thread Brian McClain
>> In my original Zope installation, I'm still getting the same EOFError >> when I try to view a document containing . I >> have been unable to reproduce the original TransactionError in the >> original Zope. I have mucked around with the 1st Zope since receiving >> this initial TransactionError

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread Ben Leslie
On Wed, 28 Jun 2000, [EMAIL PROTECTED] wrote: > How to engineer a scientific paper system > > Are there products out for this, should we produce one? > -- > > In short, I would like to have Zope assist me in producing a > scientific paper. > > So how can I produce pointers from within the

Re: [Zope] OT: MS Outlook sucks

2000-06-28 Thread Ben Leslie
On Wed, 28 Jun 2000, Wilkinson Charlie E wrote: > ...but you already knew that didn't you? > > First, an apology for previously sending MIME/html crap to > the list, even after being told about it and after I thought > I had it turned off, and another apology for this OT message > while I'm at i

Re: [Zope] Prototyped folders?

2000-06-28 Thread Hamish Lawson
I wrote: > If a folder doesn't itself contain a required object or method, I'd > like to have another folder looked in instead. The fall-back folder > won't necessarily (and often can't) be higher in the hierarchy, so > acquisition doesn't seem to be a solution. Jeff Hoffman wrote: > I assume

Re: [Zope] How to update DTML built from Python level?

2000-06-28 Thread Andy McKay
Restarting will work (although it is not technically necessary for .dtml). Perhaps there is another reason... - Original Message - From: "Lalo Martins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 3:48 PM Subject: [Zope] How to update DTML built from Python

[Zope] Creating PythonMethod from ZClass constructor/method.

2000-06-28 Thread Jeff Hoffman
Hello, Using Zope 2.2b3, I am trying to create a PythonMethod from the constructor of my ZClass and keep getting an authorization dialog. In my MyZClass_add method, I have: Every pemutation I have tried gives the same result: an Unauthorized exception. Ad

[Zope] How to update DTML built from Python level?

2000-06-28 Thread Lalo Martins
If I, for example, edit .../lib/python/OFS/documentEdit.dtml, what kind of black magic do I have to do to make my changes take effect? I'd think it is only a matter of restarting Zope, but that doesn't work :-/ []s, |alo

Re: [Zope] LocalFS and Cache Issues

2000-06-28 Thread Jonothan Farr
> I am using a combination of Zope to create and maintain > a MySQL database. This database is full of images files > so I decided to keep them outside MySQL for caching > facilities. My question are: 1)image files referenced > by LocalFS objects are cached by Zope? No. and 2)In this > sit

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

2000-06-28 Thread Lalo Martins
On Wed, Jun 28, 2000 at 10:40:53AM +0200, Martijn Pieters wrote: > On Wed, Jun 28, 2000 at 06:31:36PM +1000, Anthony Baxter wrote: > > > > *grumble* I'm sure I saw a post to slashdot saying M17 was out... > > yep, I did, > > http://slashdot.org/article.pl?sid=00/06/26/1655250&mode=nested > > >

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-28 Thread Scott Parish
Thus spake Chris Withers ([EMAIL PROTECTED]): > Scott Parish wrote: > > I'm not entirely clear how > > asking the object to delete itself in this case is going to improve the > > situation over just asking the rack to, but I think that was the intent. > > Okay, I see the intent now too, but I ag

  1   2   >