Commit Graph

217 Commits

Author SHA1 Message Date
translatewiki.net ffcce02ffb Localisation updates from https://translatewiki.net. 2023-08-14 13:15:39 +02:00
translatewiki.net 266c428f6f Localisation updates from https://translatewiki.net. 2023-08-10 13:20:51 +02:00
translatewiki.net 58da9dad15 Localisation updates from https://translatewiki.net. 2023-08-07 13:13:15 +02:00
translatewiki.net 812cb525f3 Localisation updates from https://translatewiki.net. 2023-07-31 13:15:43 +02:00
Jayden Bailey f30ebb0ad5 Add redirect fixer user to disabled users by default
See also: https://www.mediawiki.org/wiki/Manual:FixDoubleRedirects.php
2023-07-30 18:16:05 +01:00
translatewiki.net 87546624e2 Localisation updates from https://translatewiki.net. 2023-07-13 13:14:29 +02:00
translatewiki.net 72fee10f32 Localisation updates from https://translatewiki.net. 2023-06-29 13:14:22 +02:00
translatewiki.net 60604ddb6b Localisation updates from https://translatewiki.net. 2023-06-19 13:09:38 +02:00
translatewiki.net 54a2b84a0e Localisation updates from https://translatewiki.net. 2023-06-15 13:23:01 +02:00
translatewiki.net 52e578dc13 Localisation updates from https://translatewiki.net. 2023-06-12 13:20:35 +02:00
translatewiki.net d7b2fcf9d3 Localisation updates from https://translatewiki.net. 2023-06-08 13:09:38 +02:00
Jayden Bailey cd8f91388a Update README.md 2023-06-06 05:14:35 +01:00
Jayden Bailey 6c44fdeaf1 Define user_abbr variable earlier
Fixes #51
2023-06-06 04:30:04 +01:00
translatewiki.net 6b138edf84 Localisation updates from https://translatewiki.net. 2023-06-05 13:09:26 +02:00
translatewiki.net 367d50494b Localisation updates from https://translatewiki.net. 2023-06-01 13:12:12 +02:00
Jayden Bailey 83e505d39b Add missing emoji for RenameUserComplete 2023-05-19 02:22:22 +01:00
Jayden Bailey 5bdc31f6e8 Replace deprecated ArticleDeleteComplete hook and fix some incorrect emojis 2023-05-19 02:19:28 +01:00
Jayden Bailey 42f292f17f Handle UserIdentity being passed to isDisabled function 2023-05-19 02:02:41 +01:00
Jayden Bailey 2a9a65a59a Properly handle UserIdentity objects in createUserLinks and ensure CIDR blocks appear on blocked messages
Fixes #47
2023-05-19 01:52:40 +01:00
Jayden 2a560d9acc Update extension.json 2022-12-19 03:42:48 +00:00
Jayden 0b91e8edc8 Update extension.json 2022-05-25 21:48:40 +01:00
Jayden Bailey 96070a6538 Update to support MediaWiki 1.38. Use UserFactory for creating User objects from UserIdentity. 2022-05-23 15:04:36 +01:00
Jayden Bailey 80f28e5920 Do not parse any Discord mentions in webhook messages
Resolves #42, closes #41
2022-04-18 21:08:32 +01:00
Jayden Bailey 27d39a9d4a Add support for the Renameuser extension 2021-11-29 19:18:49 +00:00
Jayden e5b1669d53 Merge pull request #39 from TehKittyCat/fixes
Fix Diff Links
2021-11-22 11:56:40 +00:00
TehKittyCat d3c49f1123 Fix broken diff link. 2021-11-22 02:43:27 -05:00
TehKittyCat 5ea635fd9a Remove unneeded 'use WikiPage', fixes PHP notice. 2021-11-22 01:47:51 -05:00
Jayden Bailey 4304818bdb Fix another deprecation warning 2021-11-21 18:46:34 +00:00
Jayden Bailey 3fb4b609d4 Update README to indicate new minimum MW requirement 2021-11-17 13:09:37 +00:00
Jayden Bailey 83deddd7ee Merge branch 'TehKittyCat-deprecation-fixes' 2021-11-17 13:08:40 +00:00
Jayden Bailey 160a512d67 Fix removed function call in createRevisionText (1.36+)
This commit raises the requirement of the extension to MediaWiki 1.36.
2021-11-17 13:06:16 +00:00
TehKittyCat f4dc6960bb Replace remaining usage of Revision with RevisionRecord to eliminate MediaWiki 1.36 deprecations and to fix MediaWiki 1.37 compatibility, where it has been removed. 2021-11-17 00:45:17 -05:00
TehKittyCat c24fee7a66 Replace usage of deprecated hooks. PageContentSaveComplete is replaced with PageSaveComplete and TitleMoveComplete is replaced with PageMoveComplete. This extension now requires MediaWiki 1.35 or higher. 2021-11-17 00:21:12 -05:00
TehKittyCat 1e962c55fb Fix "Title::get{Canonical,Full,Link,Local,Internal}URL method called with a second parameter is deprecated since MediaWiki 1.19. Add your parameter to an array passed as the first parameter.", fix function call casing, and use the canonical protocol. 2021-11-16 16:11:31 -05:00
Jayden Bailey 0a6992b13b Update README 2021-10-19 14:20:41 +01:00
Jayden Bailey 95567934b0 Remove composer.json. I don't use unit tests here. 2021-10-19 14:06:10 +01:00
Jayden 5e04b3afda Merge pull request #36 from dodocodes/patch-2
Update README.md
2021-09-14 02:55:52 +01:00
Jayden 91610c72fd Update README.md 2021-09-14 02:55:40 +01:00
Jayden f1cae6b097 Merge pull request #35 from DesignerThan95/patch-1
Update extension.json - added missing colon
2021-09-14 02:55:08 +01:00
DodoCodes.com 1a9cbbf48f Update README.md
Added instructions for installing missing dependencies.
2021-09-12 18:16:38 -07:00
DesignerThan df0b14017b Update extension.json - added missing colon 2021-08-17 23:38:05 +02:00
Jayden Bailey ffc78324ff Fix bug with preg_replace for username truncating and change truncation to be configurable 2021-05-04 17:27:34 +01:00
Jayden Bailey 5a303252e3 Merge branch 'master' of github.com:jaydenkieran/mw-discord 2021-05-04 17:02:24 +01:00
Jayden Bailey 4ec63619f5 Change emojis to be configurable (resolves #25) 2021-05-04 17:00:55 +01:00
Jayden Bailey 572d9e3d87 Sanitise summary/reason text input (closes #13) 2021-05-04 17:00:47 +01:00
Jayden Bailey 3eb34310ef Merge pull request #33 from Joeytje50/patch-1
Abbreviate anyone with a name longer than 25 chars
2021-05-04 16:08:34 +01:00
Joeytje50 7c20f06902 Abbreviate anyone with a name longer than 25 chars
Any username of 25 or more characters will be abbreviated to the first 20 characters, then `...`, and then the last three. This is especially helpful for RC stalkers with discord taking up only half their screen.

Different ways to abbreviate names would be possible by changing the regex pattern's numbers, or the resulting string.
2021-04-23 17:13:11 +02:00
Jayden Bailey 144499a248 Update README with branch/install info 2020-09-18 14:58:28 +01:00
Jayden Bailey 079e688ee9 Fix fatal error when blocking users
Fixes #27, closes #29
2020-09-18 14:51:07 +01:00
Jayden Bailey fb6e0f7755 Update README file 1.0.12 2020-06-12 16:02:35 +01:00