[Zope-dev] Using the Zope debugger (authenticating)

2000-10-22 Thread Morten W. Petersen

How do I authenticate myself when using the Zope debugger?
(I've seen this before I think, but I couldn't find it)

Thanks.

-Morten

___
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] Excluding meta_types

2000-10-22 Thread Ender



you can redefine the meta_types tuple like so
meta_types=({'name':'MessageFilter',
'action':'manage_addMessageFilter'},)

btw how is GUM going?

kapil


"Morten W. Petersen" wrote:
 
 When I'm building a class which inherits from the OFS.Folder.Folder, how
 do I exlude the meta_types it brings with it (if it's there they come
 from).
 
 In other words, if I have a class, with meta_type 'MessageFilterFolder',
 which should only be able to contain instances of meta_type 'MessageFilter',
 what do I do (i.e. exlude all the other meta_types)?
 
 Thanks in advance.
 
 -Morten
 
 ___
 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] Excluding meta_types

2000-10-22 Thread Morten W. Petersen

[[EMAIL PROTECTED]]

| btw how is GUM going?

It's ZopeGUM now.. =)

It's coming along; I'm planning on releasing a stable version of it available
within a week.

(CVS will be available soon from SourceForge).

-Morten

___
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] Problems with offline MS IE 5

2000-10-22 Thread Ross Boylan

Applying W2K SP1 seemed to fix up this problem.  However, the original 
problem may not have occurred instantly, so perhaps it takes a bit more to 
bring it out.

At any rate, I also upgraded to IE 5.5, so I hope that will be the end of 
the bad caching behavior.

Thanks, Jens, for your response.

At 11:09 PM 10/19/2000, Ross Boylan wrote:
I recently tried doing some Zope development on a laptop and ran into a 
problem: when I updated a product the updates did not "take."  In 
particular, when I edited the text in a .dtml file and restarted Zope, I 
still saw the old text  when I got to the appropriate point (the file was 
wrapped in an HTMLFile() and used for creating a new instance of one of 
the products in the package).

I think I checked all of the following:
* the file was getting updated
* all instances of explorer were shut down
* MSIE options set to "Check for newer version of stored page on every 
visit to the page"

A notable peculiarity was that whenever I tried to access my local zope, I 
would get a "you are offline, do you wish to go online" message (I even 
used localhost as the machine name!).  I would say yes, it would say it 
couldn't connect and ask if I wanted to try again.  I said yes, but then I 
ran into the problems described above.

Zope 2.2.2 on MS W2K with MS IE 5.0.

Does this ring any bells with anyone?  Is it an IE problem?  a Zope 
problem?  an interaction?


___
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 )