| #
baa31dc5 |
| 22-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #193 from micgro42/addParallelStartpage
Include the parallel page if no conf[start]
|
| #
b1ba24ed |
| 17-Jun-2015 |
Michael Große <grosse@cosmocode.de> |
Use conf["start"] value for start page
|
| #
9f7deec9 |
| 16-Jun-2015 |
Michael Große <grosse@cosmocode.de> |
Include the parallel page if no conf[start]
If the conf[start] page of a namespace does not exists a page parallel to the namespace with the same name as the namespace may be used as startpage. The
Include the parallel page if no conf[start]
If the conf[start] page of a namespace does not exists a page parallel to the namespace with the same name as the namespace may be used as startpage. The expectetd behaviour is, that this page is in these cases also included in the namespace-wide pdf.
show more ...
|
| #
94bea12a |
| 11-Jun-2015 |
LarsDW223 <lars_paulsen@web.de> |
Synced up with splitbrain/master (https://github.com/splitbrain/dokuwiki-plugin-dw2pdf.git).
|
| #
44e8e8fb |
| 10-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs and improve signatures..
|
| #
a58f45f0 |
| 10-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
move cache preparation to separate function
|
| #
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 ...
|
| #
f706fbc4 |
| 28-May-2015 |
LarsDW223 <lars_paulsen@web.de> |
Deleted comments explaining the adjustments for mpdf6.0: - '$mpdf->useOddEven', former duplicate of mirrorMargins is not longer available since mpdf6.0 - '$this->SetAutoFont(AUTOFONT_ALL);' is not lo
Deleted comments explaining the adjustments for mpdf6.0: - '$mpdf->useOddEven', former duplicate of mirrorMargins is not longer available since mpdf6.0 - '$this->SetAutoFont(AUTOFONT_ALL);' is not longer supported with mpdf6.0 and has been replaced according to example code taken from mpdf/examples/example29_multilingual_autofont.php (the folder 'examples' is not included in the dw2pdf/mpdf sources)
show more ...
|
| #
c00b769a |
| 22-May-2015 |
LarsDW223 <lars_paulsen@web.de> |
Adjustments for mpdf6.0. These are pure adjustments for mpdf6.0, no bugfixes or features of their own.
|
| #
74507a84 |
| 17-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master'
|
| #
dc2ab75c |
| 17-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fixes caching issues with the include plugin
Fixes #165 #105
|
| #
72cadc31 |
| 05-Feb-2015 |
Christian Paul <info@jaller.de> |
quoted link for html validity, fixes #170
|
| #
230b098d |
| 18-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix ToC translations. Fixes #153
|
| #
b2e3cf4a |
| 18-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
check returned value from metadata request Fixes #154
|
| #
719256ad |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cache depends on mediafiles Fixes #28
|
| #
05d2b507 |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
restore url param template to tpl
|
| #
254467c4 |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
per page setting to change landscape/portrait Fixes #19
Reapply proposal of @samwilson
https://github.com/samwilson/dokuwiki-plugin-dw2pdf/commit/0f1a0edc4c4579c9f79067d8a8c73197626fbf33
|
| #
e3d68265 |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add @DATE(<date>[, <format>])@ syntax. Fixes #21
Syntax similar to bureaucracy. Difference: in the bureacracy the % needs to be escaped, here using single % is fine.
Examples: @DATE(<date>)@ format
add @DATE(<date>[, <format>])@ syntax. Fixes #21
Syntax similar to bureaucracy. Difference: in the bureacracy the % needs to be escaped, here using single % is fine.
Examples: @DATE(<date>)@ formats given <date> with config['dformat'] setting @DATE(@DATE@, %Y-%m-%e)@ formats @DATE@ with given format setting.
show more ...
|
| #
d63e7fe7 |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Refactoring in methods of action class
|
| #
213fdb75 |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Doublesided config setting
Enabling doublesided: document start at odd page, and has subsequently pairs of even-odd pages. Disabling doublesided: document has only odd pages. (templates for even pag
Doublesided config setting
Enabling doublesided: document start at odd page, and has subsequently pairs of even-odd pages. Disabling doublesided: document has only odd pages. (templates for even pages are skipped)
- fixes reading boolean url param - protected exportConfig class field
show more ...
|
| #
15923cb9 |
| 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
pdftitle url param for export_pdf Fixes #119
|
| #
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 ...
|
| #
a2c33768 |
| 12-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add wikipages per page to the pdf. Fixes #3
* When debug is enabled, the html is concatenated to one piece and dumped in screen. * debughtml=html will display it as html, otherwise with debughtml=te
Add wikipages per page to the pdf. Fixes #3
* When debug is enabled, the html is concatenated to one piece and dumped in screen. * debughtml=html will display it as html, otherwise with debughtml=text it is shown as plain text
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.
|
| #
c00eb13b |
| 11-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Set correct global page id. Fixes #97
$INFO['id'] and $INFO['namespace'] are not updated to rendered page, because plugins should use $ID. Also p_wiki_xhtml() assumes that.
|