[Zope] Updated Quickstart for Zope 2.3.0

2001-01-27 Thread Jon Franz
I noticed that 2.3 didn't update the quickstart materials, and that the quickstart materials still used the old server-side-include syntax internally and in their examples. To make matters worse, the ZSQL method examples didn't use sqlvar - thus were unsafe. I updated the complete quickstart to

RE: [Zope] ZMysqlDA error, and a workaround

2000-10-09 Thread Jon Franz
Franz Sent: Monday, October 09, 2000 7:07 PM To: '[EMAIL PROTECTED]'; Jon Franz Cc: [EMAIL PROTECTED] Subject: RE: [Zope] ZMysqlDA error, and a workaround Wow, that looks very diffrent from my ZMySQLDA, what version are you running? I just got mine to work, I had to mod the def section in

RE: [Zope] ZMysqlDA error, and a workaround

2000-10-09 Thread Jon Franz
LD_TYPE.SHORT: int, FIELD_TYPE.LONG: int, FIELD_TYPE.FLOAT: float, FIELD_TYPE.DOUBLE: float, FIELD_TYPE.LONGLONG: long, FIELD_TYPE.INT24: int, FIELD_TYPE.DECIMAL: float, FIELD_TYPE.YEAR: int } -steve >>>>> "Jon" =

[Zope] ZMysqlDA error, and a workaround

2000-10-09 Thread Jon Franz
This is additional info for the error mentioned in my last email. If I alter the column definitions to use 'int' as opposed to 'mediumint', then everything works fine! So, its the 'mediumint' type that isnt mapping properly... where would i fix this? _

[Zope] Odd SQL errors- HELP

2000-10-09 Thread Jon Franz
Hello, I have Zope 2.2.2 running with a MySQL database, and everything _was_ working fine until I started to play with the new database structure our dba came up with for tracking our recruiting process... anyway, i have a db named recruit, with a MySQLDA connection object to it that works, but

[Zope] (Correction) Re: Adding a new property over http

2000-09-15 Thread Jon Franz
In the previous email, this line: Should have been: ___ 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-anno

[Zope] Re: Adding a new property over http

2000-09-15 Thread Jon Franz
Heres a snip of DTML that adds a property to the parent if the property doesn't exist. If you create a ZClass with this, it will modify the parent folder when called from within a DTML document, if you do it as a DTML Method, it will modify the parent document. >>> <<< Now, if you

[Zope] ZClass, acquisition, dtml confusion

2000-09-08 Thread Jon Franz
Hello, Previously I made a DTML method that when used within a DTML Document would modify properties on that document. Having this floating around in root made it visible to the whole site, but seemed 'unclean'. So, I attempted to make the DTML method into a ZClass, and making the in

[Zope] ANN: Border Aware Image Update for Zope 2.2.0

2000-07-25 Thread Jon Franz
The Border Aware Image add-on has been updated for Zope 2.2.0 - installation has been heavily updated and is now much easier. see: http://www.zope.org/Members/Coventry/Border_aware_image Also, the alternate syntax patch/add-on has been tested with Zope 2.2.0 now, and no changes were needed.

[Zope] two stupid, non-technical questions.

2000-07-05 Thread Jon Franz
Please excuse these questions, they are not my average question fodder... A) Are there Zope t-shirts available, or downloadable artwork to make your own Zope t-shirts? - this question was actually posed by a co-worker who seems to get his entire wardrobe from copyleft and software companies promo

[Zope] Re: Confera problem

2000-07-03 Thread Jon Franz
this is due to confera using a old, now non-standard package called ts_regex. Goto http://www.zope.org/Members/Coventry/Confera_fix for a fix. >I just downloaded Confera-1.2.0-nonbin.tgz, installed it, and created a >Confera topic instance. I posted a mesage to the topic, and then >posted a re

[Zope] New for download: Image.py that is border-aware

2000-07-03 Thread Jon Franz
The subject says it all... no more type schtuff... http://www.zope.org/Members/Coventry/Border_aware_image Note: this was created, and tested, on Zope 2.1.6 - newer installations, or those with modifications to thier Image.py file in /lib/python/OSF should Not use the new file - they should com

[Zope] Single content tree, 3 'look-n-feel's...

2000-07-02 Thread Jon Franz
Hello, I'm currently preparing to build a large corporate website with Zope. the corporation in question ants a dell-ish sort of interface and content tree in which users will choose on the opening pages what Sort of user they are (home-user, small business, or corporate) - after choosing

RE: [Zope] HTML Editors that recognize DTML (was bastardized formofXML)

2000-06-28 Thread Jon Franz
nt: Wednesday, June 28, 2000 6:12 AM To: Jon Franz Cc: [EMAIL PROTECTED] Subject: Re: [Zope] HTML Editors that recognize DTML (was bastardized formofXML) > Does anyone know of a good (free!) java applet based text editor? Something > with basic color tagging abilities and maybe even (gasp)

RE: [Zope] HTML Editors that recognize DTML (was bastardized form ofXML)

2000-06-23 Thread Jon Franz
d [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 6:14 PM To: Jon Franz Cc: [EMAIL PROTECTED] Subject: RE: [Zope] HTML Editors that recognize DTML (was bastardized form ofXML) Hi Jon, Regarding Ultra-edit32 // and the file 'wordlist.txt' it uses can be // edited easily to // a

[Zope] (no subject)

2000-06-23 Thread Jon Franz
Try Ultraedit32 - its one of the best editors out theres for raw coding and text manipulation. It includes tag coloring and recognition for html, perl, c, vb, asp and other already - and the file 'wordlist.txt' it uses can be edited easily to add new tags or keywords, or to define whole new langua

[Zope] FW: re: SUBSTRING(string, 1, 4) Was: left(string, n) equivalent (newbie q.)newbie q.)

2000-06-19 Thread Jon Franz
opps... I sent this to zope-admin instead of zope the other day... > -Original Message- > From: Jon Franz > Sent: Sunday, June 18, 2000 1:12 AM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: re: SUBSTRING(string,

[Zope] possible security flaw? - and, request for a phone conference.

2000-06-07 Thread Jon Franz
Hello, First off, sorry for the cross-posting of this message to admin and to development. I'm a software developer for a major ISP in the Midwest region of the USA. Recently we began evaluating Zope for use in our web application development, internally and for our clients, and have b