| 796569eb | 02-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Always use slashes in Siteexporter |
| 569e317a | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix missing RegExp start |
| 93b3a486 | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
If no extension is set, try to set one. |
| ccdae538 | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Find Image and HTML Extensions. Just in Case. |
| 2316a5cf | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Changed algorithm to relativy URLs
This will not be the end of it. |
| 0cd3f1b4 | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Header for SiteExporter Proxy
Allows for certain settings that will not persist. |
| fde5bd1d | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Depth of images in CSS needs to be relative to the CSS |
| 7c726ed8 | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Debug for the Depth. |
| 33aa25ba | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Debug URL when no data is received. |
| 9d84786f | 01-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Current version of Core.
There is still work to be done. But we attempt to fix the issue with not having images exported. A Problem are the endless recursions. |
| bbafe1f0 | 24-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update cache name for JS file when setting a template |
| 5ae1a484 | 21-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Shorten relative URLs to not go back all the way |
| 67f4f6e5 | 12-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Better support for relative URLs
relative URLs, starting with ../ or ./ will now be prefixed with the current page ID where the link is being replaced from. |
| 70ed105d | 07-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add options for Aggregation and default PDF export
When a page with an aggregate selector is exported to PDF without any settings, it will now aggregate all pages within the base namespace of the ag
Add options for Aggregation and default PDF export
When a page with an aggregate selector is exported to PDF without any settings, it will now aggregate all pages within the base namespace of the aggregation tool.
show more ...
|
| 0ed0d3c4 | 30-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Only reject status from 500 onwards
A 404 may also be intended by the system and we would want to change it anyways. |
| 46ccacef | 29-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
PDF Files still have to go through renaming
Otherwise we would have two totally different approaches for File naming. Basically we now have PDF-files with the name reflecting the title and dashes. |
| b88e443e | 29-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Prevent Default or erros will occur. |
| e10453fd | 29-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for Redirect
The status may be below 400 and still we could rewrite it. There is a redirect when a file is not found so simply checking for non 404 does not work correctly. |
| 1d4c5277 | 25-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Unique entries
When the first and last entry are the same we only need one of them. |
| 5472512b | 25-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Two Step - System for Aggregator
The Aggregator needs to prepare the page prior to any output. That is why it hooks before the header send event and prepares the page and metadata. It creates a temp
Two Step - System for Aggregator
The Aggregator needs to prepare the page prior to any output. That is why it hooks before the header send event and prepares the page and metadata. It creates a temporary metadata page and removes it at the end.
show more ...
|
| 6792d0cf | 14-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Upgrade for the Aggregator
Several bugfixes and feature improvements for the Aggregator. When the result contains a single PDF this is now shown in the browser. If the Popupviewer is installed it wi
Upgrade for the Aggregator
Several bugfixes and feature improvements for the Aggregator. When the result contains a single PDF this is now shown in the browser. If the Popupviewer is installed it will use this.
show more ...
|
| fc3c50fb | 07-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Always set the current template |
| 84d65497 | 28-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Only add parameters to final file when set by option |
| 4b7d84d7 | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove getInfo |
| a609ae53 | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Move Variable Cleanup for disableCache and debug into advanced section. Or the generated URLs will not have them. |