[Zope] Using Cookie Data

2000-05-24 Thread Jim
: qryGetCustomer(REQUEST.cookies[Company_Name)] Any help out there on helping a Zope newbie to get the data from his psql database with a value retrieved from a cookie? -- Jim Zope is cool! ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope-Checkins] SVN: zdaemon/trunk/ Updated to reflect split of zope.testrunner and zope.testing.

2012-05-25 Thread jim
Log message for revision 126501: Updated to reflect split of zope.testrunner and zope.testing. Addressed deprecation warnings. Changed: U zdaemon/trunk/buildout.cfg U zdaemon/trunk/setup.py U zdaemon/trunk/src/zdaemon/tests/tests.py -=- Modified: zdaemon/trunk/buildout.cfg

[Zope-Checkins] SVN: zdaemon/trunk/s Used manuel to make the documentation more documenty

2012-05-25 Thread jim
+/environment + +.. - text + + open('conf', 'w').write(text.replace('/tmp', tmpdir)) + +Now, when we run the command, we'll see out environment settings reflected: + +sh ./zdaemon -Cconf fg env USER=jim HOME=/home/foo @@ -200,15 +218,20 @@ import os f.write('rec 1\n

[Zope-Checkins] SVN: zdaemon/trunk/ Added a separate option, stop-timout, to control how long to wait

2012-06-04 Thread jim
Log message for revision 126562: Added a separate option, stop-timout, to control how long to wait for a graceful shutdown. Previously, this was controlled by backoff-limit, which didn't make much sense. Changed: U zdaemon/trunk/CHANGES.txt U

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zd Simplified runner state management.

2012-06-04 Thread jim
Log message for revision 126588: Simplified runner state management. Changed: U zdaemon/trunk/src/zdaemon/zdctl.py U zdaemon/trunk/src/zdaemon/zdoptions.py U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/zdctl.py

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdrun.py sorted imports :)

2012-06-04 Thread jim
Log message for revision 126589: sorted imports :) Changed: U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/zdrun.py === --- zdaemon/trunk/src/zdaemon/zdrun.py 2012-06-04 19:11:00 UTC (rev

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py whitespace

2012-06-04 Thread jim
Log message for revision 126590: whitespace Changed: U zdaemon/trunk/src/zdaemon/zdctl.py -=- Modified: zdaemon/trunk/src/zdaemon/zdctl.py === --- zdaemon/trunk/src/zdaemon/zdctl.py 2012-06-04 20:54:58 UTC (rev 126589) +++

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zd Cleaned up plumbing of stop-timeout

2012-06-05 Thread jim
Log message for revision 126591: Cleaned up plumbing of stop-timeout Changed: U zdaemon/trunk/src/zdaemon/zdoptions.py U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/zdoptions.py === ---

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdrun.py Removed confusing usage info that humans never see and that was a

2012-06-05 Thread jim
Log message for revision 126592: Removed confusing usage info that humans never see and that was a massive DRY violation. Changed: U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/zdrun.py ===

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py Organized usage a little, including removing a dup.

2012-06-05 Thread jim
Log message for revision 126594: Organized usage a little, including removing a dup. Changed: U zdaemon/trunk/src/zdaemon/zdctl.py -=- Modified: zdaemon/trunk/src/zdaemon/zdctl.py === --- zdaemon/trunk/src/zdaemon/zdctl.py

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py Made an untested fix to the untested interactive quit command,

2012-06-05 Thread jim
Log message for revision 126597: Made an untested fix to the untested interactive quit command, which I hope to remove soon. It previously send an exit command, which has the same semantics as stop and was removed recently. Changed: U zdaemon/trunk/src/zdaemon/zdctl.py -=-

[Zope-Checkins] SVN: zdaemon/trunk/ - Added an option, ``start-test-program`` to supply a test command to

2012-06-05 Thread jim
Log message for revision 126598: - Added an option, ``start-test-program`` to supply a test command to test whether the program managed by zdaemon is up and operational, rather than just running. When starting a program, the start command doesn't return until the test passes. You

[Zope-Checkins] SVN: zdaemon/branches/2/ make a v2 release branch, as trunk is viverging somewhat

2012-06-06 Thread jim
Log message for revision 126632: make a v2 release branch, as trunk is viverging somewhat Changed: A zdaemon/branches/2/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.5/ tag

2012-06-07 Thread jim
Log message for revision 126673: tag Changed: A zdaemon/tags/2.0.5/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.5/setup.py version

2012-06-07 Thread jim
Log message for revision 126674: version Changed: U zdaemon/tags/2.0.5/setup.py -=- Modified: zdaemon/tags/2.0.5/setup.py === --- zdaemon/tags/2.0.5/setup.py 2012-06-07 19:57:05 UTC (rev 126673) +++

[Zope-Checkins] SVN: zdaemon/branches/2/CHANGES.txt Gaaaaaa, released trunk as 2.0.5.

2012-06-07 Thread jim
Log message for revision 126675: Gaa, released trunk as 2.0.5. Changed: U zdaemon/branches/2/CHANGES.txt -=- Modified: zdaemon/branches/2/CHANGES.txt === --- zdaemon/branches/2/CHANGES.txt 2012-06-07 19:57:50 UTC

[Zope-Checkins] SVN: zdaemon/tags/2.0.6/ tag

2012-06-07 Thread jim
Log message for revision 126676: tag Changed: A zdaemon/tags/2.0.6/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.6/2/ tag

2012-06-07 Thread jim
Log message for revision 126677: tag Changed: A zdaemon/tags/2.0.6/2/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.6/2/ oops

2012-06-07 Thread jim
Log message for revision 126678: oops Changed: D zdaemon/tags/2.0.6/2/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.6/setup.py version

2012-06-07 Thread jim
Log message for revision 126679: version Changed: U zdaemon/tags/2.0.6/setup.py -=- Modified: zdaemon/tags/2.0.6/setup.py === --- zdaemon/tags/2.0.6/setup.py 2012-06-07 20:02:46 UTC (rev 126678) +++

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed: When the ``user`` option was used to run as a particular

2012-06-07 Thread jim
Log message for revision 126681: Fixed: When the ``user`` option was used to run as a particular user, supplemental groups weren't set to the user's supplemental groups. Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/README.txt U zdaemon/trunk/setup.py A

[Zope-Checkins] SVN: zdaemon/trunk/ Several undocunented, untested, and presumeably unused features were removed.

2012-06-07 Thread jim
Log message for revision 126682: Several undocunented, untested, and presumeably unused features were removed. (I suspect that some of the remaining features are untested, :(, but I can imagine using them.) Changed: U zdaemon/trunk/CHANGES.txt U

[Zope-Checkins] SVN: zdaemon/trunk/CHANGES.txt tweaks

2012-06-08 Thread jim
Log message for revision 126689: tweaks Changed: U zdaemon/trunk/CHANGES.txt -=- Modified: zdaemon/trunk/CHANGES.txt === --- zdaemon/trunk/CHANGES.txt 2012-06-08 13:50:52 UTC (rev 126688) +++ zdaemon/trunk/CHANGES.txt

[Zope-Checkins] SVN: zdaemon/tags/3.0.0/ tag

2012-06-08 Thread jim
Log message for revision 126690: tag Changed: A zdaemon/tags/3.0.0/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/3.0.0/setup.py Version.

2012-06-08 Thread jim
Log message for revision 126691: Version. Changed: U zdaemon/tags/3.0.0/setup.py -=- Modified: zdaemon/tags/3.0.0/setup.py === --- zdaemon/tags/3.0.0/setup.py 2012-06-08 13:59:00 UTC (rev 126690) +++

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

2012-06-08 Thread jim
Log message for revision 126692: Version. Changed: U zdaemon/trunk/setup.py -=- Modified: zdaemon/trunk/setup.py === --- zdaemon/trunk/setup.py 2012-06-08 13:59:49 UTC (rev 126691) +++ zdaemon/trunk/setup.py

[Zope-Checkins] SVN: zdaemon/tags/2.0.7/ tag

2012-06-08 Thread jim
Log message for revision 126693: tag Changed: A zdaemon/tags/2.0.7/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.7/ oops

2012-06-08 Thread jim
Log message for revision 126694: oops Changed: D zdaemon/tags/2.0.7/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/branches/2/setup.py version

2012-06-08 Thread jim
Log message for revision 126695: version Changed: U zdaemon/branches/2/setup.py -=- Modified: zdaemon/branches/2/setup.py === --- zdaemon/branches/2/setup.py 2012-06-08 17:17:10 UTC (rev 126694) +++

[Zope-Checkins] SVN: zdaemon/branches/2/ Fixed:

2012-06-08 Thread jim
Log message for revision 126696: Fixed: The change in 2.0.6 to set a user's supplemental groups broke common configurations in which the effective user was set via ``su`` or ``sudo -u`` prior to invoking zdaemon. Now, zdaemon doesn't set groups or the effective user if the

[Zope-Checkins] SVN: zdaemon/tags/2.0.7/ tag

2012-06-08 Thread jim
Log message for revision 126697: tag Changed: A zdaemon/tags/2.0.7/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/2.0.7/setup.py version

2012-06-08 Thread jim
Log message for revision 126698: version Changed: U zdaemon/tags/2.0.7/setup.py -=- Modified: zdaemon/tags/2.0.7/setup.py === --- zdaemon/tags/2.0.7/setup.py 2012-06-08 17:20:12 UTC (rev 126697) +++

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed:

2012-06-08 Thread jim
Log message for revision 126699: Fixed: The change in 2.0.6 to set a user's supplemental groups broke common configurations in which the effective user was set via ``su`` or ``sudo -u`` prior to invoking zdaemon. Now, zdaemon doesn't set groups or the effective user if the

[Zope-Checkins] SVN: zdaemon/tags/3.0.1/ tag

2012-06-08 Thread jim
Log message for revision 126700: tag Changed: A zdaemon/tags/3.0.1/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/3.0.1/setup.py version

2012-06-08 Thread jim
Log message for revision 126701: version Changed: U zdaemon/tags/3.0.1/setup.py -=- Modified: zdaemon/tags/3.0.1/setup.py === --- zdaemon/tags/3.0.1/setup.py 2012-06-08 17:55:58 UTC (rev 126700) +++

[Zope-Checkins] SVN: zdaemon/trunk/CHANGES.txt *** empty log message ***

2012-07-10 Thread jim
Log message for revision 127306: *** empty log message *** Changed: U zdaemon/trunk/CHANGES.txt -=- Modified: zdaemon/trunk/CHANGES.txt === --- zdaemon/trunk/CHANGES.txt 2012-07-10 15:48:33 UTC (rev 127305) +++

[Zope-Checkins] SVN: zdaemon/tags/3.0.2/ tag

2012-07-10 Thread jim
Log message for revision 127307: tag Changed: A zdaemon/tags/3.0.2/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/3.0.2/setup.py version

2012-07-10 Thread jim
Log message for revision 127308: version Changed: U zdaemon/tags/3.0.2/setup.py -=- Modified: zdaemon/tags/3.0.2/setup.py === --- zdaemon/tags/3.0.2/setup.py 2012-07-10 16:45:20 UTC (rev 127307) +++

[Zope-Checkins] SVN: zdaemon/trunk/ - Fixed: programs started with zdaemon couldn't, themselves, invoke

2012-07-10 Thread jim
Log message for revision 127309: - Fixed: programs started with zdaemon couldn't, themselves, invoke zdaemon. really Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/src/zdaemon/tests/tests.py U zdaemon/trunk/src/zdaemon/zdctl.py -=- Modified:

[Zope-Checkins] SVN: zdaemon/tags/3.0.3/ tag

2012-07-10 Thread jim
Log message for revision 127310: tag Changed: A zdaemon/tags/3.0.3/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/3.0.3/setup.py version

2012-07-10 Thread jim
Log message for revision 127311: version Changed: U zdaemon/tags/3.0.3/setup.py -=- Modified: zdaemon/tags/3.0.3/setup.py === --- zdaemon/tags/3.0.3/setup.py 2012-07-10 18:14:18 UTC (rev 127310) +++

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed: The start command exited with a zero exit status even when

2012-07-30 Thread jim
Log message for revision 127404: Fixed: The start command exited with a zero exit status even when the program being started failed to start (or exited imediately). Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/src/zdaemon/tests/tests.py U

[Zope-Checkins] SVN: zdaemon/tags/3.0.4/ tag

2012-07-30 Thread jim
Log message for revision 127405: tag Changed: A zdaemon/tags/3.0.4/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/3.0.4/setup.py *** empty log message ***

2012-07-30 Thread jim
Log message for revision 127406: *** empty log message *** Changed: U zdaemon/tags/3.0.4/setup.py -=- Modified: zdaemon/tags/3.0.4/setup.py === --- zdaemon/tags/3.0.4/setup.py 2012-07-30 17:48:04 UTC (rev 127405) +++

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed: the status command didn't return a non-zero exit status when

2012-11-27 Thread jim
Log message for revision 128449: Fixed: the status command didn't return a non-zero exit status when the program wasn't running. This made it impossible for other software (e.g. Puppet) to tell if a process was running. Changed: U zdaemon/trunk/CHANGES.txt U

[Zope-Checkins] SVN: zdaemon/tags/3.0.5/ tag

2012-11-27 Thread jim
Log message for revision 128450: tag Changed: A zdaemon/tags/3.0.5/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/tags/3.0.5/setup.py version

2012-11-27 Thread jim
Log message for revision 128451: version Changed: U zdaemon/tags/3.0.5/setup.py -=- Modified: zdaemon/tags/3.0.5/setup.py === --- zdaemon/tags/3.0.5/setup.py 2012-11-27 22:37:58 UTC (rev 128450) +++

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/README.txt typo

2012-12-10 Thread jim
Log message for revision 128562: typo Changed: U zdaemon/trunk/src/zdaemon/README.txt -=- Modified: zdaemon/trunk/src/zdaemon/README.txt === --- zdaemon/trunk/src/zdaemon/README.txt2012-12-10 18:38:54 UTC (rev

Re: [Zope] dtml-in Tag problem

2000-05-22 Thread Jim Sanford
href="http://dtml-var rs_url"dtml-var rs_name/a/li /dtml-let /dtml-if ... Jim Sanford - Original Message - From: "Tom Scheidt" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 22, 2000 3:58 PM Subject: [Zope] dtml-in Tag problem dtml-if related_stor

Re: [Zope] how do I get field names from a query

2000-05-31 Thread Jim Sanford
You need an external method to get the dictionary object that has the field name to column number Here is the external method: - def doPySQL(self, zQry) : tvar1 = 'res=self.'+zQry exec tvar1 return res._schema.items()

Re: [Zope] Using sql to search in zope

2000-06-02 Thread Jim Sanford
dtml-sqlvar " '%' + _.string.strip(field1_value) + '%'" type=string - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 02, 2000 3:10 AM Subject: [Zope] Using sql to search in zope Hi All, I tried to build a search feature using sql in zope, this is

Re: [Zope] Zope/Apache/NT

2000-06-05 Thread Jim Sanford
The "quickest fix" might be installing Linux on your machine. - Original Message - From: Paul Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 05, 2000 7:15 AM Subject: [Zope] Zope/Apache/NT Has anyone managed/bothered to get Zope working with Apache on NT yet? If

Re: [Zope] detail record editing

2000-06-06 Thread Jim Sanford
dtml-if add do your adding thing dtml-elif modify do your modifying thing dtml-elif delete do your deleting thing dtml-else do your 'Whoa! something ain't right here' thing /dtml-if - Original Message - From: ethan mindlace fremen [EMAIL PROTECTED] To: Robert Del Huerto

Re: [Zope] escaping with dtml?

2000-06-07 Thread Jim Sanford
dtml-let hack="_.chr(34)+'app'+_.chr(34)+' ONCHANGE='+_.chr(39)+'location.href=cookie?app=+this.options[this.selectedIndex].value'+_.chr(39)" will do what you are trying to do - Original Message - From: Riku Voipio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 07, 2000

Re: [Zope] ANN: ZUBB 0.3.2 (Zope Ultimate Bulletin Board)

2000-06-08 Thread Jim Harrison
discussions and works nicely in support of workgroups and committees. I'd recommend that you make this an option in ZUBB. Jim Harrison University of Pittsburgh ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Jim Sanford
The onlyway I can think off, (which doesn't mean its the only way), is to launch a new window and send a HTML document whose content is JavaScript. It would either rewrite the original frame or the entire window depending on you original input and then close itself. - Original Message

Re: [Zope] Secure storage of credit card info

2000-06-09 Thread Jim Sanford
I use the int value of the datetime of the last transaction multiplied by a random number generated for each day as the key to encrypt the CC data in my RDBMS. Once the customer has identified themselves via a cookie or by entering a customer id I can retrieve the last transaction datetime and

Re: [Zope] Newbie: Listing filesystem objects?

2000-06-13 Thread Jim Sanford
/option /dtml-let /dtml-in /select Jim Sanford - Original Message - From: "Andy Gates" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 13, 2000 7:57 AM Subject: [Zope] Newbie: Listing filesystem objects? NewbieQ of the moment: So there's a folder on my server,

Re:[Zope] Importing data

2000-06-15 Thread Jim Washington
by moving one and then the other into the appropriate var directory to do exporting, or importing as you want. Copies of the original files will come in handy if you confuse easily like me. -- Jim Washington Well, I meant that I have some products w/ data setup in the new .fs. If I copy the

Re: [Zope] Today Date and Tomorow

2000-06-19 Thread Jim Sanford
dtml-var "ZopeTime()" dtml-var "Zopetime()+1" Jim Sanford - Original Message - From: Marcus Mendes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 19, 2000 11:03 AM Subject: [Zope] Today Date and Tomorow Hello, How can I obtain today and tomorow

Re: [Zope] SQL security at row level

2000-06-19 Thread Jim Sanford
ers monkey with the form before submitting there chages won't get saved. Jim sanord - Original Message - From: "Hung Jung Lu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 19, 2000 7:28 PM Subject: [Zope] SQL security at row level Hi, This is a general question. One

Re: [Zope] scared

2000-06-20 Thread Jim Sanford
If I were running any remotely critical application on WIN98 I would be scared too. Because of legacy data issues we run Zope on NT and that just makes me nervous. Jim Sanford - Original Message - From: josh on [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 20, 2000 5:38

Re: [Zope] Re: LocalFS w/ annotation data

2000-06-20 Thread Jim Sanford
to determine that it might be a windows file and strip off the path. On the unlikely occassions it "guesses" wrong the user could change the name before uploading. Jim Sanford - Original Message - From: Dan L. Pierson [EMAIL PROTECTED] To: Jonothan Farr [EMAIL PROTECTED] Cc: Dan L. Pier

Re: [Zope] dtml-sendmail tag that worked in 2.1.6 appears broken in 2.1.7

2000-06-20 Thread Jim Sanford
The error is saying that Zope is seeing localHost (CAPITAL H) where your snippet of code reads localhost (small h). Does your actual code have a typo? Jim - Original Message - From: Shaw, Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 20, 2000 1:39 PM Subject: [Zope

Re: [Zope] DTML-IN Question

2000-06-21 Thread Jim Washington
from the DTML reference page 41, regarding dtml-in: the default setting for the orphan attribute is 3. So you might try: dtml-in ranked_stories size=3 orphan=0 -- Jim Washington Tom Scheidt wrote: Hi my problem is that Im setting my batch size to 3, yet I keep getting 5 items

Re: [Zope] Newbie Question (dropdown menu)

2000-06-21 Thread Jim Sanford
/dtml-in /select dtml-let ______ Jim Sanford . Database Engineer / \ / Accelerated Technology, Inc. / / 720 Oak Circle Drive East / / \Mobile, AL 36609 / / \ Voice: 334-661-5770 fax: 334-661-5788 / \ E-Mail: [EMAIL PROT

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
wjoever does it first. :) 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.Org varies from 300MB to close to 2GB. Jim -- Jim Fulton mailto

Re: [Zope] ZODB or not ZODB?

2000-06-28 Thread Jim Fulton
only) just to see what would happen. Booting was slow, but, once it got up, it ran OK. In addition, if you closed it explicitly, an index would be written. The next "boot" would then be pretty fast. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technica

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/jim

Re: [Zope] ZODB performance: reads to writes

2000-06-28 Thread Jim Fulton
a conflict if two transactions want to pick the same id. Going to (fixed) BTrees doesn't prevent *all* conflicts, but it does prevent most conflicts, which will be good enough for many applications. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical Director

Re: [Zope] ZODB performance: reads to writes

2000-06-28 Thread Jim Fulton
it offers enogh benefit to make it a high priority. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical Director (888) 344-4332http://www.python.org Digital Creationshttp://www.digicool.com http://www.zope.org Under US Code Title 47

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

2000-06-29 Thread Jim Flanagan
making a copy of my database first :) http://classic.zope.org/cgi-bin/cvsweb.cgi/ZUtil/fixbbbts.py Thanks very much. -- Jim Flanagan [EMAIL PROTECTED] http://jimfl.tensegrity.net ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org

Re: [Zope] Re: Prototyped folders?

2000-06-29 Thread Jim Hebert
goal...) jim -- Jim Hebert http://www.cosource.com/ [EMAIL PROTECTED] The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical" -

Re: [Zope] Messing with the namespaces stack [Was: (no subject)]

2000-06-30 Thread Jim Hebert
On Thu, 29 Jun 2000, Shane Hathaway wrote: Actually what you did is pretty clever, Jim. It even relies on stable interfaces. Uh oh, careful, I'm encouragable and you'll really have a monster on your hands. ;-) The reason for the inner dtml-with is that my pages are DTML Methods, not OK

[Zope] Re: Messing with the namespaces stack

2000-06-30 Thread Jim Hebert
On Fri, 30 Jun 2000, Hamish Lawson wrote: Jim, that is indeed clever. Am I right, however, in thinking that every DTML method or DTML document that wants this additional-parent behaviour will need to use these dtml-with wrappers? I think what I'm after is the ability to alter the parents

Re: [Zope] Messing with the namespaces stack [Was: (no subject)]

2000-06-30 Thread Jim Hebert
! jim -- Jim Hebert http://www.cosource.com/ [EMAIL PROTECTED] The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical" -

Re: [Zope] Multiple clicks: how to handle them?

2000-06-30 Thread Jim Hebert
be nice to have a solution requiring javascript, but I bet you that the people dumb enough to double click the submit button are the people with javascript on... =) jim -- Jim Hebert http://www.cosource.com/ [EMAIL PROTECTED] The cooperative market

Re: [Zope] CorruptTransactionError (Bad news for production site!)

2000-07-05 Thread Jim Fulton
normally be done during startup. 3) Some way to find out what was added after a corrupt transaction is needed so that at least I could see who I need to ask to re-add their stuff. The fsrecover script should avoid the need for this. Jim -- Jim Fulton mailto:[EMAIL PROTECTED

Re: [Zope] ZWiki/Structured Text formatting surprise

2000-07-05 Thread Jim Fulton
structured text formatting. Maybe this is something for StructuredTextNG? Maybe. I'd really prefer that this not be necessary. Maybe someone should add this escaping feature to the StructuredText Wiki at http://www.zope.org/Members/jim/StructuredTextWiki/StructuredTextNG. If you do, please suggest

Re: [Zope] Problem with _[xyz]

2000-07-07 Thread Jim Washington
ence syntax: "_['top']['German']['ActualPages']" or as "_['top'][aLanguage]['ActualPages']" assuming aLanguage is a variable which may be e.g., 'German' I hope this is a helpful hint. -- Jim Washington Of course I want to replace the 'top.German.ActualPages' with a varia

Re: [Zope] ZWiki/Structured Text formatting surprise

2000-07-11 Thread Jim Fulton
Chris Withers wrote: Jim Fulton wrote: I suggest that, since this appeared in a code snippit to begin with, it should have been written as: blah blah '(_.None,_,foo)' blah blah I don't format my code like that ;-) I'm not sure what the ';)' refers to, but single quotes

Re: [Zope] ZWiki/Structured Text formatting surprise

2000-07-11 Thread Jim Fulton
Chris Withers wrote: Jim Fulton wrote: (snip) How about extending ! beyond just escaping WikiNames? I *really* **really** hate the ! wiki name escape. Why? A goal of structured text is that it should be readable in it's original form. The conventions used should mimic the kinds

Re: [Zope] data record exceeds transaction record

2000-07-11 Thread Jim Fulton
le is definiately corrupted. That's what the error tracsbeack says. It's a "FileStorage.CorruptedTransactionError". The question is how the file got that way. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical Director (888) 344-4332

Re: [Zope] ZWiki/Structured Text formatting surprise

2000-07-11 Thread Jim Fulton
Stephen Harrison wrote: Jim Fulton wrote: Chris Withers wrote: Jim Fulton wrote: I suggest that, since this appeared in a code snippit to begin with, it should have been written as: blah blah '(_.None,_,foo)' blah blah I don't format my code like

Re: [Zope] Changing my session identity

2000-07-20 Thread Jim Washington
How does one become Anonymous User without stopping/restarting the browser? Is there a special username/password for that? -- Jim Washington Chris McDonough wrote: Oops... sorry... dtml-raise Unauthorized Unauthorized. /dtml-raise Shortcuts on the brain. :-) -Original Message

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

2000-07-24 Thread Jim Fulton
Chris Withers wrote: (snip) Definitely, can someone say whether QuorumBasedReplication would handle this on whether it's designed more for real-time replication between storage servers in the ZEO world? It's designed for real-time replication. Jim -- Jim Fulton mailto:[EMAIL

[Zope] Re: Zope.org feedback

2000-07-28 Thread Jim Sanford
- From: Loren Stafford [EMAIL PROTECTED] To: Jim Sanford [EMAIL PROTECTED] Sent: Friday, July 28, 2000 5:14 PM Subject: Re: Zope.org feedback URL: http://www.zope.org/Members/lstaffor ZScheduler uses Client.py. Would it be correct to say that if my entire site is only accessible via SSL

[Zope] ZODBCDA 3.1.0b2 and Zope 2.2 as a Service on NT

2000-08-02 Thread Jim Sanford
on? Thanks __ Jim Sanford . Database Engineer / \ / Accelerated Technology, Inc. / / 720 Oak Circle Drive East / / \Mobile, AL 36609 / / \ Voice: 334-661-5770 fax: 334

[Zope] 2.2 as a service and Zodbcda

2000-08-03 Thread Jim Sanford
Can you shed any insite? ***Result of testing Z SQL Method with Zope 2.2 running as a service: Z SQL Method at /scripts/Zope.pcgi / testing / test2 Error, sql.error: ('S0002', 173, "[Microsoft][ODBC

Re: [Zope] Zope Server as an NT service

2000-08-08 Thread Jim Sanford
If you picked running Zope as a service in the install got to Start-Settings-Services - Original Message - From: "Vincent" [EMAIL PROTECTED] To: "[Zope Org] (E-mail)" [EMAIL PROTECTED] Sent: Tuesday, August 08, 2000 3:25 AM Subject: [Zope] Zope Server as an NT service Does somebody know

Re: [Zope] Getting single values out of lists

2000-08-08 Thread Jim Sanford
sql_delimiter /dtml-if /dtml-in ______ Jim Sanford . Database Engineer / \ / Accelerated Technology, Inc. / / 720 Oak Circle Drive East / / \Mobile, AL 36609 / / \ Voice: 3

[Zope] Request for Comment: Zope API naming convention

2000-08-09 Thread Jim Fulton
by Wednesday April 16. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical Director (888) 344-4332http://www.python.org Digital Creationshttp://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B

[Zope] ZEO 0.2.1 doesn't work with Zope 2.2.1 FileStorage

2000-08-10 Thread Jim Fulton
. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical Director (888) 344-4332http://www.python.org Digital Creationshttp://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address

Re: [Zope] Python + COM (from external method)

2000-08-11 Thread Jim Sanford
.) __ Jim Sanford . Database Engineer / \ / Accelerated Technology, Inc. / / 720 Oak Circle Drive East / / \Mobile, AL 36609 / / \ Voice: 334-661-5770 fax: 334-661-5788 / \ E-Mail: [EMAIL PROTECTED] Web: http

Re: [Zope] need some basic help

2000-08-11 Thread Jim Sanford
As superuser add a user and give him the manager role. - Original Message - From: Dan Huston [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 11, 2000 11:09 AM Subject: [Zope] need some basic help Hello Folks, So I downloaded Zope and installed it on my sun box and on my

[Zope] Re: [Zope-dev] Request for Comment: Zope API naming convention

2000-08-09 Thread Jim Fulton
Jim Fulton wrote: There is a proposal to adopt a naming convention for all new Zope API methods at: http://dev.zope.org/Wikis/DevSite/Proposals/APINamingConvention Comments are gratefully accepted at: http://dev.zope.org/Wikis/DevSite/Proposals/APINamingConventionDiscussion

[Zope] Re: [Zope-dev] Permission

2000-08-09 Thread Jim Fulton
complicated. By acquiring permission settings you are allowing containers to grant a permission to a role today or sometime in the future. This allows someone to control permissions in a centralized fashion. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! Technical

[Zope] Zope on AlphaStationNT...

2000-08-19 Thread Jim Hoepner
I am a total Zope newbie. I am trying to run Zope on a AlphaStation running NT. I get a "service specific error 1" when I try to start Zope. I am using a utility called FX!32 which lets me run Win32 programs on my Alpha. "Compaq FX!32 (TM) lets you install and run 32 bit, x86 programs on

Re: [Zope] QSurvey 0.23 and Zope 2.2.1b

2000-08-22 Thread Jim Washington
: 1. Upgrade a test zope to 2.2.1b that has the QSurvey working 2. Export that Product 3. See if the new export works with the new 2.2.1b ZODB in a different install. I would also submit a bug report to the Collector. -- Jim Washington Just installed Z2.2.1b, successfully imported some

  1   2   3   4   5   6   7   8   9   10   >