Home
last modified time | relevance | path

Searched hist:"3 aa75874971939d1a5fde5d5cbca46695cb03af3" (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Search/
H A DIndexer.php3aa75874971939d1a5fde5d5cbca46695cb03af3 Tue Feb 18 18:29:53 UTC 2020 movatica <c0d3@movatica.com> Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.

/dokuwiki/inc/
H A Dio.php3aa75874971939d1a5fde5d5cbca46695cb03af3 Tue Feb 18 18:29:53 UTC 2020 movatica <c0d3@movatica.com> Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.

H A Dmedia.php3aa75874971939d1a5fde5d5cbca46695cb03af3 Tue Feb 18 18:29:53 UTC 2020 movatica <c0d3@movatica.com> Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.

H A Dinit.php3aa75874971939d1a5fde5d5cbca46695cb03af3 Tue Feb 18 18:29:53 UTC 2020 movatica <c0d3@movatica.com> Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.