aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
Commit message (Collapse)AuthorAge
* 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
| * initialize remote data in one goAndreas Gohr2024-12-17
| | | | | | | | | | | | 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.
| * Extension Manager: style improvementsAndreas Gohr2024-12-17
| | | | | | | | | | | | | | * use SVG for popularity, a bit more muted color style * different error icon * colors for message icons * lazy load screenshots
| * Extension Manager: use characters for messagesAndreas Gohr2024-12-10
| | | | | | | | | | | | | | 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.
* | translation updateSchplurtz le Déboulonné2024-12-17
|/
* translation updateMarek Adamski2024-12-09
|
* Extension Manager: style fixesAndreas Gohr2024-12-04
|
* Extension Manager: adjust testAndreas Gohr2024-12-04
| | | | | Since we now protect the currently used template, the test needs to be adjusted.
* Extension Manager: adjust notice stringsAndreas Gohr2024-12-04
| | | | | | 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.
* Extension Manager: show updatemessage for installed extensions onlyAndreas Gohr2024-12-04
|
* Extension Manager: correctly handle component typesAndreas Gohr2024-12-04
| | | | | There were a few missing and they were also missing from the detail list. Searching for components using the type: prefix now works.
* Extension Manager: check dependencies on uninstall/disableAndreas Gohr2024-12-04
| | | | Extensions that others depend on should not be uninstalled.
* Extension Manager: protect the current templateAndreas Gohr2024-12-04
|
* Extension Manager: fullpath instead of realpathAndreas Gohr2024-12-04
| | | | | | This should fix backslash problems on Windows and the various additional checks and ommissions our implementation does make more sense here anyway.
* Extension Manager: fix incorrect importAndreas Gohr2024-12-04
|
* Extension Manager: (automatic) code style fixesAndreas Gohr2024-12-04
|
* Extension Manager: small language adjustmentsAndreas Gohr2024-12-04
|
* Extension Manager: updated testsAndreas Gohr2024-12-04
|
* Extension Manager: adjust javascript and imagesAndreas Gohr2024-12-04
| | | | | | | | | This simpliefies the view options into a single filter, which toggles between all and updatable extensions. This should be less confusing and is what most people use anyway. Image use has been reduced and SVGs are used for icons now. Placeholders are still PNG.
* Extension Manager: removed obsolete codeAndreas Gohr2024-12-04
|
* Extension Manager: added the last missing GUI tabsAndreas Gohr2024-12-04
|
* Extension Manager: check repo access in handle()Andreas Gohr2024-12-04
| | | | Still need to check if the behaviour on missing internet works okay.