| 655ddc1d | 15-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
little reformat of saveWikiText |
| c276e9e8 | 15-Mar-2016 |
Marcel Pennewiss <github@pennewiss.de> |
Invalidate user session cache after profile data was changed |
| 924cc11c | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. Thi
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
show more ...
|
| dab290ef | 11-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
usie a strict comparison === instead |
| 82f5f399 | 11-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use getNS() call instead of dirname() |
| 63cf4192 | 04-Mar-2016 |
sarehag <joakim.sarehag@gmail.com> |
#1477:Search heading still displayed although search disabled |
| 67234204 | 19-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed isset() from blank() function
As discussed in #1471, an uninitialized variable will always be implicitly created when passed to the blank() function. Calling isset() is thus a no-op. A warni
removed isset() from blank() function
As discussed in #1471, an uninitialized variable will always be implicitly created when passed to the blank() function. Calling isset() is thus a no-op. A warning about this behavior has been added to the function comment.
show more ...
|
| b24d9195 | 18-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
refactor page saving and introduce COMMON_WIKIPAGE_SAVE
This makes the saveWikiText() function a little easier to read and moves external edit handling to its own function. Behavior stays the same (
refactor page saving and introduce COMMON_WIKIPAGE_SAVE
This makes the saveWikiText() function a little easier to read and moves external edit handling to its own function. Behavior stays the same (tests are unchanged).
In addition a new event COMMON_WIKIPAGE_SAVE is introduced that makes intercepting and acting on page saves much easier than possible before.
Developers can:
* prevent saves by either preventing the default action or overwriting the contentChanged field in a BEFORE hook * enforce saves even when no content changed by overwriting the contentChanged field in a BEFORE hook * Adjust the saved content by modifying the newContent field in a BEFORE hook * Adjust the stored change log information (summary, type, extras) in an AFTER hook * Easily know if a page was deleted, created or edited by inspecting the changeType field * what ever they want before or after a wiki page is saved
show more ...
|
| 014eefaa | 14-Feb-2016 |
Masoud Sadrnezhaad <masoud@sadrnezhaad.ir> |
translation update |
| e70ecfc9 | 11-Feb-2016 |
Romano <romanocl@outlook.com> |
translation update |
| a38bc7e6 | 03-Feb-2016 |
Masoud Sadrnezhaad <masoud@sadrnezhaad.ir> |
translation update |
| e0b6aade | 29-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
do not accept empty or root $base in search. fixes #1452
You really never want to search the whole filesystem, so something must have gone wrong. Better abort than go on. |
| 9c65e2a9 | 22-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed wrongly closed section edit button
The opening tag of the button was self closing, creating invalid HTML.
See https://forum.dokuwiki.org/thread/13346 for initial report |
| a7982101 | 07-Jan-2016 |
dimsharav <dimsharav@gmail.com> |
translation update |
| 5cacbdb7 | 29-Dec-2015 |
Wesley de Weerd <wesleytiel@gmail.com> |
translation update |
| dd61e06f | 27-Dec-2015 |
Mohmmad Razavi <sepent@gmail.com> |
translation update |
| e8cc54c4 | 24-Dec-2015 |
diafol666 <ben.brynsadler@gmail.com> |
Translation of main php lang file: CY
Just translation of lang array items in inc/lang main php file |
| 9701d3fc | 24-Dec-2015 |
Maksim <nikropol@yandex.ru> |
translation update |
| f8b63143 | 22-Dec-2015 |
diafol666 <ben.brynsadler@gmail.com> |
Translation files
4th translations session - stopwords |
| b5d52cbc | 22-Dec-2015 |
diafol666 <ben.brynsadler@gmail.com> |
Translation files
Third translation session of inc/lang |
| 88977fa7 | 22-Dec-2015 |
Marty Lee <marty@maui-systems.co.uk> |
Pass URL query through SSL proxy |
| 6c877cb5 | 22-Dec-2015 |
diafol666 <ben.brynsadler@gmail.com> |
Translation 2
Second translation |
| cf5038dd | 22-Dec-2015 |
diafol666 <ben.brynsadler@gmail.com> |
Translation |
| 54974451 | 19-Dec-2015 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| 2a3a2fe6 | 17-Dec-2015 |
Alfredo Silva <alfredo.silva@sky.com> |
translation update |