History log of /dokuwiki/inc/ (Results 2051 – 2075 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0c4c028130-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

optional class for methods that open a table,row,cell,header, ul,ol

Let plugins add their own classes to builtin tables or lists.

Fixes #1188
Alternative for #1360 (and PR #1515)

cea664bd30-Apr-2016 LarsDW223 <lars_paulsen@web.de>

Added getter function getLastlevel() in Doku_Renderer_xhtml.
This is required for the filelist plugin to fix issue #11 since $lastlevel became protected in "hrun".

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

changed footnote content to div

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

RemoteAPICore improvements and unittests

RemoteAPICore
- visibility methods
- getAttachmentInfo returns modification date of deleted files
- pageVersions returns only current revision (once) if $fir

RemoteAPICore improvements and unittests

RemoteAPICore
- visibility methods
- getAttachmentInfo returns modification date of deleted files
- pageVersions returns only current revision (once) if $first=0.
Adresses issue mentioned at #1550
- added unittests
- updated API number

show more ...

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

phpdocs RemoteAPI

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

RemoteAPI getversions(): if offset argument $first is too large, don't reset to zero

Fixes #714

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

If first=0 give always the current version, also if no older revs available

Fixes #713

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

rewrote js for footnotes to work in xhtml

01e3f2b320-Apr-2016 Michael Große <mic.grosse@posteo.de>

Remove unnecessary linebreaks from new Form

Since Firebug it is no longer necessary to structure html with linebreaks. See also Issue #924

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

fixed wrong namespace length

as pointed out in
https://github.com/splitbrain/dokuwiki/pull/1530/files/b89dfc20f1e13333ce49ce0d6a3a83cc9836094b#r60392099

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.

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.

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

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

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

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

Remove support for .disable in plugin folder

Close #1323

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

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

correctly handle line breaks in textarea #1312

Textareas use CRLF, but internally we use LF.

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

fixed typo from nofollow to noopener

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

vendor prefix plugin namespace

As suggested by @micgro42 the plugin namespace should use a vendor
prefix to avoid name clashes when DokuWiki is integrated with other
software.

1...<<81828384858687888990>>...266