AUTHORS
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 26 Jan 2009 23:32:10 +0000
changeset 1007 3b66772d21a5
parent 961 36a90d0e9211
child 1022 118896aebfd1
permissions -rw-r--r--
Major refactor of the access module The first step to sanity is a leap into the unknown? Create an object to represent the access checks for each module instead of a bunch of loose functions. Converted all views and params.py to use the new access checker. Main differences: * arguments to a checker can be passed by using a tuple * checkers are referenced by string, rather than directly * the Checker constructor handles merging with child views Patch by: Sverre Rabbelier

# Please sort this file in alphabetical order by last (given) name.
# Please only include one name per line.  If an (optional) email address is
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
# Lines beginning with # can be stripped from the file, as can blank lines.

"Madhusudan.C.S" <madhusudancs@gmail.com>
"Mario Ferraro" <fadinlight@gmail.com>
"Todd Larsen" <tlarsen@google.com>
"Chen Lunpeng" <forever.clp@gmail.com>
"Sverre Rabbelier" <sverre@rabbelier.nl>
"Lennard de Rijk" <ljvderijk@gmail.com>
"Pawel Solyga" <pawel.solyga@gmail.com>