| a0726238 | 17-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Better checking for untranslated resources |
| 83d0ebf7 | 17-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Minor changes to non-translateable namespaces. |
| 5f9e6101 | 17-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Better handling of aggregate requests.
Allows to add the parameter “siteexport_aggregate” to aggregate with the current export request. |
| 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. |
| 6bbf409a | 29-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Bugfix for oddEven
The export always used odd-even = true. This resulted in the TOC always being on the even side with potential empty pages around it. |
| 0c8dc342 | 25-May-2015 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 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. |
| 017dca23 | 10-Apr-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Bump Version |
| 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. |
| 22a479ae | 16-Feb-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added support for page break in toc
You can add the keyword “pagebreak” to a merge page TOC. This will insert page breaks after each inserted page from the TOC. |
| 6067c02c | 07-Jan-2015 |
Mijndert <mijndert@mijndertstuij.nl> |
translation update |
| eb40ba51 | 13-Dec-2014 |
Nicolas Friedli <nicolas@theologique.ch> |
translation update |
| 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 |
| 67126bd9 | 09-Dec-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version Update. |
| 7fa31378 | 09-Dec-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
array_filter needs the reference, not the function
This is true for older versions of PHP. |