From 27c30da24f8f978e520523c084a2b25a1aaeb900 Mon Sep 17 00:00:00 2001 From: Yaco Date: Wed, 3 Nov 2021 15:27:55 +0000 Subject: improvements --- LocalSettings.php | 7 ++++++- i18n/en.json | 1 + layout.xml | 16 ++++++++++------ style.less | 2 +- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/LocalSettings.php b/LocalSettings.php index 9cf7035..46177a0 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -36,7 +36,7 @@ $wgDBmysql5 = false; ## Registro y perfil de usuarios $wgHiddenPrefs[] = 'realname'; $wgHiddenPrefs[] = 'genre'; -$wgGroupPermissions['*']['createaccount'] = true; +$wgGroupPermissions['*']['createaccount'] = false; $wgRedirectOnLogin = 'Special:MyPage'; ## Permisos @@ -445,6 +445,11 @@ $wgHooks['EmailUser'][] = function ( &$address, &$from, &$subject, &$text, &$err # $from->address = $wgPasswordSender; }; +wfLoadExtension( 'Scribunto' ); +$wgScribuntoDefaultEngine = 'luastandalone'; + +wfLoadExtension( 'CategoryTree' ); + ###### Extensiones propias diff --git a/i18n/en.json b/i18n/en.json index 186bbbb..d0ca2a2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -24,6 +24,7 @@ "rv-endorser:info-languages": "Languages", "rv-endorser:reply-yes": "Yes", "rv-endorser:reply-no": "No", + "rv-endorser:reply-public": "Public funding", "rv-endorser:reply-campaigns": "Campaigns", "rv-endorser:reply-crowdfunding": "Crowdfunding", "rv-endorser:reply-donations": "Donations", diff --git a/layout.xml b/layout.xml index 030b1de..6f2a296 100644 --- a/layout.xml +++ b/layout.xml @@ -80,17 +80,21 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc - + - + - - + + + + ]]> diff --git a/style.less b/style.less index 9c04cb6..440c0bd 100644 --- a/style.less +++ b/style.less @@ -30,7 +30,7 @@ button#mw-searchButton { } .navbar-brand img { - max-height: 22px !important; + max-height: 26px !important; margin: 9px 0px 0px 0px; } -- cgit v1.2.1