From: James D. Forrester Date: Mon, 20 Feb 2017 22:49:28 +0000 (-0800) Subject: /*.php: Replace implicit Bugzilla bug numbers with Phab ones X-Git-Tag: 1.31.0-rc.0~3962^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e08e923935533da34a91bc91bf6a0ba6fe73e727;p=lhc%2Fweb%2Fwiklou.git /*.php: Replace implicit Bugzilla bug numbers with Phab ones It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345" except where it doesn't, so let's just standardise on the real numbers. Change-Id: If82c31fc877249d6fa3727b79c3bb8369ad9382b --- diff --git a/img_auth.php b/img_auth.php index fa1609f963..205280908b 100644 --- a/img_auth.php +++ b/img_auth.php @@ -68,7 +68,7 @@ function wfImageAuthMain() { $path = "/" . $path; } - // Check for bug 28235: QUERY_STRING overriding the correct extension + // Check for T30235: QUERY_STRING overriding the correct extension $whitelist = []; $extension = FileBackend::extensionFromPath( $path, 'rawcase' ); if ( $extension != '' ) { diff --git a/thumb.php b/thumb.php index c38b89c251..de201b914c 100644 --- a/thumb.php +++ b/thumb.php @@ -272,7 +272,7 @@ function wfStreamThumb( array $params ) { // For 404 handled thumbnails, we only use the base name of the URI // for the thumb params and the parent directory for the source file name. // Check that the zone relative path matches up so squid caches won't pick - // up thumbs that would not be purged on source file deletion (bug 34231). + // up thumbs that would not be purged on source file deletion (T36231). if ( $rel404 !== null ) { // thumbnail was handled via 404 if ( rawurldecode( $rel404 ) === $img->getThumbRel( $thumbName ) ) { // Request for the canonical thumbnail name