Re: [Zope] Zope 3 Newbie Persistent Question

2006-10-08 Thread Andreas Jung



--On 8. Oktober 2006 18:30:28 -0500 Perry Smith <[EMAIL PROTECTED]> 
wrote:



I've read through 2/3rds of Web Component Development with Zope 3.  I am
just now starting to create a simple system to hold contact information.

If I start simple with maybe five fields and make it persistent, what
happens when I add fields later on?  Does the Zope database just
magically understand that the old elements do not have all of the fields
(yet).



better ask here:

http://mail.zope.org/mailman/listinfo/zope3-users


-aj

pgpenOcCiF3Fp.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Zope 3 Newbie Persistent Question

2006-10-08 Thread Perry Smith
I've read through 2/3rds of Web Component Development with Zope 3.  I am just now starting to create a simple system to hold contact information.If I start simple with maybe five fields and make it persistent, what happens when I add fields later on?  Does the Zope database just magically understand that the old elements do not have all of the fields (yet).Thanks, Perry SmithEase Software, Inc.[EMAIL PROTECTED]http://www.easesoftware.comSATA Products for IBMs RS/6000, pSeries, and AIX systems ___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZopeEditArea, and how to host subfolders?

2006-10-08 Thread Maciej Wisniowski



Hi

First of all I'd like you to know about my product, ZopeEditArea
(http://www.zope.org/Members/pfurman/ZopeEditArea), which replaces textarea in
ZMI into EditArea (http://cdolivet.net/editarea/) - a javascript source code 
editor.
  

Seems to be nice thing :)


So, do you know how to easy publish whole folder, with javascripts and images,
not using CMF DirectoryView?
  

Mabye you should take a look at Five and directives like:

   


--
Maciej Wisniowski
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ZopeEditArea, and how to host subfolders?

2006-10-08 Thread Piotr Furman
Hi

First of all I'd like you to know about my product, ZopeEditArea
(http://www.zope.org/Members/pfurman/ZopeEditArea), which replaces textarea in
ZMI into EditArea (http://cdolivet.net/editarea/) - a javascript source code 
editor.

But I had some problems during developing that product. I had to host some
javascript files, which were packaged in few subfolders. As I wanted it to work
with pure Zope, I couldn't use Plone portal_skins, or even CMF DirectoryViews. I
have found that there is a 'misc_' dictionary, which is usually used for icon
publishing. So I used misc_ too, but it does not allow to host folders, or at
least I have not found how to do that.

So, do you know how to easy publish whole folder, with javascripts and images,
not using CMF DirectoryView?

regards
Piotr Furman

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )