History log of /dokuwiki/lib/ (Results 101 – 125 of 4525)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
80bc92fb20-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: add installer to GUI

Now the GUI uses the new Installer class. More work has been done on
the GUI itself

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

Extension Manager: some more work on styling

71eea99014-Aug-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: by default skip all git controlled extensions

981e70ca08-Aug-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: overhauled list display style

The GUI is still not fully functional again.

20db0ca908-Aug-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: some first attempts at styling

I'm not really happy yet, but it will be improved in coming commits

4fd6a1d725-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: First go at reimplementing the GUI

still a long road ahead

b2a05b7617-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: ensure php requirements before installing

This makes use of the new minphp and maxphp fields in the info.txt

160d368817-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: CLI now should completely use new classes

25d28a0117-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: make installation work again

The Installer class now also handles dependencies

99fd248d17-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: list warnings on CLI

7c9966a505-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: more refactoring

started to migrate the CLI over to the new classes

a1e045f720-Feb-2024 Andreas Gohr <andi@splitbrain.org>

ExtensionManager: allow initialization using an ID only

This is a more convenient method

cf2dcf1b20-Feb-2024 Andreas Gohr <andi@splitbrain.org>

First start at refactoring the extension manager

The aim is to readd the existing functionality into proper classes, then
extend from there.

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

Preventing auto-filling of passwords in config #4362

We previously had set autocomplete="off" on password fields, but
browsers seem to ignore that now.

MDN suggests [1] to use autocomplete="new-pas

Preventing auto-filling of passwords in config #4362

We previously had set autocomplete="off" on password fields, but
browsers seem to ignore that now.

MDN suggests [1] to use autocomplete="new-password", so that's what's
used now. In addition autocomplete="off" is set on the form as a whole.

Will that fix the issue once and for all? Doubtful:

> This attribute is a hint to browsers; some may not comply with it.

[1] https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion

show more ...

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

fix deprecated phpunit call in styling plugin

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

fix expected exception message in config plugin test

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

user manager: explicitly set CSV parameters

This is needed since PHP 8.4

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

replace deprecated phpunit assertions

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

register linkwizard in window

This fixes a backwards compatibility issue with the changes made in
PR #4329. Plugins rely on the wizard being a globally registered object.

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

replace deprecated utf8_encode #4354

0698489113-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix PHP error while saving Aichat settings

5df0a18e06-Nov-2024 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

518edfb121-Oct-2024 Anna Dabrowska <dabrowska@cosmocode.de>

LinkWizard: fix multilevel parents in references

9085b15b15-Oct-2024 Andreas Gohr <andi@splitbrain.org>

use relative links in LinkWizard

When the linked page has a common prefix with the current page,
construct a relative link instead of always inserting absolute links.

d3d20a6615-Oct-2024 Andreas Gohr <andi@splitbrain.org>

LinkWizard: add method to create a relative link

This is not used, yet. Usage will be added in a future commit.

Since we don't have a proper testing framework in place, yet. Tests have
been added a

LinkWizard: add method to create a relative link

This is not used, yet. Usage will be added in a future commit.

Since we don't have a proper testing framework in place, yet. Tests have
been added as a standalone script that can be run manually.

show more ...

12345678910>>...181