| 4aef6fc8 | 10-Dec-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 236e9da2 | 10-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpDocs renderer |
| cae3b965 | 10-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add revs param to new pagetool button |
| 2d9cd424 | 10-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
replace ACT by event data
fix exit format for bookcreator move preventDefault after change action (show). |
| 36a7917d | 09-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
msg if article not exist |
| 4c493e44 | 09-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
show export button only if enabled and if article exists |
| 79be256f | 07-Dec-2017 |
Michael Große <grosse@cosmocode.de> |
fix: do not backup $ID twice
$ID is already backed up in the new p_wiki_dw2pdf, hence it is no longer necessary to do so in the outer loop. |
| 91a35e79 | 04-Dec-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 57a1b6f9 | 29-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add ToC item in dw2pdf's header() as well
Otherwise plugins that use the ToC don't have the ToC available.
See also #212 |
| 8003b493 | 29-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
include all.css after screen.css and add less files |
| 6078b463 | 24-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2bf2edef | 23-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs |
| 98a938f1 | 23-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Remove removed _MPDF_TTFONTDATAPATH variable, use new tempDir config var |
| 35459d87 | 21-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 020943cf | 21-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix default text alignment in table headers
Fixes #172 |
| 849af82a | 15-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 893987a2 | 15-Nov-2017 |
Andreas Gohr <gohr@cosmocode.de> |
added two more placeholders |
| fed1535f | 12-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5a7b6565 | 12-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix rtl style for old pagetool buttons
Fixes #253 |
| 099a4245 | 02-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f7b24f48 | 19-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
refactor: use 2nd paramater of INPUT->str function |
| f46889d7 | 19-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
refactor: delete dead code
This code is no longer in use since f00df45e96661cc2890b04059edadef10a345a50 |
| 27d48100 | 19-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
fix: delete the temporary file created for old revisions |
| 27195d5b | 19-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
fix: re-enable caching for ns export edge case
If a namespace is exported while viewing an old revision or the wiki in an old version, the current version of the namespace is exported. This is corre
fix: re-enable caching for ns export edge case
If a namespace is exported while viewing an old revision or the wiki in an old version, the current version of the namespace is exported. This is correct, However it makes sense to chache this file or use the cache if it exists and this is now re-enabled after it was disabled in a regression in the last commit.
show more ...
|
| f00df45e | 18-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
fix: don't use cache for pdf of old revisions
Old revisions are rarely viewed twice, so caching them doesn't make much sense. |