Extension:AjaxShowEditors/pl
Appearance
Ajax Show Editors 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.39.10+ |
Zmiany w bazie danych | Tak |
Tabele | editings |
Licencja | Tylko GNU General Public License 2.0 |
Pobieranie | |
|
|
Quarterly downloads | 3 (Ranked 128th) |
Przetłumacz rozszerzenie AjaxShowEditors jeżeli jest dostępne na translatewiki.net | |
The Ajax Show Editors 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
AjaxShowEditors
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://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.
- Zrobione – Przejdź do Special:Version na 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
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- PageContentSave extensions/pl
- BeforePageDisplay extensions/pl
- EditPage::showEditForm:initial extensions/pl
- LoadExtensionSchemaUpdates extensions/pl
- All extensions/pl
- Edit extensions/pl