History log of /dokuwiki/ (Results 1826 – 1850 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fd9f989120-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove unnecessary comment

36faf69621-Jan-2020 Michael Große <mic.grosse@googlemail.com>

Split out temporary code style excludes

Splitting them out allows for plugins to use _test/phpcs.xml as the
basis for their own linting without having an overly permissive coding
standard.
Also, thi

Split out temporary code style excludes

Splitting them out allows for plugins to use _test/phpcs.xml as the
basis for their own linting without having an overly permissive coding
standard.
Also, this makes it more obvious and painful that these are just
intended as temporary exceptions and should be actually fixed.

The rule `Generic.ControlStructures.InlineControlStructure.NotAllowed`
has its comment adjust to make it clear that this is an intended
deviation from the PSR-2/PSR-12 coding standard.

The rule `PSR1.Classes.ClassDeclaration.MissingNamespace` has to remain
in the DokuWiki coding standard as the plugin base classes can currently
not reasonably be in namespaces.

show more ...

a72f333f19-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix url parameter separator in gui::tabURL()

b0b7d19619-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

revert aliasing FormWriter class

ad4abe1d19-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

lowercase variable name

9fdcc8fc18-Feb-2020 movatica <c0d3@movatica.com>

Respect fmode config setting

Fix hardcoded fmode overriding user config, which breaks with nondefault environments.

3aa7587418-Feb-2020 movatica <c0d3@movatica.com>

Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environ

Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.

show more ...

b49dd29518-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

set action attribute for form tags

bc580cbb18-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

label.block design compatibility

render <br> after <input> tag inside <label class="block"> elements.
to be compatible with Doku_Form::form_textfield(), form_filefield()

1d4a5a7016-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix bundled extension list

cd80a50514-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

bugfix: not work enable/disable plugin buttons

67fb6a5d14-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rewrite code using Form\Form class

86e8f70614-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

coding style

cf83359511-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

PSR-12 coding style

7be7cd3811-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

respect conf['target'] for Docs and Bugs links

fix #2912

f531b2b211-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

better variable name

9329b00202-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change static methods into instance methods

db87936402-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix getPID()

getPID() will be called only when the page exists.

f2e1d0bf02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix set Stopwords property

4a90f94b02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move backlinks() and mediause() into MediaIndex class

653b91a201-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

AbstractIndex class const INDEX_MARK_DELETED

6f58ff6501-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

obsolete fulltext.php and indexer.php files

define deprecated functions in deprecated.php file.
fix load.php, loading fulltext.php and indexer.php is nolonger necessary.

743c9a2831-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rename PagewordIndex to FulltextIndex

5237d40531-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

trigger error when lock/unlock index directory failed

4d04b7bb31-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

histogram() change args order

INdexer::histogram() is only used in indexer_histogram.test.php file.

1...<<71727374757677787980>>...431