mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
enable discussiontools extension
fixes https://github.com/NixOS/nixos-wiki-infra/issues/60
This commit is contained in:
parent
2a4829a254
commit
8fd6208b1a
@ -56,7 +56,10 @@ in
|
|||||||
hash = "sha256-hr/DLyL6IzQs67eA46RdmuVlfCiAbq+eZCRLfjLxUpc=";
|
hash = "sha256-hr/DLyL6IzQs67eA46RdmuVlfCiAbq+eZCRLfjLxUpc=";
|
||||||
}; # Github login
|
}; # Github login
|
||||||
ConfirmEdit = null; # Combat SPAM with a simple Captcha
|
ConfirmEdit = null; # Combat SPAM with a simple Captcha
|
||||||
# https://www.mediawiki.org/wiki/Extension:MobileFrontend/
|
DiscussionTools = null; # Adds a new discussion tool to the talk pages
|
||||||
|
Thanks = null; # Adds a "thank" button
|
||||||
|
Linter = null; # Dependency of DiscussionTools
|
||||||
|
Echo = null; # Dependency of DiscussionTools
|
||||||
} // pkgs.callPackages ./extensions.nix { };
|
} // pkgs.callPackages ./extensions.nix { };
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
#$wgDebugLogFile = "/var/log/mediawiki/debug.log";
|
#$wgDebugLogFile = "/var/log/mediawiki/debug.log";
|
||||||
@ -142,6 +145,10 @@ in
|
|||||||
|
|
||||||
## remove restrictions on display titles
|
## remove restrictions on display titles
|
||||||
$wgRestrictDisplayTitle = false;
|
$wgRestrictDisplayTitle = false;
|
||||||
|
|
||||||
|
# Notify users via email on changes
|
||||||
|
$wgEnotifWatchlist = true;
|
||||||
|
$wgEnotifUserTalk = true;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user