| da2b416b | 27-Jun-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function protected, thus breaking the authad plugin.
This just makes the function public again, wh
make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function protected, thus breaking the authad plugin.
This just makes the function public again, which should fix the immeadiate problem. A proper fix would need to do #1553 as well
show more ...
|
| 5462edca | 18-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added doku_hasTextBeenModified, rename doku_checkSummary
checkfunc is mainly replaced by doku_hasTextBeenModified, which is put in global scope to allow overriding by plugins. |
| ed8e6fd5 | 16-May-2016 |
Michael Große <mic.grosse@posteo.de> |
Fix xmlrpc constructor for php7
In php7 constructors with the same name as the class are deprecated. __construct() should be used.
Depending on the server-configuration this could result in a war
Fix xmlrpc constructor for php7
In php7 constructors with the same name as the class are deprecated. __construct() should be used.
Depending on the server-configuration this could result in a warning which would break the API.
show more ...
|