r76277 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76276‎ | r76277 | r76278 >
Date:22:49, 7 November 2010
Author:platonides
Status:deferred
Tags:
Comment:
MFT r69915
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/DefaultSettings.php
@@ -2502,6 +2502,11 @@
25032503 $wgRightsText = null;
25042504 $wgRightsIcon = null;
25052505
 2506+/**
 2507+ * Set to an array of metadata terms. Else they will be loaded based on $wgRightsUrl
 2508+ */
 2509+$wgLicenseTerms = false;
 2510+
25062511 /** Set this to some HTML to override the rights icon with an arbitrary logo */
25072512 $wgCopyrightIcon = null;
25082513
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -55,6 +55,7 @@
5656 * Installer now handles situations when safe_mode is active or exec()
5757 and similar functions are disabled better.
5858 * (bug 19593) Specifying --server in now works for all maintenance scripts.
 59+* Fixed $wgLicenseTerms register globals.
5960
6061 == Changes since 1.16 beta 3 ==
6162

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69915Add $wgLicenseTerms to DefaultSettingsplatonides21:25, 25 July 2010

Status & tagging log