Re: [Zope-dev] Re: WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-22 Thread Andreas Jung

The CVS contains now a patch to ApplicationManager.py to make the
LockManager visible again.

Andreas
- Original Message -
From: "Dieter Maurer" <[EMAIL PROTECTED]>
To: "Robert Rottermann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, October 21, 2001 12:56
Subject: [Zope-dev] Re: WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how
to unlock a webdav locked element )


> Dieter Maurer writes:
>  > ... DavLocks lost in Control_Panel ...
>  >   It is still in the code
"App.ApplicationManager.ApplicationManager._objects"
>  >   but "objectItems" now longer finds it and therefore, it is no longer
>  >   shown in the control panel.
>  >   I do not (yet) understand why
> I found the reason for the missing WebDAV Lock Manager:
>
>   The "Application Manager" instance "Control_Panel" has its
>   own private instance of "_objects" and does not use
>   that of its class.
>   In this private instance the WebDAV Lock Manager is missing
>   while it is present in the class.
>
> This means, nothing serious.
>
> Maybe, the Zope maintainers should ensure that the
> "Control_Panel" instance has the lock manager.
> It is obviously useful.
>
>
> Dieter
>
> ___
> 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/mailman/listinfo/zope )
>


___
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/mailman/listinfo/zope )



Re: [Zope-dev] Re: WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-22 Thread Andreas Jung

The WebDAV manager seems to be invisible only for Zope installations
that have been upgraded from 2.3 to 2.4. With a fresh 2.4 installation
the WebDAV manager is visible in the control panel. _objects of the
ApplicationManager
gets initialized only once when Zope gets installed. Because the lock
manager has been
introduced in 2.4 there is no entry in _objects.

Andreas
- Original Message -
From: "Dieter Maurer" <[EMAIL PROTECTED]>
To: "Robert Rottermann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, October 21, 2001 12:56
Subject: [Zope-dev] Re: WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how
to unlock a webdav locked element )


> Dieter Maurer writes:
>  > ... DavLocks lost in Control_Panel ...
>  >   It is still in the code
"App.ApplicationManager.ApplicationManager._objects"
>  >   but "objectItems" now longer finds it and therefore, it is no longer
>  >   shown in the control panel.
>  >   I do not (yet) understand why
> I found the reason for the missing WebDAV Lock Manager:
>
>   The "Application Manager" instance "Control_Panel" has its
>   own private instance of "_objects" and does not use
>   that of its class.
>   In this private instance the WebDAV Lock Manager is missing
>   while it is present in the class.
>
> This means, nothing serious.
>
> Maybe, the Zope maintainers should ensure that the
> "Control_Panel" instance has the lock manager.
> It is obviously useful.
>
>
> Dieter
>
> ___
> 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/mailman/listinfo/zope )
>


___
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/mailman/listinfo/zope )



[Zope-dev] Re: WebDAVLocks lost in "Control_Panel"(was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-22 Thread Dieter Maurer

Dieter Maurer writes:
 > ... DavLocks lost in Control_Panel ...
 >   It is still in the code "App.ApplicationManager.ApplicationManager._objects"
 >   but "objectItems" now longer finds it and therefore, it is no longer
 >   shown in the control panel.
 >   I do not (yet) understand why
I found the reason for the missing WebDAV Lock Manager:

  The "Application Manager" instance "Control_Panel" has its
  own private instance of "_objects" and does not use
  that of its class.
  In this private instance the WebDAV Lock Manager is missing
  while it is present in the class.

This means, nothing serious.

Maybe, the Zope maintainers should ensure that the
"Control_Panel" instance has the lock manager.
It is obviously useful.


Dieter

___
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/mailman/listinfo/zope )