Skip to content
Snippets Groups Projects
Verified Commit 58fbac9d authored by nl6720's avatar nl6720
Browse files

archwiki: LocalSettings.php: add gitlab.archlinux.org to wgGitRepositoryViewers

This way the commit hash for "MediaWiki" in
https://wiki.archlinux.org/title/Special:Version is clickable.
parent 719521b2
No related branches found
No related tags found
1 merge request!825archwiki: LocalSettings.php: add gitlab.archlinux.org to wgGitRepositoryViewers
......@@ -76,6 +76,7 @@ $wgRightsIcon = "$wgResourceBasePath/resources/assets/licenses/gnu-fdl.png";
$wgResourceLoaderMaxQueryLength = -1;
$wgGitRepositoryViewers['https://github.com/(.*?)(.git)?'] = 'https://github.com/$1/commit/%H';
$wgGitRepositoryViewers['https://gitlab.archlinux.org/(.*?)(.git)?'] = 'https://gitlab.archlinux.org/$1/-/commit/%H';
$wgJobRunRate = 0;
$wgRunJobsAsync = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment