Home
last modified time | relevance | path

Searched hist:ac56bec8fe6fd490404eea13c205c47f81b471c7 (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
H A Drenderer_xhtml.test.phpac56bec8fe6fd490404eea13c205c47f81b471c7 Wed Jan 17 17:53:46 UTC 2024 Andreas Gohr <andi@splitbrain.org> fall back to empty (root) dir for base dir detection

When a basedir could not be detected, the default previously was '.'
resulting in a valid but weird URL (http://example.com/./doku.php). We
now default to an empty dir, resulting in a more sensible URL of
http://example.com/doku.php

This should not matter in real web server setups but will be in effect
while testing.

/dokuwiki/_test/tests/inc/
H A Dstyleutils_cssstyleini.test.phpac56bec8fe6fd490404eea13c205c47f81b471c7 Wed Jan 17 17:53:46 UTC 2024 Andreas Gohr <andi@splitbrain.org> fall back to empty (root) dir for base dir detection

When a basedir could not be detected, the default previously was '.'
resulting in a valid but weird URL (http://example.com/./doku.php). We
now default to an empty dir, resulting in a more sensible URL of
http://example.com/doku.php

This should not matter in real web server setups but will be in effect
while testing.

/dokuwiki/inc/
H A Dinit.phpac56bec8fe6fd490404eea13c205c47f81b471c7 Wed Jan 17 17:53:46 UTC 2024 Andreas Gohr <andi@splitbrain.org> fall back to empty (root) dir for base dir detection

When a basedir could not be detected, the default previously was '.'
resulting in a valid but weird URL (http://example.com/./doku.php). We
now default to an empty dir, resulting in a more sensible URL of
http://example.com/doku.php

This should not matter in real web server setups but will be in effect
while testing.