Re: check_permissions and required_permission

2005-09-12 Thread Adrian Holovaty
On 9/12/05, Mongo <[EMAIL PROTECTED]> wrote: > core/formfields.py's Manipulator has: > > required_permission = '' > > and a check_permissions that uses required_permission > > Of course, I can't find any code that uses either check_ or > required_permission in the django codebase. > > Is this

check_permissions and required_permission

2005-09-12 Thread Mongo
core/formfields.py's Manipulator has: required_permission = '' and a check_permissions that uses required_permission Of course, I can't find any code that uses either check_ or required_permission in the django codebase. Is this supported? Who is supposed to call check_permissions on each mani

Re: i18n -- DRAFT

2005-09-12 Thread Nebojša Đorđević - nesh
On 12-09-2005, at 9:49, Lalo Martins wrote: - We have a component called "translation service", which loads the message catalogs and indexes them in memory. My i18n implementation currently load translations when a request is created (using LocaleMiddleware) and store translation obje

Re: i18n -- DRAFT

2005-09-12 Thread Lalo Martins
I'm one of the people who put i18n into Plone (and incidentally, I also worked on Rosetta). The company where I'm working now is switching to Django. So you can count on me to help with this i18n thing :-) So, the way we do it in Plone (since someone asked on the wiki), is more or less like thi