[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2014-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 --- Comment #3 from T. Gries --- (In reply to comment #2) > Is DIRECTORY_PATH variable an already defined one ? What I meant was: use the PHP-built-in constant DIRECTORY_SEPARATOR (string) see http://us3.php.net/manual/dir.constants.php --

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2014-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 --- Comment #2 from Tony Thomas <01tonytho...@gmail.com> --- Is DIRECTORY_PATH variable an already defined one ? should changing GitInfo.php#L53 $this->basedir = $isAbsolute ? $path : "{$dir}/{$path}"; to $this->basedir = $isAbsolute ? $path :

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2014-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 Tony Thomas <01tonytho...@gmail.com> changed: What|Removed |Added Assignee|01tonytho...@gmail.com |wikibugs-l@lists.

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 Tony Thomas <01tonytho...@gmail.com> changed: What|Removed |Added CC||01tonytho...@gmai

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2013-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 Andre Klapper changed: What|Removed |Added Blocks||700 -- You are receiving this mail be

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 MZMcBride changed: What|Removed |Added CC||b...@mzmcbride.com -- You are receiving t

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 --- Comment #1 from Daniel Friesen --- You might want to make a general bug about that. Practically the entirety of core hardcodes /s. For all the path stuff we do we have a grand total of 12 uses of DIRECTORY_PATH inside of core. And 9 of the

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 Daniel Friesen changed: What|Removed |Added CC||mediawiki-bugs@nadir-seen-f

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 T. Gries changed: What|Removed |Added Keywords||easy -- You are receiving this mail becaus

[Bug 46482] GitInfo.php (used by Special:Version) should use DIRECTORY_PATH instead of hardcoded "/"

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46482 T. Gries changed: What|Removed |Added Priority|Unprioritized |Normal -- You are receiving this mail beca