[Zope-Checkins] SVN: Zope/trunk/lib/python/reStructuredText/ added more tests to document the behavior before the

2006-03-13 Thread Andreas Jung
Log message for revision 65937: added more tests to document the behavior before the next docutils upgrade Changed: U Zope/trunk/lib/python/reStructuredText/__init__.py U Zope/trunk/lib/python/reStructuredText/tests/testReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py some more tests to document the conversion behavior before

2006-03-13 Thread Andreas Jung
Log message for revision 65938: some more tests to document the conversion behavior before the next docutils migration Changed: U Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py fixed the name of the permission (there is no roundup product involved here)

2006-03-13 Thread Andreas Jung
Log message for revision 65939: fixed the name of the permission (there is no roundup product involved here) Changed: U Zope/trunk/lib/python/Products/ZReST/ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/ZReST.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py 'stylesheet' is now by default empty...docutils 0.4

2006-03-13 Thread Andreas Jung
Log message for revision 65941: 'stylesheet' is now by default empty...docutils 0.4 will raise an exception for the current 'default.css' which is not available by default Changed: U Zope/trunk/lib/python/Products/ZReST/ZReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/reStructuredText/__init__.py changed default value for 'stylesheet' from 'default.css' to None

2006-03-13 Thread Andreas Jung
Log message for revision 65942: changed default value for 'stylesheet' from 'default.css' to None to avoid trouble with docutils 0.4.0 (trying to read the file from the filesystem) Changed: U Zope/trunk/lib/python/reStructuredText/__init__.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Docutils 0.4.0

2006-03-13 Thread Andreas Jung
Log message for revision 65952: Docutils 0.4.0 Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2006-03-13 14:35:23 UTC (rev 65951) +++

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py the default value of the 'stylesheet' property is now ''

2006-03-13 Thread Andreas Jung
Log message for revision 65955: the default value of the 'stylesheet' property is now '' to avoid trouble with Docutils 0.4.0 trying load this non-existing file Changed: U Zope/trunk/lib/python/Products/ZReST/ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/ZReST.py

[Zope-dev] Re: characters allowed in object IDs

2006-03-13 Thread yuppie
Dieter Maurer wrote: yuppie wrote at 2006-3-10 20:20 +0100: ... To support WebDAV as widely as possible, I would prefer to get rid of all id restrictions. I do not like to see new restrictions emerging... You just don't like it or do you know a better alternative? We need a way to make sure

[Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread yuppie
Philipp von Weitershausen wrote: yuppie wrote: In Zope 3 the NameChooser makes sure you can't use content IDs starting with '+' or '@'. Zope 2 doesn't allow '+' in content IDs (actually the error message says the ID contains characters illegal in URLs), but you can use content IDs like

[Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread yuppie
Hi! Philipp von Weitershausen wrote: Chris McDonough wrote: and should be fixed in Zope 2.8, 2.9 and trunk. We'd be changing Zope 2's behaviour (not fixing a Five bug), I would therefore vote for making this change on the Zope 2 trunk only. I'd be apt to not further restrict the set of

Re: [Zope-dev] [svn.zope.org] How to change the From: address for checkin notifications

2006-03-13 Thread Jens Vagelpohl
On 13 Mar 2006, at 15:15, Andreas Jung wrote: Due to some changes in my email configuration I would like to use another email address for checkin notifications email other than the current one. Is there a way to configure this on my own or do I have to beg before the svn admistrator? The

Re: [Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread Chris McDonough
I doubt this will break a significant amount of code. The restriction was removed 5 months ago and AFAICS it was removed to allow email addresses as IDs. That use case will not be broken if we disallow again IDs starting with '@'. It seems that you can reasonably easily apply the @

Re: [Zope-dev] [svn.zope.org] How to change the From: address for checkin notifications

2006-03-13 Thread Jim Fulton
Andreas Jung wrote: Due to some changes in my email configuration I would like to use another email address for checkin notifications email other than the current one. Is there a way to configure this on my own or do I have to beg before the svn admistrator? Just update your email address on

[Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread yuppie
Hi Chris! Chris McDonough wrote: I doubt this will break a significant amount of code. The restriction was removed 5 months ago and AFAICS it was removed to allow email addresses as IDs. That use case will not be broken if we disallow again IDs starting with '@'. It seems that you can

Re: [Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread Chris McDonough
On Mar 13, 2006, at 1:22 PM, Chris McDonough wrote: On Mar 13, 2006, at 1:06 PM, yuppie wrote: I'm not concerned about my own app code. I know the problem and how to fix it. And I'm not concerned about people like you who monkeypatch that code. You know that monkeypatching is always on

[Zope-dev] Re: characters allowed in object IDs

2006-03-13 Thread Dieter Maurer
yuppie wrote at 2006-3-13 10:07 +0100: ... In order to support WebDAV as widely as possible, I have removed almost all id restrictions quite some time ago. I hope that this will happen in the official Zope as well. The current state of affairs is not really justified. To reach that goal more

Re: [Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread Dieter Maurer
yuppie wrote at 2006-3-13 10:09 +0100: ... I don't understand that differentiation. Five is part of Zope 2, so each Five issue is also a Zope 2 issue. But you can fix this issue either in Five or in ObjectManager. You propose a change in ObjectManager which affects not Five use of Zope2. --

Re: [Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread Dieter Maurer
Chris McDonough wrote at 2006-3-13 10:21 -0500: ... silly id restrictions ... Here's my current monkeypatch to Zope to unrestrict a good number of characters: def patch_objectmanager_badid(): Causes Zope to be less restrictive in the set of characters it accepts as valid within

[Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread Chris McDonough
On Mar 13, 2006, at 1:06 PM, yuppie wrote: I'm not concerned about my own app code. I know the problem and how to fix it. And I'm not concerned about people like you who monkeypatch that code. You know that monkeypatching is always on your own risk and you know how to modify your monkey

[Zope-dev] PDBDebugMode 0.1 Release

2006-03-13 Thread Ross Patterson
http://www.zope.org/Members/rossp/PDBDebugMode PDBDebugMode - PDB post-mortem debugging on exceptions when debug-mode=on If a relevant error log object is found, exceptions included in the error log's ignored exception types will be ignored and the debugger won't be invoked. It also enables the

[Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread yuppie
Hi Paul! Paul Winkler wrote: On Mon, Mar 13, 2006 at 07:06:28PM +0100, yuppie wrote: I'm concerned about the people we encourage to use Five technology. Views are a major feature of Five. Should we warn people not to use views? Or instruct them how to patch Zope 2 to protect views against

[Zope-dev] running unit tests for Zope 2.8

2006-03-13 Thread Geoff Davis
Hi -- I have a fix for http://www.zope.org/Collectors/Zope/2037 and would like to write a unit test for it. However, I don't seem to be able to run the existing unit tests for SiteAccess with zopectl test. I created a new instance, then in my instance run bin/zopectl test

[Zope-dev] Re: running unit tests for Zope 2.8

2006-03-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoff Davis wrote: Hi -- I have a fix for http://www.zope.org/Collectors/Zope/2037 and would like to write a unit test for it. However, I don't seem to be able to run the existing unit tests for SiteAccess with zopectl test. I created a new

Re: [Zope-dev] Re: names starting with '@' are not reserved

2006-03-13 Thread Philipp von Weitershausen
Dieter Maurer wrote: Chris McDonough wrote at 2006-3-13 10:21 -0500: ... silly id restrictions ... Here's my current monkeypatch to Zope to unrestrict a good number of characters: def patch_objectmanager_badid(): Causes Zope to be less restrictive in the set of characters it

[Zope-dev] Re: running unit tests for Zope 2.8

2006-03-13 Thread Balazs Ree
Hi Geoff, On Mon, 13 Mar 2006 18:04:14 -0500, Geoff Davis wrote: bin/zopectl test --dir=/opt/Zope-2.8/lib/python/Products/SiteAccess/tests/ which yields the following: Running tests via: /usr/local/bin/python /opt/Zope-2.8/bin/test.py -v --config-file /home/zope/zopefix/etc/zope.conf

Re: [Zope] plone, open folder in menu by default

2006-03-13 Thread Andreas Jung
--On 13. März 2006 10:36:27 +0100 Olivier Wambacq [EMAIL PROTECTED] wrote: hello, I have different usergroups in my plone site, for example: if a user with group partners logs in, he gets a menu, with the standard items, and then the folder Partners Area, this is a folder with all the

[Zope] plone, open folder in menu by default

2006-03-13 Thread Olivier Wambacq
hello, I have different usergroups in my plone site, for example: if a user with group partners logs in, he gets a menu, with the standard items, and then the folder Partners Area, this is a folder with all the items specific for users in this group, not visible for other users. but in plone

[Zope] Using folder name in macro

2006-03-13 Thread John Poltorak
How do I use a folder name in a macro? ie I want to change this metal:macro metal:use-macro=context/abc.pt/macros/page which is in the folder 'abc' to metal:macro metal:use-macro=context/[folder_name].pt/macros/page I don't know where to look this sort of thing up. -- John

Re: [Zope] Using folder name in macro

2006-03-13 Thread Andreas Jung
--On 13. März 2006 10:21:15 + John Poltorak [EMAIL PROTECTED] wrote: How do I use a folder name in a macro? ie I want to change this metal:macro metal:use-macro=context/abc.pt/macros/page which is in the folder 'abc' to metal:macro

Re: [Zope] Using folder name in macro

2006-03-13 Thread John Poltorak
On Mon, Mar 13, 2006 at 11:27:19AM +0100, Andreas Jung wrote: --On 13. März 2006 10:21:15 + John Poltorak [EMAIL PROTECTED] wrote: How do I use a folder name in a macro? ie I want to change this metal:macro metal:use-macro=context/abc.pt/macros/page which is in the

Re: [Zope] Using folder name in macro

2006-03-13 Thread Philip Kilner
Hi John, John Poltorak wrote: How do I use a folder name in a macro? ie I want to change this metal:macro metal:use-macro=context/abc.pt/macros/page This is a path expression with a file (abc.pt) and path (context/, signifying the context of the call)... which is in the folder 'abc'

[Zope] Problems with .po files

2006-03-13 Thread Sergio Gomez
Hi, I am working in a Plone website, developing under windows, but publishing under linux. My problem is that the .po files containing my own translations work under windows, but they don't under linux, and I do not know if it is something that I am not doing correctly. Thanks, Sergio

[Zope] Re: Problems with .po files

2006-03-13 Thread Max M
Sergio Gomez wrote: Hi, I am working in a Plone website, developing under windows, but publishing under linux. My problem is that the .po files containing my own translations work under windows, but they don't under linux, and I do not know if it is something that I am not doing correctly. It

[Zope] Newbie zope installation error (AttributeError: manage_addDTMLMethod)

2006-03-13 Thread JulianRead
Hi i am trying to install zope 2.8.6. on fedora core 3 however i am getting the following error when i try to run zope [EMAIL PROTECTED] /]# /home/default/inst1.isolve-unix.co.uk/user/zope/bin/runzope Traceback (most recent call last): File /usr/local/zope/lib/python/Zope2/Startup/run.py, line

Re: [Zope] Newbie zope installation error (AttributeError: manage_addDTMLMethod)

2006-03-13 Thread Lennart Regebro
How did you install it? On 3/13/06, JulianRead [EMAIL PROTECTED] wrote: Hi i am trying to install zope 2.8.6. on fedora core 3 however i am getting the following error when i try to run zope [EMAIL PROTECTED] /]# /home/default/inst1.isolve-unix.co.uk/user/zope/bin/runzope Traceback (most

Re: [Zope] Newbie zope installation error (AttributeError: manage_addDTMLMethod

2006-03-13 Thread JulianRead
I have reinstalled the zope instance and this has solved the error thanks -- View this message in context: http://www.nabble.com/Newbie-zope-installation-error-%28AttributeError%3A-manage_addDTMLMethod%29-t1272576.html#a3379584 Sent from the Zope - General forum at Nabble.com.

[Zope] Data.fs.lock permssions error

2006-03-13 Thread JulianRead
Hi i have just installed zope 2.8.6 on fedora core 3 I have created a zope instance however when i go to run this instane i get the following error IOError: [Errno 13] Permission denied: '/home/default/inst1.isolve-unix.co.uk/user/zope/var/Data.fs.lock' When i go into this folder the var

Re: [Zope] Data.fs.lock permssions error

2006-03-13 Thread Andrew Milton
+---[ JulianRead ]-- | | Hi i have just installed zope 2.8.6 on fedora core 3 | | I have created a zope instance however when i go to run this instane i get | the following error | | IOError: [Errno 13] Permission denied: |

Re: [Zope] Data.fs.lock permssions error

2006-03-13 Thread Andreas Jung
--On 13. März 2006 07:34:52 -0800 JulianRead [EMAIL PROTECTED] wrote: Hi i have just installed zope 2.8.6 on fedora core 3 I have created a zope instance however when i go to run this instane i get the following error IOError: [Errno 13] Permission denied:

Re: [Zope] Data.fs.lock permssions error

2006-03-13 Thread JulianRead
Thanks changing the permissions on the folder solved the problem -- View this message in context: http://www.nabble.com/Data.fs.lock-permssions-error-t1273102.html#a3380103 Sent from the Zope - General forum at Nabble.com. ___ Zope maillist -

Re: [Zope] Newbie zope installation error (AttributeError: manage_addDTMLMethod

2006-03-13 Thread JulianRead
i downloaded xope2.8.6 and did ./.configure --prefix=/usr/local/zope make make install -- View this message in context: http://www.nabble.com/Newbie-zope-installation-error-%28AttributeError%3A-manage_addDTMLMethod%29-t1272576.html#a3380357 Sent from the Zope - General forum at Nabble.com.

[Zope] (Virtual Host, Apache, Proxy, SSL) Proxy

2006-03-13 Thread Katja Süss
Hi Do I have a misconfigured Apache or do I have a problem with the virtual host monster? [Mon Mar 13 17:22:51 2006] [error] [client 127.0.0.1] client denied by server configuration: proxy:http://localhost:8580/VirtualHostBase/http/secure-aportal.ch:80/0securesite/VirtualHostRoot/ # # Use

Re: [Zope] (Virtual Host, Apache, Proxy, SSL) Proxy

2006-03-13 Thread Katja Süss
The error was caused by calling http://secure-aportal.ch 'hosts' got an entry for this 127.0.0.1secure-aportal.ch Hi Do I have a misconfigured Apache or do I have a problem with the virtual host monster? [Mon Mar 13 17:22:51 2006] [error] [client 127.0.0.1] client denied by server

Re: [Zope] Re: Ape

2006-03-13 Thread Chris Kratz
On Saturday 11 March 2006 11:16 am, Shane Hathaway wrote: Dennis Allison wrote: I am looking to map a portion of the local file system into Zope. One way to do this is to use LocalFS, another is to use Ape. I am sure there are onter approaches as well. We are using Zop 2.9.X. Will Ape

[Zope] Error: gaierror: (-2, 'Name or service not known')

2006-03-13 Thread Martin Koekenberg
Hello, I get the following error: gaierror: (-2, 'Name or service not known') This happens with some objects in Zope, not all. Does anybody know what this means ? Zope : 2.8.5 OS: CentOS 4.2 Python: 2.3.4 Here are the details: Time 2006/03/13

Re: [Zope] METAL macros

2006-03-13 Thread John Poltorak
On Mon, Mar 13, 2006 at 07:37:38AM +0100, Andreas Jung wrote: --On 12. März 2006 18:00:27 -0800 David [EMAIL PROTECTED] wrote: John Poltorak wrote: I'm having difficulty figuring out how to make METAL macros reusable. Hi John, This is about as simple as it gets (sorry if i

[Zope] AttributeError on SESSION

2006-03-13 Thread Jeff Gentry
Okay ... I figure I've probably managed to really hose up my Zope instance somehow but I can't figure out what it would be. Whenever I'm trying to access the SESSION data, I get an AttributeError on SESSION. This used to work for me and on another Zope instance I have it does indeed work. I

Re: [Zope] Zope Managed Server

2006-03-13 Thread michael nt milne
Servelocity at http://www.servelocity.net/are also very good. You can rent your own dedicated server and install what you want on it. Excellent support and service. On 3/12/06, Allen Schmidt [EMAIL PROTECTED] wrote: +1 for Zettai. Have had great success with them.If you need a place to stick a

Re: [Zope] AttributeError on SESSION

2006-03-13 Thread Dennis Allison
Are cookies enabled? If not, should be. what does request look like dtml-var REQUEST Is SESSION presnt? On Mon, 13 Mar 2006, Jeff Gentry wrote: Okay ... I figure I've probably managed to really hose up my Zope instance somehow but I can't figure out what it would be. Whenever

Re: [Zope] AttributeError on SESSION

2006-03-13 Thread Jeff Gentry
Are cookies enabled? If not, should be. Yes. I should also note that I've tried this on two different machines (connecting to both instances). what does request look like dtml-var REQUEST Is SESSION presnt? Well, on the good Zope instance the first few lines of REQUEST look pretty

[Zope] management of project

2006-03-13 Thread gus
Hello One questions Is there a program in zope for management project!!! Thanks gustavo ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] management of project

2006-03-13 Thread Jean Jordaan
Hi gus Is there a program in zope for management project!!! Here's a basic one: http://plone.org/products/upfrontproject/ -- Jean Jordaan http://www.upfrontsystems.co.za ___ Zope maillist - Zope@zope.org

[Zope-DB] DCOracle2 on AIX5.2 -- issues

2006-03-13 Thread mfmorss
I have Python 2.4.2 installed on AIX 5.2. With some trouble, I have been able to compile and install dco2.so. The main problem was that the header files desired by setup.py were not found in oracle_home, but elsewhere in my Oracle installation -- they appear to be part of Oracle 8, not Oracle 9,