Skip to content

Commit

Permalink
Improve comments about downloaded-elsewhere extensions (#290)
Browse files Browse the repository at this point in the history
"in some cases they are modified" is no longer correct. Also generally improved formatting.
  • Loading branch information
yaronkoren authored Sep 5, 2023
1 parent ccb965e commit 16a2f23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ RUN set -x; \
&& git checkout -q 86f33620f25335eb62289aa18d342ff3b980d8b8

# Extensions
# The following extensions are bundled into MediaWiki and do not need to be separately installed (though in some cases
# they are modified): AbuseFilter, CategoryTree, Cite, CiteThisPage, CodeEditor, ConfirmEdit, Gadgets, ImageMap,
# InputBox, Interwiki, Math, MultimediaViewer, Nuke, OATHAuth, PageImages, ParserFunctions,
# PdfHandler, Poem, Renameuser, Replace Text, Scribunto, SecureLinkFixer, SpamBlacklist, SyntaxHighlight, TemplateData,
# TextExtracts, TitleBlacklist, VisualEditor, WikiEditor.
# The following extensions are downloaded via Composer and also do not need to be downloaded here: Bootstrap,
# DataValues (and related extensions like DataValuesCommon), ParserHooks.
# The following extensions are bundled into MediaWiki and do not need to be separately installed:
# AbuseFilter, CategoryTree, Cite, CiteThisPage, CodeEditor, ConfirmEdit, Gadgets, ImageMap, InputBox, Interwiki,
# Math, MultimediaViewer, Nuke, OATHAuth, PageImages, ParserFunctions, PdfHandler, Poem, Renameuser, Replace Text,
# Scribunto, SecureLinkFixer, SpamBlacklist, SyntaxHighlight, TemplateData, TextExtracts, TitleBlacklist,
# VisualEditor, WikiEditor.
# The following extensions are downloaded via Composer and also do not need to be downloaded here:
# Bootstrap, DataValues (and related extensions like DataValuesCommon), ParserHooks.
RUN set -x; \
cd $MW_HOME/extensions \
# AdminLinks (v. 0.6.1)
Expand Down

0 comments on commit 16a2f23

Please sign in to comment.