| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This makes it simpler, cleaner and uses more modern JS APIs. jQuery
dependencies have been mostly (but not completely) removed.
This also fixes #3711
|
|
|
|
| |
removed obsolete calls, fixed type safety and doc blocks, reformatted
|
|
|
|
|
|
| |
When only a width is given, the image should be resized to this width
always. The code wrongly used the width to create a bounding box
instead.
|
|\
| |
| | |
add deprecated IXR classes
|
| | |
|
|\ \
| |/
|/| |
use function_exists and a string in check if zlib_decode exists
|
|/
|
|
|
|
|
|
| |
?do=check in php8.1
Fixes:
inc/infoutils.php(92) Error: Undefined constant "zlib_decode"
inc/infoutils.php(92) ArgumentCountError: method_exists() expects
exactly 2 arguments, 1 given
|
|
|
|
| |
strtoftime does not always recognize Unix Timestamps
|
| |
|
|
|
|
| |
Half the size.
|
|
|
|
|
|
|
|
| |
* never try to use slika to resize SVGs - let the browser do it
* use object-fit:cover for all images - this properly crops inside the
browser if the backend didn't (like for SVGs). currently dokuwiki
template only - might be worth moving to default styles
* show previews for SVGs in media manager
|
|\
| |
| | |
add mechanism to track current revision, and other code improvements
|
| |
| |
| |
| | |
feed.php request to show page or media diff previous with current by url parameter rev that is current revision number.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
use RevisionInfo Rev1, Rev2 instead of array oldRevInfo, newRevInfo
obsolete revisionTitle(), use RevisionInfo::showRevisionTitle()
change variable names
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
array_search may return false and treated as 0 when a rev not found revs.
|
| | |
|
|\ \
| | |
| | | |
Fix loading order of extra defaults settings in the Configuration Manager
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
settings
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php
This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php
See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.
This is a second version of this change, because on the first try, there was unnoticed php-error.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php
This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php
See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.
|
|\ \ \
| | | |
| | | | |
Add an option to prevent password changes in authad plugin
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* pr/3609:
increased API version
throw exceptions in API on user creation errors
revert to simple boolean result when user creation fails, remove unused function
revert to simple boolean result when creating user, phpcs fix
Reverted change
fix annotation
Create one user per request
Implements #3606: add xmlrpc createUsers function
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
As discussed in #3609
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Feature_add_xmlrpc_function_to_create_new_users
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
remove animal from query string
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For some reason it seems that CLI tests on github run with a execution
time limit that can't be disabled by setting the appropriate ini value.
Even more odd, the problem seems to exist on windows only (even though
the same limit is set on both OSes). In any case, this simply resets the
time limit for each test run and that seems to fix the timeout issue.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Translation update (pl)
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Translation update (ca)
|