History log of /dokuwiki/ (Results 1651 – 1675 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e28d66f823-Jan-2020 Жељко Тодоровић <zeljko_todorovic@mail.com>

translation update

1b008e8714-Jan-2020 Michael Große <mic.grosse@googlemail.com>

Restore some backwards compatibility for injected handlers

Some plugins, for example the move plugin, use their own handler class.
We need to give these plugins time to adjust their code.

This shou

Restore some backwards compatibility for injected handlers

Some plugins, for example the move plugin, use their own handler class.
We need to give these plugins time to adjust their code.

This should restore the functionality of the move plugin. We still need
to extract the handler class itself.

It also adds another debug method for triggering the deprecation event,
since none of the two existing methods are suitable here. This
dbgCustomDeprecationEvent method should be used sparingly and only where
the other two don't work.

Co-authored-by: Phy <git@phy25.com>

show more ...

0d08893914-Jan-2020 Michael Große <mic.grosse@googlemail.com>

Restore backwards compatibility for Doku_Parser

Apparently, #2358 introduced a breaking change to the constructor and
usage of Doku_Parser, which broke some plugins, e.g. the move plugin in
michitux

Restore backwards compatibility for Doku_Parser

Apparently, #2358 introduced a breaking change to the constructor and
usage of Doku_Parser, which broke some plugins, e.g. the move plugin in
michitux/dokuwiki-plugin-move#176

This patch should restore the legacy behavior of this deprecated class.

show more ...

246d333729-Jun-2018 Michael Große <grosse@cosmocode.de>

♻️ Rename flag to better show actual effect

This flag only causes parameters with empty strings to be skipped,
not all empty() values.

4352f97422-Jan-2020 Andreas Gohr <gohr@cosmocode.de>

Better callable support in Event default actions

Instead of parsing the passed callback ourselves, this patch relies on
call_user_func_array() instead to call an Event's default action. This
ensures

Better callable support in Event default actions

Instead of parsing the passed callback ourselves, this patch relies on
call_user_func_array() instead to call an Event's default action. This
ensures all possible ways to define a callback (including static
methods) can be used.

This should fix a problem mentioned in #2943

show more ...

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

Run code style checks on pull requests, too

This should make the code style checks also run on pull requests the
come from forks. Maybe also on old pull requests?

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

create PluginUtils.test.php

7116095920-Jan-2020 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Languageable CC licenses

2f5645ef19-Jan-2020 Phy <git@phy25.com>

add trim, and polish test_quotes of css_compress, again

An edge case that space at the beginning won't get removed.

74be129019-Jan-2020 Phy <git@phy25.com>

polish test_quotes of css_compress

Now the testcase string should be clearer to read

c52c9e2b19-Jan-2020 Henry Pan <git@phy25.com>

Add test_escapedQuotes to css_compress

Thank you @micgro42!

Co-Authored-By: Michael Große <mic.grosse@googlemail.com>

868bf7c919-Jan-2020 rusly-id <rusly-id@users.noreply.github.com>

translation update

6527515c15-Jan-2020 Michael Große <mic.grosse@googlemail.com>

Fix one remaining line being too long for PSR-12

This slipped in with #2957 between the checks on #2945 being run and
that pull request being merged.

b9b08db009-Jan-2020 Christian Marg <marg@rz.tu-clausthal.de>

removed unused 'salt' parameter from function definition...

38a4a86e09-Jan-2020 Christian Marg <marg@rz.tu-clausthal.de>

Added password change support for argon2i/argon2id, added matching config options and hash_X functions

1f993c3309-Jan-2020 Christian Marg <marg@rz.tu-clausthal.de>

Added support for argon2i and argon2id password hashes to PassHash.php using php's own password_verify function.

96f7b5b508-Jan-2020 Peter Mydliar <peto.mydliar@gmail.com>

translation update

f640692e08-Jan-2020 Tuomo Hartikainen <tuomo.hartikainen@heksia.fi>

translation update

903d43fe31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Check code style against PSR12

In 2019 PSR-12 was officially released and PSR-2 deprecated. We should
adapt to that and check our files against that new coding standard.

6225b27028-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Extract dokuwiki\Search\Indexer class

Not sure why Doku_Indexer caused phpcs to complain about the class name
not being in PascalCase, but Doku_Handler didn't. ��

The namespace and new class name w

Extract dokuwiki\Search\Indexer class

Not sure why Doku_Indexer caused phpcs to complain about the class name
not being in PascalCase, but Doku_Handler didn't. ��

The namespace and new class name was selected to be compatible with the
upcoming changes in #2943. This should hpopefully reduce the overall
hassle of touching the same code base.

show more ...

cc8fc76128-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Ignore some more definitions

Some of the files are still having both logic and side-effects for
legacy reasons. We are excluding them for now and might deal with them
later.

e3cafdc228-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Check our code style for every PR

This excludes the currently failing checks with automatic fixes, as they
are out of scope of this commit. The current goal is automatically
reject pull requests tha

Check our code style for every PR

This excludes the currently failing checks with automatic fixes, as they
are out of scope of this commit. The current goal is automatically
reject pull requests that don't me the standards that the rest of our
code base already follows.

show more ...

3f1a8e5d05-Jan-2020 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

66df75b205-Jan-2020 Eric Haberstroh <ehaberstroh@gmail.com>

translation update

80a9d31530-Dec-2019 leimerp <leimerp@users.noreply.github.com>

allow windows shares for Edge browser

1...<<61626364656667686970>>...420