| #
e00f6071 |
| 11-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
mix pagenames and namespaces when sorting
As discussed in https://github.com/splitbrain/dokuwiki-plugin-dw2pdf/pull/399#issuecomment-624030852
|
| #
20025b90 |
| 05-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
properly sort pagenames by namespace. fixes #308
This ensures pages within the same namespace are put together, with the start page being alwas first.
|
| #
d824d23d |
| 16-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Make default replacement preventable
|
| #
a12c41c3 |
| 16-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add replacement event
Lets other plugins substitute their own placeholders in all parts of the template
|
| #
b80f709f |
| 18-Oct-2019 |
Nicolas <53077781+Nicolas-Git-13@users.noreply.github.com> |
Update action.php to add watermark option
Add option &watermark=<watermark> to url to watermark the pdf.
|
| #
d31b75d5 |
| 19-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove redundant mapping in namespace filter
|
| #
64541781 |
| 17-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Filter namespace: exclude given ids
|
| #
9b2636c8 |
| 20-Mar-2019 |
Diego Belmar <diego@belmar.cc> |
Change Google Infographics API to quickchart.io
The Google Infographics API was deprecated in 2012 and shut down on March 18, 2019. More information at https://developers.google.com/chart/infographi
Change Google Infographics API to quickchart.io
The Google Infographics API was deprecated in 2012 and shut down on March 18, 2019. More information at https://developers.google.com/chart/infographics/
show more ...
|
| #
7c6ca3bc |
| 19-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: adjust to changed style.ini handling (backwards compatible)
With the upcoming Greebo release of DokuWiki, the method css_styleini() is no longer available in the global namespace. Its functiona
fix: adjust to changed style.ini handling (backwards compatible)
With the upcoming Greebo release of DokuWiki, the method css_styleini() is no longer available in the global namespace. Its functionality can be accessed via the new StyleUtils class.
show more ...
|
| #
ab96d816 |
| 10-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: don't include print styles if pdf.less exists
|
| #
9b288b2a |
| 11-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use destructor for deleting one-time cache file
|
| #
d9c13ec7 |
| 11-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
ACTION_ACT_PREPROCESS event ignores returned value
|
| #
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
|
| #
1b20f8c5 |
| 10-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #300 from cosmocode/removeOldRevCache
Export old revisions - no cache
|
| #
5584fc23 |
| 07-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #291 from cosmocode/fixPageSorting
fix: sort numbers after namespace separators with book_order=pagename
|
| #
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.
|
| #
8003b493 |
| 29-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
include all.css after screen.css and add less files
|
| #
b639471f |
| 15-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #297 from LarsGit223/master
Code cleanup: replaced references to $ACT with $event->data on processing event ACTION_ACT_PREPROCESS
|
| #
14a1755e |
| 15-Nov-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #301 from cosmocode/addOutputParameter
Allow overwriting the output configuration option
|
| #
893987a2 |
| 15-Nov-2017 |
Andreas Gohr <gohr@cosmocode.de> |
added two more placeholders
|
| #
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
|