fc4ff0c3 | 16-Apr-2014 |
Antonio Bueno <atnbueno@gmail.com> |
translation update |
e408b35c | 12-Apr-2014 |
qinghao <qingxianhao@gmail.com> |
translation update |
afc19b3d | 11-Apr-2014 |
Eloy <ej.perezgomez@gmail.com> |
translation update |
aafe66b6 | 10-Apr-2014 |
Robert Bogenschneider <bogi@uea.org> |
translation update |
f4664c4a | 06-Apr-2014 |
NEOhidra <neohidra@gmail.com> |
Bulgarian language update |
07ee73ee | 05-Apr-2014 |
Jernej Vidmar <jernej.vidmar@vidmarboehm.com> |
translation update |
a4bc205a | 03-Apr-2014 |
Clomode <flashmob@gmail.com> |
fixed unclosed tags in some language translations |
788d553a | 03-Apr-2014 |
Young gon Cha <garmede@gmail.com> |
translation update |
f7f4c3a2 | 24-Mar-2014 |
ggallon <gwenael.gallon@mac.com> |
translation update |
8a288d68 | 21-Mar-2014 |
Marcel Bischoff <moin@marcelbischoff.com> |
Fixed spelling in lang.php
Changed "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet
Also, see leo.org translatio
Fixed spelling in lang.php
Changed "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet
Also, see leo.org translation for "advanced" to german: http://dict.leo.org/ende/index_de.html#/search=advanced&searchLoc=0&resultOrder=basic&multiwordShowSingle=on
show more ...
|
7ff009d9 | 18-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add visibility and PHPDocs to config plugin class |
2549a25a | 18-Mar-2014 |
Christopher Schive <chschive@frisurf.no> |
translation update |
faa51292 | 18-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
added config stuff for disabling RSS |
494cd513 | 17-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
notloggedin removed from nl as well + fix of AD domain string. |
bc2be47d | 17-Mar-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
f934b764 | 17-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
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. |