Estinzioni:HipchatNotifications
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | User interface, Notify |
Description | Sends notifications of actions in MediaWiki like adding, removing or deleting an article into HipChat channel |
Author(s) | Aleksi Postari (kulttuuridiscussioni) |
Latest version | 1.06 (2016-06-05) |
MediaWiki | 1.8+ |
PHP | 5.2+ |
Database changes | No |
License | MIT License |
Download | Download snapshot Note: |
|
|
The HipchatNotifications sends notifications of actions in MediaWiki like adding, removing or deleting an article into HipChat channel.
Nstallazzioni
- Scarricamentu and place the file(s) in a directory called
HipchatNotifications
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/HipchatNotifications/HipchatNotifications.php"; // HipChat API token. Manage API keys for Hipchat API v2 here: https://hipchat.com/account/api $wgHipchatToken = ""; // HipChat room ID or name where you want all the notifications to go into. // You can directly use your room name or if that does not work, you can find your room ID from here: https://api.hipchat.com/v2/room?auth_token=YOUR_AUTH_TOKEN $wgHipchatRoomID = ; // Required. Name the message will appear be sent from. // Must be less than 15 characters long. May contain letters, numbers, -, _, and spaces. $wgHipchatFromName = "Wiki"; // URL into your MediaWiki installation with the trailing /. $wgWikiUrl = "http://your_wiki_url/"; // Wiki script name. Leave this to default one if you do not have URL rewriting enabled. $wgWikiUrlEnding = "index.php?title="; // What method will be used to send the data to HipChat server. This setting only works with Hipchat API v1, in V2 we always use curl. // By default this is "curl" which only works if you have the curl extension enabled. This can be: "curl" or "file_get_contents". Default: "curl". $wgHipchatSendMethod = "curl";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Paràmitri di cunfigurazzioni
Pi favuri lèggiti lu file LÈGGIMI dô pruggettu pi chiossai opzioni di cunfigurazzioni.
Categories:
- Unmaintained extensions/scn
- User interface extensions/scn
- Notification extensions/scn
- MIT licensed extensions/scn
- Extensions in GitHub version control/scn
- ArticleSaveComplete extensions/scn
- ArticleInsertComplete extensions/scn
- ArticleDeleteComplete extensions/scn
- AddNewAccount extensions/scn
- BlockIpComplete extensions/scn
- UploadComplete extensions/scn
- TitleMoveComplete extensions/scn
- All extensions/scn