MarkAHershberger has uploaded a new change for review. https://gerrit.wikimedia.org/r/175109
Change subject: Bump for 1.24-rc.FINAL ...................................................................... Bump for 1.24-rc.FINAL Also add release notes for . Change-Id: I97c10b3a7652a87302f8fa89cf841c4d272d8fc9 --- M RELEASE-NOTES-1.24 M includes/DefaultSettings.php 2 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/09/175109/1 diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 768a260..f65fa0f 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -9,6 +9,9 @@ any problems found. === Configuration changes in 1.24 === +* Setting $wgAllowSiteCSSOnRestrictedPages to true is necessary if you want to + use on-wiki CSS modifications (e.g MediaWiki:Common.css) on + Special:UserLogin or Special:Preferences. * MediaWiki will no longer run if register_globals is enabled. It has been deprecated for 5 years now, and was removed in PHP 5.4. For more information about why, see <https://www.mediawiki.org/wiki/register_globals>. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 637a3fd..50a1e9d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -75,7 +75,7 @@ * Using single quotes is, therefore, important here. * @since 1.2 */ -$wgVersion = '1.24.0-rc.1'; +$wgVersion = '1.24.0-rc.FINAL'; /** * Name of the site. It must be changed in LocalSettings.php -- To view, visit https://gerrit.wikimedia.org/r/175109 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I97c10b3a7652a87302f8fa89cf841c4d272d8fc9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_24 Gerrit-Owner: MarkAHershberger <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
