History log of /dokuwiki/ (Results 1451 – 1475 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5758059414-Jun-2020 Andreas Gohr <andi@splitbrain.org>

style manager: ensure all values are fresh

Always reinitialize the style replacements on loading the manager to
ensure it reflects the saved state.

7ef28ec114-Jun-2020 Andreas Gohr <andi@splitbrain.org>

style manager: adjust colors to 6 chars. fixes #3160

1ae4bef614-Jun-2020 Thien Hau <thienhau.9a14@gmail.com>

translation update

03c2c42814-Jun-2020 fiwswe <53953985+fiwswe@users.noreply.github.com>

Update HTTPClient.php

Fix the problem on OpenBSD 6.7, PHP 7.4.5-7.4.6 that prevents the extension repository to be pinged. See #3148.

cbfa482913-Jun-2020 Phy <git@phy25.com>

use envvars in shebang

abe29f6213-Jun-2020 Thien Hau <thienhau.9a14@gmail.com>

translation update

194457eb13-Jun-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

1187c33a12-Jun-2020 Filippo <abrickslife@gmail.com>

translation update

7f153c5611-Jun-2020 Andreas Gohr <andi@splitbrain.org>

Make router work with dotted page names. fixes #3165

This should work around PHP bug #61286

Seems to work well but could use some additional manual testing.

29220f2c11-Jun-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

722372bd10-Jun-2020 ms101 <aass@abwesend.de>

fixed comment smd5->bcrypt

e602e04709-Jun-2020 Guy Brand <gb@unistra.fr>

Release preparation

267bbbca08-Jun-2020 ms101 <aass@abwesend.de>

changed hash algo in install.php from smd5 to bcrypt

a65be91108-Jun-2020 Phy <git@phy25.com>

add unit tests for #3114

985f440f14-Mar-2020 Damien Regad <dregad@mantisbt.org>

Fix typo in error message

5e77d3e805-Jun-2020 Phy <git@phy25.com>

Add flexbox to admin menu link to fix text width

The previous implementation assigns the whole width of the parent ul to the text area, which brings some text (fr) overlapping the icon in the second

Add flexbox to admin menu link to fix text width

The previous implementation assigns the whole width of the parent ul to the text area, which brings some text (fr) overlapping the icon in the second row. Adding flexbox should be most backward-compatible and ensures a proper width being set.

show more ...

7210c85504-Jun-2020 Andreas Gohr <andi@splitbrain.org>

add datetime option to info plugin

It simply displays the time of the last render() call. This is useful
for cache debugging

b6c12ffa04-Jun-2020 Andreas Gohr <andi@splitbrain.org>

use correct class for Sitemap generation. fixes #3134

This seems to have been a refactoring error

85b0dd7d04-Jun-2020 Andreas Gohr <andi@splitbrain.org>

readd lib/exe/indexer.php for now. fixes #3137

This ensures backward compability (especially for testing purposes)

c183535a04-Jun-2020 Domingo Redal <docxml@gmail.com>

translation update

eb33b67004-Jun-2020 Andreas Gohr <andi@splitbrain.org>

make handler status available via accessors. fixes #2931

This allows plugins to inspect and manipulate the status if needed.

46028c4c04-Jun-2020 Andreas Gohr <andi@splitbrain.org>

Move defines to their own file

As described in
https://github.com/dwp-forge/columns/issues/5#issuecomment-638467603
sometime the Lexer constants have not been (auto)loaded when a syntax plugin
is in

Move defines to their own file

As described in
https://github.com/dwp-forge/columns/issues/5#issuecomment-638467603
sometime the Lexer constants have not been (auto)loaded when a syntax plugin
is invoked (I'm not sure why).

In general PSR2 discourages a mix of main code and function/class setup
with the call to define() being considered main code.

This patch moves these the define calls to a separate new file, solving
both of the above problems.

These are not all our defines. Instead I focused on the ones that are
ENUM-like.

In the future we should think about what defines can be replaced by
class constants and what other define() calls should be moved.

show more ...

47c5d56403-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes to conform to PHP Code Style

New function lang_has_changed() as wrapper for _get_collator(TRUE).

7ee46c5d03-Jun-2020 Guy Brand <gb@unistra.fr>

Release preparation

d87ff0d303-Jun-2020 Andreas Gohr <andi@splitbrain.org>

fix phpdoc

Co-authored-by: Matthias Gutjahr <mattsches@gmail.com>

1...<<51525354555657585960>>...420