History log of /dokuwiki/ (Results 2326 – 2350 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
079e013713-Apr-2018 Michael Große <grosse@cosmocode.de>

fix(HTTPClient): add handling for 204: No Content responses

This fixes a bug that would occur if the DokuHTTPClient receives a 204
response, e.g. as a result for a request to delete something. It wo

fix(HTTPClient): add handling for 204: No Content responses

This fixes a bug that would occur if the DokuHTTPClient receives a 204
response, e.g. as a result for a request to delete something. It would
still try to read the body, which fails, thus producing a timeout and
finally throwing an exception.

This fix instructs the HTTPClient to not read the (not existing) body if
it receives a 204.

show more ...

a851f92d13-Apr-2018 Andreas Gohr <andi@splitbrain.org>

manual GeSHi patch applied

monkey patched GeSHi/geshi-1.0#104

54f741e813-Apr-2018 Andreas Gohr <andi@splitbrain.org>

relax geshi options a bit more

Quotes are now optional, the options are spearated by space

210ff13313-Apr-2018 Andreas Gohr <andi@splitbrain.org>

make testing of inaccessible methods easier

While it's generally frowned upon testing privates, it can often be
useful and the easier way to write tests. Eg you want to test something
complicated me

make testing of inaccessible methods easier

While it's generally frowned upon testing privates, it can often be
useful and the easier way to write tests. Eg you want to test something
complicated method that is important, but you do not want to expose it
directly to other classes...

This new method uses reflection to make access to such methods possible
from within tests without the need for intermediate classes.

show more ...

43d3f07713-Apr-2018 Andreas Gohr <andi@splitbrain.org>

updated composer dependencies


composer.lock
vendor/composer/autoload_files.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/paragonie/random_compat/lib/cast_to_int.php
vendor/paragonie/random_compat/lib/random.php
vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
vendor/paragonie/random_compat/lib/random_int.php
vendor/paragonie/random_compat/psalm.xml
vendor/phpseclib/phpseclib/README.md
vendor/phpseclib/phpseclib/composer.json
vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php
vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
vendor/phpseclib/phpseclib/phpseclib/File/X509.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
vendor/simplepie/simplepie/library/SimplePie.php
vendor/simplepie/simplepie/library/SimplePie/File.php
vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
vendor/simplepie/simplepie/library/SimplePie/Item.php
vendor/simplepie/simplepie/library/SimplePie/Parser.php
vendor/splitbrain/php-cli/README.md
vendor/splitbrain/php-cli/src/CLI.php
vendor/splitbrain/php-cli/src/Colors.php
vendor/splitbrain/php-cli/src/Options.php
vendor/splitbrain/php-cli/src/TableFormatter.php
5d87aa3113-Apr-2018 Michael Große <grosse@cosmocode.de>

fix: bring back the namespace in brace for pagelookup results

This was unintentionally removed in
4eab6f7c40ab5e2fbbb5e0efb20d930d4b1730fe

It also should now be clearer what the code does.

This fi

fix: bring back the namespace in brace for pagelookup results

This was unintentionally removed in
4eab6f7c40ab5e2fbbb5e0efb20d930d4b1730fe

It also should now be clearer what the code does.

This fixes #2305

show more ...

b2c9cd1912-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

renamed ActionRouter::checkPermissions to checkPreconditions

As discussed in #1933

13ce475d11-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

shortened new search configs

shorter names are more in line with what we already use, makes less
layout problems in the documentation and is easier to type when telling
people about it.

37c80e0e10-Apr-2018 LarsDW223 <lars_paulsen@web.de>

Section edit: corrected pattern 'SEC_EDIT_PATTERN'

This fixes broken nested section edit buttons which were causing
invalid HTML code. The pattern has to be 'not greedy'. Fixes #2304.

5a16501705-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

fix regex character class. fixes #2301

432cf0d105-Apr-2018 Michael Große <grosse@cosmocode.de>

fix: switch extensions if stylesheet in style.ini doesn't exist

This should give us some backwards compatibility for changing files in
dokuwiki template from .css to .less

This way template authors

fix: switch extensions if stylesheet in style.ini doesn't exist

This should give us some backwards compatibility for changing files in
dokuwiki template from .css to .less

This way template authors get a warning to adjust their template, it
won't break right away.

This should prevent breaking search pages in other templates due to
pull request #2286 .

show more ...

0c39d46c05-Apr-2018 Michael Große <grosse@cosmocode.de>

refactor: rename and move function to set $JSINFO

This is a more consistent place relative to pageinfo()

7ba2877605-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

typo. capital P for class name

7bf3190929-Mar-2018 Michael Große <grosse@cosmocode.de>

fix: add missing global $ACT for $JSINFO

1d739e3d29-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor: use native json_encode for $JSINFO

json_encode is available natively since PHP 5.2

b3054f0229-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor: rename JSINFO.DOKU_UHN and JSINFO.DOKU_UHC

This should make their purpose more obvious.

10cf78c429-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor: extract $JSINFO initialization into tpl_ function

422bbbc629-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor: rename dta and dtb parameters

They are now named min and max respectively, which is hopefully less
cryptic.

ec27794f28-Mar-2018 Michael Große <grosse@cosmocode.de>

doc(search): parameter must be string or false

fc46ed5828-Mar-2018 Michael Große <grosse@cosmocode.de>

doc(search): highlight is expected to be an array

826e222f28-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

show adavanced tools with JavaScript only

a00078f728-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

adjusted language files to remove outdated string

c2d6156e28-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

removed sub header from all languages

2171f9cb28-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

added aria attributes

1d91889328-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

more styling and RTL support

1...<<919293949596979899100>>...423