MediaWiki talk:Gadget-AjaxQuickDelete.js/Archive/2018
This is an archive of past discussions. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Protected user talk pages
{{Editprotected}} Please modify this automatic tool to ignore user talk pages it can't write to due to protection, and consider doing so to other automatic tools. Please see Commons:Administrators' noticeboard/Blocks and protections#Joymaster for details. — Jeff G. ツ please ping or talk to me 11:52, 26 February 2018 (UTC)
- Done Thank you! -- User: Perhelion 22:17, 28 February 2018 (UTC)
- This section was archived on a request by: -- User: Perhelion 20:28, 9 September 2019 (UTC)
"Editprotected" problem
The "nominate category for discussion" link does not work if the "editprotected" right is needed to notify the user who created the category. I think that the script still should list the category for discussion even if the user can't be notified. --Stefan2 (talk) 20:17, 4 October 2018 (UTC)
- Done The notify task was indeed unnecessary on the top of the task chain. I also added a general fail exemption for notify users. -- User: Perhelion 00:38, 5 October 2018 (UTC)
- This section was archived on a request by: -- User: Perhelion 20:29, 9 September 2019 (UTC)
User page redirects not followed anymore?
User:Courcelles nominated this file for deletion (deletion request), but I didn't get a notification. The file was uploaded by user:BotMultichill. I asked about it and I think this is the standard script. I dub into my talk page history and the last notification is from February 2018. That's a bit weird, because usually my talk page looks like this. That's because BotMultichill has 83.208 uploads and BotMultichillT 660.609 uploads and every once in a while something gets nominated. So I'm afraid quite a few of my uploads have been nominated for deletion without me noticing it. @Perhelion and ESanders (WMF): you seem to be the only people with edits to this script. Can you have a look? I think this edit requested by User:Jeff G. broke it (both user talk:BotMultichill & user talk:BotMultichillT are protected). The fix would probably to first check and follow redirect before checking for protection status. Multichill (talk) 19:21, 6 December 2018 (UTC)
- @Multichill: It was certainly not my intent to keep you and bot operators like you from getting notifications. I agree that redirects should be followed, even if they are on protected user talk pages. — Jeff G. ツ please ping or talk to me 22:45, 6 December 2018 (UTC)
- Ouh* Fixed Sorry for that, the fix was pretty easy, every technician had could fix that (I guess). But it seems they are very rare now. :-/ -- User: Perhelion 10:05, 19 December 2018 (UTC)
- @Perhelion: Thanks! We have 15 Interface administrators, but you seem to be the only one who cares about scripts here since Rillke left. — Jeff G. ツ please ping or talk to me 07:20, 20 December 2018 (UTC)
- Ouh* Fixed Sorry for that, the fix was pretty easy, every technician had could fix that (I guess). But it seems they are very rare now. :-/ -- User: Perhelion 10:05, 19 December 2018 (UTC)
- This section was archived on a request by: -- User: Perhelion 14:26, 10 September 2019 (UTC)
AQD.doNothing
{{Edit request}} Please, change the definition to:
AQD.doNothing = (
!conf.wgArticleId
|| (nsNumber < 0)
|| pageName.match(/^Commons:Deletion/)
);
See Commons talk:Abuse filter #Block junk DR for rationale. Incnis Mrsi (talk) 08:56, 23 August 2018 (UTC)
- Support. — Jeff G. ツ please ping or talk to me 16:39, 23 August 2018 (UTC)
- Done -- User: Perhelion 18:18, 23 August 2018 (UTC)
- Thanks for optimizing my amateurish JS. Incnis Mrsi (talk) 18:52, 23 August 2018 (UTC)
- It's okay, it was only syntax. ;-) But I'm not fully aware of all side effects, if we exclude all "Commons:Deletion" from AQD, as this JS get used as lib by other scripts. -- User: Perhelion 19:32, 23 August 2018 (UTC)
- Are dependencies documented? Certainly perturbations in «Commons:» don’t affect neither COM:FR nor COM:CFD, but may affect some other (hypothetical) applications. Incnis Mrsi (talk) 20:00, 23 August 2018 (UTC)
- It's okay, it was only syntax. ;-) But I'm not fully aware of all side effects, if we exclude all "Commons:Deletion" from AQD, as this JS get used as lib by other scripts. -- User: Perhelion 19:32, 23 August 2018 (UTC)
- Thanks for optimizing my amateurish JS. Incnis Mrsi (talk) 18:52, 23 August 2018 (UTC)
- add an analogous condition for cfd by changing line 78 to
this.doNothing = ( !conf.wgArticleId || nsNr < 0 || /^Commons:Deletion/.test( pageName ) || /^Commons:Categories/.test( pageName ) );
.--RZuo (talk) 21:13, 8 November 2022 (UTC)- Done —Mdaniels5757 (talk • contribs) 17:40, 16 January 2023 (UTC)