Alexander Vorwerk
b88f9e2279
SpecialNuke: inject services
...
Change-Id: Ib57944f0fb7e512456318519acf27c5874160b1b
2023-04-28 17:24:41 +00:00
jenkins-bot
87d106f51d
Merge "Inject services"
2022-11-05 12:47:53 +00:00
jenkins-bot
160e3d8e48
Merge "Remove phpcs exclude rules and update PHP code"
2022-11-05 12:44:15 +00:00
jenkins-bot
ef0a197e58
Merge "Use WebRequest::getIntOrNull and avoid ctype_digit"
2022-11-04 18:08:44 +00:00
Fomafix
698188afd4
Use WebRequest::getIntOrNull and avoid ctype_digit
...
This avoids the deprecation warning:
ctype_digit(): Argument of type null will be interpreted as string in the future
Bug: T322079
Change-Id: Id1e7ec7d73028339b53047ebfd6a975d23c3d180
2022-11-04 13:17:05 +00:00
Fomafix
42ef4ee402
Remove phpcs exclude rules and update PHP code
...
Change-Id: Ifecf2f8a053b9304a8e9e6558cd7c1f570f15084
2022-11-04 13:09:25 +00:00
Fomafix
49df51e106
Inject services
...
Change-Id: I7f11825af2bb96ad61aa2cefcc47fcad706388af
2022-11-04 11:21:00 +00:00
Fomafix
35abb011cf
Use short array destructuring instead of list()
...
Introduced in PHP 7.1. Because it's shorter and looks nice.
Change-Id: Ia857f37abdb17fe88e91ae17a5610c027c97376e
2022-11-04 10:47:02 +00:00
jenkins-bot
d7f428d5e1
Merge "Use WebRequest::getRawVal instead of WebRequest::getText"
2022-09-01 21:58:53 +00:00
Fomafix
7cd544c4ca
Use \u{00A0} instead of  
...
Directly use the UTF-8 encoding of the 'NO-BREAK SPACE' (U+00A0)
instead of the HTML entity  .
Bug: T154300
Change-Id: I2f50fd24772eacd0bddf90c982fd7112196e6ad2
2022-08-30 13:24:53 +00:00
Fomafix
cfc33f1a2a
Use WebRequest::getRawVal instead of WebRequest::getText
...
The UTF-8 normalization for the URL attributes `action` and `namespace`
are not needed.
Also use === instead of ==.
Change-Id: I03a844d58b11f45dc67f3dfb861d8f6e9ffcc18d
2022-08-30 08:47:34 +00:00
Reedy
cbbf2cc376
SpecialNuke: Null coalescence in execute()
...
Bug: T313146
Change-Id: I40850e2f126728ab09ab89fc666241a7f041c7ee
2022-07-17 20:43:16 +01:00
TerraCodes
029111351c
Add class to nuke contribs link
...
Continuation of MW core patch 603941
Change-Id: I3ae1aeddbd0c00ffecf7b8b8115cf161b0e15202
2022-06-17 18:53:57 +00:00
DannyS712
6620e7e686
SpecialNuke: use Message::plaintextParams() for page titles
...
So that their contents do not get parsed
Bug: T304777
Change-Id: I6f031d1b857ee0955b8966f5f63c63e269306568
2022-03-27 00:34:46 +00:00
Func
bfe4c13c0b
SpecialNuke: Don't set edit token in HTMLForm twice
...
HTMLForm would set it for post form, use setTokenSalt() to amend.
Change-Id: Ia79dbd261e9f0a34bf9f10660a1043355ab72ede
2022-03-18 12:03:12 +00:00
DannyS712
022da28e19
Unsuppress MissingDocumentationProtected and add docs
...
Change-Id: I169df0d822232c74ad5069141e032dbb10af6ac1
2022-03-12 01:45:39 +00:00
Taavi Väänänen
42d4bdb9ef
SpecialNuke: Add dropdown with predefined deletion reasons
...
This commit adds logic very similar to what DeleteAction does: there's a
dropdown with predefined reasons (from MediaWiki:Deletereason-dropdown)
and a text field where you can enter a custom reason that will be
appended to the one you chose to on the dropdown.
Bug: T25020
Change-Id: I9668244d165caae2d71467573f1204689f2600a8
2022-02-14 05:35:33 +00:00
jenkins-bot
09907e9ece
Merge "Don't use GROUP BY in getNewPages"
2021-11-04 22:30:20 +00:00
Martin Urbanec
90e1590f70
SECURITY: Pass required parameters to DeletePageJob
...
Without the params, the job does not actually delete the page,
rendering Nuke useless.
Bug: T294686
Change-Id: I61f47961e1d4739a290ed53704e87887e3f59f23
2021-11-01 16:54:55 +01:00
Amir Sarabadani
92c459552c
Queue deletion job instead of trying to delete the pages
...
This would make running Special:Nuke much faster and avoid production
errors due to timeout.
Bug: T188679
Bug: T212690
Change-Id: I59d99068dd4d663261a5a5d0180105889fca66a2
2021-10-17 19:22:13 +02:00
Matěj Suchánek
aca86ef6b3
Don't use GROUP BY in getNewPages
...
Bug: T212690
Change-Id: Ieec6d940073f69290d25967720fd72d751f4dd3e
2021-10-17 15:45:48 +02:00
Alexander Vorwerk
df1cd09150
Use the new Hook system
...
Bug: T271020
Change-Id: Icd15d5f483dd0e73cedf5604ec27e42c8f7e341d
2021-08-24 17:30:10 +00:00
Alexander Vorwerk
5169b386ca
Replace usage of deprecated global function wfLocalFile()
...
wfLocalFile is deprecated and emits deprecation warnings. It's usages
should be replaced with FileRepo::newFile()
Follow-Up: I0a9c414da4cb0cec686e1e91b5d0babe055925a6
Bug: T288641
Change-Id: Ie6046ac1e12b4f09a856045f40aa87485b32b39e
2021-08-11 18:40:17 +00:00
DannyS712
94a3043d0d
Minor cleanup to SpecialNuke::doDelete
...
Don't re-fetch the context user each time
through a loop.
Change-Id: I0a9c414da4cb0cec686e1e91b5d0babe055925a6
2021-08-02 06:55:02 +00:00
Tim Starling
94cd0132b8
Stop using legacy ActorMigration field "rc_user"
...
Migration was complete in MW 1.34
Bug: T278917
Change-Id: Ibe5768ece9126207470c2094237112b1011c8e46
2021-04-20 12:12:19 +10:00
Umherirrender
e79b52ee8a
Move documentation from hooks.txt to hook interfaces
...
The new system allows to have documentation directly at the interfaces
Change-Id: I82f6f87d145cc43b2dd5b7d1fa256850b50ca63f
2021-03-31 22:07:40 +02:00
Reedy
52d27a2714
Namespace extension
...
Change-Id: If386a072e64f7c4903be911f5f70db3ee52338c2
2021-02-11 06:20:26 +00:00
DannyS712
8d1f938dda
Remove checks for whether ActorMigration class exists
...
Exists since 1.31, extension requires 1.35+
If it is ever removed, using the current handling from before it was
added will break things
Change-Id: Iee13649a4e3fb59195a60d178473d6e970680a45
2020-11-23 23:58:51 +00:00
jenkins-bot
a1c014e67e
Merge "Replace call to deprecated User::isBlocked with User::getBlock"
2020-07-31 08:51:52 +00:00
DannyS712
37c4b77c63
Replace call to deprecated User::isBlocked with User::getBlock
...
Check if the block applies to the `delete` right. Currently,
AbstractBlock::appliesToRight has no logic for delete, and returns
null, but to be forward-compatible it should be checked instead of
just assuming that blocks prohibit deletion.
Change-Id: I35820f07b5765f0870ab7f3c838955e6167533cd
2020-07-08 07:05:49 +00:00
DannyS712
7bd74621a7
Update hook calling to use new HookContainer system
...
Bug: T254558
Change-Id: Ibadbdb6f15fc407ef7b9b77b13811b68031e1439
2020-06-10 07:40:19 +00:00
DannyS712
fb26f45c03
Replace WikiPage::doDeleteArticle with ::doDeleteArticleReal
...
Don't need to worry about old signature since Nuke requires MW 1.35+
Bug: T248000
Change-Id: I32fd5dfa4a9edded90f4e52fd3c2acaaaf78e169
2020-03-19 15:32:13 +00:00
Umherirrender
51bf625b31
Use MediaWikiServices::getRepoGroup
...
This required MediaWiki 1.34 (already set to 1.35 in extension.json)
Change-Id: Ifede8f406c8017883cbc96a86d347d5f5cfecc21
2020-03-14 14:43:23 +01:00
BAGArt
1160b7e3f4
Replace usage of deprecated Page in favor of WikiPage/Article
...
Using actual Article contract with getPage method
Bug: T239975
Change-Id: I22ab8ce8ff2e2bc202d0ade6dec35b153f7fab8d
2020-03-03 02:24:00 +03:00
jenkins-bot
05afe8cd33
Merge "Use the help page dedicated to usage"
2020-02-23 10:23:21 +00:00
DannyS712
13d7bad063
Pass a user to FileDeleteForm::doDelete
...
Bug: T245682
Change-Id: I62a4e23e67d8fdf438767a17bec8b7f0572d9ac1
2020-02-19 22:34:13 +00:00
Ammarpad
2ae6a87f6a
Replace deprecated IP class with IPUtils
...
Raise required MW version to >= 1.35.0
Bug: T242556
Change-Id: I1a61cf5e1a66fcde3edd5b010eb8c34de4b47dc3
2020-02-18 21:12:21 +00:00
DannyS712
83ccb948b4
Remove use of Title::getUserPermissionsErrors
...
Bug: T244929
Change-Id: Ibeda8fdee104e8208c52c976550609f28fa991dc
2020-02-11 21:45:35 +00:00
libraryupgrader
2cd2837567
build: Updating mediawiki/mediawiki-codesniffer to 29.0.0
...
Additional changes:
* Also sorted "composer fix" command to run phpcbf last.
Change-Id: Ib4c6d57da6841418ce13fa7b4a6dc1e708774bf2
2020-01-14 08:25:55 +00:00
Jayprakash12345
08e3e84d7d
Remove setMethod( 'post' ) from HTMLForm Object
...
Bug: T215123
Change-Id: I0579f4ad9f3c083691d1f6495cbefe0de5a4a585
2020-01-02 01:18:58 +05:30
Seb35
d791381831
Use the help page dedicated to usage
...
Bug: T228071
Change-Id: I0dbf2e9f04120db35ab76c13c325aaf20b2bef59
2019-10-08 15:46:17 +02:00
DannyS712
9529ceea80
Add help links to special pages
...
Bug: T228071
Change-Id: Ibf252ff64db6414fe12ae18ad7d3eef3b2c087e6
2019-07-17 19:45:04 +00:00
Umherirrender
38ff8983c7
Remove compat code for version 1.27
...
This extension requires 1.28.1
Change-Id: I842e7915002a1b30216599915ffa268d3374b00c
2019-03-03 17:45:17 +00:00
Umherirrender
9baf35594c
Use ::class for class name resolution
...
Available since php5.5
Change-Id: I8a69ef8cfe8a5cc9d5fb94c9f0f39032575a8e4d
2019-03-03 01:14:41 +00:00
jenkins-bot
cf3f837b5e
Merge "Add autofocus to Special:Nuke target field"
2018-05-19 12:02:15 +00:00
Florian Schmidt
229c4feea2
Add autofocus to Special:Nuke target field
...
This is most likely the field the user will enter when opening
Special:Nuke, pre-selecting it allows a user to directly paste
or write a target name there.
Change-Id: I2092bd7dd8b8d02e9210465b63ef6611134db04b
2018-03-30 22:54:01 +02:00
Brad Jorsch
0a5730a716
Update for the actor table change
...
Core change I8d825eb0 begins the process of changing core database
tables from using xx_user and xx_user_text fields to using xx_actor.
This updates the extension to continue to function during and after the
transition.
Bug: T167246
Change-Id: I8375aeb84d3308ee7a60cc6dd88511844bcaf20f
2018-03-12 15:17:31 -04:00
Kunal Mehta
f9d7a47243
Add configuration for phan
...
Change-Id: I4103d96b0701ddc9ef7cafc57b1b5d375f3b835f
2018-02-16 15:48:38 +00:00
Matěj Suchánek
4f9f576d98
Don't show link to Nuke for IP ranges
...
Bug: T175915
Change-Id: Idc73e18e3665380147f85ad27b484fade5e877a2
2018-02-05 20:57:51 +01:00
Kunal Mehta
3189caee68
Move classes into includes/, and rename files to match class name
...
Change-Id: I00b50e20b34d5a3cc7803b1d950d9a2fdab87d7e
2018-02-04 14:29:42 -08:00