History log of /dokuwiki/inc/ (Results 601 – 625 of 6646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
723f2b4902-Jul-2022 Gerrit Uitslag <klapinklapin@gmail.com>

add deprecated IXR classes

a8ac20ea02-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 ...

baa301e229-Jun-2022 Andreas Gohr <andi@splitbrain.org>

correctly create log file name. fixes #3699

strtoftime does not always recognize Unix Timestamps

8e9d8d5524-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 ...

7fc3281a24-Jun-2022 Andreas Gohr <andi@splitbrain.org>

increased API version

b1d4a66724-Jun-2022 Andreas Gohr <andi@splitbrain.org>

throw exceptions in API on user creation errors

As discussed in #3609

8095a27b16-Jun-2022 Marek Adamski <fevbew@wp.pl>

translation update

06b5063116-Jun-2022 Joan <aseques@gmail.com>

translation update

ecd83b3106-Jun-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

5170edc801-Jun-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

remove animal from query string

8136b34501-Jun-2022 Ramdziana F Y <ramdzian@gmail.com>

translation update

4daaaa1a12-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

3df364a325-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.

1560cda412-May-2022 Andreas Gohr <andi@splitbrain.org>

adjust yandex sitemap submission URL #3670

680a79a910-May-2022 Paul Nizan <paul_nizan@hormail.com>

translation update

1ef741db29-Apr-2022 Nicolas Friedli <nicolas@theologique.ch>

New sitemap ping URL

Reference: https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#addsitemap

10f359ad28-Apr-2022 Andreas Gohr <andi@splitbrain.org>

Replace direct calls to strftime with dformat calls

This is in preparation for fixing #3573

555855b827-Apr-2022 VinnieChow <zsz33@qq.com>

translation update

52ebc4bd16-Apr-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

57d5036d16-Apr-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

42e9fbe711-Apr-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

e2e9158710-Apr-2022 Pasi <zazuu@zazuu.net>

translation update

8108306b16-Mar-2022 Alinur <alinur@danwin1210.de>

translation update

042b9fec09-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 ...

ef4230c907-Mar-2022 Henry Pan <git@phy25.com>

Remove duplicate periods in zh-TW

1...<<21222324252627282930>>...266