/*.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
This commit is contained in:
parent
1e9c361960
commit
e08e923935
2 changed files with 2 additions and 2 deletions
|
|
@ -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 != '' ) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue