| db28ddbe | 02-Oct-2016 |
Prof Gra <christophegragnic@gmail.com> |
Fix typo in fr files
*Participe présent* is needed here.
« page correspondante à » -> « correspondant à » |
| 2a9d6d65 | 01-Oct-2016 |
Florian Rathgeber <florian.rathgeber@gmail.com> |
Return valid xml when XML-RPC interface not enabled, #1704 |
| b368386f | 01-Oct-2016 |
Florian Rathgeber <florian.rathgeber@gmail.com> |
Autoload IXR_Error class #1704 |
| 320c434e | 01-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
| 43a19c95 | 30-Sep-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
| 40017f0b | 26-Sep-2016 |
Itamar Shoham <itsho@users.noreply.github.com> |
Update auth.php
added debug prints to better figure out when LDAP has search issues. |
| 636c144d | 21-Sep-2016 |
KeenRivals <KeenRivals@users.noreply.github.com> |
Add height: auto to video element css |
| 33d979e7 | 21-Sep-2016 |
Michael Große <mic.grosse@posteo.de> |
Fix save content modified in COMMON_WIKIPAGE_SAVE
The event COMMON_WIKIPAGE_SAVE offers the opportunity to save the content by modifying $data['newContent']. However saveWikiText still saves the ori
Fix save content modified in COMMON_WIKIPAGE_SAVE
The event COMMON_WIKIPAGE_SAVE offers the opportunity to save the content by modifying $data['newContent']. However saveWikiText still saves the original $text variable instead of the possibly modified $svdta['newContent'].
show more ...
|
| c963bee4 | 20-Sep-2016 |
Misymonds <misymonds@informantum.de> |
Typo
Siehe auch http://www.duden.de/rechtschreibung/wiederherstellen |
| d13b5539 | 19-Sep-2016 |
Steve Glick <sglick@superiorplastic.net> |
Change default image size values |
| 54333642 | 18-Sep-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 65d3a5db | 07-Sep-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix another PHP 7.1 problem |
| abc0de3c | 06-Sep-2016 |
Andreas Gohr <gohr@cosmocode.de> |
importdir in less can be string or array
Fixes an error on PHP 7.1 #1682 |
| 1af2f135 | 06-Sep-2016 |
Andreas Gohr <gohr@cosmocode.de> |
phpseclib is now namespaced |
| 59419fd0 | 06-Sep-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Use composer installed phpseclib
We used to ship only parts of phpseclib in inc/phpseclib which made it a little tricky to update. This replaces the library with a composer installed version, making
Use composer installed phpseclib
We used to ship only parts of phpseclib in inc/phpseclib which made it a little tricky to update. This replaces the library with a composer installed version, making the rest of the library available to plugin authors. It might fix a problem with PHP 7.1 as reported in #1682 (unconfirmed)
show more ...
|
| b6047a1c | 05-Sep-2016 |
Andreas Gohr <andi@splitbrain.org> |
run tests on PHP 7.1 |
| 1cbe3b77 | 30-Aug-2016 |
Joachim David <joa_david@hotmail.com> |
translation update |
| cad89f56 | 30-Aug-2016 |
lisps <lisps@users.noreply.github.com> |
fix test test_deletedimage |
| aaaabded | 30-Aug-2016 |
lisps <lisps@users.noreply.github.com> |
add deleted media test |
| 5f4d97a0 | 29-Aug-2016 |
lisps <lisps@users.noreply.github.com> |
fix calculation of LastRevisionAt
if for example the current media file is deleted, the function would return '' instead of the correct LastRevision. |
| d785a180 | 25-Aug-2016 |
Daniel Slováček <danslo@danslo.cz> |
translation update |
| 7bbbca89 | 23-Aug-2016 |
Sam01 <m.sajad079@gmail.com> |
translation update |
| e8f1a63f | 22-Aug-2016 |
sam01 <m.sajad079@gmail.com> |
translation update |
| 397d62a2 | 20-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
AuthPDO: allow in-SQL pasword checking
This is a feature that was present in the old authmysql plugin. It allows administrators to specify an SQL string that is used for explicit password checking i
AuthPDO: allow in-SQL pasword checking
This is a feature that was present in the old authmysql plugin. It allows administrators to specify an SQL string that is used for explicit password checking instead of letting DokuWiki compare the hashes. This is useful where application implement their own salt/hashing thing.
This comes with a test case for the MyBB forum software. Dump kindly provided by William Kitchen
show more ...
|
| ad4d5631 | 20-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
allow for checking of parameter existence in capabilities
This allows for more fine control over what the abilities are, depending on the parameters used within the configured sql string. |