http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76277

Revision: 76277
Author:   platonides
Date:     2010-11-07 22:49:51 +0000 (Sun, 07 Nov 2010)
Log Message:
-----------
MFT r69915

Modified Paths:
--------------
    branches/REL1_16/phase3/RELEASE-NOTES
    branches/REL1_16/phase3/includes/DefaultSettings.php

Modified: branches/REL1_16/phase3/RELEASE-NOTES
===================================================================
--- branches/REL1_16/phase3/RELEASE-NOTES       2010-11-07 22:48:14 UTC (rev 
76276)
+++ branches/REL1_16/phase3/RELEASE-NOTES       2010-11-07 22:49:51 UTC (rev 
76277)
@@ -55,6 +55,7 @@
 * Installer now handles situations when safe_mode is active or exec()
   and similar functions are disabled better.
 * (bug 19593) Specifying --server in now works for all maintenance scripts.
+* Fixed $wgLicenseTerms register globals.
 
 == Changes since 1.16 beta 3 ==
 

Modified: branches/REL1_16/phase3/includes/DefaultSettings.php
===================================================================
--- branches/REL1_16/phase3/includes/DefaultSettings.php        2010-11-07 
22:48:14 UTC (rev 76276)
+++ branches/REL1_16/phase3/includes/DefaultSettings.php        2010-11-07 
22:49:51 UTC (rev 76277)
@@ -2502,6 +2502,11 @@
 $wgRightsText = null;
 $wgRightsIcon = null;
 
+/**
+ * Set to an array of metadata terms. Else they will be loaded based on 
$wgRightsUrl
+ */
+$wgLicenseTerms = false;
+
 /** Set this to some HTML to override the rights icon with an arbitrary logo */
 $wgCopyrightIcon = null;
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to