Skip to content

Commit d97ed6e

Browse files
committed
Disabled TemplateStyles
1 parent 0e2db85 commit d97ed6e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

nix/hawiki-container-config.nix

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)