| 7793901e | 13-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Again the array. PHP<5.4 does not know how to pull an element from a function. |
| a2173ff9 | 12-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix for the array_keys problem. |
| b26434b0 | 12-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add MetaHeader event to add template to scripts
Scripts are template dependent as well, but DokuWiki does not provide a way to set a template inside js.php - it has to be done via the INIT_LANG_LOAD
Add MetaHeader event to add template to scripts
Scripts are template dependent as well, but DokuWiki does not provide a way to set a template inside js.php - it has to be done via the INIT_LANG_LOAD event which is after initialization and before anything is being done in js.php.
Within the TPL_METAHEADER_OUTPUT event we need to prepare for this behavior and add the template to all Script/Src elements in the headers.
show more ...
|
| 75f5dc15 | 29-Jan-2014 |
Alain <alain.becker@gmail.com> |
Allow for PHP <5.4 compatibility
Avoid function array dereferencing |
| 9490aa3b | 29-Jan-2014 |
Alain <alain.becker@gmail.com> |
Allow for PHP <5.4 compatibility
Remove function array dereferencing, which is not supported on PHP < 5.4 |
| 61d11456 | 28-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove Authentication Options
The Authentication did not really work. But it is still needed when exporting restricted pages. |
| f3359d31 | 28-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Return only the one file if it is the only PDF
If there is only one PDF in the zip file, un-zip it and send only this one file. |
| 281ed919 | 28-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
In case of PDF use the real title as filename |
| b325f6fa | 27-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Moved siteexportmanager.php to exe to satisfy default apache config for DW |
| fd385364 | 27-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added syntax-plugin to create in-page site export downloader
This will actually print a list of pages, ordered by a META key (needs meta plugin). These pages will then be put into a <toc> element an
Added syntax-plugin to create in-page site export downloader
This will actually print a list of pages, ordered by a META key (needs meta plugin). These pages will then be put into a <toc> element and merged into one big document. In addition: headers of these will be merged. I think that you will be able to specify more options later.
show more ...
|
| 16c5261c | 16-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
The JavaScript does not support template switching via variables, but only via $conf
The only Event that is being fired on js.php is the init_lang_load. This is after the $conf has been set up and b
The JavaScript does not support template switching via variables, but only via $conf
The only Event that is being fired on js.php is the init_lang_load. This is after the $conf has been set up and before the javascript will be loaded. Here we can inject the new template.
Since the js.php does not support any parameters on its own, we have to rely on the referrer - which should most likely always be the dokuwiki. The siteexporter itself adds the template as query parameter when fetching the javascript, so this is mainly for template-switching-testing-purpose.
show more ...
|
| d0b1cc0d | 15-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Clarify something. |
| 95c3174f | 14-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added mode so that anyone may use the site export plugin
Handle with care! This may result in slow web servers. |
| 2270cdc5 | 13-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Init and debug rearranged. You can now set "debug" as custom option |
| f8fd18e7 | 13-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added option to temporarily disable the cache
You can also add the option “disableCache=1” to any of the direct requests to have them executed without the cache. |
| d3cbbad8 | 10-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Exclude mechanism changed a bit |
| cb168401 | 10-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added option to ignore errors while loading a file
E.g. 404 will now be discarded and the export goes on. |
| 0fc5c0e0 | 06-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
The actual Image File has not been fetched |
| 0b4abc9f | 25-Nov-2013 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Generate URL params mit '&' instead of '&'
The HTTPClient seems to have problems with ‘&’ |
| 8da901a0 | 25-Nov-2013 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Better debugging & BugFix for non-AJAX calls |
| 7d101cc1 | 20-Nov-2013 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Initial Commit
Initial commit of site export plugin to GitHub. This version has been modified to be compatible with Weatherwax and support jQuery. This plugin does not work with older versions of Do
Initial Commit
Initial commit of site export plugin to GitHub. This version has been modified to be compatible with Weatherwax and support jQuery. This plugin does not work with older versions of DokuWiki.
show more ...
|