Re: where is pylons's svn gone?

2008-01-31 Thread bearsprite
thx a lot!! On 1月29日, 下午8时15分, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Mon, Jan 28, 2008 at 11:24:51PM -0800, bearsprite wrote: > > Recently I couln't svn co form [http://pylonshq.com/svn/Pylons/trunk], > > where is it gone? > > Pylons' sources a

where is pylons's svn gone?

2008-01-28 Thread bearsprite
Recently I couln't svn co form [http://pylonshq.com/svn/Pylons/trunk], where is it gone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@goog

Re: custom authkit permission

2007-03-14 Thread bearsprite
Sorry, it seemed that I have a mistake:( On 3月14日, 下午10时46分, James Gardner <[EMAIL PROTECTED]> wrote: > Hi, > > The example you gave should have worked. > > I'm not sure I quite understand the question though. Do you mean that > the exception is raised but that a sign in isn't triggered or that e

custom authkit permission

2007-03-14 Thread bearsprite
I use authkit0.3.0pre5 with pylons0.9.5dev_r1895. In lib/base.py I create a new permission: class UserNotIn(RequestPermission): def __init__(self, users): if isinstance(users, list) or isinstance(users, tuple): users_ = [] for user in users: us

Re: help with Routes...

2006-05-23 Thread bearsprite
you use a static file, so the routes should be: map.connect('css', '/css/mp_v1.css', _static=True) map.connect('img', '/img', _static=True) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss"