History log of /plugin/dw2pdf/action.php (Results 51 – 75 of 160)
Revision Date Author Comments
# 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.


# c0956f69 18-Oct-2017 Michael Große <grosse@cosmocode.de>

feat: Allow overwriting the output configuration

Currently the export via bookcreator fails if output is set to Browser.
Hence now Bookcreator cann supply outputTarget=file to force the output
as Do

feat: Allow overwriting the output configuration

Currently the export via bookcreator fails if output is set to Browser.
Hence now Bookcreator cann supply outputTarget=file to force the output
as Download.

show more ...


# e53f1ec0 15-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

respect $DATE_AT in html output; proper cache file list generator


# b34cb34e 13-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

report the Mpdf Exceptions as wiki msg


# 4b4cebc2 07-Sep-2017 LarsDW223 <lars_paulsen@web.de>

Replaced more references to '$ACT' in 'collectExportPages'.


# 52738244 07-Sep-2017 LarsDW223 <lars_paulsen@web.de>

Code cleanup: replaced references to '$ACT' with '$event->data' on processing event 'ACTION_ACT_PREPROCESS'.


# eea6fd2c 17-Aug-2017 Michael Große <grosse@cosmocode.de>

fix: sort numbers after namespace separators

When sorting by pagename, then we want the pages in the following order:

page
page:subpage1
page:subpage2
page2
page2:subpage3

Prior to this commit the

fix: sort numbers after namespace separators

When sorting by pagename, then we want the pages in the following order:

page
page:subpage1
page:subpage2
page2
page2:subpage3

Prior to this commit they were sorted:

page
page2
page2:page3
page:page1
page:page2

The cause of this bug was, that the character ':' comes after the numbers in
the ascii-table.

show more ...


# 026b594b 15-Aug-2017 Andreas Gohr <andi@splitbrain.org>

implement the PDF export button for the new menu system

This works with the changes proposed in splitbrain/dokuwiki#1821


# 335efac5 13-Jun-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #272 from katgirl/feature-globaltitle

Make global title


# 03352761 27-Apr-2017 Kirsten Roschanski <kirsten.roschanski@hrz.uni-giessen.de>

Make global


# a7323262 27-Apr-2017 Kirsten Roschanski <kirsten.roschanski@hrz.uni-giessen.de>

Change order to load CSS


# db1aa1bf 27-Apr-2017 Kirsten Roschanski <kirsten.roschanski@hrz.uni-giessen.de>

Change order to load CSS


# bd977188 05-Mar-2017 Gerrit Uitslag <klapinklapin@gmail.com>

Update action.php


# 260742f7 05-Mar-2017 Gerrit Uitslag <klapinklapin@gmail.com>

Merge branch 'master' into patch-1


# 8814f697 05-Mar-2017 Gerrit Uitslag <klapinklapin@gmail.com>

Merge pull request #233 from splitbrain/checking

Check acl, continues export with book_skipforbiddenpages=1 is set


# d83760ef 05-Mar-2017 Gerrit Uitslag <klapinklapin@gmail.com>

add new option to cachekey


# 52896605 05-Mar-2017 Gerrit Uitslag <klapinklapin@gmail.com>

remove debug statements


# 9bcbb4f0 05-Mar-2017 Gerrit Uitslag <klapinklapin@gmail.com>

When debugging always generate new pdf in stead of skipping to the cache


# 4870b378 04-Mar-2017 LarsDW223 <lars_paulsen@web.de>

Implemented config option for setting the font size.


# e5f6c2cb 30-Jan-2017 Michael Große <mic.grosse@posteo.de>

disable php time limit on pdf generation

When creating a large pdf from many pages it's easy to reach the default php execution time limit of 30 seconds. Hence it is disabled during pdf creation.


# c7138b3f 28-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Check acl, continues export with book_skipforbiddenpages=1 is set


# b3eed6e3 17-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Handle request from localstorage version of bookcreator


# 9b071da5 14-Apr-2016 Michael <Chefkeks@users.noreply.github.com>

Update action.php

Tried to change as suggested, but I'm not 100% sure if it's the place you thought of even though it works here on my installation.


# 269f7bbd 14-Apr-2016 Michael <Chefkeks@users.noreply.github.com>

Cover page: Page depended replacements

This pull request allows the page depended replacements on the cover page, so you quickly see (if wanted) the QR code or the last update date of the dokuwiki a

Cover page: Page depended replacements

This pull request allows the page depended replacements on the cover page, so you quickly see (if wanted) the QR code or the last update date of the dokuwiki article.

Would be great if you could consider merging it or come up with a similar solution to get page depended replacements on the cover page.

Thanks in advance
Michael

show more ...


1234567