| e28d66f8 | 23-Jan-2020 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 1b008e87 | 14-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 ...
|
| 0d088939 | 14-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 ...
|
| 246d3337 | 29-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. |
| 4352f974 | 22-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 ...
|
| b5f2c105 | 21-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? |
| c083b3ca | 20-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create PluginUtils.test.php |
| 71160959 | 20-Jan-2020 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Languageable CC licenses |
| 2f5645ef | 19-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. |
| 74be1290 | 19-Jan-2020 |
Phy <git@phy25.com> |
polish test_quotes of css_compress
Now the testcase string should be clearer to read |
| c52c9e2b | 19-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> |
| 868bf7c9 | 19-Jan-2020 |
rusly-id <rusly-id@users.noreply.github.com> |
translation update |
| 6527515c | 15-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. |
| b9b08db0 | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
removed unused 'salt' parameter from function definition... |
| 38a4a86e | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Added password change support for argon2i/argon2id, added matching config options and hash_X functions |
| 1f993c33 | 09-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. |
| 96f7b5b5 | 08-Jan-2020 |
Peter Mydliar <peto.mydliar@gmail.com> |
translation update |
| f640692e | 08-Jan-2020 |
Tuomo Hartikainen <tuomo.hartikainen@heksia.fi> |
translation update |
| 903d43fe | 31-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. |
| 6225b270 | 28-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 ...
|
| cc8fc761 | 28-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. |
| e3cafdc2 | 28-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 ...
|
| 3f1a8e5d | 05-Jan-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 66df75b2 | 05-Jan-2020 |
Eric Haberstroh <ehaberstroh@gmail.com> |
translation update |
| 80a9d315 | 30-Dec-2019 |
leimerp <leimerp@users.noreply.github.com> |
allow windows shares for Edge browser |