r78137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78136‎ | r78137 | r78138 >
Date:20:36, 9 December 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -4132,8 +4132,7 @@
41334133 $wgReadOnlyFile = false;
41344134
41354135 /**
4136 - * If this is set to some string, this opens up config/index.php for upgrades
4137 - * when needed. You will need to provide this key to use it
 4136+ * Set this to a random string to allow web-based upgrades
41384137 */
41394138 $wgUpgradeKey = false;
41404139
@@ -5234,12 +5233,6 @@
52355234 $wgSeleniumConfigFile = null;
52365235
52375236 /**
5238 - * Set this to a random string to allow web-based upgrades
5239 - */
5240 -$wgUpgradeKey = false;
5241 -
5242 -
5243 -/**
52445237 * For really cool vim folding this needs to be at the end:
52455238 * vim: foldmarker=@{,@} foldmethod=marker
52465239 * @}

Follow-up revisions

RevisionCommit summaryAuthorDate
r784371.17: Merge tagged revisions from trunk: r77878, r77981, r77982, r77994, r780...catrope14:14, 15 December 2010
r95544MFT r78137 - r95540awjrichards23:20, 25 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78118* Made the web upgrade process more friendly. Instead of saying "access denie...tstarling08:24, 9 December 2010

Status & tagging log