| e81668dd | 28-Dec-2017 |
Torpedo <dgtorpedo@gmail.com> |
translation update |
| 2739341b | 28-Dec-2017 |
lempel <riverlempel@hotmail.com> |
translation update |
| fc55d0b2 | 26-Dec-2017 |
Phy <git@phy25.com> |
remove string argument in assert - DiffEngine |
| d3b71b9d | 26-Dec-2017 |
Phy <git@phy25.com> |
add tests to DifferenceEngine and optimize each removal in it |
| 8cbb9bb8 | 24-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove old class reference
files were deleted by fa2c560da3df273672806893a2f660982c0011f0 |
| 8bc5de1f | 22-Dec-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
add rss_media config values translations |
| f00c58d0 | 22-Dec-2017 |
Jagadish Shri <shrijagadish@gmail.com> |
translation update |
| 912a6d48 | 21-Dec-2017 |
Phy <git@phy25.com> |
fix inconsistent use of rawurlencode |
| 15d771f7 | 20-Dec-2017 |
Phy <git@phy25.com> |
fix xhtml:internallink $params usage, fixes #2188 not perfect, but it works |
| dd5c3e2b | 20-Dec-2017 |
Phy <git@phy25.com> |
remove deprecated each calls in libraries |
| 8f1011e8 | 20-Dec-2017 |
Phy <git@phy25.com> |
remove deprecated each calls in plugins |
| 772f3c51 | 19-Dec-2017 |
DeathCamel57 <DeathCamel57@gmail.com> |
added space, remove .scroll_here class
Per request of @splitbrain |
| 8fa781ae | 19-Dec-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
| d52bcd48 | 19-Dec-2017 |
Roland Synnestvedt <git@rsynnest.com> |
If mediamanger is kept open, put cursor in image tag unless it's already inside an image tag If it's already inside an image tag, move the cursor to the end of the current tag. |
| 1de6f5c9 | 15-Dec-2017 |
F. Mueller-Donath <j.felix@mueller-donath.de> |
translation update |
| 23c61bbe | 15-Dec-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
protect strings that depend on uploaded file name |
| 6dde4a8c | 14-Dec-2017 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| ec91f6e9 | 13-Dec-2017 |
Olivier Humbert <trebmuh@users.noreply.github.com> |
Update French translation |
| 1a308299 | 13-Dec-2017 |
Michael Bohn <mjbohn@gmail.com> |
translation update |
| b56d5a0e | 12-Dec-2017 |
Vitaly <vitaly.balashov@smuzzy.com.ua> |
translation update |
| 034db885 | 11-Dec-2017 |
Michael Große <grosse@cosmocode.de> |
feat: DOKU_UH[N|C] to jsinfo and add deprecation message
I'm not sure that setting the constants in template.php is the best place. However if we set them in doku.php, we have to duplicate it in lib
feat: DOKU_UH[N|C] to jsinfo and add deprecation message
I'm not sure that setting the constants in template.php is the best place. However if we set them in doku.php, we have to duplicate it in lib/exe/mediamanager.php and lib/exe/detail.php, which is not ideal as well.
show more ...
|
| 479b8450 | 11-Dec-2017 |
Michael Große <grosse@cosmocode.de> |
feat: canonically provide $ACT to javascript
It would be helpful if there were a reliable way to determine the current mode in javascript, for example if we only want to execute some javascript in `
feat: canonically provide $ACT to javascript
It would be helpful if there were a reliable way to determine the current mode in javascript, for example if we only want to execute some javascript in `show` or `preview` modes. This writes the final mode to the JSINFO object right before it is written out as header, so we can hopefully capture the actual mode without an plugin changing it later on.
show more ...
|
| cae2ec44 | 11-Dec-2017 |
Oskars Pakers <oskars.pakers@gmail.com> |
translation update |
| 9f184f79 | 10-Dec-2017 |
Andreas Gohr <andi@splitbrain.org> |
make sure guaranteed placeholders are defined. fixes #1792
This adds some simple defaults for the guaranteed placeholders. This ensures plugins can safely use these placeholders even when a template
make sure guaranteed placeholders are defined. fixes #1792
This adds some simple defaults for the guaranteed placeholders. This ensures plugins can safely use these placeholders even when a template did not implement them.
show more ...
|
| e72afc3a | 10-Dec-2017 |
Andreas Gohr <andi@splitbrain.org> |
run tests on 7.2 |