| 396ae2b1 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
do not check bundled plugins for write permissions
fixes #4441 replaces #4442 |
| f7f57de8 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix extension manager styles with overlong content
URL change notices didn't break and could push the action buttons out of the layout. |
| 1d94f4f4 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Add remote API to extension manager |
| 966af3e4 | 20-May-2025 |
andreash <aeheil@gmail.com> |
translation update |
| fbb83101 | 15-May-2025 |
Niclas Tittl <niclas.tittl@msn.com> |
translation update |
| 45840e36 | 14-May-2025 |
Pablo <tuthotep@gmail.com> |
translation update |
| 0d00d972 | 13-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
give smileys intrinsic height. fixes #4436
verified via ?do=export_htmlbody |
| 5ce5976f | 13-May-2025 |
Pablo <tuthotep@gmail.com> |
translation update |
| ad64f22b | 08-May-2025 |
tiltX <stefan.ihringer@gmx.net> |
fix button border css
Firefox (128 esr on Linux) displayed a solid black border around all buttons inside the popup which makes it impossible to see which button was pressed. This change makes the o
fix button border css
Firefox (128 esr on Linux) displayed a solid black border around all buttons inside the popup which makes it impossible to see which button was pressed. This change makes the outset/inset look work as it probably was intended.
show more ...
|
| 7e448cf3 | 21-Apr-2025 |
Impeck <impeck@ya.ru> |
translation update |
| d9672f67 | 19-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
make $INFO global during TestRequests in detail.php |
| 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 ...
|
| ac7091c6 | 09-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
line break pre when printing. fixes #4424 |
| 2ee6c32d | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated jquery and jquery-ui versions |
| f1c5f121 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
authldap: avoid warning on invalid mapping setup. #4399 |
| 5c3fa123 | 12-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
do not return zero error code for API exceptions. fixes #4413 |
| cc19c226 | 07-Mar-2025 |
analogroboter <ropely@gmx.net> |
translation update |
| cb5063c3 | 18-Jan-2025 |
Jeann <wjeann@gmail.com> |
translation update |
| 4658ac3b | 16-Jan-2025 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| f0d0d147 | 15-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
allow dialogs overflow in y-direction
In the dokuwiki template, an overflow:hidden was meant to keep oversized content within the article area. However this can interfere with pseudo-dropdowns on ve
allow dialogs overflow in y-direction
In the dokuwiki template, an overflow:hidden was meant to keep oversized content within the article area. However this can interfere with pseudo-dropdowns on very small pages.
This changes the behavior to clip on x-axis only while keeping overflows visible in the y direction.
This fixes a rare issue and should not have any effects on normal use anyway.
show more ...
|
| 916194c7 | 15-Jan-2025 |
Fekete Ádám Zsolt <fadam@egbcsoport.hu> |
translation update |
| db5401d7 | 14-Jan-2025 |
Володимир <heneral@gmail.com> |
translation update |
| 25a6adc7 | 09-Jan-2025 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 60668223 | 09-Jan-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |