r112938 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112937‎ | r112938 | r112939 >
Date:11:31, 3 March 2012
Author:van-de-bugger
Status:ok
Tags:
Comment:
Feedback from Peachey88 implemented: http: protocol in links replaced with https:.
Modified paths:
  • /trunk/extensions/HidePrefix/HidePrefix.class.php (modified) (history)
  • /trunk/extensions/HidePrefix/HidePrefix.i18n.php (modified) (history)
  • /trunk/extensions/HidePrefix/HidePrefix.php (modified) (history)
  • /trunk/extensions/HidePrefix/README (modified) (history)

Diff [purge]

Index: trunk/extensions/HidePrefix/HidePrefix.class.php
@@ -14,7 +14,7 @@
1515 See the GNU Affero General Public License for more details.
1616
1717 You should have received a copy of the GNU Affero General Public License along with this
18 - program. If not, see <http://www.gnu.org/licenses/>.
 18+ program. If not, see <https://www.gnu.org/licenses/>.
1919 ------------------------------------------------------------------------------------------------
2020 */
2121
Index: trunk/extensions/HidePrefix/HidePrefix.i18n.php
@@ -14,7 +14,7 @@
1515 See the GNU Affero General Public License for more details.
1616
1717 You should have received a copy of the GNU Affero General Public License along with this
18 - program. If not, see <http://www.gnu.org/licenses/>.
 18+ program. If not, see <https://www.gnu.org/licenses/>.
1919 ------------------------------------------------------------------------------------------------
2020 */
2121
Index: trunk/extensions/HidePrefix/HidePrefix.php
@@ -14,13 +14,13 @@
1515 See the GNU Affero General Public License for more details.
1616
1717 You should have received a copy of the GNU Affero General Public License along with this
18 - program. If not, see <http://www.gnu.org/licenses/>.
 18+ program. If not, see <https://www.gnu.org/licenses/>.
1919 ------------------------------------------------------------------------------------------------
2020 */
2121
2222 if ( ! defined( 'MEDIAWIKI' ) ) {
2323 die( 'Not an entry point.' );
24 -}; # if
 24+}; // if
2525
2626 global $wgAutoloadClasses;
2727 $wgAutoloadClasses[ 'HidePrefix' ] = __DIR__ . '/HidePrefix.class.php';
@@ -38,8 +38,8 @@
3939 'name' => 'HidePrefix',
4040 'license' => 'AGPL-3.0+',
4141 'version' => '0.0.1',
42 - 'author' => array( '[http://www.mediawiki.org/wiki/User:Van_de_Bugger Van de Bugger]' ),
43 - 'url' => 'http://www.mediawiki.org/wiki/Extension:HidePrefix',
 42+ 'author' => array( '[https://www.mediawiki.org/wiki/User:Van_de_Bugger Van de Bugger]' ),
 43+ 'url' => 'https://www.mediawiki.org/wiki/Extension:HidePrefix',
4444 'descriptionmsg' => 'hide-prefix-description',
4545 );
4646
Index: trunk/extensions/HidePrefix/README
@@ -39,7 +39,7 @@
4040
4141 == Download ==
4242
43 - svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/HidePrefix
 43+ svn checkout https://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/HidePrefix
4444
4545 == Installation ==
4646
@@ -60,8 +60,8 @@
6161
6262 == Links ==
6363
64 -* Extension page: http://www.mediawiki.org/wiki/Extension:HidePrefix
65 -* Author page: http://www.mediawiki.org/wiki/User:Van_de_Bugger
66 -* License page: http://www.gnu.org/licenses/agpl.html
 64+* Extension page: https://www.mediawiki.org/wiki/Extension:HidePrefix
 65+* Author page: https://www.mediawiki.org/wiki/User:Van_de_Bugger
 66+* License page: https://www.gnu.org/licenses/agpl.html
6767
6868 <!-- end of file -->

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112932Initial revision of HidePrefix extension.van-de-bugger09:08, 3 March 2012

Status & tagging log