SlackNotifications

Slack Mediawiki - Integrate Slack with Mediawiki. Sends notifications into your Slack room when certain actions are being performed in your wiki (for example when article is being edited, new article was added...)

MIT License

Stars
27
Committers
8
SlackNotifications - 1.15 Latest Release

Published by kulttuuri over 4 years ago

SlackNotifications - 1.12

Published by kulttuuri over 6 years ago

  • Check when moving article if new or old title of this article should discard notifications.
SlackNotifications - 1.11

Published by kulttuuri over 6 years ago

  • Added support for parameter SlackExcludeNotificationsFrom which can be used to discard notifications from pages starting with certain strings.
SlackNotifications - 1.10

Published by kulttuuri over 7 years ago

  • Added support for proxy through MediaWiki's $wgHTTPProxy variable.
SlackNotifications - 1.09

Published by kulttuuri over 7 years ago

  • Converted spaces with underscores in Wiki URLs submitted to Slack.
SlackNotifications - 1.08

Published by kulttuuri over 7 years ago

  • Fixed crash when user submits an edit with no changes.
SlackNotifications - 1.07

Published by kulttuuri over 7 years ago

  • Added ability to hide email, ip and real name from newly created users.
  • Changed hooks ArticleSaveComplete to PageContentSaveComplete and ArticleInsertComplete to PageContentInsertComplete. Former hooks are deprecated in latest version of MediaWiki.
  • Moved message text to message attachment text. Now colors are being set in front of notification messages depending on action (green for adding article etc.) (contributed by @jacksga)
SlackNotifications - 1.06

Published by kulttuuri almost 8 years ago

  • Added new notification event: when article is protected.
  • Updated readme file with information about the new event.