r71109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71108‎ | r71109 | r71110 >
Date:09:48, 15 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r71107
Modified paths:
  • /trunk/extensions/Deployment/Deployment.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Deployment/Deployment.php
@@ -68,19 +68,4 @@
6969 'descriptionmsg' => 'deployment-desc',
7070 );
7171
72 -}
73 -
74 -/**
75 - * Returns the PackageRepository object for interaction with the package repository.
76 - *
77 - * @return PackageRepository
78 - */
79 -function wfGetRepository() {
80 - global $wgRepository, $wgRepositoryApiLocation;
81 -
82 - if ( !isset( $wgRepository ) ) {
83 - $wgRepository = new DistributionRepository( $wgRepositoryApiLocation );
84 - }
85 -
86 - return $wgRepository;
87 -}
\ No newline at end of file
 72+}
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71107Moved in repository interaction classes from Deployment so it's possible to u...jeroendedauw09:40, 15 August 2010

Status & tagging log