History log of /plugin/dw2pdf/renderer.php (Results 1 – 25 of 28)
Revision Date Author Comments
# 5aaf6fd4 25-Oct-2023 Gerrit Uitslag <klapinklapin@gmail.com>

fix comment


# c4c95814 25-Oct-2023 Klap-in <Klap-in@users.noreply.github.com>

�� Automatic code style fixes


# 852931da 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

rector and php sniffer cleanups


# 2784c58c 28-Feb-2023 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix "Undefined array key" PHP warning with interwiki links

This fixes #474 that was happening when mPDF was attempting to parse interwiki link "img" tags. The "vertical-align" property should use "m

Fix "Undefined array key" PHP warning with interwiki links

This fixes #474 that was happening when mPDF was attempting to parse interwiki link "img" tags. The "vertical-align" property should use "middle" instead of "center", as "center" didn't exist as a value for this CSS property.

show more ...


# 2dc231c0 08-Oct-2022 Gerrit Uitslag <klapinklapin@gmail.com>

Merge pull request #410 from vincowl/numbered_headers

Allow headings numbering


# 21a55743 05-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Fix some PHP 8 warnings

Should fix #459


# ba7b42ad 29-Jun-2022 Gerrit Uitslag <klapinklapin@gmail.com>

add optional parameter to header() in renderer


# 9c76f78d 15-Aug-2020 Vincent GIRARD <vincent@heliosphere.fr>

Allow headings numbering


# db51f599 10-Dec-2017 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting


# bb7717bc 10-Dec-2017 Gerrit Uitslag <klapinklapin@gmail.com>

bookmarklevels may rise by 'only' +1

It seems that bookmarklevels in pdf should only increase by +1
Of course this creates a mismatch between actual levels and
bookmarklevels. This patch flattens th

bookmarklevels may rise by 'only' +1

It seems that bookmarklevels in pdf should only increase by +1
Of course this creates a mismatch between actual levels and
bookmarklevels. This patch flattens the nesting at the original level
were the mismatch started.

Fixes #218

show more ...


# 130c62ee 30-Nov-2017 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting


# 236e9da2 10-Dec-2017 Gerrit Uitslag <klapinklapin@gmail.com>

phpDocs renderer


# 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


# 528811ff 04-Feb-2016 Anael Mobilia <AnaelMobilia@users.noreply.github.com>

Adjust method signatures to match parent


# 9e1a2ac6 04-Feb-2016 Anael Mobilia <AnaelMobilia@users.noreply.github.com>

Adjust method signatures to match parent


# 0a23c2bc 04-Feb-2016 Anael Mobilia <AnaelMobilia@users.noreply.github.com>

Adjust method signatures to match parent


# 02f9a447 15-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add autogenerated ToC - export depend configs

- Note that the ToC provided by mpdf is quite rigide.

===Note===
replace / in header_odd.html by pagenumSuffix = '/' to have only / if
the total pagen

add autogenerated ToC - export depend configs

- Note that the ToC provided by mpdf is quite rigide.

===Note===
replace / in header_odd.html by pagenumSuffix = '/' to have only / if
the total pagenumber is defined for that page. (e.g. in autogenerated
ToC it is not defined)
Not default used because pagenumSuffix can create double // in already
existing non-default templates

show more ...


# 60e59de7 12-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Rewrite urls of included pages to internal links Fixes #16

Referers to a page, will point to the start of the article.


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

move bookmark into headline #132

The invisible bookmark element caused some unremovable margins on all headlines


# 475fd248 16-Jan-2014 Ivan Poliakov <ivpolyakov@gmail.com>

Fixed invalid h0 header tags

Changed the way bookmark tags are created to a more robust method.

The algorithm is no longer dependent on level 1 heading (the previous
one caused problems if the firs

Fixed invalid h0 header tags

Changed the way bookmark tags are created to a more robust method.

The algorithm is no longer dependent on level 1 heading (the previous
one caused problems if the first heading was not a level 2 heading).

show more ...


# 244aaa51 20-Feb-2013 Michael Hamann <michael@content-space.de>

Make local links work

This adds anchors for all headers so local (in-page) links work (mPDF
doesn't seem to use ids as anchors).


# 47b0d67b 16-Feb-2012 Andreas Gohr <gohr@cosmocode.de>

add classes to interwiki icons


# 83bac986 23-Jan-2012 Andreas Gohr <gohr@cosmocode.de>

avoid problems with badly nested headlines


# ccdd3126 11-Jan-2012 Andreas Gohr <gohr@cosmocode.de>

fix email links (PDF dosn't like obfuscation)


# 9eb4c81f 14-Dec-2011 Andreas Gohr <gohr@cosmocode.de>

use interwiki link icons in PDF


12