| df72a223 | 20-Dec-2014 |
wkdl <chobkwon@gmail.com> |
translation update |
| 12b0bbd4 | 18-Dec-2014 |
Juergen-aus-Koeln <h-j-schuemmer@web.de> |
translation update |
| 230b098d | 18-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix ToC translations. Fixes #153 |
| 54a73bb3 | 18-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update plugin.info.txt |
| b2e3cf4a | 18-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
check returned value from metadata request Fixes #154 |
| 7c1dd78a | 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix for svg.php in upgrade 5.7.4 |
| 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 |
| dda79623 | 16-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update plugin.info.txt |
| 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 |
| 06f6512e | 15-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update mPDF from 5.7.3 to 5.7.4 |
| 4bb6abee | 15-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix referer |
| acf3824d | 15-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use dokuwiki equivalents of functions |
| dbd8d9a1 | 15-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
group overrideable settings in plugin config |
| f3ac5e14 | 15-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update plugin.info.txt |
| 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. |
| 80a6cf5b | 11-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update plugin.info.txt |
| 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. |
| 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 |