| 5057e700 | 17-Mar-2014 |
Simon <st103267@stud.uni-stuttgart.de> |
translation update |
| 06e3e0c7 | 14-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use $requireGroups constants in auth classes; comments; code improvements |
| b0fedecc | 13-Mar-2014 |
Janar Leas <janar.leas@eesti.ee> |
translation update |
| 3e8d68b4 | 13-Mar-2014 |
Janar Leas <janar.leas@eesti.ee> |
translation update |
| 792883c4 | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
fix comment errors, sp. & grammar |
| 3fb31737 | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
code styling - add missing braces |
| 2046a654 | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group inform
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information.
This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
show more ...
|
| abaffa74 | 12-Mar-2014 |
Janar Leas <janar.leas@eesti.ee> |
translation update |
| d397e6da | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Restore correct public interface of getUserData() for authldap plugin
The outer/public getUserData() implemented as a wrapper for the previous fn which is now protected. |
| 68321121 | 11-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 3b7b1e52 | 09-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 8a944044 | 08-Mar-2014 |
Janar Leas <janar.leas@eesti.ee> |
translation update |
| 0b1e74a3 | 08-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
avoid HTTP image screenshot urls. closes #595 |
| 6bc2d8e5 | 08-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 59ac7bea | 08-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Extension manager: Fix cache extension to be .repo
The dot was missing i.e. the cache files had no real extension at all. |
| a9617800 | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove reference to reference from comments |
| e26a5837 | 06-Mar-2014 |
Janar Leas <janarleas@gmail.com> |
translation update |
| 99327e8e | 06-Mar-2014 |
Juan De La Cruz <juann.dlc@gmail.com> |
translation update |
| a854a9a8 | 06-Mar-2014 |
Joerg <scooter22@gmx.de> |
translation update |
| 3cd4fc17 | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove '&' from object parameters, PHP5 style not E_ALL |
| d072820d | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
improvements in acl plugin to avoid missing var errors |
| 0e80bb5e | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use empty() where array values might not be set |
| 9a9ddee0 | 05-Mar-2014 |
xiqingongzi <Xiqingongzi@Gmail.com> |
translation update |
| ddf7ce09 | 05-Mar-2014 |
Cupen <Cupenoruler@foxmail.com> |
translation update |
| 2400ddcb | 02-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
correct mis-spelled var name and correct empty password fields test |