History log of /dokuwiki/lib/plugins/ (Results 51 – 75 of 2863)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bfad690422-Dec-2024 Peter Dave Hello <hsu@peterdavehello.org>

translation update

811d6efa18-Dec-2024 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


/dokuwiki/composer.lock
extension/Installer.php
/dokuwiki/vendor/composer/InstalledVersions.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/composer/installed.php
/dokuwiki/vendor/phpseclib/phpseclib/BACKERS.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/splitbrain/php-archive/composer.json
/dokuwiki/vendor/splitbrain/php-archive/src/Tar.php
/dokuwiki/vendor/splitbrain/php-cli/src/Base.php
/dokuwiki/vendor/splitbrain/php-cli/src/Colors.php
e0d957b017-Dec-2024 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

f17690f717-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: set a larger timeout

When loading large plugins, like the dw2pdf plugin, a timout of 25
seconds may not be enough on slow connections. This increases the limit
to 5 second short o

Extension Manager: set a larger timeout

When loading large plugins, like the dw2pdf plugin, a timout of 25
seconds may not be enough on slow connections. This increases the limit
to 5 second short of 4 minutes.

On CLI this should not be an issue at all, on web SAPIs we need to
increase the execution time first, only if that succeeds (might be
disabled on some hosts) the limit is increased.

This replaces PR #4377

show more ...

01b2a28217-Dec-2024 Andreas Gohr <andi@splitbrain.org>

initialize remote data in one go

Previously each extension was fetched separately from the API, this
fetches all installed ones in one go, speeding up the first open on cold
cache significantly.

dc19220017-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: style improvements

* use SVG for popularity, a bit more muted color style
* different error icon
* colors for message icons
* lazy load screenshots

d2d4b90810-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: use characters for messages

As pointed out in
https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505
using Unicode Symbols for message status might not be ideal. T

Extension Manager: use characters for messages

As pointed out in
https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505
using Unicode Symbols for message status might not be ideal. This patch
uses upper case letters instead and SVGs in the GUI manager.

show more ...

8392b8bb09-Dec-2024 Marek Adamski <fevbew@wp.pl>

translation update

bc72c22f04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: style fixes

ea9e07cf04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: adjust test

Since we now protect the currently used template, the test needs to be
adjusted.

cf461f2004-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: adjust notice strings

Because notices are shown on command line as well as in the admin GUI,
we can not use HTML in them. This adjusts the affected language strings
and removes th

Extension Manager: adjust notice strings

Because notices are shown on command line as well as in the admin GUI,
we can not use HTML in them. This adjusts the affected language strings
and removes the previously used clean up routine.

show more ...

d98308b704-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: show updatemessage for installed extensions only

3e63733d04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: correctly handle component types

There were a few missing and they were also missing from the detail
list. Searching for components using the type: prefix now works.

b69d74f104-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: check dependencies on uninstall/disable

Extensions that others depend on should not be uninstalled.

077f55fe04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: protect the current template

e8fd67e922-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: fullpath instead of realpath

This should fix backslash problems on Windows and the various additional
checks and ommissions our implementation does make more sense here
anyway.

b3a16c4a22-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: fix incorrect import

7c184cfc22-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: (automatic) code style fixes

7c995fc822-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: small language adjustments

8fe483c922-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: updated tests

5732c96021-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: adjust javascript and images

This simpliefies the view options into a single filter, which toggles
between all and updatable extensions. This should be less confusing and
is what

Extension Manager: adjust javascript and images

This simpliefies the view options into a single filter, which toggles
between all and updatable extensions. This should be less confusing and
is what most people use anyway.

Image use has been reduced and SVGs are used for icons now. Placeholders
are still PNG.

show more ...

17b57ea521-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: removed obsolete code

652715cc21-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: added the last missing GUI tabs

79ff0cd021-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: check repo access in handle()

Still need to check if the behaviour on missing internet works okay.

176901c220-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: Template GUI

template tab works now, fixed installed status

12345678910>>...115