Re: [Zope3-dev] Re: [Checkins] SVN: z3c.form/trunk/src/z3c/form/ HTML element ids containing dots are not very good, because then the

2007-06-04 Thread Marius Gedminas
On Sun, Jun 03, 2007 at 02:18:47PM -0400, Gary Poster wrote:
> On Jun 3, 2007, at 12:58 PM, Stephan Richter wrote:
> 
> >Log message for revision 76258:
> >  HTML element ids containing dots are not very good, because then the
> >  "element#id" CSS selector does not work 

FYI it works just fine (at least in Firefox) if you escape the dots:

  element#id\.with\.dots

I'm pretty sure it works in MSIE6 as well, but don't quote me on that.

Marius Gedminas
-- 
When I'm not in my right mind, my left mind gets a little crowded.


signature.asc
Description: Digital signature
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Inherit IUnauthorized and IForbidden from IException

2007-06-04 Thread Dmitry Vasiliev

Hello!

I've just found that zope.security.interfaces.IUnathorized and 
IForbidden inherited from Interface instead of IException (as I 
expecting it should be). Is it intentionally or just a bug? In the last 
case I can  easily fix it.


--
Dmitry Vasiliev 
http://hlabs.spb.ru
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] files missing from trunk

2007-06-04 Thread Martijn Pieters

On 6/4/07, Christian Theune <[EMAIL PROTECTED]> wrote:

No, it's still all the same. I just got distracted when working on the
code yesterday while moving (and SVN was very slow so I didn't pay
attention while waiting). I fixed the code yesterday.


$ svn up
$ make
$ bin/zopectl fg
Traceback (most recent call last):
 File "bin/zopectl", line 18, in ?
   from zope.app.appsetup.controller import main
ImportError: No module named appsetup.controller
j$ bin/runzope Traceback (most recent call last):
 File "z3.py", line 64, in ?
   run()
 File "z3.py", line 59, in run
   from zope.app.twisted.main import main
ImportError: No module named twisted.main

--
Martijn Pieters
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com