| bbafe1f0 | 24-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update cache name for JS file when setting a template |
| f37dfca9 | 21-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Change name of .hs files |
| d54fa314 | 21-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update version |
| 596fd343 | 21-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Give back the name |
| 5a843d1f | 21-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Do not trim Whitespaces |
| 5ae1a484 | 21-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Shorten relative URLs to not go back all the way |
| fb50d241 | 15-May-2014 |
Florian TASSIN <florian.tassin@gmail.com> |
translation update |
| 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 ...
|
| 17c81621 | 07-May-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
check for size or this will always be true (jQuery) |
| 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. |
| 5fe52201 | 30-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add jQuery file downloader |
| 5a5aca6d | 30-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Re-Indent |
| 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. |
| adf295b0 | 29-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Only needs content. |
| 8a705f56 | 28-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
translation update |
| c8ea003a | 25-Apr-2014 |
Gerry Weißbach <gweissbach@inetsoftware.de> |
translation update |
| 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 ...
|
| 5d57e4ff | 24-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
add class wrapper for aggregator |
| 610151cc | 24-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add custom labels
buttonTitle is the text on the submit button, introduction is the text in front of the field. |
| 5f98ac02 | 23-Apr-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
| 77ebe375 | 23-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove logging to console |