History log of /dokuwiki/ (Results 2476 – 2500 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
85d3e2b727-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: check if key is set to fix PHP Notice

If a key is not set, a PHP Notice is triggered. While these are
currently suppressed, this is still a code smell.

2689c55f27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: access first element of associative arrays

This function might be called by an plugin with an array that has only
string keys and hence no key 0. This would trigger an PHP Notice when
trying to

fix: access first element of associative arrays

This function might be called by an plugin with an array that has only
string keys and hence no key 0. This would trigger an PHP Notice when
trying to get the first key's level.

show more ...

5b60095a27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: set default value for empty var

If an config value is not set in the input lines, initialize it as empty
string to prevent PHP Notices complaining about $line[1] being not set.

c55b109c27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: initialize vars to prevent PHP Notice

A PHP Notice occurred when $url didn't contain a '?'.

f7e8c7db27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

adjust default bcrypt iterations to 10. fixes #2093

572dc22227-Aug-2017 LarsDW223 <lars_paulsen@web.de>

Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.

a69722b327-Aug-2017 Andreas Gohr <andi@splitbrain.org>

always send Vary: Cookie header. fixes #1594

2671438627-Aug-2017 Andreas Gohr <andi@splitbrain.org>

moved function and fixed whitespace errors

6aad717e27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

show more info on failed HTTP requests

hopefully this will help with figuring out why our HTTP tests sometimes
fail on travis.

96713c2727-Aug-2017 Andreas Gohr <andi@splitbrain.org>

do not export the appveyor config

ea041b0a27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Added appveyor config for automated windows testing

6c5e3c5e27-Aug-2017 Phy <git@phy25.com>

Update check supports HTTPS

If SSL is not supported, a HTTP request will be made. In the log the request type will be indicated, but on the frontend no additional message would be shown (I think it'

Update check supports HTTPS

If SSL is not supported, a HTTP request will be made. In the log the request type will be indicated, but on the frontend no additional message would be shown (I think it's better to notify admins about non-SSL situations, but currently when this fetch encounter error, no error message will be shown, so it's better not to add any warning).

show more ...

d5d08c0527-Aug-2017 Andreas Gohr <andi@splitbrain.org>

fixed some style errors found by scrutinizer

cd6ed79f27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

removed unused, empty files


bf6f54b827-Aug-2017 Andreas Gohr <andi@splitbrain.org>

some cleanup fpr set_metadata test

2e3f2c7827-Aug-2017 Andreas Gohr <andi@splitbrain.org>

added one more test for internal links

just to be sure, we're not breaking something simple here.

347fb6e327-Aug-2017 Andreas Gohr <andi@splitbrain.org>

parsertests: replaced var keywords and added type hints

2d10249425-Aug-2017 Phy <git@phy25.com>

Fix p_set_metadata damaging contributors with numeric ID

1987d36825-Aug-2017 Phy <git@phy25.com>

Add tests for array_replace part of set_metadata

a056e28523-Aug-2017 Phy <git@phy25.com>

Fix rendering null $language going to GeSHi (fixes #2088)

163c284220-Aug-2017 Phy <git@phy25.com>

Fix RSS syntax XSS bug (#2081)

56bd950917-Aug-2017 Phy <git@phy25.com>

Fix sanitation of $language for code highlighting (fixes #2080)

5210ada616-Aug-2017 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

0877a1f115-Aug-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

Support Web Video Text Tracks Format subtitles

bbaba71715-Aug-2017 Andreas Gohr <andi@splitbrain.org>

slightly adjusted the icon sizes

This looks a bit better and is closer to the original, even though the
sizes are a bit weird now.

1...<<919293949596979899100>>...420