What is REQUEST ['PARENTS'] [0] inside acl_users.validate () method during
Zope authentication/authorization process ?
Help says it is ancestor of the called object, but it seems that in Zope
2.2.4 it is the actual called object.
Is it going to stay like this in future versions ?
What is
On Thursday 21 December 2000, at 14 h 59, the keyboard of "Ben Ocean"
[EMAIL PROTECTED] wrote:
I have my own server with virtual hosts. I'm going to build a large Web site
on this server with Zope as the base platform. I intend to build more on the
Zope platform, but already have several
What about making a "wazzup" remake but saying WAZZZOPE ?
(just kidding)
P.-J.
dtml-true, dtml-true...
--
If the only tool you have is a hammer,
you tend to see every problem as a nail.
Si le seul outil dont vous disposez est un marteau,
vous avez tendance à voir chaque
From: Jiva DeVoe [mailto:[EMAIL PROTECTED]]
Is it inappropriate to post a job listing looking for Zope
knowledgable coders on this list? I don't see anything in the list
charter about it, but I don't want to be rude. Let me know! Thanks!
It happens from time to time, and I have seen no
Hello,
I have a (regular) folder on root level with ZSQL methods.
I have a transparent folder on root level with a ZMySQLdatabase connection
When i manage any of the ZSQL method, i get that :
Warning: There are no SQL database connections. You need to add a Zope
SQL database connection before
Hi all,
Does anyone have any plans for CPAN like functionality for Zope? I'd
just love to install new products, update products already installed,
get notified when I need a Hotfix etc. The product listing at Zope.org
is getting longer all the time and I am having a hard time keeping up to
Hi Dirksen,
OK.. the problem was that DataSkinAddons:DummyDataSkin doesn't
allow access to attributes of 'self'. Once I switched to a differnt
ZClass (which is a direct subclass of DataSkin) then everything
was fine again.. ) just for Facade instances:
I'm now using
WITH
Hi Dirksen,
For your 'otherwise' case, could you have a single instance
that serves as an 'unknown' object:
WITH Deliverables.getItem(self.id) COMPUTE
originalObject=RESULT or NOT_FOUND
OTHERWISE originalObject=Deliverables.getItem('Unknown')
where it is known that the Deliverables
,
I couldn't let the season go by without passing this along.
Best wishes for a happy holiday season and a joyous and prosperous new year. If you
need to reach me, you can always call my 1 800 number.
Rich Pezzullo
This poem was written by a Marine stationed in Okinawa Japan. The following is
On Friday 22 December 2000, at 10 h 38, the keyboard of Martijn Pieters
[EMAIL PROTECTED] wrote:
There are several ways of telling the SiteAccess rule
not to kick in. See the SiteAccess pages for more info on the URL
modifiers and environment variables that do this.
When I had the problem
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 Python
I think you misunderstood me here
I don't want to find the standard_html_footer itself
I want to find the objects which USE standard_html_footer.
as in dtml-var standard_html_footer
eg. if index_html contains the line above. The find should return index_html
and not
It would be a very good idea. The CPAN is the main strenght
of Perl (if someone cites the Vaults as a Python equivalent,
it means he never used the CPAN).
In the mean time, I've reserved czan.org and .net (for the
community: of course, I will give them back freely when
someone will
Hi More experienced Zope folks,
I am a fairly raw programming intern who have been learning Zope and
Python. Now here's my problem:
I have set up a DTML method in a folder that'll create a DA note
(DigitalAccess Note product) object in that folder. I have tried it locally
and it
OK, some good news:
I was able to locate more tips from : "XML-RPC with ZClasses"
http://www.zope.org/Members/teyc/pipermailXMLRPCWodes/
So I have implemented the one major change:
1. Fix the import error to support "encode string"-by adding
from base64 import encodestring
and I
After installing the zmxodbc package I get the following error when I try
and add a zmxodbc object from the management screen:
Error Type: NameError
Error Value: SQLDataSources
I moved the mx directory from /lib/python/shared to /lib/python.
What else needs to be done?
A previous thread asked
Find searches the html and dtml of an object through the text. If click
"Find", leave "Find objects of type" to "All types" and enter in the box
"with ids:" "standard_html_footer" and click "Find", I will get one result:
standard_html_footer (Standard Html Footer)
Thats my standard_html_footer.
Gaaah! I'm totally miffed/pissed/confused/sad about this.
I have Zope 2.2.4, and if I go to:
http://docwhat.gerf.org:9673/fish (an non-existant object)
I get the HTTPResponse.py _error_html() function as called by
notFoundError().
Now, if I go to:
http://zope.org/fish
I get a nice fully
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 Python
Hi;
I've installed SiteAccess but can't find instructions on how to configure
it! The sparse README file says nothing, there's a link to instructions on
the Zope/Members site, but the link redirects to a page with no
instructions! Can someone please point me, I must be blind! Thanks,
BenO
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: "Ben
Ben Ocean writes:
... SiteAccess documentation ...
There are HowTos on zope.org.
Search for them.
Dieter
___
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
Jason Cunliffe writes:
Is the mac getting left behind or will the new MacOSX in fact bring Python
adn Zope more easily into the fold?
MacOSX is almost Unix.
It should be easy to create Python and Zope on it.
Dieter
___
Zope maillist - [EMAIL
Hi;
One of the add-on programs I want to include (ZMySQLdb) requires I rebuild
Zope from the src-tgz distro. I've tried to do this but get this error:
gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error exit delayed from previous errors
Now, I *was* supposed
OK, with help of my boss we were able to get the xmlrpclib patch to work
with Authentication.
Basically I did as before, with a duplicated, modified version "xmlrpclibx",
and used it:
import xmlrpclibx
t = xmlrpclibx.BasicAuthTransport('myusername','mypassword')
# I have to create the new
Well, if you're going to be pedantic -- then it's only fair to mention
that PPM is of ActiveState's devising, otherwise 'perl -MCPAN -e shell'
does the trick, using Bundle::CPAN.
Sorry... just had to point that out. (c8=
Very true, just covering my own little world there for
Hi
I have just added a new product called ZPostgresUtils:
http://www.zope.org/Members/aeg/ZPostgresUtils
Depending on referential integrities ZPostgresUtils generates a database
diagram.
At this time ZPostgresUtils is a ZClass based product for PostgreSQL 7.0
RDBMS or later.
It works with Zope
Dieter Maurer [EMAIL PROTECTED] wrote:
Is the mac getting left behind or will the new MacOSX in fact bring
Python
adn Zope more easily into the fold?
MacOSX is almost Unix.
It should be easy to create Python and Zope on it.
That's good news, assuming that Mac owners uniformly adopt
Stephane Bortzmeyer wrote:
- do not make *one* mistake in the "root" method code or you will lose access to
your Zope completely (that's the big problem with all-database systems like Zope).
Even FTP access will fail, you will have to retrieve your ZODB from backups!
Umm, even if
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY!
STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN
GET ONE FOR ONLY $11.95 PER MONTH!
DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE
DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO
Can someone please point me, I must be blind!
No you are not blind.
The documentation is sparse. I was just going to post the same question. :)
I got it installed and the Proxy_Pass link shows a little info, but for the
life of me I cant find the object that SiteAccess is supposed to install!
--- Ben Ocean [EMAIL PROTECTED] wrote:
Hi;
One of the add-on programs I want to include
(ZMySQLdb) requires I rebuild
Zope from the src-tgz distro. I've tried to do this
but get this error:
gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error exit
Burwell, Becky [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
I have an SQL database that I want to populate using an external
Python method (because I have file I/O code).
So I have something like this:
DTML Document named import_file which has:
dtml-call parsefile()
33 matches
Mail list logo