| 723f2b49 | 02-Jul-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add deprecated IXR classes |
| a8ac20ea | 02-Jul-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use function_exists and use a string
?do=check in php8.1 Fixes: inc/infoutils.php(92) Error: Undefined constant "zlib_decode" inc/infoutils.php(92) ArgumentCountError: method_exists() expects exactl
use function_exists and use a string
?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
show more ...
|
| baa301e2 | 29-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
correctly create log file name. fixes #3699
strtoftime does not always recognize Unix Timestamps |
| 8e9d8d55 | 24-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
minor SVG improvements
* 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 fo
minor SVG improvements
* 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
show more ...
|
| 7fc3281a | 24-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
increased API version |
| b1d4a667 | 24-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
throw exceptions in API on user creation errors
As discussed in #3609 |
| 8095a27b | 16-Jun-2022 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 06b50631 | 16-Jun-2022 |
Joan <aseques@gmail.com> |
translation update |
| ecd83b31 | 06-Jun-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 5170edc8 | 01-Jun-2022 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
remove animal from query string |
| 8136b345 | 01-Jun-2022 |
Ramdziana F Y <ramdzian@gmail.com> |
translation update |
| 4daaaa1a | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
more guards in style.ini handling
Theoretically these keys should always be set, but it seems under some conditions/templates/setups they aren't.
closes #3648 |
| 3df364a3 | 25-Apr-2022 |
Timo Richter <timo.richter@richter-leiterplatten.de> |
CORS on XMLRMPC API
This allows setting a CORS header to make the xmlrpc API accessible from JavaScript clients directly in the browser. |
| 1560cda4 | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
adjust yandex sitemap submission URL #3670 |
| 680a79a9 | 10-May-2022 |
Paul Nizan <paul_nizan@hormail.com> |
translation update |
| 1ef741db | 29-Apr-2022 |
Nicolas Friedli <nicolas@theologique.ch> |
New sitemap ping URL
Reference: https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#addsitemap |
| 10f359ad | 28-Apr-2022 |
Andreas Gohr <andi@splitbrain.org> |
Replace direct calls to strftime with dformat calls
This is in preparation for fixing #3573 |
| 555855b8 | 27-Apr-2022 |
VinnieChow <zsz33@qq.com> |
translation update |
| 52ebc4bd | 16-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 57d5036d | 16-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 42e9fbe7 | 11-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| e2e91587 | 10-Apr-2022 |
Pasi <zazuu@zazuu.net> |
translation update |
| 8108306b | 16-Mar-2022 |
Alinur <alinur@danwin1210.de> |
translation update |
| 042b9fec | 09-Mar-2022 |
Andreas Gohr <andi@splitbrain.org> |
Adds a new DOKUWIKI_INIT_DONE event
This is a simple event called at the very end of the inc/init.php process. It provides an alternative to DOKUWIKI_STARTED that is always executed regardless of th
Adds a new DOKUWIKI_INIT_DONE event
This is a simple event called at the very end of the inc/init.php process. It provides an alternative to DOKUWIKI_STARTED that is always executed regardless of the called script (eg. in lib/exe/ajax.php or in endpoints provided by plugins).
show more ...
|
| ef4230c9 | 07-Mar-2022 |
Henry Pan <git@phy25.com> |
Remove duplicate periods in zh-TW |