Link:
http://www.zope.org/Members/k_vertigo/ZopeProducts/NewsCenter/index_html
Changes:
ZCatalog Searches
PyXML distro download link updated
Minor fixes.
Caveats:
IF YOU"RE USING ZOPE 2.2.1 - ZCatalog now generates log messages for
attempts to uncatalog items not in the catalog. The update
I support a couple of UNIX platforms, that are DC doesn't provide binary
releases for. So what I would like to do is roll my own binary release
and then send it to my system administrators.
However, trying to do this from the source release is no easy task, so I
would like to know if DC has a
Radim Gelner wrote:
Hello,
few weeks ago, on Zope site I came across a document describing how to
build news section with features like displaying with five most recent
items from a folder, etc.
But now I can't recall, where it was. Can someone point me in a right
direction.
Vincent wrote:
Part 1.1Type: Plain Text (text/plain)
Encoding: 7bit
from your heirarchy ZClass B is contained in zclass A. and you're
looking for contained instances which is easy.
the dtml method in a (assuming a inherits from objectmanager)
ul
dtml-in
Hello,
This is not exactly a Zope question, but I hope that some of you will be
able to help me:
I am using mod_python + ZPublisher + Ztemplate on a apache server and now I
would like to restrict the access of some
pages served by the ZHandler.py.
How to do it??
Do I have to put a rewrite
Hi all
I'm having fun with Tracker (a Zope product) -- certainly it's looking to be
a very useful tool for us.
But I'm having a problem submitting issues. I get this error when trying to
submit an issue:
Error Type: SMTPSenderRefused
Error Value: (555, 'syntax error (#5.5.4)', '[EMAIL
From: William JOYE [EMAIL PROTECTED]
I have some minor problems with SiteAccess 1.0.1 and Zope
2.1.6 + hotfix.
1. When click on the folder that contain SiteRoot, I need
to enter again
login and password. Why ?
Most likely, because you have a Base set in your SiteRoot
that
Hello,
is it possible to make ZCatalog work correctly with words containing
characters other then those given in ISO-8859-1.
Now, it reports "no found" for all such queries even when these words
are present inside the documents on site.
Thank you,
Radim
Hi !
I useobjects from a class which inherits from
CatalogAware.
The objects index themselves into the ZCatalog but
I get strange results when I try to search in this ZCatalog... The problem is
solved after reindexing the object via the reindex_object() method but this
works only for
At 10:09 am +0200 18/8/00, Pierre-Julien Grizel wrote:
** Reply to message from [EMAIL PROTECTED] on Fri, 18 Aug 2000
04:36:34 +0100 (BST)
[Hoping you didn't receive my previous message.]
If you talk about the www.xlogx.org patch, I've made the site available again,
you can find it at
It is also in the Tutorial.
Enjoy,
J
From: Kapil Thangavelu [EMAIL PROTECTED]
Date: Mon, 28 Aug 2000 20:55:34 -0700
To: Radim Gelner [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Zope] Where is news section how-to?
Radim Gelner wrote:
Hello,
few weeks ago, on Zope site I
Is it possible for DTML to create or modify a form value?
I understand that REQUEST.form is a dictionary, but I cannot
seem to add dictionary elements.
I've tried
dtml-call expr="REQUEST.form['test']='value'"
dtml-call expr='REQUEST.form["test"]="value"'
dtml-call
Radim Gelner wrote:
is it possible to make ZCatalog work correctly with words containing
characters other then those given in ISO-8859-1.
With some hacking, maybe :S
Is it just me or is the Catalog and the BTree implementation gettign a
little long in the tooth?
cheers,
Chris
"Spicklemire, Jerry" wrote:
Zope does do some logging, but I don't know much about that.
Maybe someone could answer?
- any advice about migrating an existing site ?
Well Zope produces logs, which are in a standard format apparently.
Also, if you run Zope behind Apache using ProxyPass or
"Nestor A. Diaz L." wrote:
I want to know if there is any utility that let translate a ZClass to a
Product, i'm worry using the frames based interface, so i'm considering to
switch to a Product a utility that let that would be usefull howevere a
HOWTO on doing this would be fine.
Not sure
Yapo Sébastien wrote:
Is there a bug I should be 'awared' to or am I doing something the
wrong way ?
Maybe if you said what the bug was and included a traceback, more people
would be able to help?
Also, posting in HTML means a lot of people can't read what you post...
cheers,
Chris
Chris Withers wrote:
Yapo Sébastien wrote:
Is there a bug I should be 'awared' to or am I doing something the
wrong way ?
Maybe if you said what the bug was and included a traceback, more people
would be able to help?
Also, posting in HTML means a lot of people can't read what you
maybe this will help:
dtml-call "REQUEST.set('lname',REQUEST.form['Last_Name'])"
From: "Brian Withun" [EMAIL PROTECTED]
Date: Tue, 29 Aug 2000 12:02:42 -0400
To: "Zope mailing list" [EMAIL PROTECTED]
Subject: [Zope] REQUEST.form.set ???
Is it possible for DTML to create or modify a
I know nothing about sql so forgive me this idiotic question:-) All I
know so far I had learnt from ZOPE tutorials and HOW-TO's. Here is the
question:
I have a database connection working. I created a couple of tables and
filled them up with stuff. I know how to insert data in to the table,
Squishdot 0.7.0 is now available from
http://www.zope.org/Members/chrisw/Squishdot/
http://www.squishdot.org/Download/Squishdot
The following changes were made:
- Changes to the Demo Sites and Squishdot core to make them Zope 2.2
compatible.
- Updated Cataloging to use the Traversal
On Tue, 29 Aug 2000, Radim Gelner wrote:
is it possible to make ZCatalog work correctly with words containing
characters other then those given in ISO-8859-1.
Yes, I did it very simply.
You have to patch file lib/python/SearchIndex/Splitter.c
very slightly.
Just add line:
#include
Hi...
Anyone know how to send a pgp cryped email in zope? (using dtml-sendmail or
anything else)
and
How to run a SSL server with ZServer?
Thanks...
--
---
Diego Rodrigo Neufert
-webmaster
---
(Magic Web Design)
(email) ([EMAIL PROTECTED])
"Phlip" [EMAIL PROTECTED] wrote in message
news:8oefpc$ve8$[EMAIL PROTECTED]...
Newsgroupies.
I installed ZOPE on Win32, and noticed it came with a bunch of
"Products"; each a kind of "soft driver" written in some language
(typically Python) to drive the ZObject space build Web pages.
Jeff Hoffman writes:
In the index_html method, I have:
RESPONSE.setHeader('Content-Type', 'video/foo')
RESPONSE.setHeader('Content-Length', 1212)
However, when I telnet to my web port and do:
HEAD /path/to/myfile.mpg HTTP/1.0
I get:
Content-Type:
Jean Jordaan writes:
tdinput type="file"
name="file"
dtml-if file value="dtml-var "file"" /dtml-if
/td
Which returns::
ZPublisher.HTTPRequest.FileUpload instance at 131dc48
This is a perfect receipt where you should look for
Tim Hicks writes:
I am trying to figure out how to get hold of the URL (using
absolute_url I presume) of a folder with a property called
"sehs_root_folder" set to "yes".
Have a look at "ZopeFind" (it is the function implementing
Zope's "find" tab).
It is documented in the Object Reference
Philipp Dunkel writes:
I have a Zope Product that makes use of different nested classes.
When I create an instance of this product I always get an
"unauthorized" error when clicking the instance in the management interface
(=accessing instance/manage)
even if I am logged in as a manager
William JOYE writes:
I have some minor problems with SiteAccess 1.0.1 and Zope 2.1.6 + hotfix.
1. When click on the folder that contain SiteRoot, I need to enter again
login and password. Why ?
2. When I delete an object, I have always an script error message. Why ?
We use SiteAccess
Henk Schets writes:
After reading all the info about zope, I am very impressed with the
possibilities it can deliver. However, before I migrate our existing site,
I need to be certain about certain topics :
- how easy and reliably can I manage my virtual hosts (about 8 sites
right
We have done this in our Etailer product...grab the source and take a look...
http://e-tailer.adroit.net/. Basically we just pipe the string to be encrypted
to the gnu pgp program on a linux box. Take a look at
http://www.pgpi.org/products/gnu/gpg/.
terry
Diego Rodrigo Neufert wrote:
Hi...
Hello Zopistas
FSSession 0-4-2 is available at:
http://www.zope.org/Members/gaaros/FSSession
FSSession 0-4-2 corrects a
bug on Windows platforms where os.rename fails if the renamed file already
exists. This version has also been tested under many "unusual" situations
(calling FSSession twice,
Brian Withun writes:
Is it possible for DTML to create or modify a form value?
It is possible to extend any dictionary, especially
"REQUEST.form". You use the dictionary "update" method
as in
dtml-call "REQUEST.form.update({'a':1, 'b':2})"
It will, however, not work as you might
Radim Gelner writes:
is it possible to make ZCatalog work correctly with words containing
characters other then those given in ISO-8859-1.
Now, it reports "no found" for all such queries even when these words
are present inside the documents on site.
I have made a very crude patch to
George writes:
I know how to insert data in to the table,
search and such. I can not find any info on how to embed the data in my
dtml-html code to show it to the world.
Because, you can already search, you do already embed data in
dtml-html to show it to the world.
You just do
Yapo =?ISO-8859-1?Q?S=E9bastien?= writes:
I use objects from a class which inherits from CatalogAware.
The objects index themselves into the ZCatalog but I get strange results =
when I try to search in this ZCatalog... The problem is solved after =
reindexing the object via the
Hello!
I have latest Zope, buitl from source on a RedHat 6.2 machine.
Using FTP Explorer I crashed (killed) my Zope instance while ftping in to
port 8021. This was achieved by not setting FTP Explorer to use PASSIVe
connections. Using Passive it works like a charm.
Is this a bug in latest Zope
I've searched the zope website for tips on how to truly logout users, but I
can't find any information.
I'm using LoginManager, with GenericUserFolder. I see mention of
cookie auth methods, but I have no idea how to use this. So, I'm using
basic auth (I assume).
Can anyone share some tips on
Chris Withers [EMAIL PROTECTED] writes:
"Nestor A. Diaz L." wrote:
I want to know if there is any utility that let translate a ZClass to a
Product, i'm worry using the frames based interface, so i'm considering to
switch to a Product a utility that let that would be usefull howevere a
"Chui Tey" [EMAIL PROTECTED] writes:
[quoting someone]
Then I tried to edit a py file and see the new output. I had to use
this sequence to see my tiny change:
make the change
save the change
Stop the ZOPE service
Start the ZOPE service
Refresh the ZOPE Web
On Tue, 29 Aug 2000, Julian Harris wrote:
PS if I wanted to make a change to the source on my machine, do I have to
compile it? I see these PYC files everywhere but I thought Python was an
interpreted language? How would I make a change if I found that I had to
tweak the code a little?
If
On Tue, 29 Aug 2000, Pavlos Christoforou wrote:
On Mon, 28 Aug 2000, Curtis Maloney wrote:
/dtml-if
This was aparently working fine for quite some time (about a month of
public usage), until last week. We have examined logs, and seen that one
person accidentaly used the system under
On Tue, 29 Aug 2000, Tim Hicks wrote:
I am trying to work my way up through folders, checking whether each
folder has a property named 'site_root_folder'. Logically (in *my*
head anyway), what I have written below is what I want to do, but I'm
not sure that I'm really writing this the write
Zopistas:
Am working on a simple content management system for about 6 sites, and so
far, so good. It's my first medium-sized Zope project and Zope has been
wonderful to work with so far.
However, I've been tasked with the project of creating the simplest
possible interface for some very
On Tue, 29 Aug 2000, Diego Rodrigo Neufert wrote:
Anyone know how to send a pgp cryped email in zope? (using dtml-sendmail or
anything else)
and
How to run a SSL server with ZServer?
Search for M2Crypto on zope.org. It does both.
--RDM
___
From: "Karl Anderson" [EMAIL PROTECTED]
"Chui Tey" [EMAIL PROTECTED] writes:
[quoting someone]
Then I tried to edit a py file and see the new output. I had to use
this sequence to see my tiny change:
make the change
save the change
Stop the ZOPE service
On Tue, 29 Aug 2000, Geoffrey L. Wright wrote:
Aparently the fact that a number of other non-content objects are visible
at the same level of heirarchy in the site is a problem. So my question
is this:
Is there any way to make zope understand something like a UNIX symbolic
link? If so,
Hugo Ramos writes:
Is there a way to use my own self made '+' icon in a tree tag?
I'dd like to use my own icon only IF i want to... and not change the python
source to use my own icon all the time!
The code is partially there, but incomplete and commented out.
If you do not mind other
- Original Message -
From: "Dieter Maurer" [EMAIL PROTECTED]
To: "Tim Hicks" [EMAIL PROTECTED]
Cc: "zope" [EMAIL PROTECTED]
Sent: Tuesday, August 29, 2000 11:10 PM
Subject: Re: [Zope] Nested dtml???
Tim Hicks writes:
I am trying to work my way up through folders, checking whether
- Original Message -
From: "Curtis Maloney" [EMAIL PROTECTED]
To: "Tim Hicks" [EMAIL PROTECTED]; "zope" [EMAIL PROTECTED]
Sent: Wednesday, August 30, 2000 12:24 AM
Subject: Re: [Zope] Nested dtml???
On Tue, 29 Aug 2000, Tim Hicks wrote:
I am trying to work my way up through folders,
hi!
I am a new user. I just download the new version of zope 2.2.0. After i
finish install it on my computer. I ran the "start.bat" in the website
folder but i get the error.
The error is :
" pROBLEM(100) zSERVER COMPUTING DEFAULT HOSTNAME"
Would you please tell me what is the problem with
I've been making some log analysis code on my site, and have realized
that a lot of other analyzers aren't that great -- or, at least, that
it's nice to have the control that editting the actual code can give.
(for instance, I ignore all requests that come from my ISP, since I
don't need to know
Jean Jordaan writes:
I've found the "How-To: Adding ZClass Instances Programmatically",
but now I'm looking for the *Deleting ZClass Instances* one!
I'm trying this as a beginning (hacked from the Zope management
interface)::
dtml-if
Philipp Dunkel writes:
I'd like to use it for my Products, but I don't have the time now to port
everything to the new zope version.
Is it possible to only use the new catalog and which files do I have to
change/update ?
It is possible.
You would use the folder "SearchIndex" from Zope
Hi,
I have a python product which uses a ZCatalog and CatalogAware
products. The catalog has a number of Field and TextIndex indexes.
Search the ZCatalog has worked fine when my product is instantiated in
2.1.6. But now when I instantiate my product in 2.2.0 or 2.2.1,
searching only works when
This is a normal message, please ignore it..
-Original Message-
From: duc huynh [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 29, 2000 1:26 AM
To: [EMAIL PROTECTED]
Subject: [Zope] help
hi!
I am a new user. I just download the new version of zope
2.2.0. After i
Terry Kerr [EMAIL PROTECTED] said:
Hi,
I have a python product which uses a ZCatalog and CatalogAware
products. The catalog has a number of Field and TextIndex indexes.
Search the ZCatalog has worked fine when my product is instantiated in
2.1.6. But now when I instantiate my product
Hi. We have a product (an mp3 jukebox) that uses the ZODB to store a large
data structure of all the albums and track names. Many people are
allowed to add/remove albums from the database. The problem is, when
they do this the entire data structure is backed up for undo. So, by
the end of each
Roman Milner wrote:
Hi. We have a product (an mp3 jukebox) that uses the ZODB to store a large
data structure of all the albums and track names. Many people are
allowed to add/remove albums from the database. The problem is, when
they do this the entire data structure is backed up for
Oo. That's bad. There is no way to selectively make something
persistent but non-historying using FileStorage.
I would suggest possibly using dbmStorage (or its brother
BerkeleyStorage) to store this big data structure, as it does not
perform undo.
You might be successful using these storages
Chris Beaumont wrote:
Part 1.1Type: Plain Text (text/plain)
Hi Kapil, (and fellow Zopatistas)
Well, it's been difficult, but I finally feel as if I'm on the verge
or understanding this a bit better..
Thank you for taking the time to explain this.
I would think, it's a fairly simple thing
Ian Bicking wrote:
I've been making some log analysis code on my site, and have realized
that a lot of other analyzers aren't that great -- or, at least, that
it's nice to have the control that editting the actual code can give.
(for instance, I ignore all requests that come from my ISP,
albert boulanger wrote:
Kapil Thangavelu [EMAIL PROTECTED] wrote:
The PTK has been undergoing radical changes as of late. Its worth taking
another look at as the current design is much more supportive of
alternative workflow designs.
Disclamer: This is my gleaming -- I could
Shane Hathaway wrote:
Bill Anderson wrote:
Any chance at a BTree Folder w/customizer support in the near future? :)
It should be quite easy to do. I vaguely recall Steve A or Steve S
might have done it.
I want to include a BTreeFolder w/ Customizer support in the next
release of
Kapil Thangavelu wrote:
Shane Hathaway wrote:
BTW has anyone done any semi-formal speed tests? It's rumored that a
custom getattr in Python can cause a bit of a slowdown. We could write
a custom getattr in C to solve the problem. But we don't want to do
any premature optimization.
Hello,
This is not exactly a Zope question, but I hope that some of you will be
able to help me:
I am using mod_python + ZPublisher + Ztemplate on a apache server and now I
would like to restrict the access of some
pages served by the ZHandler.py.
How to do it??
Do I have to put a rewrite
Brian, the tranalyser reported a clean (old) data.fs and I
don't use any
python base classes for any of my zclasses - however, in the interests
of my own sanity, I'm pleased to report success with an old recipe - I
started with a fresh Data.fs and cleaned out some cruft from
my Products
'ello, everyone!
I've got a question about permissions of DTMLMethods and DTMLDocuments. It
seems to me that if you've given a role the "View management screens"
permission, any user with that role should be able to view the source code
for Methods and Documents. Is there any concurrence here?
Kapil Thangavelu wrote:
semi-formal test
i ran some basic tests comparing a btree folder against a folder. i'm
not sure about my testing methodology but here are the results. the test
code is at the end of this email.
(snip)
some quick conclusions. the btree folder is slower on
ZPatterns 0-4-1snap1
Zope 2.2.1
To reproduce the error, do this:
Create a Folder with Customizer support
Give it a Customizer
Rename that Customizer
Press the "Customizers" tab in the folder
Zope Error
Error Type: AttributeError
Error Value: __customizerRegistry__
Traceback
Hello!
I've got a site set up using Zope, I'm very pleased with it for the most
part, but I have some complicated threaded discussion pages that use the
tree tag, and they're taking FOREVER to load.
I'm not completely certain which part of the system is taking so long. My
first question is,
how is the status of CLIDAzope ?
will we have it this year?
regards
Kenji
___
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
I'm a little confused - which is not unusual, so please bear with me.
I'm absolutely sure that NONE of the things which were broken in the
original Data.fs had the slightest/faintest connection with any of the
products I expunged. It was removing the cruft alone which fixed the
problem.
Hi!
I had a little problem and just wanted to ask if someone knows an explanation..
The goal:
I want to show a list of newsitems to the user. If an administrator wants
to change it he should be able to log in and see the same list but with edit-
buttons.
The setup is:
/folder/list
On Tue, 29 Aug 2000, Christopher J. Kucera wrote:
I've got a question about permissions of DTMLMethods and DTMLDocuments. It
seems to me that if you've given a role the "View management screens"
permission, any user with that role should be able to view the source code
for Methods and
- Original Message -
From: "Dieter Maurer" [EMAIL PROTECTED]
To: "Hugo Ramos" [EMAIL PROTECTED]
Cc: "ZOPE" [EMAIL PROTECTED]; "EUROZOPE" [EMAIL PROTECTED]
Sent: Tuesday, August 29, 2000 10:22 PM
Subject: Re: [Zope] dtml-tree question
Hugo Ramos writes:
Is there a way to use my own
75 matches
Mail list logo