Extension:AjaxShowEditors/pl
Appearance
From mediawiki.org
This page is a translated version of the page Extension:AjaxShowEditors and the translation is 29% complete.
Status wydania: stabilne |
|
|---|---|
| Realizacja | Bazy danych , Aktywność użytkownika , Ajax |
| Opis | Shows who is editing a page you are editing. |
| Autor(zy) | Antoine Musso, Tim Starling, Jack Phoenix |
| Ostatnia wersja | 2.0 (2020年11月13日) |
| MediaWiki | 1.43.9+ |
| Zmiany w bazie danych | Tak |
|
|
| Licence | Licencja GNU General Public License 2.0 wyłącznie |
| Pobieranie | |
| Przetłumacz rozszerzenie AjaxShowEditors jeżeli jest dostępne na translatewiki.net | |
The AjaxShowEditors extension allows you to see who is editing a page that you're editing at the same time.
The extension displays a box containing other users' user names on action=edit (as well as on preview, action=submit).
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
AjaxShowEditorsw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cdextensions/ gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/AjaxShowEditors - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'AjaxShowEditors' );
- Uruchom skrypt aktualizujący , który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
- Yes Zrobione – Przejdź do
Special:Versionna twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
The extension has only one configuration variable, $wgAjaxShowEditorsTimeout; its default value is 60 (seconds); it's the timeout in seconds after which a user is considered as no longer editing the page in question.
Categories:
- Stable extensions/pl
- Database extensions/pl
- User activity extensions/pl
- Ajax extensions/pl
- PageContentSave extensions/pl
- BeforePageDisplay extensions/pl
- EditPage::showEditForm:initial extensions/pl
- LoadExtensionSchemaUpdates extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- All extensions/pl
- Edit extensions/pl