summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LocalSettings.php7
-rw-r--r--i18n/en.json1
-rw-r--r--layout.xml16
-rw-r--r--style.less2
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
<row class='footerwrap hidden-print smwofootergrid-bottom'>
<grid class="smwofootergrid">
<row class="smwofooterrow">
- <cell span="12">
+ <!-- <cell span="12">
<component type="LegalInfo"/>
- </cell>
+ </cell> -->
- <cell span="12" class="footer-social">
+ <cell span="12">
<component type="Html">
<![CDATA[
- <div class="footer-social-box">
- <a target="_blank" href="/api.php?action=feedrecentchanges&days=14&limit=50&hidebots=1&feedformat=atom"><i class="fas fa-rss"></i></a>
- </div>
+
+ <!-- footer links -->
+ <ul class="footer-legal-info list-unstyled small" id="footer-legal-info">
+ <!-- info -->
+ <li>This platform is in beta stage. <i>Version 0.2.1</i></li>
+ </ul>
+
]]>
</component>
</cell>
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;
}