History log of /dokuwiki/ (Results 901 – 925 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3578bf9631-Jul-2022 Guy Brand <gb@unistra.fr>

Release preparation

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

github action to automatically build new releases

The action will build the new release tarball and copy it to our server.
Nothing more for now.

5a10fbce27-Jul-2022 Andreas Gohr <andi@splitbrain.org>

Support the multiple attribute in Form selects

This should fix a problem mentioned in
https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602

Note that prefilling from $

Support the multiple attribute in Form selects

This should fix a problem mentioned in
https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602

Note that prefilling from $INPUT is still only supported for single
value selects.

show more ...

ef42a6cf26-Jul-2022 Marc Zulet <marczulet@gmail.com>

translation update

d967ecd806-Jul-2022 Andreas Gohr <andi@splitbrain.org>

fix image resizing with width only. fixes #3707

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.

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

40bf970f26-Jun-2022 Guy Brand <gb@unistra.fr>

Release preparation

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

optimized dokuwiki logo svg

Half the size.

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

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

avoid timeouts in tests

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 seem

avoid timeouts in tests

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.

show more ...

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

2fdbf10e29-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed (fr)

b550b16b29-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed (de)

d799b83b29-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed (de-informal)

efc7c02229-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed

The corrected link is now entered in the documentation. See https://www.dokuwiki.org/config:broken_iua

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

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

automatically check that config options have docs

closes #3674

1...<<31323334353637383940>>...423