History log of /plugin/dw2pdf/action.php (Results 101 – 125 of 160)
Revision Date Author Comments
# 33c15297 10-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add back.html as template page after articles

Fixes https://github.com/Klap-in/dokuwiki-plugin-bookcreator/issues/40
Further a bit refactoring


# 0639157e 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting action.php


# 6e2ec302 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add cover page when provided


# 1e45476b 01-Aug-2014 mnapp <mnapp@arago.de>

Initializing coverpage in load_template


# 33b74859 01-Aug-2014 mnapp <mnapp@arago.de>

whitespace damnit


# ff33f950 01-Aug-2014 mnapp <mnapp@arago.de>

removed whitespace


# fa745990 01-Aug-2014 mnapp <mnapp@arago.de>

Removed unnecessary whitespace


# ed9f9952 31-Jul-2014 mnapp <mnapp@arago.de>

Moved coverpage function up to come in before loop


# d2d9f0e9 31-Jul-2014 mnapp <mnapp@arago.de>

Added cover page rendering

If a file "cover.html" exists in the template directory this page will be rendered as the very first page of the document.


# eeb17e15 22-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

added missing closing tags fro document


# 1e02f86c 21-Jul-2014 Andreas Gohr <andi@splitbrain.org>

move the export button one up

This inserts the button next to last which should be the up-to-top
button


# 2c53f619 21-Jul-2014 Andreas Gohr <andi@splitbrain.org>

removed template whitelist. closes #125

Templates no longer need to be whitelisted to show the export button. When the
event is supported the button is shown. The button can still be disabled
in the

removed template whitelist. closes #125

Templates no longer need to be whitelisted to show the export button. When the
event is supported the button is shown. The button can still be disabled
in the config.

show more ...


# 26be4ece 18-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

bit refactoring


# ad18f4e1 18-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

export pages in a given namespace to pdf

Fixes #59

urlparameters:
- do=export_pdfns
- pdfns_ns=name:space
- pdfns_title=Test+title
optional:
- pdfns_order=date (accepts: natural(default), date or p

export pages in a given namespace to pdf

Fixes #59

urlparameters:
- do=export_pdfns
- pdfns_ns=name:space
- pdfns_title=Test+title
optional:
- pdfns_order=date (accepts: natural(default), date or pagename)
- pdfns_depth=1 (accepts: positive numbers, default 0)

show more ...


# f765508e 17-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add html debug option


# e993da11 17-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

update usage of http_sendfile. Fixes #104


# fc56eef8 08-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

wikilu instead of wikily


# b000d675 08-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

added private template 'wikily' as 'dokuwiki' fork

to the whitelist. Fixes #125


# 6ea88a05 25-Jun-2014 Andreas Gohr <gohr@cosmocode.de>

allow paper size and format setting. fixes #98

This adds two new configs for setting the default papersize and orientation.
Those values can also be overwritten from request parameters.


# 3cc6f95e 07-Jan-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add new files required for export button


# 6be736bf 06-Jan-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Added export button for 'dokuwiki' tpl pagetools, can be disabled in plugin config. Fixes #86


# 28e636ea 19-Dec-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Update css parsing to Binky functions and improve php strictness


# 4e67f3a2 13-Jun-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Merge pull request #18 from samwilson/issue-17

Don't include template styles twice. #17


# a180c973 13-Jun-2013 Klap-in <klapinklapin@gmail.com>

perform the replacements of the citation per rendered page.


# 737417c6 12-Jun-2013 Klap-in <klapinklapin@gmail.com>

Improve handle of bookcreator requests and some minor fixes
Now bookcreater doesn't allow empty title and selection anymore
Fix some missing globals or redundant
Fix for bookcreator: Catch title befo

Improve handle of bookcreator requests and some minor fixes
Now bookcreater doesn't allow empty title and selection anymore
Fix some missing globals or redundant
Fix for bookcreator: Catch title before cache, otherwise the downloaded page got nonsens filename.
NOT FIXED: cached pdf don't depends on given title from Bookcreator. So when it changed, the cache has still the old one.

show more ...


1234567