History log of /dokuwiki/ (Results 3226 – 3250 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f449b8c920-Apr-2016 Anika Henke <anika@selfthinker.org>

removed references to 'disabled' file in plugins.local.php

30f3bd1520-Apr-2016 Michael Grosse <grosse@cosmocode.de>

Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simp

Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simply do not cache that case.

show more ...

b8eba07c19-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Remove conf setting 'pluginmanager', since old plugin manager is not default anymore.

This `$conf['pluginmanager']` setting was especially for disabling of
pluginmanager in farms. (see also commit c

Remove conf setting 'pluginmanager', since old plugin manager is not default anymore.

This `$conf['pluginmanager']` setting was especially for disabling of
pluginmanager in farms. (see also commit c45608d )

show more ...

1e1b23a019-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Remove disabling by renaming to '<pluginfoldername>.disabled'

remaining folders with .disabled in the foldername are displayed in
extension manager with rename warning.

1f3c3ee319-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

add some spaces before %s in nl lang file

dbed6ed019-Apr-2016 Andreas Gohr <andi@splitbrain.org>

upgraded jQuery to 2.2.3

This drops support for Internet Explorer <9 which we no longer support.

ea702d4f19-Apr-2016 Andreas Gohr <andi@splitbrain.org>

upgraded jQuery to 1.12.3

8a0c870e19-Apr-2016 Andreas Gohr <andi@splitbrain.org>

remove special IE support from textselection scripts #1535

The opera work around is still needed though! O_o

28b1b49a19-Apr-2016 Andreas Gohr <andi@splitbrain.org>

remove IE<=8 innerText/textContent workaround #1535

Standardized node.textContent is available since IE9

55123b4519-Apr-2016 Andreas Gohr <andi@splitbrain.org>

removed comment referencing IE6 #1535

955d458819-Apr-2016 Andreas Gohr <andi@splitbrain.org>

removed support for loading authplugins by old name #1535

5b17fbaa19-Apr-2016 Andreas Gohr <andi@splitbrain.org>

removed deprecated support for render() in non-syntax plugins #1535

6bf5cd2f19-Apr-2016 Andreas Gohr <andi@splitbrain.org>

remove support for loading old auth backend configs #1535

42cbd32219-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Add a protected file to the authplain config cascade

This adds the possibility to define file with protected users in the
config cascade to be used with the plain auth mechanism.

This makes it poss

Add a protected file to the authplain config cascade

This adds the possibility to define file with protected users in the
config cascade to be used with the plain auth mechanism.

This makes it possible for farms to have way to inherit Farmer users in
animals.

show more ...

d0c0a5c419-Apr-2016 Anika Henke <anika@selfthinker.org>

removed implementation of _getcsv() in usermanager

Our minimum PHP version requirement is now over 5.3, so this workaround is
not needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1

aa13c9aa19-Apr-2016 Anika Henke <anika@selfthinker.org>

removed deprecated changelog functions getRevisionInfo() and getRevisions() outside of class

1a6c82de18-Apr-2016 Anika Henke <anika@selfthinker.org>

removed deprecated cliopts


ebc71d9218-Apr-2016 Anika Henke <anika@selfthinker.org>

removed support for deprecated 'default' userstyles

a1eba28018-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Remove support for .disable in plugin folder

Close #1323

e50cfce418-Apr-2016 Anika Henke <anika@selfthinker.org>

removed unused CSS (since 30fd72fb)

06c1c38f18-Apr-2016 Anika Henke <anika@selfthinker.org>

removed CSS support for IE8

1791e29b18-Apr-2016 Anika Henke <anika@selfthinker.org>

removed obsolete vendor prefixes (and fixed broken gradients)

7a96431818-Apr-2016 Andreas Gohr <andi@splitbrain.org>

inline small images into the CSS by default

Since we no longer support old IE 8 and below we can enable data uris
by default now. The picked size here is open for discussion.

A typical HTTP header

inline small images into the CSS by default

Since we no longer support old IE 8 and below we can enable data uris
by default now. The picked size here is open for discussion.

A typical HTTP header for a static image ressource is about 200 to 250
bytes at dokuwiki.org. I picked twice of that as the cutoff for inlining
images.

show more ...

8f70999018-Apr-2016 Anika Henke <anika@selfthinker.org>

removed very old left overs from IE7 (and even IE6) support

b018ecbe18-Apr-2016 Michael Grosse <grosse@cosmocode.de>

Fix caching issue in wikiFN

The function wikiFN effectively takes the $clean flag now into account when
caching filepaths and when returning them from cache.

Fixes #1536

1...<<121122123124125126127128129130>>...431