Page MenuHomePhabricator

Wrong comment in the generated LocalSettings.php about how to enable new extensions
Closed, ResolvedPublic

Description

In MediaWiki 1.25, the generated LocalSettings.php file contains this comment:

# Enabled Extensions. Most extensions are enabled by including the base extension file here
# but check specific extension documentation for more details
# The following extensions were automatically enabled:

This is now wrong since we're using the new extension registration method, which is now, for example:

wfLoadExtension( 'Cite' );

Event Timeline

Ciencia_Al_Poder raised the priority of this task from to Low.
Ciencia_Al_Poder updated the task description. (Show Details)
Ciencia_Al_Poder subscribed.

That comment is in ./includes/installer/LocalSettingsGenerator.php

Change 236020 had a related patch set uploaded (by Legoktm):
Modification of Comment in LocalSettings.php file

https://gerrit.wikimedia.org/r/236020

Change 236020 merged by jenkins-bot:
Update comment about enabled extensions

https://gerrit.wikimedia.org/r/236020

Legoktm claimed this task.