Commit Graph

52 Commits

Author SHA1 Message Date
Jayden Bailey 3d7c770f04 Fix encoding to remove unwanted BOM 2018-09-10 13:54:57 +01:00
Szmyk a187e32311 Show protection of page in embed fields 2018-08-18 21:47:43 +02:00
Szmyk 0846255a0b Remove multiple calls of WikiPage::getTitle() 2018-07-31 13:01:54 +02:00
Szmyk a03771a6e1 Update license 2018-07-31 12:18:04 +02:00
Szmyk 11b31291dc Add links to contributors in extension.json 2018-07-31 12:17:51 +02:00
Szmyk 87e7b5bb4b Add all contributors to extension.json 2018-07-31 12:15:54 +02:00
Szymon Zak 35f7fd5c33 Merge pull request #6 from LewisTehMinerz/master
Fix some stuff
2018-07-31 12:09:51 +02:00
Szmyk 70db640bf0 Unification of indentations 2018-07-31 12:06:29 +02:00
Lewis Crichton ace966029d fix some stuff
- fix extra links by using MediaWiki's Title.php (Manual:Title.php)
- fix a discord thing where it would create an embed for the block url with two brackets on the end
2018-07-31 09:56:36 +01:00
Szmyk 5aa108d8bd Add extra links to the message (#4) 2018-07-30 23:12:49 +02:00
Szmyk 1762bcb323 Add displaying summary when adding new page 2018-07-12 23:58:59 +02:00
Szmyk d4f9a52822 Add excluding specific notifications in config 2018-07-12 23:47:47 +02:00
Szmyk e20e295bb4 Add setting language of notifications in config 2018-07-12 23:30:25 +02:00
Szmyk fd65200c8e Add handling of minor edits 2018-07-12 23:01:07 +02:00
Szmyk fd003511c4 Fix translations 2018-07-12 22:58:24 +02:00
Szmyk 86e27044c0 Edit README.md 2018-07-12 22:32:29 +02:00
Szmyk 98a5b8eb25 Add unit tests of utils 2018-07-12 22:32:10 +02:00
Szmyk cd67be63e2 Change project structure 2018-07-12 22:31:19 +02:00
Szmyk 748754f505 Fix strict warnings 2018-07-05 03:19:06 +02:00
Szmyk 74883de99b Set wiki content language as notifications language 2018-07-05 03:10:02 +02:00
Szmyk ae098fab3d Add Russian localization 2018-07-05 03:00:28 +02:00
Szmyk 90241c6a2b Update README.md 2018-07-05 02:58:35 +02:00
Szmyk 0e22202bae Add Polish localization 2018-07-05 02:21:51 +02:00
Szmyk cfd0b2eb8b Implement internationalisation 2018-07-05 02:20:32 +02:00
Szmyk 2f64d28189 Fix embedded image URL (fix #3) 2018-07-05 00:29:31 +02:00
Szmyk 14fde8d5a9 Showing URL of file page (fix #2) 2018-07-05 00:27:41 +02:00
Szmyk fcc0a2033a Implement embedding images 2018-07-05 00:21:42 +02:00
Szmyk 8f33c8b23f Refactor DiscordNotification class 2018-07-05 00:10:34 +02:00
Szmyk 53106a8a8e Change way of preparing data for JSON request 2018-07-04 22:23:56 +02:00
Szmyk 6d1d2ba0f2 Add characters limit for username (fix #1) 2018-07-04 22:19:57 +02:00
Szmyk 833c54e90b Add edit summary to notification 2018-07-03 01:37:13 +02:00
Szmyk 7ba59c8db2 Set wiki's name as username of notification 2018-07-03 01:32:08 +02:00
Szmyk a7445b307b Change format of hooks registration 2018-07-03 01:27:56 +02:00
Szmyk 7cd561e9de Implement links in notifications 2018-07-03 01:24:17 +02:00
Szmyk a41664dbf0 Add handling of users groups changing 2018-07-02 23:24:47 +02:00
Szmyk 914a53116b Improve user block expires date format 2018-07-02 23:07:08 +02:00
Szmyk 593568942e Add handling of users unblocking 2018-07-02 23:05:30 +02:00
Szmyk e57419922a Add handling of users blocking 2018-07-02 22:47:47 +02:00
Szmyk cfe01a906e Change style of roadmap 2018-07-02 21:43:49 +02:00
Szmyk 91cb99578f Add handling of users registering 2018-07-02 21:29:59 +02:00
Szmyk f36eb909b9 Add handling of files updating 2018-07-02 21:27:44 +02:00
Szmyk 4d98c1f631 Add handling of files deleting 2018-07-02 21:00:45 +02:00
Szmyk a8f828a82f Add handling of files uploading 2018-07-02 20:14:33 +02:00
Szmyk f7ca62f970 Add handling of pages protecting 2018-07-02 18:57:13 +02:00
Szmyk 75171563c7 Add handling of pages restoring
`ArticleUndelete` hook
2018-07-02 18:23:01 +02:00
Szmyk b96338e412 Add handling of pages deleting
`ArticleDeleteComplete` hook
2018-07-02 18:11:07 +02:00
Szmyk b317cb05de Add handling of pages moving
`TitleMoveComplete` hook
2018-07-02 18:05:20 +02:00
Szmyk d7aa5f64ba Add handling of new pages
`PageContentInsertComplete` hook
2018-07-02 17:53:44 +02:00
Szmyk f5de4d58a7 Add roadmap to README 2018-07-02 17:30:04 +02:00
Szmyk 38b45d08e5 Change visibility of DiscordNotifications::Send 2018-07-02 16:03:29 +02:00