Extension:Reminder
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Release status: stable |
|
|---|---|
| Description | Create reminders for articles |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
| Database changes | Yes |
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the Reminder extension if it is available at translatewiki.net | |
The extension Reminder allows users to set a notification date for a page.
Usage / features
- Set a reminder date for yourself or for other users
- Make the date a recurring event
- View and manage a list of your personal reminders
- View a filterable list of all reminders on the wiki
External links
- Reminder - Helpdesk
See also
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-Reminder
.git) as a "vcs repository" and the package name (mediawiki/Reminder) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-Reminder .git" } ], "require": { "mediawiki/Reminder": "Reminder" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Reminder' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/en
- Extensions with invalid or missing type/en
- BSUserManagerAfterDeleteUser extensions/en
- BeforePageDisplay extensions/en
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/en
- GetPreferences extensions/en
- LoadExtensionSchemaUpdates extensions/en
- MWStakeCommonUIRegisterSkinSlotComponents extensions/en
- PageSaveComplete extensions/en
- SkinTemplateNavigation::Universal extensions/en
- StandardDialogsRegisterPageInfoPanelModules extensions/en
- UserMergeAccountFields extensions/en
- GPL licensed extensions/en
- Extensions in Wikimedia version control/en
- All extensions/en
- Extensions by HalloWelt/en
- BlueSpice/en

