r100702 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100701‎ | r100702 | r100703 >
Date:15:10, 25 October 2011
Author:siebrand
Status:ok
Tags:
Comment:
(bug 31826) Make commit mail for this commit point to https://www.mediawiki.org/wiki/Special:Code/MediaWiki/100702 instead of http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100702

Now I need someone to deploy it...
Modified paths:
  • /trunk/tools/subversion/hooks/HooksCommon.inc (modified) (history)

Diff [purge]

Index: trunk/tools/subversion/hooks/HooksCommon.inc
@@ -263,7 +263,7 @@
264264 $cmd = "{$this->svnnotify} --repos-path \"{$this->repo}\" --revision \"{$this->transaction}\""
265265 . " --to \"{$list}\" --smtp {$smtp} --subject-prefix \"SVN: \""
266266 . " --subject-cx --no-first-line --with-diff --user-domain \"svn.wikimedia.org\""
267 - . " --header \"http://www.mediawiki.org/wiki/Special:Code/MediaWiki/{$this->transaction}\""
 267+ . " --header \"https://www.mediawiki.org/wiki/Special:Code/MediaWiki/{$this->transaction}\""
268268 . " -l {$this->svnlook}";
269269 }
270270

Status & tagging log