[Zope] Does anyone care whether we deprecate

2005-04-06 Thread Andrew Milton
esponsibiliity to the rest of the community (i.e. the [mostly non-paying] customers). If you don't think you have this responsibility to us, then you should work on your own version of Zope, where you're not impacting anyone else. For the record, I hate ZClasses... d8) -- Andrew Mi

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

2005-04-07 Thread Andrew Milton
g d8) You could also get better understanding of other data, e.g. what platforms zope is running on in what numbers, as opposed to just the raw download statistics. At the very least you could find out their interests d8) Perhaps it's something one of the non-ZC sites would want to host

Re: [Zope] METALError:incompatible version error when try to do use-macro and python script

2005-04-12 Thread Andrew Milton
n here.subtab.macros['tools_sub'] I think that's the right format. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope] Password Protection

2005-05-06 Thread Andrew Milton
t; | > ??? | > | > There is nothing you set up to make Zope "use" a user folder. It will | > automatically be consulted. | | As long as the object has an id of "acl_users". And the containing folder has __allow_groups__ attribute set to that user folder. In

Re: [Zope] DTML in Zope 2 vs Zope 3

2005-05-27 Thread Andrew Milton
sure, but, ignoring him generally works for the best d8) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.o

Re: [Zope] ZPT tutorial

2005-06-22 Thread Andrew Milton
proud to see people who have survived it, helping people on the mailing lists themselves now. Oh, it also pays to be patient, while people might not be talking in a flurry of activity, someone usually has at least half-an-eye on the channel and will respond to you eventu

Re: [Zope] Cached Variables

2005-06-23 Thread Andrew Milton
call the same ZSQL method. My method for | avioiding this senario is... ZSQL Methods can do their own caching... you can set it from the Advanced Tab of the ZSQL Method. This should eliminate the overhead of multiple calls. -- Andrew Milton [EMAIL PROTECTED

Re: [Zope] Cached Variables

2005-06-23 Thread Andrew Milton
+---[ [EMAIL PROTECTED] ]-- | On 23/06/05, Andrew Milton <[EMAIL PROTECTED]> wrote: | > +---[ [EMAIL PROTECTED] ]-- | > | Hi, | > | | > | I am developing an application that is a front end to an RDBMS. | > | Sometimes, when lo

Re: [Zope] Search path for objects

2005-06-23 Thread Andrew Milton
ple way to determine this? It will grab it via the normal Acquisition mechanism. Plone/CMF has special handling for 'skins' which it pushes into the Acquisition path, css files are normally one of the things that are pushed in. -- Andrew Mil

Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread Andrew Milton
send them to anywhere on the internet. Do you really want to allow that by default to anyone that has access to scripting on your server? -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zop

Re: [Zope] Pass objects from template to template via HTML forms.

2005-07-05 Thread Andrew Milton
| Any further consideration/hints? You would be better off storing the file on the filesystem, and pass the filename around. You'd have to do some sanity checking on the filename before any manipulation obviously. -- Andrew Milton [EMAIL PROTECTED]

Re: [Zope] pls help

2005-07-05 Thread Andrew Milton
... -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo/zope-announce http://mail.zope.org/mailman

Re: [Zope] XUF and Postgres

2005-07-14 Thread Andrew Milton
0 seconds if you need something else. -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo/zope

Re: [Zope] errors starting zmi

2005-07-18 Thread Andrew Milton
..Moreover, it displays | the port as 8080.. | | i also tried starting zmi by http://(hostname):8080/manage | | but even this didnt work out | | What can b the problem?? | Kindly Help Do you have your browser setup to use a proxy by default? -- Andrew Milton [EMAIL

Re: [Zope] css in filesystem based product

2005-07-21 Thread Andrew Milton
ng plain Zope, no Plone and no CMF. I've also tried to look how Plone | does this but without any success (it's just too big ...). Just pretend it's a DTML file.. from Globals import DTMLFile cssName = DTMLFile('relative/path/main.css', globals()) name your file 'm

Re: [Zope] zpt and sql

2005-07-22 Thread Andrew Milton
e = | self.def_index_html, REQUEST = None) | index_html = PageTemplateFile ("zpt/index_html.pt", globals ()) | I want to cycle through the query result with ZPT and populate a select. Value -- Andrew Milton [EMAIL PROTECTED] __

Re: [Zope] Re: Zope Foundation Update

2005-07-25 Thread Andrew Milton
work and claimed it as your own. This is the worst crime you can commit in the Open Source world. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML enc

Re: [Zope] Aquisition, UserFolder and security

2005-09-28 Thread Andrew Milton
PS instances) | uses predefined roles, on which the various workflows relies, so that | would mean renaming all roles - differently - on each CPM, and modifying | the workflows too. Given that the customer is going to create new CPMs | "at will", I'm afraid this solution is some

Re: [Zope] DateTime mess

2005-11-28 Thread Andrew Milton
users can motivate their developers to migrate their code to the new API (or submit patches d8) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (

Re: [Zope] exUserFolder will not redirect to login page

2005-12-01 Thread Andrew Milton
entication. Even when you enter a username and password it doesn't work. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] exUserFolder will not redirect to login page

2005-12-02 Thread Andrew Milton
+---[ Gaute Amundsen ]-- | On Friday 02 December 2005 04:31, Andrew Milton wrote: | > +---[ Gaute Amundsen ]-- | > | > | Hi all. | > | | > | I have this problem with our zope based CMS system. | > | No matter what i try I can not

Re: [Zope] exUserFolder will not redirect to login page

2005-12-02 Thread Andrew Milton
ure that in addition to the 'View' permission that also the 'Access Contents information' permissions are set for Anonymous on headers, footers and docLogin (and index_html if required). -- Andrew Milton [EMAIL PROTECTED] ___ Zope maill

Re: [Zope] why will FastCGI not be supported in the Future.

2005-12-02 Thread Andrew Milton
basically a reminder for people using FCGI that there is a | better way (in our opinion) to run Zope under Apache than using FCGI. This of course assumes the entire world runs Apache. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

Re: [Zope] exUserFolder will not redirect to login page

2005-12-02 Thread Andrew Milton
rapple with the more general | principles. Noting beats assistance from the author of course, | but please don't insist on treating this as a newbee question :) Maybe if you saw my INBOX you'd understand d8) -- Andrew Milton [EMAIL PROTECTED] __

Re: [Zope] Re: why will FastCGI not be supported in the Future.

2005-12-02 Thread Andrew Milton
+---[ Tres Seaver ]-- | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Andrew Milton wrote: | > +---[ Andreas Jung ]-- | > | | > | Effective from Zope 2.9 I marked FCGI as deprecated - both in the | > | documentation and through a

[Zope] Re: roles argument to validate authorize

2005-12-08 Thread Andrew Milton
That in and of itself isn't a problem. The 'View' permission e.g. could require 'Anonymous user', 'Manager', or 'Owner' roles.. However, if a USER has the Anonymous role, that could be causing an issue... -- Andrew Milton [EMAIL PROTECTED] _

Re: [Zope] zope and LDAP for authorisation

2005-12-13 Thread Andrew Milton
ch drama. The Require User item for the LDAP Auth Source allows you to specify an attribute and a list of values. You can use uid (e.g.) and supply a list of user ids. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mai

Re: [Zope] Trapping zope exceptions in python script

2005-12-15 Thread Andrew Milton
exactly? "Through The Web." -- Andrew Milton [EMAIL PROTECTED] ___ 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

Re: [Zope] NewBee, Do I have to code to do this?

2006-01-19 Thread Andrew Milton
some additional information in the user object. | | It seems to me that I have to change the exUserFolder product code to | add this to the class. All you need to do is configure a property source. You can store properties in the ZODB or in SQL, or pretty much anywhere. -- Andrew Milton [

Re: [Zope] inheritance and aqusition question

2006-02-03 Thread Andrew Milton
e are Zope hooks you can use (manage_afterAdd), or you can call your own methods in the "manage_add" Factory method of your product. If this is what you are doing then it's probably; The importSingle class must be an attribute of the Controller class for Acquisition to work in t

Re: [Zope] inheritance and aqusition question

2006-02-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Hello Andrew, | | thanks for your reply. | | Andrew Milton schrieb: | > | > One (or more) of the following two; | > | > Your class isn't yet fully instantiated and Acquisition wrapped, this normally | > doesn't occur u

Re: [Zope] Re: Contents of Zope digest

2006-02-03 Thread Andrew Milton
en replying, please edit your Subject line so it is more specific | >>than "Re: Contents of Zope digest..." | | | Any reason why you are spamming the list with the full contents of | the digest? I think we all know the reason d8) -- Andrew Milton [EMAIL PROTECTED] _

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Andrew Milton
ff the top of my head; request..x should work. request.form..x should work too. I haven't tried this for a while though, but, it's a quick thing you can try. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://m

Re: [Zope] How to get $PRODUCT_HOME

2006-02-07 Thread Andrew Milton
;gnuplot %s/bin/loadgraphs.gplt' % product_folder, 'r') | | How can I get the path to the product folder? from Globals import package_home package_home(globals()) should give you what you need. -- Andrew Milton [EMAIL PROTECTED] ___

Re: [Zope] Progress bar for file upload

2006-02-12 Thread Andrew Milton
to a status page that can render any graphs you need (based on the id). -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope] Progress bar for file upload

2006-02-12 Thread Andrew Milton
gh-the-web programming. -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo/zope-announce http://mai

Re: [Zope] Progress bar for file upload

2006-02-12 Thread Andrew Milton
+---[ Tarek Ziad? ]-- | Andrew Milton wrote: | | >+---[ Bruno Grampa ]-- | >| Hello, | >| what is the better way to implement a simple progress bar when uploading | >| a file in Zope? | > | >The way I did it was to write a FS

Re: [Zope] Progress bar for file upload

2006-02-13 Thread Andrew Milton
+---[ Tarek Ziad? ]-- | Andrew Milton wrote: | | >The actual submission is to a small CGI that handles updating the status inside | >Zope via XMLRPC (you could also update a response file that the product could | >check as well, but, that's just more file

Re: [Zope] Progress bar for file upload

2006-02-13 Thread Andrew Milton
+---[ Tarek Ziad? ]-- | Andrew Milton wrote: | | >+---[ Tarek Ziad? ]-- | >| Andrew Milton wrote: | >| | >| >The actual submission is to a small CGI that handles updating the status inside | >| >Zope via XMLRPC (you could a

Re: [Zope] Progress bar for file upload

2006-02-13 Thread Andrew Milton
scribes it pretty well. There's no hooking into publisher or anything else. I'll clean it up and get it out, then you can see what I did. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinf

[Zope] Progress bar for file upload (code available)

2006-02-13 Thread Andrew Milton
adme.txt file in the docs directory. It's available here (BSD License); http://www.zope.org/Members/TheJester/ThreadedTransferAgent I'm looking for a new job, I'd like to keep doing Zope work, so if you're looking for someon

Re: [Zope] Advice needed before settling on Zope

2006-02-14 Thread Andrew Milton
probably won't find too many people who won't tell you to use Zope d8) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - ht

Re: [Zope] Memory Leak Debugging

2006-02-15 Thread Andrew Milton
+326 Is there a possibility something is webcrawling your site? -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.z

Re: [Zope] SSL & Digest Auth

2006-02-16 Thread Andrew Milton
esn't mean you can't store the digest hash instead of the normal password hash when creating/changing passwords. In any case Digest Auth doesn't gain you anything if you're already on an SSL connection. It's there to prevent the password from being

Re: [Zope] context in fs product

2006-02-20 Thread Andrew Milton
base URL of the product instance ... | | All classes in the product subclass form Acquisition.Implicit. What am I missing here? | | Thanks so far! Is it set inside the ZODB yet? -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.

Re: [Zope] Double quote in ZSQL Method

2006-02-20 Thread Andrew Milton
ablename. Don't use sqlvar except for things you want quoted.. use dtml-var -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

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

2006-02-20 Thread Andrew Milton
n. Certification implies a level of dilligence I don't think is actually being applied by this proposal. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HT

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

2006-02-20 Thread Andrew Milton
+---[ Philipp von Weitershausen ]-- | Andrew Milton wrote: | > +---[ Stephan Richter ]-- | > | Hello everyone, | > | | > | With the development of Zope 3, the Zope developers committed to a new | > | development process and higher s

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

2006-02-21 Thread Andrew Milton
re you saying that it makes sense for ZF/ZC to protect him? As I say, IP handover makes sense for the core product, but, doesn't make sense for 3rd party code, which is after all 3RD PARTY code. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist

Re: [Zope] Double quote in ZSQL Method

2006-02-21 Thread Andrew Milton
+---[ Chris Withers ]-- | Andrew Milton wrote: | >| In a ZSQL Method, I have tablename. | >| and I get tablename.'species_value', what I need is | >| tablename."species_value". Any idea how I can get Zope/ZSQL to not | >| put in the sin

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

2006-02-21 Thread Andrew Milton
ved by having packaging tools to ensure that ANY code released WOULD be able to gain at least LISTED level IF they had given it to ZF AND checked it into the repository. Yes like a .jar file (OK we all know they're zip files with some fluff, that doesn't make them bad). [1] Let's

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

2006-02-21 Thread Andrew Milton
I seem to have confused myself with the replies. Check into Repository not required for Certification. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

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

2006-02-21 Thread Andrew Milton
is where I got confused with your reply. -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo/zope

Re: [Zope] Dates off by one day

2006-02-24 Thread Andrew Milton
both the servers... -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo/zope-announce

Re: [Zope] how to let java applet using mysql database work in zope?

2006-02-26 Thread Andrew Milton
bably have to modify your Java Applet to use some other way to get the data (XMLRPC would probably be your best bet, but, there are other ways) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zo

Re: [Zope] Acquisition not working as expected

2006-03-01 Thread Andrew Milton
ce I want, it will always return the id of the | product and not the id of the product I call it on. | | Why is that? Are you sure your genId() method works? what does return self.id return instead of self.getId() ? -- Andrew Milton [EMAIL PROTECTED] _

Re: [Zope] Acquisition not working as expected

2006-03-02 Thread Andrew Milton
you want this, since everything you're adding has an id already, so there's no need to acquire any method to get the id. Perhaps if you describe the problem you're trying to solve, we can actually help you. -- Andrew Milton [EMAIL PROTECTED] ___

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Andrew Milton schrieb: | > | > Perhaps if you describe the problem you're trying to solve, we can actually | > help you. | > | | Yes, thank you! | just as in my example above I want to be able to call this methods on any File o

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Andrew Milton schrieb: | > | | > | |plot | > | | > | | > | > In what way doesn't this work? I've certainly used this pattern in my FS | > products without problems. | > | | Hmm? Did I miss somethin

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Andrew Milton schrieb: | > How about you forget about Acquisition for now. | > | | Well, hmmm ... this will be hard ... I was just about to fall in love with it ... It's definitely useful, but, you have to pick your moments to use it.

Re: [Zope] exuser older not working in 2.9.0

2006-03-06 Thread Andrew Milton
ps move this over to the exuserfolder-users list on sourceforge. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.

Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andrew Milton
up. | | | How do I code this up? (Hope someone understands what I'm getting at) In a ZPT: Link -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andrew Milton
at I'm getting at) | > | >It sounds like you need a CMS. Take a look at CPS: | > | | Or Plone or Inungo. Or the three lines of ZPT I posted. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.or

Re: [Zope] Need Urgent Help

2006-03-07 Thread Andrew Milton
+---[ Andreas Jung ]-- | | But learn to post before posting again. | Subjects like "need urgent help" + cross-postings are the first step | for a consultant to throw such a posting into the trashcan. Actually we rub our hands together and triple our rate d8)

Re: [Zope] Need Urgent Help

2006-03-07 Thread Andrew Milton
+---[ Andreas Jung ]-- | | | --On 8. M??rz 2006 17:12:15 +1100 Andrew Milton <[EMAIL PROTECTED]> | wrote: | | >+---[ Andreas Jung ]-- | >| | >| But learn to post before posting again. | >| Subjects like "need urgent help&qu

Re: [Zope] question: upload files to folder AND database

2006-03-08 Thread Andrew Milton
, and making my own, but I can't | get it to work. Post to a python script that first sends it to your db storage script, and then on to plonelocalfolderNG -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.o

Re: [Zope] DTML-In with filter

2006-03-08 Thread Andrew Milton
ch is probably a much better idea. -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo

Re: [Zope] dtml result in href

2006-03-08 Thread Andrew Milton
+---[ Olivier Wambacq ]-- | another question. | | when I create a link with a filename and url from a database. | I do it like this: | | url goes here"> | filename goes here | This is DTML or a ZPT ? for a ZPT its; file for DTML it would be; ">

Re: [Zope] Data.fs.lock permssions error

2006-03-13 Thread Andrew Milton
/user/zope/var/Data.fs.lock' | | When i go into this folder the var folder Data.fs.lock isnt there | | If anyone has any ideas it would be a great help | thanks The var directory doesn't have write permission for the user you're running zope as. -- Andrew Mil

Re: [Zope] how to count authenticated and anonymous users currently online ?

2006-03-16 Thread Andrew Milton
a period of inactivity. It also has support for anonymous user tracking, although there might be some minor tweaking involved to actually get a count. You need to be using cookies though. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zo

Re: [Zope] Update Multiple Records

2006-03-21 Thread Andrew Milton
which is a list of records with each attribute set inside it. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.z

Re: Give it a rest + answers. (Re: [Zope] Re: Zope + Apache on Quad Debian machine)

2006-03-23 Thread Andrew Milton
ventually he'll have to hide out in South America... d8) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.

Re: [Zope] unrestricted pagetemplatefile?

2006-03-23 Thread Andrew Milton
ts me tend to a | "no"... maybe there is a patch? | | how difficult would it be to implement it, any hints at which methods | contain the "magic"? :) Probably ${ZOPE}/lib/python/Products/PageTemplates/ZRPythonExpr.py Alter the _SecureModuleImporter class --

Re: [Zope] Screwy permissions problem has me stumped

2006-03-23 Thread Andrew Milton
n XUF even for 5 or 10 seconds if you're using a 'slow' auth mechanism). I'm not sure why it's using your username and not their own though, without actually looking at your setup. XUF just executes the lookups based on what Zope tells it to do. -- Andrew Milton [EMAIL P

Re: [Zope] Screwy permissions problem has me stumped

2006-03-24 Thread Andrew Milton
+---[ Kirk Strauser ]-- | On Thursday 23 March 2006 21:24, Andrew Milton wrote: | | > Every TAL call pretty much creates a new security context, which is why | > it's hitting the DB so often (this is why it's best to turn on caching in | > XUF even for

Re: [Zope] Question about Zope and security

2006-03-30 Thread Andrew Milton
ther UserFolders have this option as well). But as others have said, if you're posting to a form and not using https, what's the point. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/list

Re: [Zope] reading cookies from external methods

2006-03-31 Thread Andrew Milton
's been a while since I played with dtml. -- Andrew Milton [EMAIL PROTECTED] ___ 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/list

Re: [Zope] REQUEST.form variables order

2006-04-20 Thread Andrew Milton
put them on the page. Render the page with the fields filled and convert to text and place in email. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] REQUEST.form variables order

2006-04-20 Thread Andrew Milton
+---[ Gaute Amundsen ]-- | On Thursday 20 April 2006 12:15, Andrew Milton wrote: | > +---[ Gaute Amundsen ]-- | > | > | Hm.. ok. | > | I have these 100 forms, all over the place. They live in user editable | > | html. To have to track

Re: [Zope] REQUEST.form variables order

2006-04-20 Thread Andrew Milton
+---[ Gaute Amundsen ]-- | On Thursday 20 April 2006 13:23, Andrew Milton wrote: | > +---[ Gaute Amundsen ]-- | > | > | On Thursday 20 April 2006 12:15, Andrew Milton wrote: | > | > +---[ Gaute Amundsen ]-- |

Re: [Zope] Zope Recordset Object

2006-06-16 Thread Andrew Milton
r | can tell me what kind of object is returned? | I gave up on google, couldn't find anything on it. It's a 'Result' class; looking ${ZOPE}/lib/python/Shared/DC/ZRDB/Results.py Quickly; .dictionaries() will return it as a list of dicts .names() will return the fi

Re: [Zope] how to use chinese character in zope 2.8.7

2006-07-27 Thread Andrew Milton
x27;s green and commutes? A: An abelian grape. Sorry Maths Geek Humour d8) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

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

2006-08-23 Thread Andrew Milton
re is the instruction to send an email to this address: | |[EMAIL PROTECTED] | What exactly does that mean? Can someone give me an example? Please see: RFC 2821 RFC 2822 See Also: RFC 1855 -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist -

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

2006-08-23 Thread Andrew Milton
this case including MAIL LOGS) or otherwise. -- Andrew Milton [EMAIL PROTECTED] ___ 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/lis

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

2006-08-23 Thread Andrew Milton
se trolls I think. Trolls are people who post "contraversial" items for the sole purpose of eliciting responses. This guy just seems to think he's owed something from us. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zop

Re: [Zope] assign REQUEST object to redirect?

2006-09-09 Thread Andrew Milton
r a key to look it up from some other storage. -- Andrew Milton [EMAIL PROTECTED] ___ 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] POST sucks.

2006-09-12 Thread Andrew Milton
use the JavaScript Console to see the traceback returned. o Don't forget to check /error_log in your Zope instance. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross pos

Re: [Zope] POST sucks.

2006-09-12 Thread Andrew Milton
+---[ Paul Winkler ]-- | On Wed, Sep 13, 2006 at 02:39:14AM +1000, Andrew Milton wrote: | > +---[ Paul Winkler ]-- | > | Been doing web services (XML-RPC) stuff lately. | > | What suggestions do people have for troubleshooting a zope-based

Re: [Zope] easier way with zpt

2006-09-19 Thread Andrew Milton
itself? -- Andrew Milton [EMAIL PROTECTED] ___ 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/listinfo/zope-announce http

Re: [Zope] User management messed up?

2006-09-26 Thread Andrew Milton
Also how did you add rights for Anonymous? Did you accidently remove permissions for Authenticated or other Roles? -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Programmatically logging out a user

2006-10-03 Thread Andrew Milton
c cookie, so you can also try deleting that. -- Andrew Milton [EMAIL PROTECTED] ___ 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/lis

Re: [Zope] Re: PAS and md5 or crypt passwords

2006-10-16 Thread Andrew Milton
tunately, the way it | is implemented in SQLPASPlugin, the fact that he doesn't have the | password doesn't matter because if you put the hash itself in the | password field, you are allowed into the site. Yeah well... -- Andrew Milton [EMAIL PROTECTED] ___

Re: [Zope] external method strangeness

2006-10-18 Thread Andrew Milton
a string. When I run this external method: [snip] | Can anyone point me in the correct direction? Text encoding? Would probably be a lot easier if you told us the error message in full that you get. -- Andrew Milton [EMAIL PROTECTED] ___ Zope

Re: [Zope] external method strangeness

2006-10-18 Thread Andrew Milton
+---[ garry saddington ]-- | On Thu, 2006-10-19 at 03:18 +1000, Andrew Milton wrote: | > +---[ garry saddington ]-- | > | Can anyone explain what is happening here. I am using Saxon to transform | > | an xml file(source) using a stylesheet(s

Re: [Zope] DTML Call Fails

2006-10-24 Thread Andrew Milton
he expression | makes no sense at all. The leading 0 in 08 and 07 indicates | you might have a completely other illusion on what's going on. Apart from all of that; A leading 0 indicates an octal number. 08 is not a valid octal number, but, I'll just agree with Tino here, I don't th

Re: [Zope] External Method = Slow; Shell Script = Fast

2006-11-02 Thread Andrew Milton
oblem dissolved. | | And then I called our server team and gave them a stern talking to. :-) And can you sell off 3/4 of your hardware now too? d8) -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/lis

Re: [Zope] Re: newbie -- creating a Product

2006-11-06 Thread Andrew Milton
+---[ Max M ]-- | | There are no advantages in using plain Zope 2 anymore. What a crock. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] How To Convert Files To Page Templates?

2006-11-07 Thread Andrew Milton
he latter defines the following class: | | class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable, |Traversable, PropertyManager): | | Why so many arguments? It doesn't look like those are any of the arguments I | need to pass. Non

Re: [Zope] Restricted Traverse

2006-11-11 Thread Andrew Milton
er evaluates to true None doesn't do that. Try using relative = True -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - htt

Re: [Zope] Restricted Traverse

2006-11-11 Thread Andrew Milton
+---[ Nancy Donnelly ]-- | - Original Message | From: Andrew Milton <[EMAIL PROTECTED]> | | > absolute url returns a string prefixed with "http(s)://", unless the relative | > parameter evaluates to true None doesn't do that. | >

  1   2   3   >