| 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 |
| 533772e1 | 10-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
declare more clear, before used as ref |
| 30f6ec4b | 10-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update usage in userlink |
| 63849418 | 10-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added user.png for interwiki links |
| 3b7b1e52 | 09-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 8a944044 | 08-Mar-2014 |
Janar Leas <janar.leas@eesti.ee> |
translation update |
| 71324fa7 | 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. |
| 11942aff | 06-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
adjusted the office type color again |
| 49f299d6 | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
another instance of empty() where an array key might not exist |
| b981d591 | 06-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove placeholder van denied.txt |
| 41cc488c | 06-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
updated file icons once more
adjusted some colors, added a few common extensions for codeblocks |
| d1e9181e | 06-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
removed 'not logged in' text, loginform is shown already |
| 1a043a5b | 06-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Revert "added stripped bit to language file"
This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe.
Conflicts: inc/lang/bn/lang.php inc/lang/fr/lang.php |
| ebb53cb7 | 06-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed index file |
| d66eecaf | 06-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
moved 16x16 icons to their original locations
for backwards compatibility |
| b7a3421a | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use \!empty() rather than error suppression |
| e1ecd6fd | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
resolve notices generated in calls to updateTuple() when $metaidx[$id] doesn't exist |