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

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

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

Modified: branches/REL1_15/phase3/RELEASE-NOTES
===================================================================
--- branches/REL1_15/phase3/RELEASE-NOTES       2010-11-07 22:49:51 UTC (rev 
76277)
+++ branches/REL1_15/phase3/RELEASE-NOTES       2010-11-07 22:49:53 UTC (rev 
76278)
@@ -8,6 +8,7 @@
   one of the backlinks generators with limit=max.
 * (bug 24740) limit=max still causing problems on 1.15.5 (backport r70078,
   bug 24564)
+* Fixed $wgLicenseTerms register globals.
 
 == MediaWiki 1.15.5 ==
 

Modified: branches/REL1_15/phase3/includes/DefaultSettings.php
===================================================================
--- branches/REL1_15/phase3/includes/DefaultSettings.php        2010-11-07 
22:49:51 UTC (rev 76277)
+++ branches/REL1_15/phase3/includes/DefaultSettings.php        2010-11-07 
22:49:53 UTC (rev 76278)
@@ -2217,6 +2217,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