Re: [Zope] Collector Source

2000-05-17 Thread Shalabh Chaturvedi
Hi: Alternatives to iTrack that I know of are: 1. Tracker: http://www.zope.org/Members/klm/TrackerWiki/FrontPage 2. Xen: http://bits.netizen.com.au/Xen/ 3. OpenTicket: http://openticket.point-one.net/ You can read about future plans for iTrack here: http://www.zope.org/Members/shalabh/iT

Re: [Zope] Fw: ZTopics and Canned Queries

2000-05-21 Thread Shalabh Chaturvedi
Michael Bernstein wrote: > Shalabh Chaturvedi wrote: > > What I want to do is create: (creator : creatorName) > > And use http://url/FilterCreator?creatorName=shalabh > > > > > > This sounds interesting. How would this end up being > different from doing a Z

Re: [Zope] The funny _.None,_ feature in DTML kind of question

2000-06-01 Thread Shalabh Chaturvedi
There is some more information at http://www.zope.org/Documentation/How-To/AdvancedDTML Look for the section "DTML Calling Arguments". Reading that left me a bit confused because here you say (and I have read elsewhere too) that method is passed client=_.None. I thought that the client should be

Re: [Zope] Traversable DTML methods

2000-06-12 Thread Shalabh Chaturvedi
Hi all I just created a 'Traversable DTML Document' product. You can get it here: http://www.zope.org/Members/shalabh/TraversableDTMLDoc/ It is a ZClass product based on the TraversableMixin (which you'll have to install anyway) to be found here: http://www.zope.org/Members/shalabh/TraversableMi

Re: [Zope] Traversable DTML methods

2000-06-12 Thread Shalabh Chaturvedi
Shane Hathaway wrote: > I downloaded TraversableMixin. Comments: > > 1) You used Windows path names (backslashes) in the tar file. It does > not unpack cleanly on Unix variants. > > 2) You forgot to include TraversableDocument.py, but did include > TraversableDocument.pyc. Hmm.. the Traversabl

Re: [Zope] Folderish Objects and their contained objects

2000-06-13 Thread Shalabh Chaturvedi
Hi Stephan, You might want to look at the LocalFS product code: http://www.zope.org/Members/jfarr/Products/LocalFS It makes the os filesystem objects (files and directories) available through zope. The way I understand it, what you want to do is very similar, except go to a database instead of t

Re: [Zope] Referring to a total-xxx variable

2000-06-14 Thread Shalabh Chaturvedi
Hi: Instead of > try: The _ is the 'current namespace' dictionary. Another way would be to do this: Hope this helps, Shalabh - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 15, 2000 9:43 AM Subject: [Zope] Referring to a total-x

Re: [Zope] getUsers cf. get_valid_userids question

2000-06-14 Thread Shalabh Chaturvedi
Hi: In an attempt to solve the very same problem (Get a list of all users with certain role) I created an external method. It walks up the acquisition path, at each level checking the existing acl_users (if it exists) for all users with the role. I can't say this it is the best way to do it, but

Re: [Zope] private Z Classes

2000-06-15 Thread Shalabh Chaturvedi
Hi Could it be the infamous "Resouce Not Found" bug? The following link has information about the bug and how to work around it. http://www.zope.org/Members/gtk/containers HTH, Shalabh - Original Message - From: Armin Wappenschmidt <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

Re: [Zope] (no subject)

2000-06-23 Thread Shalabh Chaturvedi
Hi: Could you give an equivalent using the current dtml tags? Thanks, Shalabh - Original Message - From: Jay, Dylan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 23, 2000 12:02 PM Subject: [Zope] (no subject) > Here's a feature I just submitted to the collector. > >