[Zope] university portal

2000-11-05 Thread Lee
be grateful to hear it :-) [Q] There are a lot of Zope products available - am I right in thinking that, say a 'Zope Discussion Board' product, could be download and integrated into a Zope-powered web-site? i.e. Are Zope products 'plug and play' TM? ;-o Thanks for the bandwidth, Lee

[Zope] quick python book - question about the feedback form example

2000-12-09 Thread Lee
ents" in the parameter list. Of course, this results in an error SyntaxError Invalid token. I tried to modify it by taking out the first 2 lines of the above code, renaming the method 'save_feedback' but still no success. I'm unsure whether the return statement will do anything in Zope

[Zope] Creating tables from ZSQL methods..?

2000-12-17 Thread Lee
will be a view of the database, where he can edit content via web forms, etc. How do I execute the query and go to this view screen in one go? Creating a ZSearchInterface on my ZSQL method has given me a few ideas... but all of them have their problems. Can anyone offer any solutions? Thanks, Lee

[Zope] SELECT COUNT(*) ZSQL method - displaying results?

2001-01-05 Thread Lee
nce. - Best regards, Lee -- Lee Reilly mailto:[EMAIL PROTECTED] http://www.footkick.co.uk/lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://li

[Zope] SQLs from Python strings

2001-01-06 Thread Lee
.g. p0, p1, p2, etc. p = p-1; } while (t != 0) { String createDB = create DB + "t" + t + "varchar, " t = t-1; } ... etc Okay, say I have a python method, which returns an String (an SQL CREATE TABLE statement). How could I execute this? Thanks very much in advance

[Zope] [python] converting int to string?

2001-01-07 Thread Lee
p = 1: pString="1" ... etc. But that would look hella ugly! Another alternative would be to send both the integer value and a string parameter (converted by Zope) in the calling DTML method. This is okay - but is there a better way to do it? As usua

[Zope] multiple unknown parameters - ZSQL

2001-01-09 Thread Lee
before and can suggest the best way round the problem. Any comments would be greatly appreciated. Thanks very much, Lee -- Lee Reilly mailto:[EMAIL PROTECTED] ```` HAVE SKILLS; WILL TRAVEL. I'm currently looking for an internship in the USA in the field of web development

[Zope] REQUEST object - obtaining variables from

2001-01-13 Thread Lee
e input type="text" name="age2"br input type="submit" /form I would like the display method to simply show each of the variable's names and values i.e. iterate through each variable in the REQUEST object. Maybe I've overlooked something in the Zope documentation

[Zope] importing string module in python METHOD - a problem that shouldn't be aproblemproblem

2001-01-13 Thread Lee
error. Can anyone suggest a reason for this? I think (hope) it'll work if I put it in my extensions directory. Thanks very much, Lee -- Lee Reilly mailto:[EMAIL PROTECTED] ```` HAVE SKILLS; WILL TRAVEL. I'm currently looking for an internship in the USA in the field of web developmen

[Zope] renaming python input params in DTML

2001-01-14 Thread Lee
-let /dtml-in ... gives me text = x ! Any help would really be appreciated? Thanks :) -- Lee Reilly mailto:[EMAIL PROTECTED] ```` HAVE SKILLS; WILL TRAVEL. I'm currently looking for an internship in the USA in the field of web development. Ideally, I'm looking for a placement for

Re: [Zope] REQUEST object - obtaining variables from

2001-01-15 Thread Lee
uot; dtml-var result /dtml-in /dtml-in Cheers, Lee [EMAIL PROTECTED] wrote: On Sat, Jan 13, 2001 at 06:11:08PM +, Lee wrote: You have indeed overlooked something. There are tons of things in REQUEST unrelated to your form. To simply display the entire request, put tml-var RE

[Zope] sendmail implementation problem

2001-01-15 Thread Lee
) and then just simply hit a submit button to send it to multiple recipients. I'd rather not have something like 'lee.reilly@ntlworld, [EMAIL PROTECTED]' in the 'To:' field - just multiple, individual emails. It's late - but I hope that makes sense(?). Thanks very much for any guidance you can give me!

Re: [Zope] sendmail implementation problem

2001-01-16 Thread Lee
quot;sequence-key": dtml-var name="sequence-item"br /dtml-in dtml-var standard_html_footer ``,, Can you see any obvious problems? Thanks very much for your time. - Best regards, Lee -- Lee Reilly mailto:[EMAIL PROTECTED] ```` HAVE SKILLS; WILL TRAVEL. I'm cu

Re: [Zope] sendmail / python list parameter - DTML method

2001-01-18 Thread Lee
produces the wrong results... *** input type="submit" /form If the list holds ['ltyler', 'lreilly'] then displaying it in the next method using dtml-var recipients produces ['ltyler', (i.e. the first element). Do you know how can I get round this? I've CC's this to the newsgrou

[Zope] sendmail query (confirmation)

2001-01-18 Thread Lee
been sent? Is there any sort of log file kept detailing (send)mail activity that I could perhaps use? Thanks very much for any info. Lee -- Lee Reilly mailto:[EMAIL PROTECTED] ```` HAVE SKILLS; WILL TRAVEL. I'm currently looking for an internship in the USA in the field of web d

[Zope] another SENDMAIL query

2001-01-18 Thread Lee
] Groups: uk.local.glasgow *and* Newsroups: uk.local.glasgow It sends the mail to me; the group is listed in the header file under 'Newsgroups' when I view *my* received message but it is not getting to the newsgroup. Can anyone comment? Thanks a lot :) - Best regards, Lee -- Lee Reilly mailto

[Zope] if-else using ZSQL resultset sendmail query

2001-01-20 Thread Lee
It sends the mail to me; the group is listed in the header file under 'Newsgroups' when I view *my* received message but it is not getting to the newsgroup. Can anyone comment? Thanks very much for your time, - Best regards, Lee ___ Zope maillist

[Zope] SQL query result set - what data structure how to access [(elements)]?

2001-01-20 Thread Lee
convert it to a string, parse it and obtain the results that way, which is simple enough, but surely there's a way to access the element directly? Does anyone know? Thanks, Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope] [python] creating variable names by adding 2 strings?

2001-01-21 Thread Lee
ah...' p=p-1 control=control+1 == SyntaxError: can't assign to operator :( I've tried various things but I cannot find a solution. I've got a nasty feeling that it's not possible... If someone could confirm this or hopefully, tell me how to do it I would be_extremely_grateful. Thanks, Lee (

[Zope] dictionaries in python *methods* :-o

2001-01-21 Thread Lee
Thanks, Steve. This'll do nicely ;-) BUT... For some strange reason the following doesn't work in my Python *method*: dict = {} dict["Lee"] = 1 Error: Error Type: Python Method Error Error Value: Forbidden operation STORE_SUBSCR at line 3! -- ? Which seems ve

[Zope] Re: dictionaries in python *methods* :-o

2001-01-21 Thread Lee
Okay, I figured it out. - Silly Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http

[Zope] python method's self parameter - calling from DTML with additional args

2001-01-22 Thread Lee
e, a reply or a combination of the three will give me the answer! Thanks a lot, Lee Here's the Python method (pretty disgusting looking but I'll clean it later ;-) : Python method 'final' with parameters 'self, matric, classcode' --- ta

[Zope] Re: python method's self parameter - calling from DTML with additionalargsargs

2001-01-22 Thread Lee
Hi, dtml-var expr="final(matric, classcode, _.this)" gives me the correct results. Is this the correct way to do it though? Thanks, Lee Lee wrote: Hi, I've got a problem snip ___ Zope maillist - [EMAIL PROTECTED] http://list

[Zope] dtml-let + 'expr=' possible?

2001-01-23 Thread Lee
table(classcode)" The python method, classcode_to_table, takes in a string, alters it and returns it. This is going to be an argument for some ZSQL methods and some Python methods. Thanks, Lee ___ Zope maillist - [EMAIL PROTECTED] h

[Zope] zope + img tags + javascript

2001-01-24 Thread Lee
an easier way? Thanks very much for your time thanks in advance if you can help. - Best regards, Lee -- Lee Reilly mailto:[EMAIL PROTECTED] ```` HAVE SKILLS; WILL TRAVEL. I'm currently looking for an internship in the USA in the field of web development. Ideally, I

[Zope] a little problem - $1 reward!

2001-01-25 Thread Lee
es with the To/From parts in the sendmail. When the message has been sent... -=-==--=-= I should see: Subject: Hello Date: Thu, 25 Jan 2001 08:30:11 + From: Lee Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] -=-==--=-= but I see: Subject: Hello Date: Thu, 25 Jan 2001 08:

Re: [Zope] a little problem - $1 reward!

2001-01-25 Thread Lee
Hi, Thanks for your response. "dtml-var sender" gives me... From: "Lee"@cs.strath.ac.uk ... in the received message. A previous version I had of this script gave me the correct results (From: God, Reply-To: [EMAIL PROTECTED]) so I'm pretty-sure that's it's a problem wi

Re: [Zope] a little problem - $1 reward!

2001-01-25 Thread Lee
dtml-var standard_html_header dtml-sendmail mailhost="MailHost" To: dtml-var email From: Lee Reilly Reply-To: [EMAIL PROTECTED] X-Mailer: Job Spammer Subject: dtml-var position practical training/internship position Content-Type: multipart/mixed; boundary="---

[Zope] migration issues - 2.2.4 - 2.30

2001-01-28 Thread Lee
these coming weeks. Thanks in advance for any information/advice you can offer. - Best regards, Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Dynamically Picking which object to display

2000-06-07 Thread Jason Lee
to show him the obviously sensitive data he has requested. If he is not authenticated, however, I need to give him a login screen which, for argument's sake, is in the DTML document Login in the root folder. How would I go about doing that? Am I making sense? Thanks... -- Jason Lee | My

[Zope] External Method Difficulties

2000-06-21 Thread Jason Lee
found out it wasn't going to work like I expected it to. What am I doing wrong? Is there a better place to start than this list? I have the content manager's guide and the dtml reference, but I can't find anything helpful. The ID for the external method is md5 in case that helps. Thanks a lot! --

Re: [Zope] External Method Difficulties

2000-06-22 Thread Jason Lee
there is a Python module called md5, the interpreter may have been getting confused. I don't know which. Can any one shed some light on that? Thanks for your help, Dieter! -- Jason Lee |Maybe it's good that I can't afford anti-psychotic [EMAIL PROTECTED]|medication. It frees me up

[Zope] Getting at Zope (Version) Transactions

2000-06-29 Thread Darin Lee
ave Zoped, I can see there's no turning back. Any help would be greatly appreciated! -Darin Lee Darin M. Lee Analyst / Web Administrator Office of Automation Coordination Michigan Department of Environmental Quality Phone: 517.241.5214 [EMAIL PROTECTED] _

[Zope] DTML Problem (from the newbie hair ripper category)

2000-07-16 Thread Darin Lee
ave something to do with the definition of my own Zclass? Do I have to read into the property sheet specifically? Is there a command for that? I took the example from the excellent "Breadcrumb Navigation Trail Howto" and that works fine, as long as I use a supplied Zope object (l

[Zope] PropertySheet Question

2000-07-17 Thread Darin Lee
rd "self?" It really doesn't say. Everything I have seen on Zope.org, references the Web context with a REQUEST object. Coming from the "Perl-CGI" world I can honestly say, Zope *feels* like it should be easier to develop with, but this learning curve is immense! Thanks f

[Zope] LoginManager and ZPatterns - Sparse Install Docs, Help.

2000-08-05 Thread Darin Lee
So, I'm basically stumped. It doesn't appear GUF will do what I need, and I have failed on multiple attempts to get Loginmanager/ZPatterns installed. If someone could point me in the right direction on this I sure would appreciate it. Thanks much, -Darin Lee _

[Zope] Broken Links and Orphan Checking

2000-08-11 Thread Darin Lee
that orphaned files and broken links *will* become a problem over time. Does anyone know of a good way to handle this? Thanks, -Darin M. Lee Darin M. Lee Analyst / Web Administrator Office of Automation Coordination Michigan Department of Environmental Quality Phone: 517.241.5214 [EMAIL PROTECTED

[Zope] Microsoft SQL Server Access under Linux?

2000-08-23 Thread Darin Lee
uot; is MS SQL Server 6.5. Thanks, -Darin Lee Darin M. Lee Analyst / Web Administrator Office of Automation Coordination Michigan Department of Environmental Quality Phone: 517.241.5214 [EMAIL PROTECTED] Darin M. Lee Analyst / Web Administrator Office of Automation Coordination Michigan

[Zope] Re: Zope digest, Vol 1 #1016 - 28 msgs (I will be out of theoffice Monday, October 16th)office Monday, October 16th)

2000-10-14 Thread Darin Lee
I will be out of the office on Monday, October 16. If you require assistance, please contact the DEQ helpdesk at 241-7495. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

[Zope] Re: Zope digest, Vol 1 #1017 - 17 msgs (I will be out of theoffice Monday, October 16th)office Monday, October 16th)

2000-10-15 Thread Darin Lee
I will be out of the office on Monday, October 16. If you require assistance, please contact the DEQ helpdesk at 241-7495. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

[Zope] Re: Zope digest, Vol 1 #1018 - 39 msgs (I will be out of theoffice Monday, October 16th)office Monday, October 16th)

2000-10-16 Thread Darin Lee
I will be out of the office on Monday, October 16. If you require assistance, please contact the DEQ helpdesk at 241-7495. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

[Zope] Re: Zope digest, Vol 1 #1019 - 28 msgs (I will be out of theoffice Monday, October 16th)office Monday, October 16th)

2000-10-17 Thread Darin Lee
I will be out of the office on Monday, October 16. If you require assistance, please contact the DEQ helpdesk at 241-7495. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

[Zope] Away Message (Apologies)

2000-10-17 Thread Darin Lee
Zopistas, I apologize for the "Away" messages that have been popping up on the list. I needed to add a "zope.org" to my auto-response ruleset. Unfortunately, I was away - and didn't realize this was happening. :-| Sorry for all the noise, -Darin Lee Analyst / Web Admi

[Zope] Webdav Questions

2000-10-27 Thread Darin Lee
.Is this the default behavior? I have looked through the How-to's and performed searches on "Zope and WebDAV" in Google but haven't turned up much useful information. Can anyone offer any tips, or point me in the right direction on this? Thanks in advance, Darin Lee __

[Zope] Installation on Linux

2000-11-01 Thread Lee Curtis
Hi All, I feel like a bit of an idiot, but I can't find any info about installing Zope until Unix - only Windows. Can anyone give me a quick start guide ?? Much Appreciated Lee Curtis ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] Multi-lingual sites and workflow

2000-11-01 Thread Lee Hunter
developing or if it would have to be built from scratch. Anyone have thoughts on this subject? Regards Lee Hunter Hum Communications Ltd. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Making Product Base Classable

2000-11-03 Thread Darin Lee
Zopistas, I would like to make a Zclass a baseclass of the Btree folder object. I installed Btree but it's not appearing in the list of base classes. Is there a way to get it in there? Any help would be greatly appreciated. Thanks in advance, -Darin Lee

[Zope] How do I logout?

2000-11-04 Thread Lee Curtis
appreciated... Thanks. lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman

[Zope] Newbie Install: Solaris/Zeus

2000-11-15 Thread Lee Hunter
oing wrong? Cheers Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailma

[Zope] Search and replace

2000-11-19 Thread Lee Hunter
Is there any way to do a 'search and replace' in a Zope folder (and it's subfolders)? TIA Lee Hum Communications Ltd. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

RE: [Zope] Search and replace

2000-11-19 Thread Lee Hunter
? Shouldn't there be a S R tab on every folder object that provides a choice of replacing html, dtml or text and that spits out a report on what was changed? Or even better, that first gives you a report of *proposed* changes and then allows you to check off the ones you want to ok. Lee Hunter Hum

RE: [Zope] Search and replace

2000-11-20 Thread Lee Hunter
Python skit. What would you do in that situation? Would you have made the word 'Spam' a variable simply because it was used in more than one location? Regards Lee Hunter Hum Communications Ltd. ___ Zope maillist - [EMAIL PROTECTED] http

RE: [Zope] Search and replace

2000-11-20 Thread Lee Hunter
over 'its' and 'it's') Cheers Lee Hunter Hum Communications Ltd. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo

RE: [Zope] Search and replace

2000-11-21 Thread Lee Hunter
pleasure to use. It just doesn't offer some things that I must have - features that would probably be hard to incorporate into a browser interface. Regards Lee Hunter Hum Communications Ltd. ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] BSD 4 installation

2000-11-24 Thread Lee Hunter
ers/u21/wake/zope/lib/python/Zope/__init__.py", line 94, in ? import ZODB, ZODB.ZApplication, imp File "/magma/users/u21/wake/zope/lib/python/ZODB/__init__.py", line 85, in ? import sys, ExtensionClass, TimeStamp, cPersistence, Persistence ImportError: No module named Exte

[Zope] Passing lists in a get request (ZCatalog Search) Continued...

2000-12-04 Thread Darin Lee
.. Thanks in advance, -Darin Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailma

[Zope] Sort broken on zope.org site...

2000-12-05 Thread Darin Lee
non-sequence I looked through the collector - but couldn't find anything related to this issue. Does anyone have any insight on how to fix this? Thanks, -Darin Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

RE: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Lee Hunter
. Cheers Lee Hunter Hum Communications Ltd. Brad Clements wrote: Just announcing this new e-commerce zope based site. http://www.adirondackcraft.com Come buy something, but don't whack it too hard, this site is still a work in progress (aren't they all

RE: [Zope] HTML formatting from a text field

2000-12-13 Thread Lee Hunter
first then click a formatting button) but can't be trusted with hand coding html. Cheers Lee Hunter - - - H U M C O M M U N I C A T I O N S L T D - - - website design, content management and technical editing Ste. 147 99 Fifth Ave

RE: [Zope] dtml

2001-01-06 Thread Lee Hunter
the code. The tutorial that comes with Zope is also helpful. Good luck Lee Hunter Nando n wrote: i want to know as much as possible about dtml. what is its purpose??? i really wanna know that answer. cause i have to do dtml like preprocessor for ASP in visual basic. could you give me

[Zope] Alternating Row Colors

2001-01-22 Thread Darin Lee
Lee, Alternating row colors are very easy in Zope because of the variables 'sequence-odd' and 'sequence-even' defined by the dtml-in tag. A super quick example: table bgcolor="#ff" dtml-in some_list tr dtml-if sequence-oddbgcolor="#EE"/dtml-if tdYour cell data

[Zope] Loading ZMySQLda on Solaris 7

2001-01-30 Thread Lee Marzke
Hi, After having no problems at all with Zope 2.3, and Mysql on Linux RedHad6.1 I tried getting this to work on a Solaris 7 SPARC machine with no luck. Im using: Solaris 7 (SunOS 5.7 ) GCC 2.95.1 Zope 2.3.0 ZMySQLDA 1.2 MySQL 3.22.32 compiled from source Python 1.5.2, Python 1.6, Python2.0

[Zope] VIRTUAL_URL Failure

2005-11-04 Thread George Lee
Hi, On my Plone site, in CookieCrumbler.py, VIRTUAL_URL is not found in the request variable even though I have a Virtual Host Monster. This means that when logging in, the came_from URL that my site directs to becomes something ugly like

Re: [Zope] VIRTUAL_URL Failure

2005-11-08 Thread George Lee
that there's a VHM installed and doesn't? Peace, George Peace, George On 11/8/05, Chris Withers [EMAIL PROTECTED] wrote: George Lee wrote: On my Plone site, in CookieCrumbler.py, VIRTUAL_URL is not found in the request variable even though I have a Virtual Host Monster. This means

Re: [Zope] VIRTUAL_URL Failure

2005-11-09 Thread George Lee
Two main questions: (1) Does anybody *have* good documentation on VIRTUAL_URL and how it interacts with CookieCrumbler and VirtualHostMonster? (2) Does anyone know how to debug VirtualHostMonster or other Python libraries while running a Zope instance (it lives in Python not in Zope, so I

Re: [Zope] VIRTUAL_URL Failure

2005-11-09 Thread George Lee
(2) Does anyone know how to debug VirtualHostMonster or other Python libraries while running a Zope instance (it lives in Python not in Zope, so I don't know if I change the code there if those changes will actually get executed)? Oh wait it is in a Zope product, scratch that. Peace,

[Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread George Lee
The correct thing to use in a recent Zope is REQUEST['ACTUAL_URL']. Florent This gives something like http://ip:port/path/to/subdomain though rather than http://subdomain.mydomain.org ... what if anything gives the latter? Peace, George ___ Zope

Re: [Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread George Lee
I fear you fight a CookieCrumbler bug. Vicious monsters, indeed. Thanks for the REQUEST['URL'] tip. It's a pretty good workaround for now, although not exactly right. If I am going to an object http://here.org/object with default page or default method default, then REQUEST['URL'] equals

[Zope] Reprise -- Manager Proxy Role ineffective for deleting/moving objects

2005-11-18 Thread George Lee
security should suffice. On 9/9/05, Dieter Maurer [EMAIL PROTECTED] wrote: George Lee wrote at 2005-9-8 23:57 -0400: ... Is it okay to just replace sm.checkPermission with _checkPermission from CMFCore.utils or is that not okay? Yes. But, please file a bug report as well. Also Dieter I

[Zope] External Methods, Proxy Roles, and Executable Security

2005-11-18 Thread George Lee
problems! Is this a right expectation / and a bug, or a wrong expectation? Peace, George On 11/18/05, George Lee [EMAIL PROTECTED] wrote: I forget if I submitted a collector issue about this before, but I didn't see it. I just posted one at http://www.zope.org/Collectors/CMF/396: Title

Re: [Zope] External Methods, Proxy Roles, and Executable Security

2005-11-20 Thread George Lee
change!). Peace, George On 11/19/05, Dieter Maurer [EMAIL PROTECTED] wrote: George Lee wrote at 2005-11-19 00:46 -0500: In CMFCore 1.5.4: If a low-security-clearance user calls an external method that pastes an object from a PortalFolder, he gets an error because the following line

[Zope] Products have incorrect home attribute

2006-01-17 Thread George Lee
After migrating to a new server, several of my Zope products have an incorrect home attribute that specifies where they live on the filesystem. However, when I try to change these attributes using an external method, the attributes do not change. Any help? Peace, George

[Zope] Re: Products have incorrect home attribute

2006-01-18 Thread George Lee
I asked the same question a couple of days ago (see wrong directoy in Control_Panel.Products..home) and no, they aren't reset at zope restart, and deleting the pyc files doesn't help either. Thanks, didn't see the previous conversation. =) I'll do the delete the Products objects trick

[Zope] Re: Newbee interfaces and implementations

2006-01-18 Thread George Lee
So you recommend that I should just skip them as long as I'm on Zope2? I would be happy with that. I find them confusing when they don't really interface with but just document my methods. Some of the reasons interfaces can be helpful are (1) for documentation purposes and clarity for code

[Zope] SOLUTION -- Products have incorrect home attribute

2006-01-19 Thread George Lee
After migrating to a new server, several of my Zope products have an incorrect home attribute that specifies where they live on the filesystem. However, when I try to change these attributes using an external method, the attributes do not change. Any help? Peace, George Turns out it was

[Zope] Re: major problems placing authentication on an extranet site-security flaw?

2006-02-11 Thread George Lee
michael nt milne [EMAIL PROTECTED] writes: HiI have major problems here trying to set-up authentication over a whole Plone site using Zope. I'm not going to get involved in the large Zope security discussion but I will post an additional something to plone-users in reply to the more narrow

[Zope] Re: major problems placing authentication on an extranet site-security flaw?

2006-02-11 Thread George Lee
Scratch that, looking more closely at the thread it looks like you followed the make site private documentation and it worked. Peace, George ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Re: Question about Zope and security

2006-03-29 Thread George Lee
I'd rather encrypt passwords with a hash and reset the password if the users have lost it. Is it possible to do that in Zope? Isn't there an option in GRUF to encrypt passwords? Although I don't think that affects the user's sending of passwords over the Web. Peace, George

[Zope] chapter 5 Zope book - problems with the examples

2000-11-16 Thread Lee Reilly CS1997
e font face="Verdana, Arial, Helvetica, sans-serif" size="2" /head body bgcolor="#FF" LINK="#99" VLINK="#55" pfont face="Verdana, Arial, Helvetica, sans-serif" size="1" If your name is Lee then click a href="man

[Zope] python methods

2000-11-23 Thread Lee Reilly CS1997
-2.1.6-src/lib/python/ZPublisher/Publish.py, line 165, in publish File /usr/local/Zope-2.1.6-src/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: addEntryAction) File... etc. Can anyone offer any advice? - Best regards, Lee Reilly [1] http://www.zope.org/Members/michel/ZB

[Zope] [ot] python book

2000-12-05 Thread Lee Reilly CS1997
(or indeed, any others) would be best for me? Me? I've got some C experience and will be using Python with Zope to create a portal, some simple apps. Any advice would be greatly appreciated. - Best regards, Lee ___ Zope maillist - [EMAIL PROTECTED

[Zope] mySQL DA on Win32

2000-12-14 Thread Lee Reilly CS1997
on this machine. I have seen the mySQL DA on Zope.org but I understand that it "does not support win32 platforms at this time". I need database access ASAP so can anyone offer any advice? Thanks very much, Lee ___ Zope maillist - [EMAIL PROTE

[Zope] sql query results - DTML method problem

2000-12-16 Thread Lee Reilly CS1997
e given a class code: select title from classes where dtml-sqltest code op=eq type=float Hmm... anyone see the problem? Thanks a lot :) - Best regards, Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope] Re: sql query results...

2000-12-16 Thread Lee Reilly CS1997
It's okay folks - I figured it out. I believe that it was Homer Simpson who once said, "Doh!". Cheers, Lee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Rel

[Zope] footer

2000-12-16 Thread Lee Reilly CS1997
/td/tr/table/center /font/td /tr tr td width="9%" bgcolor="#3D4E93" height="9"nbsp;/td td bgcolor="#3D4E93" colspan="2" height="9" div align="right"font face="Verdana, Arial, Helvetica, sans-ser

[Zope] A Picture of Zope, The Fish

2000-12-26 Thread LEE, Kwan Soo
and named by Linnaeus himself. Any volunteer to make a nice emblem for zope from this picture? LEE Kwan Soo. http://phps.snu.ac.kr:8080/ZOPE http://users.python.or.kr/PyKUG/ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope-dev] Tests of zope.dottedname not actually run

2010-09-12 Thread Robin Lee
Hello, all. When I run the test through 'python setup.py test', it shows: $ python setup.py test running test running egg_info writing requirements to src/zope.dottedname.egg-info/requires.txt writing src/zope.dottedname.egg-info/PKG-INFO writing namespace_packages to

[Zope-dev] test_suite missed in setup.py in zope.conttenttype

2010-09-12 Thread Robin Lee
This is trivial. python-zope-contenttype-3.5.1-run-tests.patch Description: Binary data ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

[Zope-dev] How can I make the tests of zope.sqlalchemy running?

2010-09-12 Thread Robin Lee
The output of a failed 'python setup.py test' is attached. $ python setup.py test running test running egg_info writing requirements to src/zope.sqlalchemy.egg-info/requires.txt writing src/zope.sqlalchemy.egg-info/PKG-INFO writing namespace_packages to

[Zope-dev] Will zope.testing 3.10 be included in ZTK 1.0 final?

2010-09-15 Thread Robin Lee
Will zope.testing 3.10 be included in ZTK 1.0 final? And the test suite is not registered in setup.py in zope.testing 3.9 branch. Robin ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or

[Zope-dev] The test suite is not registered in setup.py of zope.i18n

2010-09-16 Thread Robin Lee
The test suite is not registered in setup.py of zope.i18n. Robin ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

[Zope-dev] The test suite is not registered in setup.py of zope.datetime

2010-09-17 Thread Robin Lee
The test suite is not registered in setup.py of zope.datetime Robin ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] New version of BTreeFolder. Just a Newbie Question

2000-08-28 Thread LEE Kwan Soo
Oh, well, I'd bet this is a silly question. But I can not resist nor find answer by myself. Q: Why don't you BTree-fy all the subclasses of ObjectManager? Is there a reason that anyone but can a newbie see? LEE Kwan Soo. ps. I only hope to be able to make clear statement in English, but i am

[Zope-dev] What's 'section' in blocks[0] in block dtml tag?

2001-01-01 Thread LEE Kwan Soo
attributes/methods: '__name__', '_v_blocks', '_v_cooked', '_vars', 'blocks', 'globals', 'raw' But that mistic raw is null string, '' and blocks is no help for me. How can I retrieve the raw source string enclosed in a block tag pair? LEE Kwan Soo. ps. My English is evem more cryptic this morning. Sorry

Re: [Zope-dev] dtml-in batching badly

2001-06-18 Thread LEE, Kwan Soo
No it's not a bug(in code) but a feature. May You call it a bug (in usability), though. What causes it is that the orphan value defaults to 3 when not explicitely set. See the online help for in tag. LEE Kwan Soo ¢—ƒzùšŠYb²Öh¥àÞ¿:)zŠà†Ûiÿùb²Û3¢—¨®æj)fjåŠËbú?Ί^uëÍ¡Êè²Êh²Û(¬tÌ-éÜ¡Ø