Extension:PageCreationNotif
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> <translate> If you are interested in taking on the task of developing and maintaining this extension, [[<tvar name=request>Special:MyLanguage/Gerrit/Privilege policy#Requesting Gerrit privileges</tvar>|you can request repository ownership]].</translate> <translate> As a courtesy, you may want to contact the author.</translate> <translate> You should also remove this template and list yourself as maintaining the extension in the page's <tvar name=extension>{{Extension }}</tvar> infobox.</translate> |
PageCreationNotif Release status: unmaintained |
|
---|---|
Implementation | Notify |
Description | Enables email notifications for users of page creations |
Author(s) | Nischay Nahata (Nischayn22talk) |
Latest version | 0.2.0 (2014-04-01) |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | >= 1.29.0 |
PHP | 5.3+ |
Database changes | Yes |
License | GNU General Public License 3.0 or later |
Download | README |
|
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Translate the PageCreationNotif extension if it is available at translatewiki.net |
The PageCreationNotif extension enables email notifications for users on creation of new pages. The user can specify to whether receive emails or not in their preferences.
Installation
- <translate> [[<tvar name=2>Special:ExtensionDistributor/PageCreationNotif</tvar>|Download]] and move the extracted <tvar name=name>
PageCreationNotif
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PageCreationNotif - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'PageCreationNotif' );
- <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Authors
Page Creation Notif was originally written by Nischay Nahata, as WikiWorks consultant for Texas Instruments.
- Pages with script errors
- Pages with broken file links
- Unmaintained extensions
- Extensions without an image
- Notification extensions
- Extensions with release branches compatibility policy
- GPL licensed extensions
- Extensions in Wikimedia version control
- GetPreferences extensions
- LoadExtensionSchemaUpdates extensions
- UserSaveOptions extensions
- All extensions