[Zope] mod_rewrite and IIS7

2012-02-06 Thread Brian Sullivan
I am attempting to park Zope behind Windows 2008/IIS7 (using its mod_rewrite function) and seem to be having some difficulty getting it to work. What I want to do is make directory on Zope website look like it is a directory on an IIS7 website. I seem to be close but missing some critical element.

Re: [Zope] Python Script Security

2011-11-18 Thread Brian R Brinegar
Rich, You can modify the permissions on each of your python scripts to require some role, say "gatekeeper" and then proxy your front-end script to have the role "gatekeeper". Then, only users or scripts with the role "gatekeeper" can call the script directly. Br

[Zope] Importing Unauthorized?

2011-11-11 Thread Brian R Brinegar
ort the Unauthorized exception from AccessControl or zExceptions. What is the new way to raise an Unauthorized exception from within a Zope Python Script? Thanks, Brian Brinegar Web Services Coordinator Engineering Computer Network ___ Zope maillist -

[Zope] Manipulating images in Zope/Python

2011-10-24 Thread Brian Sullivan
I am looking for strategy to programmatically create a customized printable certificate of completion for our Learning Delivery System courses (the system is Zope/Python based). My current plan is to use the Python Imaging Library to create the image (probably by overlaying some text on a stock im

Re: [Zope] ZODB Key error in root Zope database

2011-02-18 Thread Brian Brinegar
bjects = tuple([i for i in app._objects if i['id'] != 'badID']) transaction.get().commit() It's quite the hack, but allowed us to get the database back. Brian Brinegar Web Services Coordinator Engineering Computer Network -- Brian Brinegar Web Services Coordinator Engineering Co

[Zope] ZODB Key error in root Zope database

2011-02-18 Thread Brian Brinegar
the # mechanics of manage_deleteObjects with this. app._objects = tuple([i for i in app._objects if i['id'] != 'OffendingObject']) Same exception. Can't access the database. We've tried using _setOb to replace the object. Any suggestions? It seems as though it nee

Re: [Zope] Anonymous security

2010-12-18 Thread Brian Sullivan
Yeah -- I rediscovered Proxy roles and that seems like the most straightforward strategy -- not sure if there counter indicators though that would make that strategy problematic. On Sat, Dec 18, 2010 at 10:42 AM, Bart Jansen wrote: > Hi all, > > When I face a situation like Brian descr

[Zope] Anonymous security

2010-12-17 Thread Brian Sullivan
I am looking at a situation (an online self registry process) where I want to allow a user that is not logged in to be able to create a user and do a number of other functions normally reserved for and restricted to logged in users with a fairly elevated rights. I need to perform these functions f

Re: [Zope] WebDAV lock in Zope 2.11.4

2010-12-02 Thread Brian Sullivan
I tried that as well but it didn't appear to find the lock. Then somehow it just went away -- not sure what happened -- it was nothing that I deliberately did as far as I know. Maybe I imagined it. On Thu, Dec 2, 2010 at 1:56 PM, robert rottermann wrote: > Am 02.12.2010 18:53, schri

[Zope] WebDAV lock in Zope 2.11.4

2010-12-02 Thread Brian Sullivan
Somehow in testing use of ExternalEditor product I have set the WebDAV lock on a file. The problem is that the lock doesn't seem to appear in the list of locks from the Control Panel, nor does it clear on a restart. I am at loss -- how do I proceed? Is there anyway around this? ___

Re: [Zope] "double opt-in" or "opt-in with confirmation".

2010-11-30 Thread Brian Sullivan
Looking at the code now -- do you remember where the code to generate the strings is situated? On Tue, Nov 30, 2010 at 12:53 PM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Sullivan wrote: >> I am looking for a strategy or samples (or even

[Zope] "double opt-in" or "opt-in with confirmation".

2010-11-30 Thread Brian Sullivan
I am looking for a strategy or samples (or even just a hint as to the best process) to create an email opt-in strategy in Zope. I am thinking that what you do is use some sort of hash or unique id creation mechanism (based on the email address, time or something else). Based on what I am seeing --

[Zope] Clock server

2010-11-26 Thread Brian Sullivan
I am about to put the clock server function of Zope to work and am thinking about what happens if the server fires its request while a request is already in progress. Is there some sort of built in lock preventing this from happening? If not what is the most straightforward failsafe way to impleme

Re: [Zope] Zope directory in the Cloud

2010-11-16 Thread Brian Sullivan
> Brian Sullivan wrote: >> Is it possible to use some sort of Cloud service as a "directory" in >> Zope 2 (I guess what I am asking for is some sort of product to do >> this)? > > Directory? Cloud as storage? > > Essentially yes -- I would like to transf

[Zope] Zope directory in the Cloud

2010-11-16 Thread Brian Sullivan
Is it possible to use some sort of Cloud service as a "directory" in Zope 2 (I guess what I am asking for is some sort of product to do this)? ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML enco

Re: [Zope] Date utility for Zope (V2)

2010-11-10 Thread Brian Sullivan
like to do stuff". Regardless thanks for the help. On Wed, Nov 10, 2010 at 5:30 PM, Lennart Regebro wrote: > On Wed, Nov 10, 2010 at 15:25, Brian Sullivan wrote: >> I have recurring events that I want to schedule (the events are >> sending email, Twitter DMs and Facebook m

Re: [Zope] Date utility for Zope (V2)

2010-11-10 Thread Brian Sullivan
t specific times. On Wed, Nov 10, 2010 at 5:00 AM, Lennart Regebro wrote: > On Wed, Nov 10, 2010 at 02:00, Brian Sullivan wrote: >> I guess I having a mental block then. To use it from what I know I >> would have create a Zope 2 product from it somehow or create callable >&

Re: [Zope] Date utility for Zope (V2)

2010-11-09 Thread Brian Sullivan
:11 PM, Lennart Regebro wrote: > On Tue, Nov 9, 2010 at 22:12, Brian Sullivan wrote: >> On another forum this http://labix.org/python-dateutil was suggested >> -- it looks to be close to what I was thinking -- > > I second that. > >> but I am not totally >> sure

[Zope] Date utility for Zope (V2)

2010-11-09 Thread Brian Sullivan
I am looking for a standard way (from a python script in Zope) to define and manipulate time intervals for periodic events. I need to define things like every weekday at 8 am, the 2nd day of every month at 8am, every weekday at 8am, 10am and 3pm in addition to easy things like everyday at 1pm. Doe

Re: [Zope] Persist password in CookieCrumbler

2010-10-22 Thread Brian Sullivan
On Fri, Oct 22, 2010 at 12:34 PM, Tres Seaver wrote: > The obvious issue with a beyond-this-session auth cookie is that it > enables anybody who can run that browser / profile to authenticate as > the user being persisted.  I would consider this an unacceptable risk > for any site where the auth

Re: [Zope] Persist password in CookieCrumbler

2010-10-22 Thread Brian Sullivan
is override > its setAuthCookie method somehow and there you can set 'expires' to be > a date far in the future. > > On 21 October 2010 23:28, Brian Sullivan wrote: >> Can I persist the password using CookieCrumbler (in addition to the >> user name)? Has any

[Zope] Persist password in CookieCrumbler

2010-10-21 Thread Brian Sullivan
Can I persist the password using CookieCrumbler (in addition to the user name)? Has anybody made this modification and can supply the modified product or code. I made a stab at it but obviously my level of understanding is not up to snuff 'cause I can't get it to work. What are the implications/pr

[Zope] Plone the new Zope?

2010-10-19 Thread Brian Sullivan
I haven't done any Zope work for quite a while and have just restarted out of necessity. Things seem to have changed in the last few years. I get the impression from the age of the Zope installs, the state of disrepair and link rot of the zope.org site that Zope is in its final death throes as an

Re: [Zope] Asynchronous triggering of events

2010-10-19 Thread Brian Sullivan
version of Plone that I can install on an existing Zope-- the only install I could find is a complete installer including Zope. Is Plone the new Zope? On Mon, Oct 18, 2010 at 5:27 PM, Chris Withers wrote: > On 18/10/2010 22:25, Brian Sullivan wrote: >> >> zopetcl -- is that a uni

Re: [Zope] Asynchronous triggering of events

2010-10-18 Thread Brian Sullivan
zopetcl -- is that a unix program? I am using Windows unfortunately. On Mon, Oct 18, 2010 at 5:03 PM, Chris Withers wrote: > On 18/10/2010 20:51, Brian Sullivan wrote: >> I am back working with Zope 2.9.1 (yes I know it is long in the tooth >> but I am trying to avoid add

Re: [Zope] Asynchronous triggering of events

2010-10-18 Thread Brian Sullivan
named ZApplication" is the error I get on startup related to Xron. Not sure what ZApplication is or where it is supposed to be. On Mon, Oct 18, 2010 at 4:46 PM, Brian Sullivan wrote: > Clockserver seems to install -- can't find any docs on how to use it > though. All the links

Re: [Zope] Asynchronous triggering of events

2010-10-18 Thread Brian Sullivan
t Fargo, ND 58078 > P: 701-499-5928 > E: jeff.peter...@crary.com > >> -Original Message- >> From: zope-boun...@zope.org [mailto:zope-boun...@zope.org] On Behalf Of >> Brian Sullivan >> Sent: Monday, October 18, 2010 2:51 PM >> To: Zope Users >> Subject: [Z

[Zope] Asynchronous triggering of events

2010-10-18 Thread Brian Sullivan
I am back working with Zope 2.9.1 (yes I know it is long in the tooth but I am trying to avoid adding the pain of upgrading, having products fail and all the usually comes with upgrading if I can). I am looking for a strategy to schedule and carry out tasks at periodic future dates. I had a look

Re: [Zope] Zope for .NET

2010-04-19 Thread Brian Sullivan
On Mon, Apr 19, 2010 at 11:00 AM, Chris Withers wrote: > Brian Sullivan wrote: >> >> It doesn't fit because the customer already has a system using .NET >> that has to tightly integrate and has said they want a .NET system. > > And IronPython isn't .NET h

Re: [Zope] Zope for .NET

2010-04-19 Thread Brian Sullivan
On Mon, Apr 19, 2010 at 10:07 AM, Jim Pharis wrote: > Maybe try DotNetNuke. I have no in depth knowledge of it but I believe it is > designed using component architecture and its open source. > Yes DotNetNuke was one that I found and it seems like the most likely candidate -- I was just wondering

Re: [Zope] Zope for .NET

2010-04-19 Thread Brian Sullivan
On Mon, Apr 19, 2010 at 2:04 AM, Chris Withers wrote: > Brian Sullivan wrote: >> >> Yes -- would love to use it here too but unfortunately it doesn't fit >> the scenario. > > What about it doesn't fit? > > It doesn't fit because the customer alr

Re: [Zope] Zope for .NET

2010-04-16 Thread Brian Sullivan
> Tried Zope? d8) > Yes -- would love to use it here too but unfortunately it doesn't fit the scenario. But thanks for the suggestion will keep it mind for future projects. ;-) ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zo

[Zope] Zope for .NET

2010-04-16 Thread Brian Sullivan
I am looking for an open source .NET framework that includes user management, authentication, multiple configurable levels of security, tools for html generation and is data base agnostic or includes some sort of built in data base. It would be nice if it had a host of open source add ins. Basical

Re: [Zope] Zope Performance with Multiple Mount Points

2010-04-12 Thread Brian Brinegar
less servers, in which case is there an upper limit on the number of storages a single server can reasonably handle? Thanks, -Brian Andreas Jung wrote: > Brian Brinegar wrote: >> We've recently moved to a Zope configuration with approximately 30 >> separate databases mounted at

[Zope] Zope Performance with Multiple Mount Points

2010-04-12 Thread Brian Brinegar
ent between restarts. Generally, our client machines will hover around 97%-99% memory usage and 90%-100% CPU (on a 2 CPU machine). We still experience periodic performance problems and are looking for any input that might help us address them. Thanks for your input, -- Brian Brinegar Web Services Coo

Re: [Zope] Dieter Mauer's Reference Product

2010-03-16 Thread Brian Brinegar
Dieter, You've just made my week! I'm glad that my failure to understand how all of this works has shed some light on the problem. Thank you, Brian Dieter Maurer wrote: > Dieter Maurer wrote at 2010-3-16 17:42 +0100: >> Brian Brinegar wrote at 2010-3-16 10:12 -0400: >&g

[Zope] Dieter Mauer's Reference Product

2010-03-16 Thread Brian Brinegar
hing to dot notation, however I would at least like to understand why this change occurred. Thanks for reading, -- Brian Brinegar Web Services Coordinator Engineering Computer Network ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listi

[Zope] Maintain Last Modified during Copy

2010-02-10 Thread Brian Brinegar
be possible to move objects from one storage to another. One option that works is to copy the entire database, remove everything I don't want, and then pack it. But this isn't ideal. Any suggestions? -- Brian Brinegar Web Services Coordinator Engineering Computer

[Zope] Error in Copy/Import during Migration

2010-01-07 Thread Brian Brinegar
e 262, in vote return self.rpc.call('vote', trans_id) File "/var/local/zope/Zope-2.11.4-1/lib/python/ZEO/zrpc/connection.py", line 699, in call raise inst # error raised by server EOFError I don't seem to have any space issues on any devices, and the proce

[Zope] Connecting New Zope to old ZEO server

2009-12-10 Thread Brian Brinegar
ERROR ZEO.zrpc.Connection(C) (192.168.1.51:17900) bad handshake 'Z303' Is it possible to have a new Zope connect to an old ZODB? Thanks, -- Brian Brinegar Web Services Coordinator Engineering Computer Network ___ Zope maillist - Zope@zope

Re: [Zope] Zope3 on Ubuntu 64

2009-10-18 Thread Brian Myers
and it is 9673. But going to http://:9673 finds no server, and port scanning the machine does not find 9673 (or 8080) open. The ps command shows no zope or python related process running. On Oct 17, 2009, at 9:33 PM, Andreas Jung wrote: > Am 18.10.09 01:28, schrieb Brian Myers: >

[Zope] Zope3 on Ubuntu 64

2009-10-17 Thread Brian Myers
default instance chosen was 9673, not 8080. I wonder if that's saying it's not finding an available port. But I've port scanned the machine and both 9673 and 8080 are open. Any ideas what to try next? How do I enable more logging output?

[Zope] Support for Charity Challenge events

2008-06-06 Thread Brian Sullivan
Has anybody ever heard of Zope or other open source software to support charity challenge events (runs, bikeathons, skip rope, lose weight, cut hair -- well you know what i mean)? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/

Re: [Zope] server slowed down to a crawl

2007-11-20 Thread Brian Sullivan
On Nov 19, 2007 8:16 PM, Ben Bartrum <[EMAIL PROTECTED]> wrote: > I have a fairly old Zope server that has slowed down to the point where > loading the ZMI doesn't complete and some pages load in > 25 secs while other > pages don't load at all. There has been recent cosmetic changes, but they >

Re: [Zope] Weird hangs on zope/plone.

2007-10-09 Thread Brian Sullivan
On 10/9/07, Maciej Wisniowski <[EMAIL PROTECTED]> wrote: > > I set the number of threads: > > zserver-threads 25 > > I set: > > pool-size 27 > > on > I think you should rather use ZEO than raise number of threads to such a > big value. Also there are some rules about pool-size. I don't rem

Re: [Zope] How to know what are zope doing now?

2007-09-19 Thread Brian Sullivan
On 9/19/07, Garito <[EMAIL PROTECTED]> wrote: > Hi! > Every night my Zope server has 99% cpu usage and, sometimes, the server > stops to serve pages > > There are any way to know what the Zope server is doing in real time? > > I know I could look at event.log or z2.log but I would like to know the

[Zope] method call pre-attribute access

2007-05-09 Thread Brian Brinegar
. Any thoughts? -- Brian Brinegar Web Systems Developer Engineering Computer Network ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinf

Re: [Zope] Windows binary releases

2007-04-17 Thread Brian Sullivan
On 4/17/07, Doyon, Jean-Francois <[EMAIL PROTECTED]> wrote: Go here: http://www.zope.org/Products/Zope/swpackage_releases 2.10.2 has a windows build ... Looks like 2.10.3 doesn't have one yet though. Thanks -- now that I look -- I see there is a link from the download page to here. Just coul

[Zope] Windows binary releases

2007-04-17 Thread Brian Sullivan
There seems to be no Windows binary releases (even older ones) at: http://www.zope.org/Products Is there some timetable for production of those releases? Is there some reason why older binary releases are not left there? ___ Zope maillist - Zope@zop

Re: [Zope] zope unresponsive

2007-02-24 Thread Brian Sullivan
On 2/24/07, Paul Williams <[EMAIL PROTECTED]> wrote: I have posted this several times, but have not until now been able to get DeadlockDebugger installed. I see several people have had this problem, but no-one has posted a solution. zope 2.9.5 + zeo pythonm2.4.3 Red Hat RHEL 4 Plone 2.5.1

[Zope] DeadlockDebugger/Zope 2.9.6

2007-02-06 Thread Brian Sullivan
I am attempting to use DeadlockDebugger/Zope 2.9.6 (windows) -- something seems nnot working (get resource not found when accessing url). Can someone confirm that this combo should work using the latest threadframe.pyc ? ( I have installed and have a working DeadlockDebugger on Zope 2.9.4 and Zop

[Zope] Client Disconnected

2007-01-29 Thread Brian Brinegar
-poll and max-disconnect-poll are set to the default. It seems that the clients NEVER reconnect until Zope is restarted. Any suggestions on how to automate this? -- Brian Brinegar Web Systems Developer Engineering Computer Network ___ Zope maillist -

[Zope] Re: debugging a wayward zope process

2007-01-26 Thread Brian Brinegar
le nicely into a file /tmp/urls, it can probably be simplified. There may also be an altogether better way of approaching it. Just thought I'd throw this in. And looking at it, I'm not sure that you need to import ZServer or os, I came up with this and didn't rea

[Zope] Adjusting ZODB Pool Size

2007-01-25 Thread Brian
Hi! We have a very busy site that required zserver-threads to be bumped to 10. My understanding is DB connections (pool_size) is hardwired to 7, no "knob" to adjust, and it should match the number of zserver-threads. We do get warnings in the logs, so I should fix it. Create a "custom_zodb.py"

Re: [Zope] pool_size

2007-01-17 Thread Brian Sullivan
On 1/17/07, Doyon, Jean-Francois <[EMAIL PROTECTED]> wrote: This information is also available in the Control Panel's debug section. You can see which thread is busy doing what ... Depending on exactly how "locked up" it is, you can try going there, see what the current requests are pending, and

Re: [Zope] pool_size

2007-01-17 Thread Brian Sullivan
On 1/17/07, Maciej Wisniowski <[EMAIL PROTECTED]> wrote: > > Ok so I have DeadlockDebugger installed and running ( I think) -- it > produces an on screen "dump" that looks the following (this is under > "normal" circustances -- without the failure that I was trying to > debug happening). I am j

Re: [Zope] pool_size

2007-01-17 Thread Brian Sullivan
On 1/16/07, Brian Sullivan <[EMAIL PROTECTED]> wrote: On 1/16/07, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Try Florent's "DeadlockDebugger" to determine what you "unuable" > Zope is doing. It may tell you where Zope hangs. Ok thanks -- I will hav

Re: [Zope] pool_size

2007-01-16 Thread Brian Sullivan
On 1/16/07, Dieter Maurer <[EMAIL PROTECTED]> wrote: Try Florent's "DeadlockDebugger" to determine what you "unuable" Zope is doing. It may tell you where Zope hangs. Ok thanks -- I will have a look. ___ Zope maillist - Zope@zope.org http://mail.zo

Re: [Zope] Re: pool_size

2007-01-16 Thread Brian Sullivan
On 1/16/07, Doyon, Jean-Francois <[EMAIL PROTECTED]> wrote: Here's what I think I know (though I could be wrong): - The pool size is the number of ZODB connections maintained. - It should be at least as high as the number of zserver threads + 1 I think? - I use zserver threads 6 and pool_size 10

[Zope] Re: pool_size

2007-01-16 Thread Brian Sullivan
On 1/15/07, Brian Sullivan <[EMAIL PROTECTED]> wrote: I am having a problem with zope 2.9.4 occasionally pegging the CPU and thereafter being unusable -- there are some indications in the event log that this is related to "pool_size" being too small. Lacking any other strategy

[Zope] pool_size

2007-01-15 Thread Brian Sullivan
I am having a problem with zope 2.9.4 occasionally pegging the CPU and thereafter being unusable -- there are some indications in the event log that this is related to "pool_size" being too small. Lacking any other strategy to determine the cause of the problem, I am considering experimenting inc

[Zope] Integrating METAL into Zope Product

2007-01-10 Thread Brian Brinegar
xamples on integrating METAL into a product? Thanks, -- Brian Brinegar Web Systems Developer Engineering Computer Network ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related list

[Zope] Zope 2.9.5 -> 2.9.6 DateTime Change

2006-12-14 Thread Brian Brinegar
e same Oracle server. Is this an intended change? We have hundreds of developers working independently within our system so it's not possible to adapt each application to account for this change. Any advice on moving to Zope 2.9.6? In the mean time I my try to back port specific bug fixe

Re: [Zope] Conflict error

2006-11-22 Thread Brian Sullivan
On 11/20/06, Maciej Wisniowski <[EMAIL PROTECTED]> wrote: > Often I see messages like the following in the event log: > > 2006-11-20T11:57:33 INFO ZPublisher.Conflict ConflictError at > /<***some location***> : database conflict error (oid 0x03a7, class > BTrees._OOBTree.OOBTree, serial this txn

Re: [Zope] migration from 2.9.1 to 2.9.4

2006-11-17 Thread Brian Sullivan
On 11/17/06, Andreas Jung <[EMAIL PROTECTED]> wrote: Should be fixed in 2.9.5 or 2.9.6 (unreleased, grab the related file from the Subversion if necessary). OK -- any idea if a 2.9.5/2.9.6 Windows installer is in the works -- I am unsure of how to install on Windows from the .tgz file.

[Zope] migration from 2.9.1 to 2.9.4

2006-11-17 Thread Brian Sullivan
I am having some problems migrating from Zope 2.9.1 to Zope 2.9.4 on my Windows 2003 based Zope setup. Installation of 2.9.4 goes normally -- both servers (2.9.1 and 2.9.4) seem to be running happily (on different ports). My first strategy in migration was to copy the data.fs from 2.9.1 to 2.9.4

[Zope] Zope 2.6.4 -> 2.10.0 Migration (PageTemplates, Unicode, etc.)

2006-11-01 Thread Brian Brinegar
run into during this upgrade? Should we move to an older version (2.8? 2.9?) first and then onto 2.10? Thanks, -- Brian Brinegar Web Systems Developer Engineering Computer Network ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

[Zope] Re: ZEO with Multiple Storages

2006-09-14 Thread Brian Brinegar
tiple storages simultaneously and that a transaction in one storage would block transactions in all other storages. However, if we were to run multiple ZEO processes this would not be the case? -Brian ___ Zope maillist - Zope@zope.org http://mail.zope

[Zope] ZEO with Multiple Storages

2006-09-13 Thread Brian Brinegar
how to set something like this up? Lastly, any thoughts on how we could split up our existing data.fs file? One thought I had was to attempt to import/export data. Thank you, Brian Brinegar Web Systems Developer Engineering Computer Network Purdue University

Re: [Zope] Content-Disposition is driving me batty

2006-08-17 Thread Brian Sullivan
On 8/17/06, Kirk Strauser <[EMAIL PROTECTED]> wrote: On Thursday 17 August 2006 11:02 am, Brian Sullivan wrote: > OK -- that seems to be more what I would call normal. I see the page > with "This is a test" in Adobe reader -- but also a page/tab is > created that is b

Re: [Zope] Content-Disposition is driving me batty

2006-08-17 Thread Brian Sullivan
On 8/17/06, Kirk Strauser <[EMAIL PROTECTED]> wrote: Nuts. I was trying to generate a "clean" PDF for testing purposes but looks like it didn't work. I re-uploaded the test file (same URL) with Times New Roman and embedded fonts. OK -- that seems to be more what I would call normal. I see t

Re: [Zope] Content-Disposition is driving me batty

2006-08-17 Thread Brian Sullivan
Would some IE users please let me know whether they can view this PDF normally? http://web2.xrsnet.com/publicstore/download?filename=print.pdf&password=foo Any speculation about what might be causing this is extremely welcome. I'm *not* looking forward to rolling back to 2.8.x (and Python 2

Re: [Zope] zope 3 psycopda

2006-08-12 Thread Brian Sullivan
On 8/12/06, Andreas Jung <[EMAIL PROTECTED]> wrote: --On 12. August 2006 15:32:38 +0100 garry saddington <[EMAIL PROTECTED]> wrote: > I am trying to install psycopda for zope 3 by following the > instructions in the readme file with the svn checkout of this product > and I get the following

Re: [Zope] Preventing Zope Spinning?

2006-05-25 Thread Brian Brinegar
are dead it would cause complete down time while the clients startup. We made the decision that having the server be slow was better than having it be completely unavailable for an extended period of time. I would like to prevent the clients from ever needing to be restarted. Brian Brinegar Web

[Zope] Preventing Zope Spinning?

2006-05-25 Thread Brian Brinegar
f the number of developers/maintainers. Can anyone make suggestions for providing a more stable environment? Thank you, Brian Brinegar Web Systems Developer Engineering Computer Network ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

[Zope] Preventing files from being viewed by web clients

2006-05-08 Thread Brian
#x27;s) or mechnisim to keep web clients from accessing yet allow my app access these files? Somthing like Order allow,deny Allow from Deny from all in zope.conf or ??? TIA Brian ___ Zope maillist - Zope@zope.org http://mail.zope.o

Re: [Zope] Re: Windows Server 2003, II6 and ASP404 vs form posts

2006-05-01 Thread Brian Sullivan
For anyone else who might search the list in the future: Microsoft has confirmed that ASP error handlers in current versions of IIS 6 do not, can not, and will not -- no matter what the security settings -- get at POST data. There's a discussion of the changes at: I think that is not 100% tr

Re: [Zope] + in url /zope object name

2006-04-05 Thread Brian Sullivan
On 4/5/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Brian Sullivan wrote at 2006-4-4 12:38 -0400: > >On 4/4/06, Lennart Regebro <[EMAIL PROTECTED]> wrote: > >> I think it is a reserved name in Zope3. + are there used for the views > >> that help crea

Re: [Zope] + in url /zope object name

2006-04-04 Thread Brian Sullivan
On 4/4/06, Lennart Regebro <[EMAIL PROTECTED]> wrote: > On 4/4/06, Brian Sullivan <[EMAIL PROTECTED]> wrote: > > Why is "+" a prohibited name for a zope object? As a solution Andy > > Mackay suggests modifying zope to allow "+" in a zope object name.

[Zope] + in url /zope object name

2006-04-04 Thread Brian Sullivan
I am running into the problem mentioned in: http://mail.zope.org/pipermail/zope/2003-October/141868.html I have "+" used in a directory name of some content generated outside zope that I want to upload. Preserving the directory name is necessary for the integrity of the data. Why is "+" a prohib

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-10 Thread Brian Sullivan
On 3/10/06, Patrick Decat <[EMAIL PROTECTED]> wrote: > Attached is is screenshot of the error message. > > There is no error in the event log. > > Steps to reproduce : > - Create a Python Script on the file system with Windows style line-endings > - Go to http://localhost:8080/manage > - Click the

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Brian Sullivan
On 3/9/06, Einar Næss Jensen <[EMAIL PROTECTED]> wrote: > > > > On 3/9/06, Brian Sullivan <[EMAIL PROTECTED]> wrote: > > > On 3/9/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: > > Chris Withers wrote at 2006-3-9 08:10 +: > > > ... >

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Brian Sullivan
On 3/9/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Chris Withers wrote at 2006-3-9 08:10 +: > > ... > >Really? I find that pretty suprising. Python has never cared about line > >endings before and I'd be pretty mortified if it started now :-( > > > >Dieter? > > It does now -- at least for "F

Re: [Zope] Upgrading best practices

2006-03-08 Thread Brian Sullivan
On 3/8/06, Lennart Regebro <[EMAIL PROTECTED]> wrote: > On 3/8/06, Brian Sullivan <[EMAIL PROTECTED]> wrote: > > Is there somewhere a general guide to upgrading existing Zope systems > > to newer versions? I realize that there are special cases but I am > > loo

[Zope] Upgrading best practices

2006-03-08 Thread Brian Sullivan
Is there somewhere a general guide to upgrading existing Zope systems to newer versions? I realize that there are special cases but I am looking for a general best practices guide. It seems that there is lots of information with each release on installation from scratch but very little solid infor

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-08 Thread Brian Sullivan
On 3/8/06, Patrick Decat <[EMAIL PROTECTED]> wrote: > Hi, > > On 3/8/06, Brian Sullivan <[EMAIL PROTECTED]> wrote: > > I am in the process of testing an upgrade from a Zope 2.8.4 system to > > a Zope 2.9.1 system. > > > > The process I used: >

[Zope] Upgrading to Zope 2.9.1

2006-03-08 Thread Brian Sullivan
I am in the process of testing an upgrade from a Zope 2.8.4 system to a Zope 2.9.1 system. The process I used: 1) Install 2.9.1 on a Win2003 system (it happens to be the same one that the 2.8.4 system is running but I changed the config so the ports don't conflict). The installation is successfu

[Zope] readconflicterror

2006-03-06 Thread Brian Sullivan
I had this reported a couple of times (apparently randomly) from a site that I am involved in. It seems to happen in the generation of data for a report (which takes a fair length of time and does a lot of zodb accesses) -- This is with Zope 2.7. >From what I can tell from various searches this is

Re: [Zope] Python equivalent to Javascript "escape/unescape"

2006-02-23 Thread Brian Sullivan
> > >I was assuming that it would somehow be easy to do the equivalent to > > Javascript "escape/unescape" functions in a Python script but for some > > reason I just can't find out how to do it. > > > > Maybe I can't see the forest for the trees. Anybody out there have a > > cluestick to whack me

[Zope] Python equivalent to Javascript "escape/unescape"

2006-02-23 Thread Brian Sullivan
I was assuming that it would somehow be easy to do the equivalent to Javascript "escape/unescape" functions in a Python script but for some reason I just can't find out how to do it. Maybe I can't see the forest for the trees. Anybody out there have a cluestick to whack me with? __

Re: [Zope] Using ParsedXML from Python script

2006-02-10 Thread Brian Sullivan
On 2/10/06, Patrick Decat <[EMAIL PROTECTED]> wrote: > Hi Brian, > > unless it is mandatory for you to use ParsedXML for your XML needs, > you might want to check out Uche Ogbuji's Amara Toolkit ( > http://uche.ogbuji.net/tech/4suite/amara/ ). > It provides a much m

Re: [Zope] Using ParsedXML from Python script

2006-02-10 Thread Brian Sullivan
On 2/10/06, Sascha Welter <[EMAIL PROTECTED]> wrote: > > Is that the kind of thing you were looking for? > Better than what I have now -- it might get me over the initial hump -- thanks. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/li

Re: [Zope] Applying updates to zope site

2006-02-09 Thread Brian Sullivan
On 1/10/06, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > At Monday 9/1/2006 12:15, Brian Sullivan wrote: > > >I am involved in maintaining a remote Zope site that is behind a > >firewall where I have no remote access. > > > >I have a (parallel) site that I u

[Zope] Using ParsedXML from Python script

2006-02-09 Thread Brian Sullivan
I am attempting to extract information from a ParsedXML object using Python script. I can't seem to get my mind around exactly how this works. Can anyone point non trivial examples in Python of maniupulating a ParsedXML object? ___ Zope maillist - Zope

RE: [Zope] Security class attribute

2006-01-26 Thread Brian Lloyd
;FileManagement.html') xtra.apply(MyProduct) HTH, Brian Lloyd[EMAIL PROTECTED] V.P. Engineering 540.361.1716 Zope Corporation http://www.zope.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Peter Bengtsso

[Zope] request.set('AUTHENTICATED_USER',...

2006-01-13 Thread Brian Brinegar
usted developers on our Zope server and this may allow them to exploit certain systems. -Brian ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/m

Re: [Zope] Multiple CookieCrumblers

2006-01-12 Thread Brian Sullivan
On 1/11/06, David Hassalevris <[EMAIL PROTECTED]> wrote: > Can you explain how you are using this? I am not sure what "this" you are referring to. If you mean controlling the cache control http response that is done by setting a property in the CookieCrumbler object. > Does cookie crumbler's > c

Re: [Zope] Multiple CookieCrumblers

2006-01-12 Thread Brian Sullivan
On 1/12/06, Jens Vagelpohl <[EMAIL PROTECTED]> wrote: > I don't know what you're talking about, the CookieCrumbler has > *nothing* to do with caching at all. Are you confusing tools here? > Could it be you're talking about the CachingPolicyManager? AFAIK CookieCrumbler sets the http cache control

Re: [Zope] Multiple CookieCrumblers

2006-01-11 Thread Brian Sullivan
On 1/11/06, Jens Vagelpohl <[EMAIL PROTECTED]> wrote: > > On 11 Jan 2006, at 21:46, Brian Sullivan wrote: > > > I am using CookieCrumbler as an authentication method on a Zope site. > > > > I am looking at the feasibility of putting multi CookieCrumbler > &

[Zope] Multiple CookieCrumblers

2006-01-11 Thread Brian Sullivan
I am using CookieCrumbler as an authentication method on a Zope site. I am looking at the feasibility of putting multi CookieCrumbler objects (all with the same settings -- except for the cache setting) on a site in order to allow some parts of the site to be cached in an upstream proxy and forbid

  1   2   3   4   >