| c65f2532 | 12-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Handle empty translationRoots. |
| 45360772 | 03-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Another take on the mapIDs using the title of a page. |
| 72571f03 | 03-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Generate better mapIds if none given. |
| 13326eab | 28-Apr-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add default language
Setting a default language for the export has only impact for the JavaHelp-Sets. The default Help-Set will reference this specific language. |
| ad37ef9a | 10-Apr-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
More Debug. |
| 5b6dc6f2 | 25-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove optimization
This is not really needed. It only messes with our system. |
| e5fa0596 | 25-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Do not set the language to empty too early
Setting the language to empty too early affected the TOC so that it included too many nodes. |
| 6f66113c | 25-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Typo?!
AFAIK the method has no capital start. |
| 27464f82 | 25-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Normalise
When there is not translation available, we still need to normalise the URL. Otherwise the tree gets messed up. |
| 34b0ea04 | 25-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove stub
This does nothing. |
| d9cefbd9 | 25-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Override current rewriting options
If we do not do this, the export will generate false URLs for the resulting toc. |
| c8022393 | 12-Dec-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add option to ignore errors during export via GUI
Using the export via the GUI will result in not delivering the export result while there are log messages with errors. In rare cases this might sti
Add option to ignore errors during export via GUI
Using the export via the GUI will result in not delivering the export result while there are log messages with errors. In rare cases this might still be the desired case. If so, you can enable the “Do not interrupt export with errors” setting in the global admin settings panel.
show more ...
|
| ae89a66b | 10-Dec-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove not needed variables |
| 1e0bea35 | 10-Dec-2014 |
Gerry Weissbach <gerry.w@gammaproduction.de> |
Updated functionality to provide default authentication |
| 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 ...
|
| f5fb7cd8 | 13-Oct-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Improvements to the TOC file creation. |
| 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 |
| 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. |
| 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. |
| e393d3cc | 30-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Debug Code. |
| 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 |
| ed507305 | 08-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Back to original mpdf class
Using the dw2pdf class resulted in errors in certain cases that had to do with the getImage routine form dw2pdf. |
| 1701f03c | 25-Aug-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Reverse previous encoding
Allows encoded names to be “original” again. |