Estensione:GlobalUserPage
Appearance
GlobalUserPage Stato della release: stabile |
|
---|---|
Implementazione | Interfaccia utente |
Descrizione | Enables global (shared between wikis) user pages on a wiki farm. |
Autore(i) | Jack Phoenix, Kunal Mehta |
Versione | 0.11.1 (2017-09-18) |
Politica di compatibilità | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.42+ |
PHP | 5.5.9+ |
Licenza | GNU General Public License 3.0 or later |
Scaricare | |
Aiuto | Help:Extension:GlobalUserPage/it |
Esempio | ShoutWiki |
|
|
Quarterly downloads | 25 (Ranked 115th) |
Public wikis using | 2,011 (Ranked 198th) |
Traduci l'estensione GlobalUserPage se è disponibile su translatewiki.net | |
Problemi | Compiti aperti · Riportare un bug |
The GlobalUserPage extension enables global (shared between wikis) user pages on a wiki farm.
This extension was developed by Jack Phoenix for ShoutWiki , originally based on the Extension:HelpPages by Kunal Mehta (the extensions no longer share any code).
Documentazione per l'utente
Vedi Aiuto:Estensione:GlobalUserPage .
Avvertenze
L'utilizzo di questa estensione comporta alcuni rischi per la sicurezza. You must absolutely trust the central wiki and its admins, as they can easily insert raw HTML into your wiki, opening up XSS holes and other bad things.
Installazione
- Download and move the extracted
GlobalUserPage
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalUserPage - Aggiungi il seguente codice al tuo $LocalSettings (preferibilmente alla fine):
wfLoadExtension( 'GlobalUserPage' );
- Done – Naviga in Special:Version nella tua wiki per verificare che l'estensione sia stata installata correttamente.
Configurazione
$wgGlobalUserPageAPIUrl
- the URL to the central wiki'sapi.php
. This URL is internally used to fetch the global user page's text.$wgGlobalUserPageCacheExpiry
- controls how long to cache the rendered HTML for. The default is60 * 60 * 24 * 7
(one week). The HTML is usually invalidated upon editing, but this is a worst case fallback.$wgGlobalUserPageDBname
- the name of the database where global user page data is stored, i.e. usually this should be set to the same value as$wgSharedDB
.$wgGlobalUserPageFooterKey
- message key to add as a footer to the bottom of global user pages, or false if no footer should be added.$wgGlobalUserPageTimeout
- Timeout for internal API requests, to use$wgHTTPTimeout
set this to the string "default".
Questa estensione viene utilizzata su uno o più progetti Wikimedia. Ciò probabilmente significa che l'estensione è stabile e funziona abbastanza bene da essere utilizzata da siti Web ad alto traffico. Cerca il nome di questa estensione nei file di configurazione CommonSettings.php e InitialiseSettings.php di Wikimedia per vedere dove è installato. Un elenco completo delle estensioni installate su un particolare wiki può essere visto sulla pagina Special:Version del wiki. |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Categories:
- Stable extensions/it
- User interface extensions/it
- GPL licensed extensions/it
- Extensions in Wikimedia version control/it
- ArticleDeleteComplete extensions/it
- ArticleFromTitle extensions/it
- GetDoubleUnderscoreIDs extensions/it
- LinksUpdateComplete extensions/it
- PageSaveComplete extensions/it
- TitleGetEditNotices extensions/it
- TitleIsAlwaysKnown extensions/it
- WikiPageFactory extensions/it
- All extensions/it
- Extensions used on Wikimedia/it
- Extensions included in Miraheze/it
- Extensions included in ShoutWiki/it
- Extensions included in Telepedia/it
- Extensions included in WikiForge/it
- Extensions by ShoutWiki/it