History log of /plugin/dw2pdf/syntax/exportlink.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 852931da 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

rector and php sniffer cleanups


# 1d0088a0 29-Jul-2023 Gerrit Uitslag <klapinklapin@gmail.com>

cleanup/refactor exportlink


# 27ec7ad0 29-Jul-2023 Gerrit Uitslag <klapinklapin@gmail.com>

use the new page resolver


# cda2996a 09-Jun-2017 Michael Große <grosse@cosmocode.de>

Hide pdf-export-link in pdf

The link to export a page or namespace in a pdf is not helpful in the
pdf itself.


# 743904e5 02-Sep-2015 Phil Hopper <phillip_hopper@wycliffeassociates.org>

Fix title ampersand bug

The phpUnit test was failing. The title value returned was empty because the plugin is
expecting an extra ampersand that the test isn't providing.


# 555ef6f2 25-Jun-2015 Michael Große <grosse@cosmocode.de>

Only remove options from visible output


# 9e0c9f10 25-Jun-2015 Michael Große <grosse@cosmocode.de>

Sort pages by pagename


# 177a7d30 10-Jun-2015 Gerrit Uitslag <klapinklapin@gmail.com>

change export url parameters

pdftitle => book_title
pdfns_title => book_title
pdfns_ns => book_ns
pdfns_order => book_order
pdfns_depth => book_nsdepth
pdfbook_title => book_title

Temporary an fall

change export url parameters

pdftitle => book_title
pdfns_title => book_title
pdfns_ns => book_ns
pdfns_order => book_order
pdfns_depth => book_nsdepth
pdfbook_title => book_title

Temporary an fallback is left for: pdftitle and pdfbook_title
NOT for the pdfns_* parameters

show more ...


# 3c71948f 03-Jun-2015 Michael Große <grosse@cosmocode.de>

Output the link via internallink ()


# e998e2c7 03-Jun-2015 Michael Große <grosse@cosmocode.de>

Add syntax to make export entire namespace easily