| d10fa28a | 17-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Introduce ugly hack for mPDF
mPDF uses a lot of preg_replace which does not work on very long CSS files such as DokuWiki might produce. We need to somehow update the cssmgr class - which only works
Introduce ugly hack for mPDF
mPDF uses a lot of preg_replace which does not work on very long CSS files such as DokuWiki might produce. We need to somehow update the cssmgr class - which only works with this hack.
show more ...
|
| 8914cf7e | 17-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove unnecessary stuff |
| bca58ac1 | 17-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
PHP Strict compatible |
| ec3c944c | 16-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Do not reset the namespace. Or all is lost. |
| 119d722d | 16-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove error_reporting
This leads to too many PHP Notices and so on - and is not necessary. It will confuse too much. |
| 42c8e4e8 | 14-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update Version |
| 5999648d | 14-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Wrong Variable used. |
| ed3721f3 | 14-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Not != |
| 212536c4 | 14-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
The new extension must be in valid range and have valid characters. |
| c6d15ed9 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
only remove php and html extension. |
| 0dcb0cbc | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Only set new extension for images |
| 9bd8fc61 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
debug message. |
| ca3f10f5 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Regexp for extension was wrong
It did not check for the whole extension when replacing with server provided extension. In addition it does now add the new extension when there is not extension at al
Regexp for extension was wrong
It did not check for the whole extension when replacing with server provided extension. In addition it does now add the new extension when there is not extension at all.
show more ...
|
| e983d60a | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix variable name. |
| f2bb7bd3 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove plugin info. It is standardized. |
| 07786b2a | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Modify Structure. |
| 79a83fc5 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Use CDN for qunit |
| 6edd5922 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Modify structure |
| 7c9cbdf5 | 11-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Typo |
| 489657d9 | 09-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update plugin.info.txt |
| a0318c58 | 09-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
The export body parameter needs lowercase all over |
| efa13e74 | 07-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update plugin.info.txt |
| ad1667f7 | 04-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Re-Order script for testing. |
| 7784821d | 04-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Make valid again. |
| 3945b5d4 | 04-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove .gitignore on travis |