664058fa | 31-Aug-2017 |
Roland Synnestvedt <git@rsynnest.com> |
Fix for Issue #2079 (change cursor position if media manager is in 'keep open' mode) |
16a367d4 | 29-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
refactor Ajax functions into a class
This doesn't really do much except wrapping the functions into a namespaced class. Autoloading takes care of loading the file. It's now possible to call lib/exe/
refactor Ajax functions into a class
This doesn't really do much except wrapping the functions into a namespaced class. Autoloading takes care of loading the file. It's now possible to call lib/exe/ajax.php multiple times in a test request.
show more ...
|
64c3c5fd | 29-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
1b4e0060 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
d39e9bea | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
b5e63f63 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
9edb4cd5 | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: correctly show conflicts in extension manager |
85d3e2b7 | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: check if key is set to fix PHP Notice
If a key is not set, a PHP Notice is triggered. While these are currently suppressed, this is still a code smell. |
5210ada6 | 16-Aug-2017 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
bbaba717 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
slightly adjusted the icon sizes
This looks a bit better and is closer to the original, even though the sizes are a bit weird now. |
8da75ab6 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
readd significant space
this got lost in a previous update |
55a4f137 | 15-Aug-2017 |
Michael Große <grosse@cosmocode.de> |
fix(config): empty string is valid for numericopt
There was a bug that the empty string was considered to be invalid if also a max or min value was defined for a config field of type numericopt. |
2852cbd2 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not create unecessary references for single use objects |
564ad40a | 14-Aug-2017 |
Oliver Geisen <oliver@rehkopf-geisen.de> |
Removed progressbar from searchform |
8cebbad7 | 10-Aug-2017 |
Nina Zolotova <nina-z@i.ua> |
translation update |
cf35519c | 01-Aug-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Make default encapsulation more readable and less duplicate. |
65cc1598 | 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core |
85319150 | 01-Aug-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add the preview-bool for the cache file. |
6053eb28 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
#2021 broken links to W3C validators also dokuwiki and php are on https |
814e20b8 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
extracted functions added test coverage |
8f34cf3d | 26-Jul-2017 |
Michael Große <grosse@cosmocode.de> |
Fix PHP Notices: Reduce error log noise
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred.
Some of these fixes could b
Fix PHP Notices: Reduce error log noise
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred.
Some of these fixes could be refactored into nicer code once we move to PHP 7 and get access to the `??` operator.
show more ...
|
e4f7f55e | 24-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
allow tests against ajax requests |
c623d753 | 23-Jul-2017 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
daf5250a | 13-Jul-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
8cec8a54 | 05-Jul-2017 |
Andreas Gohr <andi@splitbrain.org> |
clean extension names. fixes #2042
This makes sure the provided extension ID is a valid id before initializing it in the extension manager. |