[Zope] manage_listLocalRoles user entry needed

2001-01-27 Thread Kyler B. Laird
I've read that some people are at least thinking about user management systems that go beyond the "handful of users" systems currently supported by Zope. (I'm working on one today.) As a baby step toward supporting these systems, I propose that manage_listLocalRoles provide a text box for enter

[Zope] terrible kludge to set password

2001-01-01 Thread Kyler B. Laird
I was unsuccessful at finding any examples of changing a user's password from DTML, but I did see a few requests for such functionality. I bumped around quite awhile today trying to figure out how to do it. I didn't come up with a good way, but I did find something that works. So, although it's

[Zope] date: Are month and day required?

2000-12-31 Thread Kyler B. Laird
We just ran into some strange behavior with date properties. Although hour, minute, second, timezone, ... are not required, day and month seem to be. Is there a way to specify only the year or only the year and month? (The ZQR was referenced, but I didn't find info there.) Thank you. --kyler

Re: [Zope] Turn Off Rampant Capitalization?

2000-12-28 Thread Kyler B. Laird
On Thu, 28 Dec 2000 13:34:57 -0500 you wrote: >AFAIK, there is no routine which capitalizes the words in management tabs. >They just all happen to be capitalized literally. Is this what you mean? Yeah, tabs and everywhere else. I was guessing that some routine was responsible because I see th

[Zope] Turn Off Rampant Capitalization?

2000-12-28 Thread Kyler B. Laird
It Seems That Zope Likes To Capitalize Just About Every Word It Gets Hold Of. Is There A Good Way To Turn This Off? I Can Think Of Some Kludges, But I'd Like To Avoid Them. Thanks. --kyler ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.o

Re: [Zope] Turn Off Rampant Capitalization?

2000-12-28 Thread Kyler B. Laird
On Thu, 28 Dec 2000 12:44:24 -0500 you wrote: >> It Seems That Zope Likes To Capitalize Just About Every >> Word It Gets Hold Of. Is There A Good Way To Turn This >> Off? I Can Think Of Some Kludges, But I'd Like To >> Avoid Them. >How do you mean? Which of the following is a proper noun or

Re: [Zope] turning off inheritance

2000-12-13 Thread Kyler B. Laird
On Wed, 13 Dec 2000 19:39:43 +0300 (MSK) you wrote: >On Wed, 13 Dec 2000, Kyler B. Laird wrote: >> Units and people both have contact information >> stored in their properties. How do I detect if a >> person has, for example, 'contact_email' set? >> >&g

[Zope] turning off inheritance

2000-12-13 Thread Kyler B. Laird
I am working on generating a directory from Zope objects. There is a folder full of units (other folders). These units contain people (more folders). Units and people both have contact information stored in their properties. How do I detect if a person has, for example, 'contact_email' set?

[Zope] Why is acl_users "Contents" hidden?

2000-12-04 Thread Kyler B. Laird
I've been planning on using roles to control access to folders. Unfortunately, I find that if a user doesn't have the "Manage" role, requests to acl_users/manage_workspace will get redirected to acl_users/manage_access and no "Contents" tab will be shown. The user can still go to acl_users/man

[Zope] change object ownership from DTML?

2000-11-28 Thread Kyler B. Laird
I'm allowing users to initialize their own folders, but I've run into a problem with ownership. If I simply do manage_addFolder(), the folder is created "unowned". I feel like I've looked everywhere for a clue on how to set the ownership, but I haven't caught it. Surely I'm missing something in

Re: [Zope] manage_addFolder unusable from DTML-call?

2000-11-27 Thread Kyler B. Laird
> > > > Unauthorized I finally got to the bottom of this. I was running into a ZopeSecurityPolicy problem. It wanted to check the roles of the owner of the executable, but I had deleted the root user folder when I created a Login Manager in the root folder. I was doing some strange t

[Zope] clean way to change AUTHENTICATED_USER?

2000-11-27 Thread Kyler B. Laird
My users need to login with a simple alias ("kyler") which could change. As part of the (PH/X.500) login procedure, I want to set AUTHENTICATED_USER to a better ID ("kyler.b.laird.1"). This will allow the users to continue to change aliases at will without necessitating ownership changes in Zop

Re: [Zope] manage_addFolder unusable from DTML-call?

2000-11-27 Thread Kyler B. Laird
On Sun, 26 Nov 2000 23:22:17 +0100 (CET) you wrote: >When I tried to reproduce your problem (ZopeCVS rather than >Zope 2.2.4b1), everything worked as it should -- no >Unauthorized exception. Indeed, it works for me using a simple CVS version too. Thank you. --kyler __

[Zope] manage_addFolder unusable from DTML-call?

2000-11-26 Thread Kyler B. Laird
I have a simple DTML method: This is the Document in the Folder. Welcome, ! You have these roles: . I created a folder! It requires "Manager" to view. When I run

[Zope] user-owned products?

2000-11-25 Thread Kyler B. Laird
Over the last few months I've been getting much more comfortable advocating Zope as our supported Web application environment. I'm *finally* getting around to building my own products, however, and I just realized how limited they appear to be. It *seems* that Zope products are at the evolutio

Re: [Zope] PoPy

2000-11-20 Thread Kyler B. Laird
On Mon, 30 Oct 2000 10:43:16 +1030 (CST) you wrote: >ImportError: ./PoPymodule.so: Undefined symbol "sem_wait" Take a look at the man page for sem_wait(). Take the library/libraries listed there and put them on the configure line for PoPy. In my case (Solaris 2.6), I added "--with-libs=-lposi

Re: [Zope] Search and replace

2000-11-20 Thread Kyler B. Laird
On Sun, 19 Nov 2000 15:03:46 -0500 you wrote: >Is there any way to do a 'search and replace' in a Zope folder (and it's >subfolders)? Ha! Funny you'd mention this in this way. I've thought that a search and replace could be used on www.zope.org to help force Zope documenters to use "it's" cor

Re: [Zope] Passing paramaters for form processing

2000-11-16 Thread Kyler B. Laird
On Fri, 17 Nov 2000 00:50:50 +1100 you wrote: >How do I set some parameters for use in a form processing method? I have a >HTML "FORM" tag referencing a DTML method name, and I want that method to >have visibilty of some variables from the calling methods space. I've tried >passing them with the

Re: [Zope] ZopeLDAP 1.0b4 breaks the root directory security tab

2000-11-16 Thread Kyler B. Laird
On Fri, 6 Oct 2000 15:53:14 -0400 you wrote: >Since installing ZopeLDAP 1.0b4, I get the following error when trying to >access the security tab at the root directory: >Zope Error > > Zope has encountered an error while publishing this resource. > > Error Type: TypeErr

Re: [Zope] LoginManager UserSources

2000-08-02 Thread Kyler B. Laird
On Wed, 2 Aug 2000 15:13:45 -0400 you wrote: >I've gotten it working with >Postgres (with crypted passwords no less!) It took me a couple of weeks on >and off to finally get that going. Yes, it was painful, especially having >no prior experience with GUF (or much experience with Zope, for tha

[Zope] dtml-sqltest to support SOUNDEX?

2000-06-16 Thread Kyler B. Laird
I think I've determined that there's no clean way to specify a function to be used on a sqltest variable. I'd like to be able to do something like but it doesn't seem possible. I hope that I am missing something. Yes, I know there are lots of kludges to get around this, but then I los

Re: [Zope] Zope 2.2.0a1 permission problems

2000-05-18 Thread Kyler B. Laird
>>I just installed release 2.2.0a1 on a glibc Linux box, but I keep >>getting a permission problem when accessing a database query. > >I have encountered the same problem using ZOracleDA >under SPARC Solaris. >File /data/www/Zope/Zope-2.2.0a1-src/lib/python/DocumentTemplate/DT_In.py, > line

Re: [Zope] Zope 2.2.0a1 permission problems

2000-05-17 Thread Kyler B. Laird
On Tue, 16 May 2000 12:06:29 -0400 (EDT) you wrote: >I just installed release 2.2.0a1 on a glibc Linux box, but I keep >getting a permission problem when accessing a database query. I have encountered the same problem using ZOracleDA under SPARC Solaris. My full traceback is File /data/www