0e1a7ec2 | 19-Jun-2024 |
merefox retronica <merefox@naver.com> |
translation update |
dafc9892 | 16-May-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
432cfaa6 | 15-May-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
b56152e0 | 13-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
update create-pull-request action to v6 |
5284332a | 11-May-2024 |
uaKalwin <world9online@gmail.com> |
translation update |
f28d9c9e | 08-May-2024 |
Junting Wu <lance20501@gmail.com> |
translation update |
186263b2 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Apply PSR-12 to media_nstree() function |
de301a35 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix display of media manager namespace hierarchy
When the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki, the non-existing namespace is n
Fix display of media manager namespace hierarchy
When the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki, the non-existing namespace is not added to the hierarchy.
This behavior is not consistent with what happens when the namespace's name is lower. In this case, an entry is inserted in the tree at the appropriate location.
Fixed by appending the temporary namespace at the end of the tree if it was not inserted by the search loop.
Fixes #4276
show more ...
|
9988e853 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix Undefined array key warning
E_WARNING: Undefined array key 3 in ./inc/media.php(1700) E_WARNING: Trying to access array offset on value of type null in ./inc/media.php(1700)
This happens when t
Fix Undefined array key warning
E_WARNING: Undefined array key 3 in ./inc/media.php(1700) E_WARNING: Trying to access array offset on value of type null in ./inc/media.php(1700)
This happens when the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki.
Fixes #4276
show more ...
|
c51a3e99 | 01-May-2024 |
Marek Lach <mareklachbc@tutanota.com> |
translation update |
e9b29fc5 | 01-May-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
Update extension.test.php
fix for failing test due to aligned url entry
ref https://github.com/dokuwiki/dokuwiki/issues/4270#issuecomment-2088208289 |
5a4a5e05 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix PHP warning
E_WARNING: Trying to access array offset on value of type bool ./inc/Ui/Recent.php(165) |
5c1c6873 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump $updateVersion to 56 |
34e675a8 | 30-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
align url for lib/plugin members
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url of `plugin.info.txt` to standard prefix - realign spacing as applicable |
6b69197a | 30-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
align url
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url to standard prefix - realign spacing |
31afae8a | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
allow admin components to skip being shown in the admin menu
This is related to #4249. At least the farmer plugin provides a top level admin component and several sub components which are loaded fro
allow admin components to skip being shown in the admin menu
This is related to #4249. At least the farmer plugin provides a top level admin component and several sub components which are loaded from the top component. For this use case it makes sense to be able to hide components from the admin interface. Default remains to show all.
show more ...
|
821c061a | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
move ldap debug statement
See https://forum.dokuwiki.org/d/22179-dokuwiki-and-openldap-login-failing-with-no-srch/4
This was probably the result of a messy merge. |
7460b198 | 15-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
escape environment data in admin interface
Data might contain special chars. |
79f150bd | 15-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Output more version data on the admin screen
Bug reports are often lacking crucial information about the environment the wiki is run on and novice users often do not know how to obtain this data.
T
Output more version data on the admin screen
Bug reports are often lacking crucial information about the environment the wiki is run on and novice users often do not know how to obtain this data.
This patch gathers some environmental information and outputs it next to the DokuWiki version number on the admin screen.
Info included (if obtainable):
* PHP version * Linux Distribution name and version * Operating System and Version (refers to kernel version on linux) * The PHP SAPI (modphp, cgi, fcgi) * If running on kubernetes or docker
show more ...
|
606abce6 | 11-Apr-2024 |
Damien Regad <dregad@mantisbt.org> |
Grammar: removed on, not removed in (date) |
99a3dafa | 10-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
increase API version for new call, remove unused parameter |
fb93418d | 10-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
remove obsolete TODO comment |
c17acf88 | 06-Apr-2024 |
mrgn <mo@pioka.pink> |
translation update |
25df03c8 | 05-Apr-2024 |
Philip Gabrielsen <philip@digno.no> |
translation update |
39a79d26 | 02-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
Update deletedFiles.yml with the current ISO date.
Finally, the list of newly removed entries receives a header "# removed in $(date -I)" with the current ISO date. |