| 2409660a | 22-Jun-2016 |
JellyChen <451453325@qq.com> |
translation update |
| 59752844 | 14-Jun-2016 |
Anders Sandblad <runeson@gmail.com> |
Fixed broken links to php.net and redirecting pages to php.net |
| ee6a0dd4 | 12-Jun-2016 |
Michalek <michalek.dev@gmail.com> |
translation update |
| 7d769f75 | 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
warn about classes to be valid |
| 2e0ebe60 | 10-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
allow passing multiple classes as array |
| 97c3189f | 03-Jun-2016 |
Metin Güler <eng.metin@gmail.com> |
fixing for php 5.3 |
| fe101f30 | 03-Jun-2016 |
Metin Güler <eng.metin@gmail.com> |
added rev number to most recent link in old revisions page |
| dbd52c81 | 02-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
minor optimization how cell counts are fixed in tables
array splice operations are expensive. when many cells in a table row are missing, the operation should be executed only once instead for each
minor optimization how cell counts are fixed in tables
array splice operations are expensive. when many cells in a table row are missing, the operation should be executed only once instead for each missing cell.
show more ...
|
| a566f85e | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting |
| 774514c9 | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
translate html and text string for signature
Default only text string exists, via localized translation a wiki admin can add his/her own (html) version. |
| e380abb2 | 26-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Beautify code |
| 9dc53973 | 25-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Keep query params during redirect to headpage
As discussed in Issue #1454 dokuwiki currently "forgets" additional queryparams when redirecting from devel: to devel:start
Example: https://www.dokuwi
Keep query params during redirect to headpage
As discussed in Issue #1454 dokuwiki currently "forgets" additional queryparams when redirecting from devel: to devel:start
Example: https://www.dokuwiki.org/devel:?foo=bar should result in https://www.dokuwiki.org/devel:start?foo=bar but actually results in https://www.dokuwiki.org/devel:start
This commit fixes that behaviour.
Fixes #1454
show more ...
|
| 0b78a6ed | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
take care of file size change of zero |
| cd2a4cfd | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
refactor duplicate sizechange code into its own function |
| 25692208 | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
always separate a number and a unit by a non-breaking space |
| 52bc962f | 15-May-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 88a8d4af | 12-May-2016 |
Wiki Doku <SugarKidder@mailinator.com> |
translation update |
| 922cfa6a | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remote api ackcheck: if user given, but no groups, retrieve groups
with unittests |
| 0906a39b | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDoc Form |
| 7ec97767 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs Form |
| 7abc270f | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix typo |
| af642354 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix resetting select-options attributes |
| 4d28a626 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Escape option-attributes and fix typo |
| 795955b2 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Make select-options in Form more configurable
Now classes and data- attributes can be added to individual options |
| 3457dae1 | 09-May-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |