History log of /plugin/siteexport/ (Results 476 – 500 of 535)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
78f4207f22-Feb-2014 Rene <wllywlnt@yahoo.com>

translation update

dd345c8122-Feb-2014 Rene <wllywlnt@yahoo.com>

translation update

20913d2622-Feb-2014 Rene <wllywlnt@yahoo.com>

translation update

7793901e13-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.

a2173ff912-Feb-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix for the array_keys problem.

b26434b012-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 ...

75f5dc1529-Jan-2014 Alain <alain.becker@gmail.com>

Allow for PHP <5.4 compatibility

Avoid function array dereferencing

9490aa3b29-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

e60b04c029-Jan-2014 Alain Becker <alain@alain-becker.com>

translation update

4b73700e28-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Author Information Update

61d1145628-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.

f3359d3128-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.

281ed91928-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

In case of PDF use the real title as filename

b325f6fa27-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Moved siteexportmanager.php to exe to satisfy default apache config for DW

0ac3cbfc27-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

The syntax-key has changed.

fd38536427-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 ...

5321bc2323-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Added Option "mergeheader" to roc syntax

When using “merge” with the toc syntax you can also have the headers
merged in the documents. Headers will not be rearranged, first come
first serve. All sub

Added Option "mergeheader" to roc syntax

When using “merge” with the toc syntax you can also have the headers
merged in the documents. Headers will not be rearranged, first come
first serve. All subheadings will be merged as well.

show more ...

16c5261c16-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 ...

2e56ccba15-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Re-enable old definition of disabled plugins.

65e0d1bf15-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Better and easier way to disable plugins (Plugins are only disabled for CSS and JS)

1d20b53415-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Needs to handle the parameters or arrays will be omitted (disableplugin)

7842d33015-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix for fetching all plugins that relevant to being disabled

d0b1cc0d15-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Clarify something.

cc06213c14-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Encoding #2

8e17842c14-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Background Image for page tools entry

1...<<11121314151617181920>>...22