Re: [Zope] how to get info about an object (dir/type)

2005-06-30 Thread Andy McKay
actually Plone specific, but might be of help: http://www.enfoldsystems.com/Products/Open/PloneShell All you need is wxPython and you are up and running ;) -- Andy McKay Enfold Systems, LLC http://www.enfoldsystems.com ___ Zope maillist - Zope@

Re: [Zope] Rating site.

2001-01-31 Thread Andy McKay
into Squishdot using the filesystem to this site www.zopezen.org, a simply rating system would be pretty straightforward. -- Andy McKay. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML enc

Re: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Andy McKay
Ah I think my patch was the wrong way around... but you get the idea :) -- Andy McKay. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 2:05 PM Subject: Re: [Zope] Lo

Re: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Andy McKay
try: t = os.stat(self._local_path)[stat.ST_MTIME] -except: t = time.time() +t = os.stat(self._local_path)[stat.ST_MTIME] return DateTime(t) class LocalFile( However this is just a quick works for me hack. -- Andy McKay. - Original Message - From: "Ti

Re: [Zope] PCGI and MS-IIS on Nt5

2001-01-29 Thread Andy McKay
rry I cant be more help. -- Andy McKay. - Original Message - From: "Paul Zwarts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 2:09 AM Subject: [Zope] PCGI and MS-IIS on Nt5 > Greetings all, > > I've searched through Zopesi

Re: [Zope] PythonScripts documentation

2001-01-26 Thread Andy McKay
At the moment there isn't a lot. There's also a pod in zoperl, I'll stick that up shortly... -- Andy McKay. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 12:05 PM Subject: Re: [Zope] PythonScripts

Re: [Zope] Unique ID generation

2001-01-25 Thread Andy McKay
Using time is very common eg _.str(_.int(ZopeTime)), or I did a HowTo on using FSCounter to do this: http://www.zope.org/Members/andym/FSCounter/unique_ids -- Andy McKay. - Original Message - From: "Tim Moore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [Zope] url_quote written differently

2001-01-25 Thread Andy McKay
the url_quote is a parameter to dtml-var. -- Andy McKay. - Original Message - From: "peter bengtson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 11:01 AM Subject: [Zope] url_quote written differently > 1a) is one way o

[Zope] Fw: [Zope] ZClasses & date properties

2001-01-23 Thread Andy McKay
> Empty date fields are not allowed, this has been a feature for a while. I > set mine to 1970/01/01 for the hell of it. > -- > Andy McKay. > > > - Original Message - > From: "Tim Moore" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

Re: [Zope] ActiveState on Zope.org

2001-01-22 Thread Andy McKay
As per Martijn's comment, yes all sites use ZServer you are correct. Sorry for any confusion. I was refering to the most front visible component, but did not make that clear. -- Andy McKay. - Original Message - From: "Steve Drees" <[EMAIL PROTECTED]> To: &qu

Re: [Zope] ActiveState on Zope.org

2001-01-22 Thread Andy McKay
Good point. Apache does talk to ZServer, I was referring to the most front-end component, which is what the user sees. For all anybody knows we could be using ZServer behind IIS using pcgi. We aren't, but we could, in fact that would have been a very cocky answer... -- Andy

Re: [Zope] ActiveState on Zope.org

2001-01-22 Thread Andy McKay
me way Guido works for DC and spends time on Python, we have many talented Python and Perl developers (David Ascher, Paul Prescod, Gurusamy Sarathy, Jan Dubois) who in put a great deal of Open Source work. Cheers. -- Andy McKay, Developer. ActiveState. > j. > > ...

Re: [Zope] SQL delimiter?

2001-01-17 Thread Andy McKay
Thats it, great thanks. (A search through the ZopeBook and Docs produces no matches) -- Andy McKay. - Original Message - From: "Curtis Maloney" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, Janua

[Zope] SQL delimiter?

2001-01-17 Thread Andy McKay
Ive looked through the docs and Im sure I saw once (but cant see it now), some sort of delimiter between SQL statements allowing me to put multiple SQL statements in one SQLMethod. Was I imagining that? -- Andy McKay. ___ Zope maillist - [EMAIL

Re: [Zope] Putting a variable in a redirect call

2001-01-17 Thread Andy McKay
Whats the error? -- Andy McKay. - Original Message - From: "Yvonne Totty" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 3:57 PM Subject: RE: [Zope] Putting a variable in a red

Re: [Zope] Putting a variable in a redirect call

2001-01-17 Thread Andy McKay
Exactly as per your first example: -- Andy McKay. - Original Message - From: "Yvonne Totty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 3:11 PM Subject: [Zope] Putting a variable in a redirect call > All, > > I nee

Re: [Zope] Putting a variable in a redirect call

2001-01-17 Thread Andy McKay
Please dont post in html BTW. -- Andy McKay. - Original Message - From: "Yvonne Totty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 3:11 PM Subject: [Zope] Putting a variable in a redirect call > All, > > I need to rep

Re: [Zope] Zope from a php perspective

2001-01-16 Thread Andy McKay
a patch in ZCatalog, that product should be downloaded separately and not as a new Zope version. The latest version can still be bundled with Zope of course... -- Andy McKay. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/z

Re: [Zope] High Performance Zope

2001-01-16 Thread Andy McKay
200-300 per day? Yes without sweating. 200-300 per second? Not without ZEO. Usual discalaimers based on complexity of pages etc. -- Andy McKay. - Original Message - From: "Vincent Stoessel" <[EMAIL PROTECTED]> To: "Zope Mailings" <[EMAIL PROTECTED]>

Re: [Zope] Newbie: Displaying another objects properties

2001-01-15 Thread Andy McKay
Document 2 has property: name=foo, type=string, value=bar Document 1 dtml: or Assuming Document1 and 2 are in the same folder. -- Andy McKay. - Original Message - From: "Michael Garrison Stuber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: [Zope] logging: Can I switch it off?

2001-01-11 Thread Andy McKay
og hits to STDOUT and zLOG will log to STDERR. -- Andy McKay. - Original Message - From: "Joachim Werner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 2:10 AM Subject: [Zope] logging: Can I switch it off? > (How) Can ZServer lo

Re: [Zope] log file.

2001-01-11 Thread Andy McKay
Its not the same as IIS, but that is nowhere near a common format :) Its relatively trival to hack the log file format if you are comfortable with hacking the Zope source. -- Andy McKay. - Original Message - From: "Dennis Nichols" <[EMAIL PROTECTED]> To: "Ja

Re: [Zope] Downloading All Zope products

2001-01-11 Thread Andy McKay
On a totally different note I found I want to get information on a product in a more friendly xml, so I started (but not finished, not up to date etc) this: http://zope.agmweb.ca/Zope/products (click on the x for xml). -- Andy McKay. - Original Message - From: "Marcin Kasp

Re: [Zope] Trouble with dates in an External Method

2001-01-10 Thread Andy McKay
try this kind of whacky line: from DateTime.DateTime import DateTime you can then do date1= DateTime(str1) date2= DateTime(str2) if date1==date2: ... -- Andy McKay. - Original Message - From: "Steven Grimes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [Zope] Storing and Using Object references

2001-01-10 Thread Andy McKay
faces such as REQUEST.resolve_url, _getOb, getItem that you may want to look into. -- Andy McKay. - Original Message - From: "Tom Jenkins" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 20

[Zope] Fw: [Zope] HOW TO UNLOCK????

2001-01-10 Thread Andy McKay
- Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "Rommel Novaes Carvalho" <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 9:11 AM Subject: Re: [Zope] HOW TO UNLOCK > Please dont post in CAPS, you are more likely not to get

Re: [Zope] Proximity searches w/ ZCatalog

2001-01-10 Thread Andy McKay
Really using ZCatalog? I've never heard of that. There some globbing searches *? etc, but nothing like that is readily apparent from the API. Sounds like an interesting (ie complicated) idea... -- Andy McKay. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: [Zope] Storing and Using Object references

2001-01-10 Thread Andy McKay
If you call /container1/container1a/container2/container2a/item1, you can call methods on anything in the path... You could access it through dtml from 1->2 as You could get object2 in using getItem... -- Andy McKay. - Original Message - From: "Tom Jenkins" <[EMAI

Re: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Andy McKay
Well there you go, now I know. Even better -- Andy McKay. - Original Message - From: "Farrell, Troy" <[EMAIL PROTECTED]> To: "'Andy McKay'" <[EMAIL PROTECTED]>; "tav" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "S

Re: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Andy McKay
I'd personally stay from Worldpilot since AFIAK its not open source. -- Andy McKay. - Original Message - From: "tav" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Smith Ray" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 4:

Re: [Zope] Currency formatting

2001-01-09 Thread Andy McKay
Great! -- Andy McKay. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 1:53 PM Subject: RE: [Zope] Currency formatting > Tanks! Work great! > > > -Message d'ori

Re: [Zope] Multiple servers on Zope?

2001-01-09 Thread Andy McKay
And there I was thinking bud.ca would be about beer -- Andy McKay. - Original Message - From: "Kevin Teague" <[EMAIL PROTECTED]> To: "Etienne Labuschagne" <[EMAIL PROTECTED]>; "Zope" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2

Re: [Zope] Currency formatting

2001-01-09 Thread Andy McKay
>From the quick hack department: 1: hack the source: DT_Var line 375... or 2: Write a bit DTML method that is along the lines of: return_money: then a DTML Document that has wher value is the value you want: 3: This could of course using PythonScript much better -- Andy Mc

Re: [Zope] Zope on Win2K stable ?

2001-01-09 Thread Andy McKay
> Hi, > > - is Zope under Win2K stable enough to be used in a production > environment ? Yes, perhaps more than IE ;) > - is it possible to start Zope under Win2K as a service > (controlable through the system management console) ? >

[Zope] Re: [Zope-dev] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-08 Thread Andy McKay
> For example some headings I see a real need for: > > NAME [default now], DATE[created, last modified] SIZE, TYPE[meta-type], > USER[default=owner], DEPTH, COUNT, CHANGES, PROPERTY, DISPLAY This is just more dtml, since most of the mangement interface is done using dtml-in over a simple set of o

[Zope] free zope web hosting product

2001-01-08 Thread Andy McKay
. -- Andy McKay. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org

Re: [Zope] case insensitive search?

2001-01-04 Thread Andy McKay
No im being stupid and did a replace of sort for search in my caffeine deprived brain. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: "Aleksande

Re: [Zope] case insensitive search?

2001-01-03 Thread Andy McKay
r (dtml-in) and not just in Find Support. My patch fixes it throughout Zope... -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope] case insensitive search?

2001-01-03 Thread Andy McKay
management screen/sort using dtml-in to be case insensitive. There are other options of course. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Robin Becker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 5:16 P

Re: [Zope] CZAN Anyone?

2001-01-02 Thread Andy McKay
I did actually start toying with this on the holidays for the hell of it. But then got bored and started relaxing instead. Basically my first task was putting basic product info in a more friendly xml format... http://zope.agmweb.ca/Zope/products -- Andy McKay, Developer. ActiveState

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Andy McKay
Because acquistion can't find it. It can find all the objects in the folder and all the properties on a folder, but it doesn't go into each object and look at its properties... -- Andy McKay, Developer. ActiveState. - Original Message - From: "Steve McMahon" &l

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Andy McKay
selection_list. The problem you may have is that you are trying to put it on another document, rather than on a folder in the acquistion path. > -- > Andy McKay, Developer. > ActiveState. > > > - Original Message - > From: "Steve McMahon" <[EMAIL PRO

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Andy McKay
roblem you -- Andy McKay, Developer. ActiveState. - Original Message - From: "Steve McMahon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 9:36 AM Subject: [Zope] Selection and Lines Properties for DTML Docs > I'm new to Zope

Re: [Zope] CZAN Anyone?

2001-01-02 Thread Andy McKay
> Lots of reasons, mainly motivated by laziness^H^H^H^H^H^H^H^H me not > having the time to keep up with everything, I want to be informed > automatically :) > > Cya > Jonathan :) laziness is good, otherwise people would just keep doing things the hard way... ___

Re: [Zope] html_quote in python methods?

2001-01-02 Thread Andy McKay
Can you do an import in python methods? Still have to install and play with them. If so you can: from DT_Util import html_quote Theres probably a better way... as per DT_var.py -- Andy McKay, Developer. ActiveState. - Original Message - From: "Jim Washington" <[EM

Re: [Zope] CZAN Anyone?

2000-12-22 Thread Andy McKay
t covering my own little world there for obvious reasons... mind you the growth of ppm so to non ActiveState repositories has been great. -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/l

Re: [Zope] SiteAccess Help!

2000-12-22 Thread Andy McKay
You've been to: http://www.zope.org/Members/4am/SiteAccess2/info which is linked off http://www.zope.org/Members/4am/SiteAccess2/installing which is linked off http://www.zope.org/Members/4am/SiteAccess2 ? -- Andy McKay, Developer. ActiveState. - Original Message - From:

Re: [Zope] CZAN Anyone?

2000-12-22 Thread Andy McKay
rom PPM. PPM is the bit that downloads and installs the files locally. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Stephane Bortzmeyer" <[EMAIL PROTECTED]> To: "Jonathan (ListServ Account)" <[EMAIL PROTECTED]> Cc: "Zope Maili

Re: [Zope] CZAN Anyone?

2000-12-22 Thread Andy McKay
> On Friday 22 December 2000, at 12 h 50, the keyboard of "Jonathan \(ListServ > Account\)" <[EMAIL PROTECTED]> wrote: > > > Does anyone have any plans for CPAN like functionality for Zope? > > It would be a very good idea. The CPAN is the main strenght of Perl (if someone cites the Vaults as a Py

Re: [Zope] finding by which object uses which methods

2000-12-22 Thread Andy McKay
el/Products/Quote/ZQuote_addForm (Add ZQuote) Control_Panel/Products/SiteSummary/README (How to use Site Summary) standard_error_message (Standard Error Message) Etc. You'll note that "standard_html_footer" does not show up in this list. -- Andy McKay, Developer. ActiveState

Re: [Zope] finding by which object uses which methods

2000-12-21 Thread Andy McKay
Its called "Find", a tab in the top right hand corner. Type in standard_html_footer in the containing field. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Tom Deprez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, De

Re: [Zope] To retrieve properties from a dtml document

2000-12-18 Thread Andy McKay
Try -- Andy McKay, Developer. ActiveState. - Original Message - From: "Ausum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 18, 2000 3:39 PM Subject: [Zope] To retrieve properties from a dtml document > After some newbie research

[Zope] Zope.org RSS file

2000-12-14 Thread Andy McKay
The Zope news RSS file has a '&' which rdf doesnt like http://www.zope.org/SiteIndex/news.rss -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

Re: [Zope] rss

2000-12-14 Thread Andy McKay
Will do once I fix the bugs in the patches :) -- Andy McKay, Developer. ActiveState. - Original Message - From: "Oleg Broytmann" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: "Zope Mailing List" <[EMAIL PROTECTED]> Sent:

Re: [Zope] rss

2000-12-14 Thread Andy McKay
urllib.urlopen(/reload) Or something like that. It also means anyone can add news feeds on the fly, check out: http://www.agmweb.ca/rss -- Andy McKay, Developer. ActiveState. - Original Message - From: "Kevin Teague" <[EMAIL PROTECTED]> To: "Andy McKay" &l

Re: [Zope] rss

2000-12-13 Thread Andy McKay
So it does, thanks! I throught I read through Site Access and managed to skip that. Yep a simple cron job and it will be updating nightly. Cheers. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Kevin Teague" <[EMAIL PROTECTED]> To: "Andy McK

[Zope] rss

2000-12-13 Thread Andy McKay
Ok, ive seen lots of products and ways of creating RSS files, but I havent been able to spot one that reads other peoples (eg ZNN, Slashdot). Is there such a product? -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED

Re: [Zope] dtml decimals

2000-12-13 Thread Andy McKay
Yup, the implication there is that I am doing a 3/2, im not, that was an example. Im using variables and hence its easiest to cast one of them as a float is easier than adding .0 on to the end... Cheers. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Dyon Ba

Re: [Zope] dtml decimals

2000-12-13 Thread Andy McKay
Well there you go: Its a python thing, it sees 3 and casts it as an int, same with 2 and dividing ints results in an int. You learn something new every day. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: &qu

Re: [Zope] DA Adapter for transactional DB

2000-12-13 Thread Andy McKay
ZODBC: http://www.zope.org/SiteIndex/search?text_content=ZODBC -- Andy McKay, Developer. ActiveState. - Original Message - From: "Paolo Quaglia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 10:08 AM Subject: [Zope] DA Adapte

Re: [Zope] dtml decimals

2000-12-13 Thread Andy McKay
Well for one thing that example should be -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "zope-misc" <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 10:03 AM Subject: [Zope] dtml decimals

[Zope] dtml decimals

2000-12-13 Thread Andy McKay
instead of getting 1.50 as I was expecting I get 1.00, I never seem to be getting decimals. Whats the obivous thing Im missing here? Cheers. -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org

Re: [Zope] Strange Win2000 Service behaviour

2000-12-13 Thread Andy McKay
Have you tried refreshing the Control Panel? If not just kick it (restart) from the Control Panel. I have found that the Control Panel is normally in sync with the service. Actually I got a little more nasty and wrote some Perl scripts to restart/reboot Zope servers/machines... -- Andy McKay

Re: [Zope] feedback on ZCatalog section of Zope Book

2000-12-13 Thread Andy McKay
That is true of CatalogAware objects, there must be a catalog called "Catalog"... the book is right. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Josh Zeidner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December

Re: [Zope] default values in forms

2000-12-13 Thread Andy McKay
Oops forgot about that. Yep use that. That's it I'll stop answering questions until at least 3 cups of tea in the morning. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Stefan H. Holek" <[EMAIL PROTECTED]> To: "Olaf Zanger

Re: [Zope] default values in forms

2000-12-13 Thread Andy McKay
An ugly solution is &f_name=">c Be careful that other none url compliant characters dont slip into your variables. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Olaf Zanger" <[EMAIL PROTECTED]> To: "Zope Mailinglist&quo

Re: [Zope] LocalFS question

2000-12-12 Thread Andy McKay
They are real objects, just in a different sense. The easiest way to figure it out is too look at the dtml that comes in the LocalFS source. For example to get a listing of LocalFS folder instead of: objectIds() try fileItems() -- Andy McKay, Developer. ActiveState. - Original Message

Re: [Zope] Does Zope 2.3 Alpha run on Python 2.0?

2000-12-12 Thread Andy McKay
Unfortunately that's not in the plan for 2.3, DC are planning it soon, just no official word. Apparently there arent any real showstoppers if you want to give it a try... -- Andy McKay, Developer. ActiveState. - Original Message - From: "Brad Clements" <[EMAIL PROTE

[Zope] Fw: [Zope] Incrementing a form field

2000-12-11 Thread Andy McKay
You could use FSCounter to do your counting: http://www.zope.org/Members/andym/wiki/FSCounter. There is a How-To on using unique_ids: http://www.zope.org/Members/andym/FSCounter/unique_ids In your code try explicilty using an int: > -- Andy McKay, Developer. ActiveState. - Origi

Re: [Zope] Is it posible?

2000-12-07 Thread Andy McKay
This is all in the REQUEST object it always useful to have a dtml method document lying around containing nothing but: -- Andy McKay, Developer. ActiveState. - Original Message - From: "Oleg Broytmann" <[EMAIL PROTECTED]> To: "Stoonsdesign" <[EMAIL PR

[Zope] Cataloguing on zope.org

2000-12-05 Thread Andy McKay
I've had quite a few things waiting in the catalog, is anything happening there? -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML enc

Re: [Zope] [ot] python book

2000-12-05 Thread Andy McKay
Learning Python. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Lee Reilly CS1997" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 05, 2000 8:40 AM Subject: [Zope] [ot] python book > Hi, > > I'm goin

Re: [Zope] Link counter

2000-12-05 Thread Andy McKay
FSCounter happily counts things effeciently on the file system and could be used for counting, followed by a redirect as Chris says. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris Gray" <[EMAIL PROTECTED]> To: "Brendon Grunewald&qu

Re: [Zope] Does 2.2.4 solve Proxy+ZCatalog bugs?

2000-12-05 Thread Andy McKay
It works fine for me. I dont know if that proves anything except I cant find the problem again. -- Andy McKay, Developer. ActiveState. - Original Message - From: "ethan mindlace fremen" <[EMAIL PROTECTED]> To: "Marcin Kasperski" <[EMAIL PROTECTED]> Cc

Re: [Zope] HTML - ZOPE?

2000-12-05 Thread Andy McKay
You either have to refresh / reload the page after the first combo box, go for two pages or go for javascript. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Oliver Bleutgen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Dece

Re: [Zope] string splitting in dtml

2000-12-04 Thread Andy McKay
will be the 2nd element of the start_date, in this case mm -- Andy McKay, Developer. ActiveState. - Original Message - From: "Mike Kelland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 1:14 PM Subject: [Zope] string splitting i

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Andy McKay
> But once you have done 5 lines of dtml, and yoo need to add sixth, > what is more probable: > > 1. Rewrite as a pyhtonmethod > 2. Just add the sixth line > > I have the creeping feeling, that dtml is the worst thing since csh. > > Fortunatly, even DC seems to have realized it. Its a double edge

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Andy McKay
On a really minor note, why is its url classic zope? Shouldn't the bug collector / tracker be part of the main site? -- Andy McKay, Developer. ActiveState. - Original Message - From: "Brian Lloyd" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PR

Re: [Zope] Finding PARENTS in an external method.

2000-11-30 Thread Andy McKay
PARENTS is part of REQUEST so: def test(self, REQUEST): msg = '' for parent in REQUEST.PARENTS: msg = msg + str(parent.absolute_url()) + '' return "%s" % msg Is a convoluted way of listing parents urls... -- Andy McKay, Developer. Active

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-11-30 Thread Andy McKay
Inspired by this I wrote a quote db in about 3 minutes using Zope, sometimes I just love it to bits. http://dna.yi.org/Quotes -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAI

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-11-30 Thread Andy McKay
ulton, 10 Aug 1999 When Jim [Fulton] says "tricky" it means your brain could explode. -Michel Pelletier, 15 Dec 1999 :) For those, thanks... -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "Ch

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-11-30 Thread Andy McKay
I think DC and this group are great at responding to fixes, especially anything serious or security related. Ok there are still a few bugs out there that havent quite gone yet, but everybody has been great. The good community spirit for me is one of Zope's strengths. "Object t

Re: [Zope] ZCatalog: How to request boolean NOT searches?

2000-11-28 Thread Andy McKay
> I am curious: Do others think this feature might be worth > adding to the ZCatalog? If so, perhaps it should work its > way into a proper feature request... Yes definitely. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listi

Re: [Zope] ZCatalog and dates

2000-11-28 Thread Andy McKay
Are your dates actually of type date or string? If they are dates make sure your date index is a keyword index and that the input is also of type date. -- Andy McKay, Developer. ActiveState. - Original Message - From: "James Sintz" <[EMAIL PROTECTED]> To: <[EMA

Re: [Zope] Client/Server Product

2000-11-28 Thread Andy McKay
> Thank you very much. I would like help you, but I am not so good as you to > develop it. > Congratulations for your product. Oh I didnt develop it cant claim any credit there. > Anderson > > -Original Message- > From: Andy McKay [mailto:[EMAIL PROTECTED]] &g

Re: [Zope] Client/Server Product

2000-11-28 Thread Andy McKay
import / export feature. > is the server just a repository that canĀ“t make changes ? No the server can make changes, but then it could be out of sync... -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.or

Re: [Zope] html expertise anyone.

2000-11-28 Thread Andy McKay
I think this is a css question and not related to DTML. Go to http://freezope.nipltd.net/dna and you will see a simple style sheet that shows use of active and visited links. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Oleg Broytmann" <[EMAIL P

Re: [Zope] ZopeWeaver?

2000-11-28 Thread Andy McKay
Have you and problems with site upload from Dreamweaver into ZServer? > :Use of Tables to implement zopesite design changes. > :Not losing DTML tags.. > :handling DTML it just doesnt destroy them > :managing files locally and their relationship to ZODB use ftp directly in

Re: [Zope] Quota in Zope

2000-11-24 Thread Andy McKay
AIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Sent: Friday, November 24, 2000 1:38 PM Subject: Re: [Zope] Quota in Zope > > A quota of what where? > > Disk quota > ___ Zope maillist - [EMAIL PROTECTED] http:

Re: [Zope] Quota in Zope

2000-11-24 Thread Andy McKay
A quota of what where? - Original Message - From: "Stephan Goeldi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 24, 2000 7:50 PM Subject: [Zope] Quota in Zope > Is there a way to do quotas in Zope? > _

[Zope] Thank you DC

2000-11-24 Thread Andy McKay
Ive just noticed that in Zope 2.2.4, the location of the object underneath the manage_tabs has had those annoying spaces removed so its now /docs/ActivePython instead of / docs/ ActivePython. That means I can cut and paste it. Yeah!!! Thanks DC. ___ Z

Re: [Zope] Newbie Question

2000-11-23 Thread Andy McKay
Or even: if this news thing is a file ;-P -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: "Dany Rioux" <[EMAIL PROTECTED]>; "

Re: [Zope] Newbie Question

2000-11-23 Thread Andy McKay
-- Andy McKay, Developer. ActiveState. - Original Message - From: "Dany Rioux" <[EMAIL PROTECTED]> To: "Zope Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 23, 2000 2:20 PM Subject: [Zope] Newbie Question > Hi everyone, > > Si

Re: [Zope] ZCatalog: setting default to AND (not OR).

2000-11-23 Thread Andy McKay
Either a) fiddle with ZCatalog so it does or b) add in an "and" in between search terms before the catalog a crude way could be _.string.join(_.string.split(_.str(query),' '), ' and ' ) And thanks for the holiday wishes but we had Thanksgiving a month ago

Re: [Zope] Simple Yes or No (I think...)

2000-11-23 Thread Andy McKay
Yes. They are all websites.. try looking at http://www.zope.org/Members/Roug/Yihaw -- Andy McKay, Developer. ActiveState. - Original Message - From: "Ben Ocean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 23, 2000 9:04 AM Subject: [

Re: [Zope] ZCatalog: setting default to AND (not OR).

2000-11-22 Thread Andy McKay
add in an and between terms eg: foo and bar -- Andy McKay, Developer. ActiveState. - Original Message - From: "The Doctor What" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 22, 2000 2:36 PM Subject: [Zope] ZCatalog: setting default to

Re: [Zope] random object with properties

2000-11-21 Thread Andy McKay
Duh what am I saying sequence-item... yep you need a let as per Morten. Too many dtml-in's... -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Kevin Worth" <[EMAIL PROT

Re: [Zope] random object with properties

2000-11-21 Thread Andy McKay
You have to actually get the image to display its caption (untested) -- Andy McKay, Developer. ActiveState. - Original Message - From: "Kevin Worth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 21, 2000 11:57 AM Subject: [Zo

Re: [Zope] You are currently working in version No

2000-11-21 Thread Andy McKay
Zope figures out what version you are in by saving a cookie. Close your browser and or delete all cookies and go back to Zope, you should then be out of any version. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Wolfgang Strobl" <[EMAIL PROTECTED]

Re: [Zope] jcNTUserFolder on 2.2.x

2000-11-21 Thread Andy McKay
d in NT... I'm currently looking for a way around this, if not I might be in touch. Cheers. -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

  1   2   3   >