r71111 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71110‎ | r71111 | r71112 >
Date:10:02, 15 August 2010
Author:jeroendedauw
Status:reverted
Tags:
Comment:
Follow up to r71107 - moved forgotten global variables
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -5088,6 +5088,37 @@
50895089 * Enabes or disables JavaScript-based suggestions of password strength
50905090 */
50915091 $wgLivePasswordStrengthChecks = false;
 5092+
 5093+/**
 5094+ * The location of the MediaWiki package repository to use.
 5095+ *
 5096+ * @since 1.17
 5097+ * @var string
 5098+ */
 5099+$wgRepositoryApiLocation = 'http://www.mediawiki.org/w/api.php';
 5100+
 5101+/**
 5102+ * The location of the remote web interface for the selected repository.
 5103+ *
 5104+ * @since 1.17
 5105+ * @var string
 5106+ */
 5107+$wgRepositoryLocation = 'http://www.mediawiki.org/wiki/Special:Repository';
 5108+
 5109+/**
 5110+ * List of package states to filter update detection and extension listing on.
 5111+ *
 5112+ * @since 1.17
 5113+ * @var array
 5114+ */
 5115+$wgRepositoryPackageStates = array(
 5116+ //'dev',
 5117+ //'alpha',
 5118+ 'beta',
 5119+ //'rc',
 5120+ 'stable',
 5121+ //'deprecated',
 5122+);
50925123
50935124 /**
50945125 * For really cool vim folding this needs to be at the end:

Follow-up revisions

RevisionCommit summaryAuthorDate
r71112Follow up to r71111 - moved forgotten global variablesjeroendedauw10:03, 15 August 2010
r77883Remove "checking for latest version" feature from the new installer. Original...demon15:32, 6 December 2010

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