Re: [Zope-dev] New UI for 2.3

2001-01-11 Thread Chris Withers
Steve Alexander wrote: However, I do not like the 3-frame interface. I feel that the top frame is wasted space. The Zope logo and "Logged in as username | Logout" could as easily go at the bottom of the tree-view frame on the left. I haven't seen this yet, but I have to agree. Two frames is

Re: [Zope-dev] Re: ComputedAttribute

2001-01-11 Thread Steve Alexander
Martijn Pieters wrote: But because _v_* variables don't get pickled, another thread will never see them. If you want non-persisting (volatile) variables shared between threads, you'll have to devise your own mechanism for assuring the thread-safety of those variables. Or, instead of

Re: [Zope-dev] first zope-2.3.0a2 bug :-)

2001-01-11 Thread Martijn Pieters
On Thu, Jan 11, 2001 at 11:54:04AM +0400, Jephte CLAIN wrote: well, this one is easy. 8-- --- lib/python/Shared/DC/ZRDB/Aqueduct.py.origThu Jan 11 10:59:42 2001 +++ lib/python/Shared/DC/ZRDB/Aqueduct.py Thu Jan 11

Re: [Zope-dev] _v_ variables

2001-01-11 Thread Martijn Pieters
On Thu, Jan 11, 2001 at 10:26:18AM +, Chris Withers wrote: Martijn Pieters wrote: But because _v_* variables don't get pickled, another thread will never see them. Hmm, is there any situation where a single request can be handled by more than one thread? Nope. -- Martijn

[Zope-dev] Delete users in Membership acl_users

2001-01-11 Thread Kamon Ayeva
Hi, Has anyone been able to use the delUserForm to delete users added within a PersistentUserSource in the PortalMembershipSystem object ? I am not sure if this piece of code in delUserForm preceding the HTML form snippet does the right job: dtml-let idList="[]" dtml-in

Re: [Zope-dev] Zope-2.3a2 and Loginmanager

2001-01-11 Thread Chris McDonough
"super" still exists. It's aliased to the emergency user. There's a comment in User to the effect that the use of super is deprecated, and that emergency_user should be used instead. I don't believe the reading of the access file is a bug (it's there to provide backwards-compatibility).

Re: [Zope-dev] Zope-2.3a2 and Loginmanager

2001-01-11 Thread Steve Alexander
Ulrich Eck wrote: hi out there, i just setup a box with Zope-2.3a2 and Loginmanager. didn't work because of Changes in AccessControl.User: - Super doesn't exist anymore (is emergency_user the replacement ??) - Zope-2.3a2 installs itself with a file "inituser" as access-file,

Re: [Zope-dev] New UI for 2.3

2001-01-11 Thread Andy McKay
I haven't seen this yet, but I have to agree. Two frames is bad enough btu addign another one with all the wasted border space, etc, sounds like a bad idea... This would leave extra screen space for doing work. Hear, hear, could anyone post some screenshots? -- Andy McKay

RE: [Zope-dev] New UI for 2.3

2001-01-11 Thread Brian Lloyd
I think the new UI for 2.3 is great improvement over 2.2. I'm already finding the sorted tables of folder contents useful, and having the add new items select at the top saves time. However, I do not like the 3-frame interface. I feel that the top frame is wasted space. The Zope logo

RE: [Zope-dev] New UI for 2.3

2001-01-11 Thread Casey Duncan
I agree that it looks better. The addition of another whole frame for this though is my main beef with it. Perhaps this could be integrated some other way. Frames should only be added when there is no other option. It's just that browsers waste so much space up there anyway, and the extra 32

Re: [Zope-dev] New UI for 2.3

2001-01-11 Thread Phil Harris
Brian, Good answer, I for one would like to add a vote for the new UI. +1 Phil [EMAIL PROTECTED] On Thu, 11 Jan 2001, Brian Lloyd wrote: I think the new UI for 2.3 is great improvement over 2.2. I'm already finding the sorted tables of folder contents useful, and having the add new

Re: [Zope-dev] How do I create a folder with subfolders, docs etc?

2001-01-11 Thread Phil Harris
Espen, How about untested, but similar works in Python External method: dtml-call expr="manage_addFolder('newfolder')" dtml-call "REQUEST.set('newf',_['newfolder'])" dtml-call expr="newf.manage_addFolder('anotherfolder')" maybe?!? Phil On Thu, 11 Jan 2001, Espen Sorbye Frederiksen wrote:

Re: [Zope-dev] How do I create a folder with subfolders, docs etc?

2001-01-11 Thread Casey Duncan
--- Espen Sorbye Frederiksen [EMAIL PROTECTED] wrote: Thank you for your reply. I relised that my example was not quite what I ment. What if newfolder is a variable taking a random string value. How can I emediatly after creating the folder, with the variable newfolder id, create a

[Zope-dev] How does a subclass call its ancestor's method in zope?

2001-01-11 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How does testb call its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen __ Do You Yahoo!? Yahoo! Photos -

[Zope-dev] Management interface tree menu

2001-01-11 Thread richard
I added something to the Management Interface Quick Fix wiki item, but it seems to have vanished. My proposal was that the tree not automatically sort the items alphabetically. It should be up to the ObjectManager class and its ilk to sort those items in its tpValues method. That way, when I