[Zope-dev] Re: Untrusted developers

2003-07-17 Thread Kyler Laird
programmatically determine when a process is associated with a terminated request or is it a fuzzy exercise (like watching top for awhile)? Do you use /Control_Panel/DebugInfo? When you find it, is it sufficient and safe to just kill it? --kyler

[Zope-dev] Re: User Groups

2001-12-16 Thread Kyler
their group has access to. Are there plans for anything to solve this problem? Make two roles. Assign those roles the permissions you want them to have. Assign people in your groups to have the roles. Am I missing some strange requirement? --kyler

Re: [Zope-dev] Re: User Groups

2001-12-16 Thread Kyler
limited group. --kyler ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org

Re: [Zope-dev] manage_workspace = index_html

2001-07-08 Thread Kyler B. Laird
/daily-build-date. Mozilla 0.9.2 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628 This is with Zope 2.4.0b3. It's not so bad now, but if Mozilla ever fixes tab handling within textareas, I'm going to want to use it with Zope. --kyler

Re: [Zope-dev] manage_workspace = index_html

2001-07-08 Thread Kyler B. Laird
it. I'm waiting to be able to use an arbitrary application (EDITOR) in place of the usual textarea. I'd be thrilled to have vi/emacs/whatever right there. Someday... --kyler ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

Re: [Zope-dev] Z SQL: optional isn't?

2000-05-30 Thread Kyler B. Laird
bute for an argument is recognized. It seems like this is what should be used. I can live with it either way, but I think that optional is better than integer_var="". I'd like to see whatever is chosen documented, and I'd like to see "optional" removed from Aqueduct.py if it's no

Re: [Zope-dev] Z SQL: optional isn't?

2000-05-29 Thread Kyler B. Laird
s is provided by the "optional" attribute. How would I use it with an integer, for example? I don't want a default value; I want the option of not having the value set at all. I like the optional attribute. I'd like to see it do more than sit idle in the code. --kyler

[Zope-dev] Z SQL: optional isn't?

2000-05-26 Thread Kyler B. Laird
rstand why it's not catching the "optional" arg. Using my limited Python knowledge, I commented out lines 149 and 150 of Aqueduct.py and now it works great. Once again, I'm glad that I can add these awful kludges instead of waiting for the vendor, but this is something that I hope is