28a6ee9a | 07-Oct-2023 |
Klap-in <Klap-in@users.noreply.github.com> |
Rector and PHPCS fixes |
ac29674e | 07-Oct-2023 |
Marek Adamski <fevbew@wp.pl> |
translation update |
3f600385 | 03-Oct-2023 |
Werewolf <alvar@raamat.polva.ee> |
translation update |
7aaa2051 | 03-Oct-2023 |
Michał <kamykowsky@gmail.com> |
translation update |
42411fe9 | 30-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
strip any trailing dots when resolving IDs
fixes #4072 |
5f21556d | 26-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix undefined array key warning |
9349c09b | 25-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
minor refactor |
adf3f0ad | 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update Recent as well |
71951841 | 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
deprecate parseChangelogLine()
It was already replace in code, replaced in unit test as well. |
4d95c168 | 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
code style |
85160059 | 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
little refactoring |
a835c93a | 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Let ChangeLog set the mode(media/page) for a revision log entry |
8cc30c1c | 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
set media entry to fix Undefined array key
Fix #3958 |
be801c86 | 21-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix Undefined array key "file" and "line"
E_WARNING: Undefined array key "line" /home/gerrit/Sites/dokuwiki/dokuwiki/inc/infoutils.php(525)
In the exception::trace this line is labeled as internal
Fix Undefined array key "file" and "line"
E_WARNING: Undefined array key "line" /home/gerrit/Sites/dokuwiki/dokuwiki/inc/infoutils.php(525)
In the exception::trace this line is labeled as internal function. Of course it is an assumption that all cases without file are internal functions.
show more ...
|
67efd1ed | 20-Sep-2023 |
Pieter Hollants <pieter@hollants.com> |
Fix updateProfile() not checking for removed $changes["pass"]
If the authentication plugin does not support modifying passwords, we unset($changes['pass']) further above, but then the check for $cha
Fix updateProfile() not checking for removed $changes["pass"]
If the authentication plugin does not support modifying passwords, we unset($changes['pass']) further above, but then the check for $changes['pass'] must also handle the case that we did indeed unset it.
show more ...
|
a0e3c231 | 18-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Automatically register composer autoloaders for plugins
The plugin controller will now automatically require vendor/autoload.php for every plugin that has it. |
3d041397 | 21-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
ensure plugin.info.txt data is complete. fixes #4033 |
ff136773 | 14-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
AutoLoader: ignore plugin enabled/disabled during unit tests
This is required currently because the enabled status of a plugin is only set when it's appropriate test runs. However some plugins do se
AutoLoader: ignore plugin enabled/disabled during unit tests
This is required currently because the enabled status of a plugin is only set when it's appropriate test runs. However some plugins do setup mock classes before the test is instantiated which will then fail. So for now we skip the enabled checks alltogether for unit testing.
show more ...
|
4602718b | 14-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Refactor autoloading, fix #4048
This refactors the auto loading stuff into an anonymous class and cleans it up a bit.
It also ensures that plugin classes are not autoloaded when the plugin is disab
Refactor autoloading, fix #4048
This refactors the auto loading stuff into an anonymous class and cleans it up a bit.
It also ensures that plugin classes are not autoloaded when the plugin is disabled. This however only works after the plugin controller has been initialized.
We currently reference some classes of the config plugin in out deprecated.php file resulting in these classes being loaded before the plugin controller. Not a big deal I guess.
show more ...
|
dcdf0141 | 17-Sep-2023 |
Jérémy Just <jeremy@jejust.fr> |
translation update |
cb57f366 | 14-Sep-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Fix a subtle logic error |
94c7e51f | 14-Sep-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Remove unnecessary parentheses |
e421ad39 | 14-Sep-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Conform to new coding style |
4e51f514 | 14-Sep-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Fix long line |
c8d9df7f | 14-Sep-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Logic fix |