History log of /dokuwiki/inc/ (Results 1051 – 1075 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0a1129f714-Jun-2020 FENG.JIE <ahx@qq.com>

translation update

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.

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

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

translation update

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

Fix typo in error message

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

use correct class for Sitemap generation. fixes #3134

This seems to have been a refactoring error

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).

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

fix phpdoc

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

746611d803-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Collator re-creation in unit test

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

Fix accessing calls

Some plugins need access to the handler (and rewriter) calls. One
example is the do plugin.

This adds some accessing methods to the callWriter objects, ensures
$calls can be acc

Fix accessing calls

Some plugins need access to the handler (and rewriter) calls. One
example is the do plugin.

This adds some accessing methods to the callWriter objects, ensures
$calls can be accessed and removes some duplicate code by introducing an
abstract base class.

show more ...

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

fix the case lookup table. #3113

This readds a whole bunch of conversions that for some reason got lost
in the refactoring. No idea what happened there.

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

some minor improvements for the writability checks

* handle is_writable for non-existing pages correctly
* Success and Fail are now color coded correctly

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

fixed message classes

In #3069 the internal structure of messages was accidentally changed to
be numeric. This reintroduces the proper string constants.

I thought about keeping the integers and do

fixed message classes

In #3069 the internal structure of messages was accidentally changed to
be numeric. This reintroduces the proper string constants.

I thought about keeping the integers and do the mapping in
html_msgarea() but some plugins rely on inspecting the global $MSG so I
don't want to change it.

show more ...

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

fix hierarchical breadcrumbs #3114

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

fix formatting errors in template.php

These were introduced in #2684

47e93e3301-Jun-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

169d126430-May-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Documentation update

a9f5d8b329-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

c1643fc829-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

1...<<41424344454647484950>>...266