Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Show minor edits | Hide patrolled edits
Show new changes starting from 16:16, 28 April 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
!
This edit has not yet been patrolled
(±123)
The page size changed by this number of bytes

28 April 2024

     16:13  (Deletion log) [Aviram7‎ (29×)]
     
16:13 Aviram7 talk contribs deleted page MediaWiki:Gadget-friendlytalkback.js(content was: "// <nowiki> (function($) { **************************************** *** friendlytalkback.js: Talkback module **************************************** * Mode of invocation: Tab ("TB") * Active on: Any page with relevant user name (userspace, contribs, etc.) except IP ranges * Config directives in: FriendlyConfig: Twinkle.talkback = function() { if (!mw.config.exists('wgRelevantUserName') || Morebits.ip.isRange(mw.config.get('wgRelevantUserNam...")
     
16:13 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklexfd.js(content was: "// <nowiki> (function($) { **************************************** *** twinklexfd.js: XFD module **************************************** * Mode of invocation: Tab ("XFD") * Active on: Existing, non-special pages, except for file pages with no local (non-Commons) file which are not redirects: Twinkle.xfd = function twinklexfd() { // Disable on: // * special pages // * non-existent pages // * files on Commons, whether there is a local page o...")
     
16:12 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkleprod.js(content was: "// <nowiki> (function($) { **************************************** *** twinkleprod.js: PROD module **************************************** * Mode of invocation: Tab ("PROD") * Active on: Existing articles, files which are not redirects: Twinkle.prod = function twinkleprod() { if (([0, 6].indexOf(mw.config.get('wgNamespaceNumber')) === -1) || !mw.config.get('wgCurRevisionId') || Morebits.isPageRedirect()) { return; } Twinkle.addPortle...")
     
16:12 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklespeedy.js(content was: "// <nowiki> (function($) { /* **************************************** *** twinklespeedy.js: CSD module **************************************** * Mode of invocation: Tab ("CSD") * Active on: Non-special, existing pages * * NOTE FOR DEVELOPERS: * If adding a new criterion, add it to the appropriate places at the top of * twinkleconfig.js. Also check out the default values of the CSD preferences * in twinkle.js, and add your new criterion)
     
16:11 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkleimage.js(content was: "// <nowiki> (function($) { **************************************** *** twinkleimage.js: Image CSD module **************************************** * Mode of invocation: Tab ("DI") * Active on: Local nonredirect file pages (not on Commons): Twinkle.image = function twinkleimage() { if (mw.config.get('wgNamespaceNumber') === 6 && mw.config.get('wgArticleId') && !document.getElementById('mw-sharedupload') && !Morebits.isPageRedirect()) { Twinkle...")
     
16:11 Aviram7 talk contribs deleted page MediaWiki:Gadget-friendlyshared.js(content was: "// <nowiki> (function($) { **************************************** *** friendlyshared.js: Shared IP tagging module **************************************** * Mode of invocation: Tab ("Shared") * Active on: IP user talk pages: Twinkle.shared = function friendlyshared() { if (mw.config.get('wgNamespaceNumber') === 3 && mw.util.isIPAddress(mw.config.get('wgTitle'))) { var username = mw.config.get('wgRelevantUserName'); Twinkle.addPortletLink(...")
     
16:11 Aviram7 talk contribs deleted page MediaWiki:Gadget-friendlywelcome.js(content was: "// <nowiki> (function($) { **************************************** *** friendlywelcome.js: Welcome module **************************************** * Mode of invocation: Tab ("Wel"), or from links on diff pages * Active on: Any page with relevant user name (userspace, * contribs, etc.) and diff pages: Twinkle.welcome = function friendlywelcome() { if (Twinkle.getPrefill('friendlywelcome')) { if (Twinkle.getPrefill('fr...")
     
16:10 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkleblock.js(content was: "// <nowiki> (function($) { var api = new mw.Api(), relevantUserName, blockedUserName; var menuFormattedNamespaces = $.extend({}, mw.config.get('wgFormattedNamespaces')); menuFormattedNamespaces[0] = '(Article)'; **************************************** *** twinkleblock.js: Block module **************************************** * Mode of invocation: Tab ("Block") * Active on: Any page with relevant user name (userspace, contribs, etc.): Twinkle.bl...")
     
16:09 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkleprotect.js(content was: "// <nowiki> (function($) { **************************************** *** twinkleprotect.js: Protect/RPP module **************************************** * Mode of invocation: Tab ("PP"/"RPP") * Active on: Non-special, non-MediaWiki pages: // Note: a lot of code in this module is re-used/called by batchprotect. Twinkle.protect = function twinkleprotect() { if (mw.config.get('wgNamespaceNumber') < 0 || mw.config.get('wgNamespaceNumber') === 8) {...")
     
16:09 Aviram7 talk contribs deleted page MediaWiki:Gadget-friendlytag.js(content was: "// <nowiki> (function($) { **************************************** *** friendlytag.js: Tag module **************************************** * Mode of invocation: Tab ("Tag") * Active on: Existing articles and drafts; file pages with a corresponding file * which is local (not on Commons); all redirects: Twinkle.tag = function friendlytag() { // redirect tagging if (Morebits.isPageRedirect()) { Twinkle.tag.mode = 'redir...")
     
16:08 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklediff.js(content was: "// <nowiki> (function($) { **************************************** *** twinklediff.js: Diff module **************************************** * Mode of invocation: Tab on non-diff pages ("Last"); tabs on diff pages ("Since", "Since mine", "Current") * Active on: Existing non-special pages: Twinkle.diff = function twinklediff() { if (mw.config.get('wgNamespaceNumber') < 0 || !mw.config.get('wgArticleId')) { return; } Twinkle.addPortletLink(mw...")
     
16:08 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkleunlink.js(content was: "// <nowiki> (function($) { **************************************** *** twinkleunlink.js: Unlink module **************************************** * Mode of invocation: Tab ("Unlink") * Active on: Non-special pages, except Wikipedia:Sandbox: Twinkle.unlink = function twinkleunlink() { if (mw.config.get('wgNamespaceNumber') < 0 || mw.config.get('wgPageName') === 'Wikipedia:Sandbox' || // Restrict to extended confirmed users (see #428) (!Morebi...")
     
16:08 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklefluff.js(content was: "// <nowiki> (function($) { **************************************** *** twinklefluff.js: Revert/rollback module **************************************** * Mode of invocation: Links on contributions, recent changes, history, and diff pages * Active on: Diff pages, history pages, Special:RecentChanges(Linked), and Special:Contributions: * Twinklefluff revert and antivandalism utility: Twinkle.fluff = function twin...")
     
16:07 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkledeprod.js(content was: "// <nowiki> (function($) { **************************************** *** twinkledeprod.js: Batch deletion of expired PRODs (sysops only) **************************************** * Mode of invocation: Tab ("Deprod") * Active on: Categories whose name contains "proposed_deletion": Twinkle.deprod = function() { if ( !Morebits.userIsSysop || mw.config.get('wgNamespaceNumber') !== 14 || !(/proposed_deletion/i).test(mw.config.get('wgPageName')) ) {...")
     
16:07 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklebatchdelete.js(content was: "// <nowiki> (function($) { **************************************** *** twinklebatchdelete.js: Batch delete module (sysops only) **************************************** * Mode of invocation: Tab ("D-batch") * Active on: Existing non-articles, and Special:PrefixIndex: Twinkle.batchdelete = function twinklebatchdelete() { if ( Morebits.userIsSysop && ( (mw.config.get('wgCurRevisionId') && mw.config.get('wgNamespaceNumber') > 0) || mw.con...")
     
16:06 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklewarn.js(content was: "// <nowiki> (function($) { **************************************** *** twinklewarn.js: Warn module **************************************** * Mode of invocation: Tab ("Warn") * Active on: Any page with relevant user name (userspace, contribs, * etc.) (not IP ranges), as well as the rollback success page: Twinkle.warn = function twinklewarn() { // Users and IPs but not IP ranges if (mw.config.exists('wgRelevantUserNam...")
     
16:05 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklearv.js(content was: "// <nowiki> (function($) { **************************************** *** twinklearv.js: ARV module **************************************** * Mode of invocation: Tab ("ARV") * Active on: Any page with relevant user name (userspace, contribs, etc.): Twinkle.arv = function twinklearv() { var username = mw.config.get('wgRelevantUserName'); if (!username || username === mw.config.get('wgUserName')) { return; } var isIP = mw.util.isIPAddress(us...")
     
16:05 Aviram7 talk contribs deleted page MediaWiki:Gadget-Twinkle.js(content was: "* Twinkle.js Forked from simplewiki's version of Twinkle and de-Wikipedia-fied by Naleksuh: mw.loader.load("https://dev.miraheze.org/w/index.php?title=MediaWiki:Jquerymigrate-3.3.2.js&action=raw&ctype=text/javascript"); //<nowiki> ( function ( window, document, $, undefined ) { // Wrap with anonymous function var Twinkle = {}; window.Twinkle = Twinkle; // allow global access // for use by custom modules (normally empty) Twinkle.initCallbacks = []; Twinkle.addInitCal...")
     
16:04 Aviram7 talk contribs deleted page MediaWiki:Gadget-deprecatedTipsy.js(content was: "$(function () { function maybeCall(thing, ctx) { return typeof thing == "function" ? thing.call(ctx) : thing; } function Tipsy(element, options) { this.$element = $(element); this.options = options; this.enabled = true; this.keyHandler = $.proxy(this.closeOnEsc, this); this.fixTitle(); } Tipsy.prototype = { show: function () { var title = this.getTitle(); if (title && this.enable...")
     
16:04 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklebatchprotect.js(content was: "// <nowiki> (function($) { **************************************** *** twinklebatchprotect.js: Batch protect module (sysops only) **************************************** * Mode of invocation: Tab ("P-batch") * Active on: Existing project pages and user pages; existing and * non-existing categories; Special:PrefixIndex: Twinkle.batchprotect = function twinklebatchprotect() { if (Morebits.userIsSysop && ((mw.config.get...")
     
16:03 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinklebatchundelete.js(content was: "// <nowiki> (function($) { **************************************** *** twinklebatchundelete.js: Batch undelete module **************************************** * Mode of invocation: Tab ("Und-batch") * Active on: Existing user and project pages: Twinkle.batchundelete = function twinklebatchundelete() { if (!Morebits.userIsSysop || !mw.config.get('wgArticleId') || ( mw.config.get('wgNamespaceNumber') !== mw.config.get('wgNamespaceIds').user &...")
     
16:02 Aviram7 talk contribs deleted page MediaWiki:Gadget-Twinkle-pagestyles(Author request: content was: "Components for the Twinkle gadget")
     
15:56 Aviram7 talk contribs deleted page Test Wiki:Twinkle/Preferences(Mass deletion of pages added by Aviram7)
     
15:56 Aviram7 talk contribs deleted page MediaWiki:Tag-twinkle(Mass deletion of pages added by Aviram7)
     
15:56 Aviram7 talk contribs deleted page MediaWiki:Tag-twinkle-description(Mass deletion of pages added by Aviram7)
     
15:56 Aviram7 talk contribs deleted page MediaWiki:Gadget-Twinkle-pagestyles.css(Mass deletion of pages added by Aviram7)
     
15:56 Aviram7 talk contribs deleted page MediaWiki:Gadget-Twinkle(Mass deletion of pages added by Aviram7)
     
15:49 Aviram7 talk contribs deleted page MediaWiki:Gadget-twinkleconfig.js(content was: "// <nowiki> (function($) { /* **************************************** *** twinkleconfig.js: Preferences module **************************************** * Mode of invocation: Adds configuration form to Wikipedia:Twinkle/Preferences, and adds an ad box to the top of user subpages belonging to the currently logged-in user which end in '.js' * Active on: What I just said. Yeah. I, [[User:This, that...")
     
15:49 Aviram7 talk contribs deleted page MediaWiki:Gadget-Twinkle.css(content was: "* * Explicitly set width of TW menu so that we can use a hidden peer gadget * to add space where the TW menu would go before it loads. See * twinkle-pagestyles.css: .skin-vector .vector-menu-dropdown #p-twinkle { width: 3.24em; } * * In skin vector-2022, open the TW menu when mouse hovers over it. Credit to * en:User:Nardog for this fix.: #p-twinkle:hover > .vector-menu-content { opacity: 1; visibility: visible; height: auto; } /* The additional box on...")
     15:47  (Import log) [Aviram7‎ (21×)]
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-Twinkle.css by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkleconfig.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklebatchundelete.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklebatchprotect.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklebatchdelete.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkledeprod.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklefluff.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkleunlink.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklediff.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-friendlytag.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkleprotect.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkleimage.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklexfd.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkleprod.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklespeedy.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-friendlytalkback.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-friendlyshared.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-friendlywelcome.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinkleblock.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklewarn.js by file upload (1 revision) ‎(Allow only autoconfirmed users)
     
15:47 Aviram7 talk contribs imported MediaWiki:Gadget-twinklearv.js by file upload (1 revision) ‎(Allow only autoconfirmed users)