File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,18 @@ services.mediawiki = {
121121 ParserFunctions = null ;
122122 Poem = null ;
123123
124- # TODO: Remove this manual installation of TemplateStyles once MediaWiki is upgraded to 1.44 or later,
125- # since the TemplateStyles extension will be bundled by default starting from that version.
126-
127- TemplateStyles = builtins . fetchGit {
128- url = "https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles.git" ;
129- # Tag REL1_38, the last one I can find in the repo.
130- rev = "e0aa1fac05bcf580b539c1707d889dcfb4701cb0" ;
131- } ;
124+ # FIXME TemplateStyles disabled because it's causing internal errors. Or,
125+ # something is, and I'm guessing it's the new/changed version of
126+ # TemplateStyles. Let's find out!
127+ #
128+ ## TODO: Remove this manual installation of TemplateStyles once MediaWiki is upgraded to 1.44 or later,
129+ ## since the TemplateStyles extension will be bundled by default starting from that version.
130+
131+ #TemplateStyles = builtins.fetchGit {
132+ # url = "https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles.git";
133+ # # Tag REL1_38, the last one I can find in the repo.
134+ # rev = "e0aa1fac05bcf580b539c1707d889dcfb4701cb0";
135+ #};
132136 SpamBlacklist = null ;
133137 TitleBlacklist = null ;
134138 SimpleMathJax = builtins . fetchGit
You can’t perform that action at this time.
0 commit comments