Extension:SimpleTasks/pl
SimpleTasks Status wydania: stabilne |
|
---|---|
Opis | Tasks are checklist items that can be checked on or off to indicate if the task is open or completed. |
Autor(zy) | Hallo Welt! GmbH |
Opiekun(owie) | Hallo Welt! GmbH |
Ostatnia wersja | 4.5 |
Polityka zgodności | Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu. |
MediaWiki | 1.39 (LTS) |
Licencja | Licencja GNU General Public License 3.0 wyłącznie |
Pobieranie | |
Przetłumacz rozszerzenie SimpleTasks jeżeli jest dostępne na translatewiki.net | |
Community Forum |
Tasks are checklist items that can be checked on or off to indicate if the task is open or completed.
Użycie
SimpleTasks provides checkboxes with labels that can be marked completed in view mode. The changes are logged in the page history.
Simple tasks
Simple tasks show a checkbox with a task description.
To add a simple task:
- Click the Content Droplet icon in the editor toolbar.
- Select the Tasklist droplet. This inserts a checkbox.
- Add the task description next to the checkbox.
- Repeat steps 2 and 3 to add more tasks. Alternatively, copy the first task line and paste it onto new lines. Then change the individual task descriptions.
You can now check the items of your list. Everytime a checkbox is checked or unchecked, the version history of the page creates an entry.
Combined tasks
Tasks can have three elements: (1) A task checkbox with label, (2) an assignee, and (3) an optional date. When these elements are added to the page consecutively (the order of these elements is flexible), a single task item is created.
To add a combined task item:
- Add your task list item as described above.
- Add a mention (as described above) immediately after the task description to assign the task to a user.
- Add a Date Content Droplet immediately after the user mention (optional).
- Copy the entire task line and paste it on a new line to create the next task item.
My Tasks
Users can see all their open tasks on their task list.
Querying tasks
If you are familiar with Semantic MediaWiki, you can query the task items. They are added as semantic subobjects with the following properties:
- Property:Task/Desc
- Property:Task/Due date
- Property:Task/User
-
Task Item
-
Checkbox changes in the page history
-
Finished task list
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
SimpleTasks
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/SimpleTasks - Tylko w przypadku instalacji z repozytorium git należy uruchomić Composer, aby zainstalować zależności PHP, poprzez wywołanie
composer install --no-dev
w katalogu rozszerzenia. (Zobacz zadanie T173141 w celu uzyskania informacji o możliwych komplikacjach.) - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'SimpleTasks' );
- 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.
Requirements
The following other installations are required to install SimpleTask:
- Extension:AtMentions (which requires Extension:OOJSPlus )
- Extension:DateTimeTools
- Extension:Checklists
External links
See also
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |