| 4b1f810e | 27-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Another correction for PHP reasons. |
| 123fcd51 | 27-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
It is a boolean or an array. |
| ec1dc739 | 27-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add default authentication
This adds default authentication for exports using the export URL. If you try to export pages that would not be authenticated, you can set a user (together with the passwo
Add default authentication
This adds default authentication for exports using the export URL. If you try to export pages that would not be authenticated, you can set a user (together with the password) in the settings. These credentials will the be used for the export of pages that would not be authenticated otherwise.
show more ...
|
| d32fa46e | 05-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Additional Entities Handling |
| bf4927b7 | 05-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Pre-5.4 syntax for array creation |
| 27045e12 | 24-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Don't check the string if you mean the number. |
| 847e7fa5 | 13-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update Version |
| 9c10d86c | 13-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Improve non-200 ignorance. |
| f5fb7cd8 | 13-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Improvements to the TOC file creation. |
| 68901b7b | 13-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Implement custom "enable" function
Otherwise it would also disable all other temporary disabled plugins. The original enable and disable functions directly write to the plugins directory. But we onl
Implement custom "enable" function
Otherwise it would also disable all other temporary disabled plugins. The original enable and disable functions directly write to the plugins directory. But we only want it to be temporary.
show more ...
|
| dfb6ef8f | 13-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Look for "exists" when no TOC was used
Only when using TOC-file in the namespace this will be set. It will result in problems if we do not check properly |
| c7c6980a | 10-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Always enable SiteExport but do not set JS
When exporting you can disable Siteexport too, but it will need itself to do some stuff while exporting.
It does now remove the Toolbar from the JS when i
Always enable SiteExport but do not set JS
When exporting you can disable Siteexport too, but it will need itself to do some stuff while exporting.
It does now remove the Toolbar from the JS when in export Mode. You will never need it for a standalone version.
show more ...
|
| ffdb8c9d | 09-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update version |
| 9daa6326 | 09-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
More Debugging |
| a9052036 | 09-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Modified handling for creating HS files
This will always create at least a “.hs” file without the language extension. |
| b38f2b90 | 08-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Hint, why nothing is done. |
| e2c8d3cc | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Support for ODD/EVEN
Odd/Even needs to be configured. Allows to set different header/footer but will always begin the TOC on and content on the Odd page. |
| 4745d334 | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version update |
| e393d3cc | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Debug Code. |
| 3fa4cc5f | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Wrap PRE for MPDF CSS support
allows to add proper margins, because a pre does not support that in mpdf |
| fff1dd3d | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Debug Code that may help later |
| e7fd0196 | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Clean Up around images |
| 8dead553 | 15-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Allow Odd/Even Header |
| 060c99e1 | 10-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Use dw2pdf internal engine
Added the option to use the dw2pdf export PDF files. Meaning you can use the already created templates for dw2pdf by just selecting the dw2pdf renderer. Siteexports PDF fe
Use dw2pdf internal engine
Added the option to use the dw2pdf export PDF files. Meaning you can use the already created templates for dw2pdf by just selecting the dw2pdf renderer. Siteexports PDF features (like templates) will be disabled.
show more ...
|
| 4d7b8f53 | 10-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Bump Version. |