| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
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
|
| |
|
|\
| |
| | |
Translation update (de)
|
| | |
|
|\ \
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
do not return zero error code for API exceptions. fixes #4413
|
| | |/
| |/| |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Translation update (hu)
|
| |/ |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
spike77453/feature_add-plaintext-password-update-option
Add option 'modPassPlain' to send plaintext password updates to LDAP server
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|/ |
|
|\
| |
| | |
Translation update (zh-tw)
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Extension Manager: use characters for messages
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
* use SVG for popularity, a bit more muted color style
* different error icon
* colors for message icons
* lazy load screenshots
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Since we now protect the currently used template, the test needs to be
adjusted.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
There were a few missing and they were also missing from the detail
list. Searching for components using the type: prefix now works.
|
|
|
|
| |
Extensions that others depend on should not be uninstalled.
|
| |
|
|
|
|
|
|
| |
This should fix backslash problems on Windows and the various additional
checks and ommissions our implementation does make more sense here
anyway.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Still need to check if the behaviour on missing internet works okay.
|