| 5ce5976f | 13-May-2025 |
Pablo <tuthotep@gmail.com> |
translation update |
| 7e448cf3 | 21-Apr-2025 |
Impeck <impeck@ya.ru> |
translation update |
| 589a4f07 | 14-Apr-2025 |
Thalles Lázaro <dokuwiki@thall.es> |
translation update |
| e206a495 | 10-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
supress warnings in opcache_reset() fixes #4375
If opcache is enabled, but access to it's API is restricted a warning is shown when we call opcache_reset(). Since we don't know if it's restricted, w
supress warnings in opcache_reset() fixes #4375
If opcache is enabled, but access to it's API is restricted a warning is shown when we call opcache_reset(). Since we don't know if it's restricted, we have to supress the warning
show more ...
|
| cb5063c3 | 18-Jan-2025 |
Jeann <wjeann@gmail.com> |
translation update |
| 916194c7 | 15-Jan-2025 |
Fekete Ádám Zsolt <fadam@egbcsoport.hu> |
translation update |
| db5401d7 | 14-Jan-2025 |
Володимир <heneral@gmail.com> |
translation update |
| dbc152da | 08-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: add missing security token |
| d8242cb1 | 07-Jan-2025 |
Anika Rachow <rachowanika@gmail.com> |
translation update |
| 7baee0f8 | 22-Dec-2024 |
Peter Dave Hello <hsu@peterdavehello.org> |
translation update |
| 811d6efa | 18-Dec-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| e0d957b0 | 17-Dec-2024 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| f17690f7 | 17-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: set a larger timeout
When loading large plugins, like the dw2pdf plugin, a timout of 25 seconds may not be enough on slow connections. This increases the limit to 5 second short o
Extension Manager: set a larger timeout
When loading large plugins, like the dw2pdf plugin, a timout of 25 seconds may not be enough on slow connections. This increases the limit to 5 second short of 4 minutes.
On CLI this should not be an issue at all, on web SAPIs we need to increase the execution time first, only if that succeeds (might be disabled on some hosts) the limit is increased.
This replaces PR #4377
show more ...
|
| 01b2a282 | 17-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
initialize remote data in one go
Previously each extension was fetched separately from the API, this fetches all installed ones in one go, speeding up the first open on cold cache significantly. |
| dc192200 | 17-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: style improvements
* use SVG for popularity, a bit more muted color style * different error icon * colors for message icons * lazy load screenshots |
| d2d4b908 | 10-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: use characters for messages
As pointed out in https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505 using Unicode Symbols for message status might not be ideal. T
Extension Manager: use characters for messages
As pointed out in https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505 using Unicode Symbols for message status might not be ideal. This patch uses upper case letters instead and SVGs in the GUI manager.
show more ...
|
| 8392b8bb | 09-Dec-2024 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| bc72c22f | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: style fixes |
| ea9e07cf | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: adjust test
Since we now protect the currently used template, the test needs to be adjusted. |
| cf461f20 | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: adjust notice strings
Because notices are shown on command line as well as in the admin GUI, we can not use HTML in them. This adjusts the affected language strings and removes th
Extension Manager: adjust notice strings
Because notices are shown on command line as well as in the admin GUI, we can not use HTML in them. This adjusts the affected language strings and removes the previously used clean up routine.
show more ...
|
| d98308b7 | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: show updatemessage for installed extensions only |
| 3e63733d | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: correctly handle component types
There were a few missing and they were also missing from the detail list. Searching for components using the type: prefix now works. |
| b69d74f1 | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: check dependencies on uninstall/disable
Extensions that others depend on should not be uninstalled. |
| 077f55fe | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: protect the current template |
| e8fd67e9 | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: fullpath instead of realpath
This should fix backslash problems on Windows and the various additional checks and ommissions our implementation does make more sense here anyway. |