Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed deprecated old test framework | Tobias Sarnowski | 2012-04-18 |
| | |||
* | Prevent fatal error in test cases when no auth backend is configured | Adrian Lang | 2011-05-25 |
| | |||
* | Fix handling of case in auth_isMember; add and fix test cases | Adrian Lang | 2010-12-21 |
| | |||
* | added auth_isMember() | Andreas Gohr | 2010-12-08 |
| | | | | | | | | | | | | | | This function abstracts checking a given user and her groups against a given member list (as used in the superuser and manager options). It is also used in auth_isManager() and auth_isAdmin(), unlike the previous function, this one skips the nameencode step as it should be unnessary here (all input is given decoded). The test cases where extended by some non-ID user and group names. People with non-plain auth backends should check that their administrator and manager setups still work as expected | ||
* | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3 | Michael Hamann | 2010-11-29 |
| | | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline. | ||
* | Fix auth_ismanager calls in test cases | Adrian Lang | 2010-02-01 |
| | |||
* | Superuser and manager now can be comma separated lists | Guy Brand | 2008-02-27 |
This patch allows $conf['superuser'] and $conf['manager'] to be lists of values instead of only a single value. So one can put: $conf['superuser'] darcs-hash:20080227142515-19e2d-c160914589f71531583e7ddaab1fc6a81996efa1.gz |