aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
Commit message (Collapse)AuthorAge
* translation updateSchplurtz le Déboulonné11 days
|
* Merge pull request #4460 from fiwswe/fix_4459Andreas Gohr2025-06-05
|\ | | | | Don't complain about changed download URLs when plugin repository is …
| * Don't complain about changed download URLs when plugin repository is unavailablefiwswe2025-05-29
| | | | | | Fixes #4459
* | translation updatePetr Kajzar2025-06-03
|/
* Merge pull request #4450 from dokuwiki/extension-apiAndreas Gohr2025-05-26
|\ | | | | Add remote API to extension manager
| * Add remote API to extension managerAndreas Gohr2025-05-21
| |
* | translation updateSoiBKK2025-05-24
| |
* | do not check bundled plugins for write permissionsAndreas Gohr2025-05-21
| | | | | | | | | | fixes #4441 replaces #4442
* | fix extension manager styles with overlong contentAndreas Gohr2025-05-21
| | | | | | | | | | URL change notices didn't break and could push the action buttons out of the layout.
* | translation updateandreash2025-05-20
|/
* translation updateNiclas Tittl2025-05-15
|
* translation updatePablo2025-05-14
|
* Merge pull request #4438 from dokuwiki-translate/lang_update_1117_1747106614Andreas Gohr2025-05-13
|\ | | | | Translation update (es)
| * translation updatePablo2025-05-13
| |
* | Merge pull request #4432 from dokuwiki-translate/lang_update_1106_1745211223Andreas Gohr2025-05-13
|\ \ | | | | | | Translation update (ru)
| * | translation updateImpeck2025-04-21
| |/
* | give smileys intrinsic height. fixes #4436Andreas Gohr2025-05-13
| | | | | | | | verified via ?do=export_htmlbody
* | Merge pull request #4437 from tiltX/patch-1Andreas Gohr2025-05-13
|\ \ | | | | | | fix button border css
| * | fix button border csstiltX2025-05-08
| |/ | | | | 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.
* | Merge pull request #4428 from dokuwiki/menucontextAndreas Gohr2025-05-13
|\ \ | |/ |/| Menu: check context visibility after assembling items
| * make $INFO global during TestRequests in detail.phpAndreas Gohr2025-04-19
| |
* | translation updateThalles Lázaro2025-04-14
|/
* supress warnings in opcache_reset() fixes #4375Andreas Gohr2025-04-10
| | | | | | 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
* line break pre when printing. fixes #4424Andreas Gohr2025-04-09
|
* Merge pull request #4412 from dokuwiki-translate/lang_update_1078_1741361125Andreas Gohr2025-04-09
|\ | | | | Translation update (de)
| * translation updateanalogroboter2025-03-07
| |
* | Merge pull request #4396 from dokuwiki/clipAndreas Gohr2025-04-09
|\ \ | | | | | | allow dialogs overflow in y-direction
| * | allow dialogs overflow in y-directionAndreas Gohr2025-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #4414 from dokuwiki/fixapierrorcodeAndreas Gohr2025-04-09
|\ \ \ | | | | | | | | do not return zero error code for API exceptions. fixes #4413
| * | | do not return zero error code for API exceptions. fixes #4413Andreas Gohr2025-03-12
| | |/ | |/|
* | | updated jquery and jquery-ui versionsAndreas Gohr2025-03-15
| | |
* | | authldap: avoid warning on invalid mapping setup. #4399Andreas Gohr2025-03-15
|/ /
* | translation updateJeann2025-01-18
| |
* | translation updateSchplurtz le Déboulonné2025-01-16
| |
* | Merge pull request #4395 from dokuwiki-translate/lang_update_1039_1736812845Gerrit Uitslag2025-01-15
|\ \ | | | | | | Translation update (hu)
| * | translation updateFekete Ádám Zsolt2025-01-15
| |/
* / translation updateВолодимир2025-01-14
|/
* translation updateMarek Adamski2025-01-10
|
* 🤖 Rector and PHPCS fixessplitbrain2025-01-09
|
* Merge pull request #3634 from ↵Andreas Gohr2025-01-09
|\ | | | | | | | | spike77453/feature_add-plaintext-password-update-option Add option 'modPassPlain' to send plaintext password updates to LDAP server
| * Add option 'modPassPlain' to send plaintext password updates to LDAP serverspike2024-12-31
| |
* | rename trustedproxy option to trustedproxiesAndreas Gohr2025-01-09
| | | | | | | | | | | | | | | | We use a new format (array instead of regex) and need a sure way to recognize it. Zebra's approach would not have survived the editing via config manager. As a side effect this also introduces a new languange string, which is good because the old one did no longer apply.
* | Extension Manager: add missing security tokenAndreas Gohr2025-01-08
| |
* | translation updateAnika Rachow2025-01-07
|/
* Merge pull request #4383 from dokuwiki-translate/lang_update_1027_1734867410Andreas Gohr2024-12-22
|\ | | | | Translation update (zh-tw)
| * translation updatePeter Dave Hello2024-12-22
| |
* | translation updatePeter Dave Hello2024-12-22
|/
* 🤖 Rector and PHPCS fixessplitbrain2024-12-18
|
* Merge pull request #4374 from dokuwiki/extensionlabelsAndreas Gohr2024-12-18
|\ | | | | Extension Manager: use characters for messages
| * Extension Manager: set a larger timeoutAndreas Gohr2024-12-17
| | | | | | | | | | | | | | | | | | | | | | | | 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