3855b15e | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update Recent.php
Change to use $info['media'] instead of checking for dots in $ID to decide $info['mode']. |
35bad86a | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update changelog.php
Change so `$x['media']` is always set to either true or false. This so in Recent.php `$recent['media']` is never null and won't cause undefined array key error in PHP8. |
f8a541a2 | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update PageDiff.php |
921c2ae3 | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update MediaDiff.php |
4d8dc0ce | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update PageRevisions.php
Fix history for pages with dot in name |
7efac80b | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update MediaRevisions.php
Fix history for pages with dot in name. |
29baf676 | 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update RevisionInfo.php
Fix broken history for pages with dots in name |
5a10fbce | 27-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 ...
|
ef42a6cf | 26-Jul-2022 |
Marc Zulet <marczulet@gmail.com> |
translation update |
d967ecd8 | 06-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. |
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 |