Jforrester has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/338910 )

Change subject: /*.php: Replace implicit Bugzilla bug numbers with Phab ones
......................................................................

/*.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
---
M img_auth.php
M thumb.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/10/338910/1

diff --git a/img_auth.php b/img_auth.php
index fa1609f..2052809 100644
--- a/img_auth.php
+++ b/img_auth.php
@@ -68,7 +68,7 @@
                $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 c38b89c..de201b9 100644
--- a/thumb.php
+++ b/thumb.php
@@ -272,7 +272,7 @@
        // 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

-- 
To view, visit https://gerrit.wikimedia.org/r/338910
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If82c31fc877249d6fa3727b79c3bb8369ad9382b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to