Jump to content

Edit filter log

Details for log entry 29023423

05:37, 16 February 2021: Timberlack (talk | contribs) triggered filter 1,093, performing the action "edit" on User:Timberlack/twinkleoptions.js. Actions taken: none; Filter description: New user modifying javascript in userspace (examine | diff)

Changes made in edit

// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]].
//
// This file is AUTOMATICALLY GENERATED. Any changes you make (aside from
// changing the configuration parameters in a valid-JavaScript way) will be
// overwritten the next time you click "save" in the Twinkle preferences
// panel. If modifying this file, make sure to use correct JavaScript.
// <nowiki>

window.Twinkle.prefs = {
"optionsVersion": 2.1,
"dialogLargeFont": true,
"markProdPagesAsPatrolled": true,
"logProdPages": true,
"markSpeedyPagesAsPatrolled": true,
"logSpeedyNominations": true,
"topWelcomes": true,
"logXfdNominations": true
};

// </nowiki>
// End of twinkleoptions.js

Action parameters

VariableValue
Edit count of the user (user_editcount)
32
Name of the user account (user_name)
'Timberlack'
Age of the user account (user_age)
107114348
Groups (including implicit) the user is in (user_groups)
[ 0 => '*', 1 => 'user', 2 => 'autoconfirmed' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmywatchlist', 6 => 'editmywatchlist', 7 => 'viewmyprivateinfo', 8 => 'editmyprivateinfo', 9 => 'editmyoptions', 10 => 'abusefilter-log-detail', 11 => 'centralauth-merge', 12 => 'abusefilter-view', 13 => 'abusefilter-log', 14 => 'vipsscaler-test', 15 => 'collectionsaveasuserpage', 16 => 'reupload-own', 17 => 'move-rootuserpages', 18 => 'createpage', 19 => 'minoredit', 20 => 'editmyusercss', 21 => 'editmyuserjson', 22 => 'editmyuserjs', 23 => 'purge', 24 => 'sendemail', 25 => 'applychangetags', 26 => 'spamblacklistlog', 27 => 'mwoauthmanagemygrants', 28 => 'reupload', 29 => 'upload', 30 => 'move', 31 => 'collectionsaveascommunitypage', 32 => 'autoconfirmed', 33 => 'editsemiprotected', 34 => 'skipcaptcha', 35 => 'transcode-reset', 36 => 'createpagemainns', 37 => 'movestable', 38 => 'autoreview' ]
Whether the user is editing from mobile app (user_app)
false
Whether or not a user is editing through the mobile interface (user_mobile)
false
Page ID (page_id)
0
Page namespace (page_namespace)
2
Page title without namespace (page_title)
'Timberlack/twinkleoptions.js'
Full page title (page_prefixedtitle)
'User:Timberlack/twinkleoptions.js'
Edit protection level of the page (page_restrictions_edit)
[]
Page age in seconds (page_age)
0
Action (action)
'edit'
Edit summary/reason (summary)
'Saving Twinkle preferences: automatic edit from [[:Wikipedia:Twinkle/Preferences]]'
Old content model (old_content_model)
''
New content model (new_content_model)
'javascript'
Old page wikitext, before the edit (old_wikitext)
''
New page wikitext, after the edit (new_wikitext)
'// twinkleoptions.js: personal Twinkle preferences file // // NOTE: The easiest way to change your Twinkle preferences is by using the // Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]]. // // This file is AUTOMATICALLY GENERATED. Any changes you make (aside from // changing the configuration parameters in a valid-JavaScript way) will be // overwritten the next time you click "save" in the Twinkle preferences // panel. If modifying this file, make sure to use correct JavaScript. // <nowiki> window.Twinkle.prefs = { "optionsVersion": 2.1, "dialogLargeFont": true, "markProdPagesAsPatrolled": true, "logProdPages": true, "markSpeedyPagesAsPatrolled": true, "logSpeedyNominations": true, "topWelcomes": true, "logXfdNominations": true }; // </nowiki> // End of twinkleoptions.js'
Unified diff of changes made by edit (edit_diff)
'@@ -1,0 +1,24 @@ +// twinkleoptions.js: personal Twinkle preferences file +// +// NOTE: The easiest way to change your Twinkle preferences is by using the +// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]]. +// +// This file is AUTOMATICALLY GENERATED. Any changes you make (aside from +// changing the configuration parameters in a valid-JavaScript way) will be +// overwritten the next time you click "save" in the Twinkle preferences +// panel. If modifying this file, make sure to use correct JavaScript. +// <nowiki> + +window.Twinkle.prefs = { + "optionsVersion": 2.1, + "dialogLargeFont": true, + "markProdPagesAsPatrolled": true, + "logProdPages": true, + "markSpeedyPagesAsPatrolled": true, + "logSpeedyNominations": true, + "topWelcomes": true, + "logXfdNominations": true +}; + +// </nowiki> +// End of twinkleoptions.js '
New page size (new_size)
817
Old page size (old_size)
0
Size change in edit (edit_delta)
817
Lines added in edit (added_lines)
[ 0 => '// twinkleoptions.js: personal Twinkle preferences file', 1 => '//', 2 => '// NOTE: The easiest way to change your Twinkle preferences is by using the', 3 => '// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]].', 4 => '//', 5 => '// This file is AUTOMATICALLY GENERATED. Any changes you make (aside from', 6 => '// changing the configuration parameters in a valid-JavaScript way) will be', 7 => '// overwritten the next time you click "save" in the Twinkle preferences', 8 => '// panel. If modifying this file, make sure to use correct JavaScript.', 9 => '// <nowiki>', 10 => '', 11 => 'window.Twinkle.prefs = {', 12 => ' "optionsVersion": 2.1,', 13 => ' "dialogLargeFont": true,', 14 => ' "markProdPagesAsPatrolled": true,', 15 => ' "logProdPages": true,', 16 => ' "markSpeedyPagesAsPatrolled": true,', 17 => ' "logSpeedyNominations": true,', 18 => ' "topWelcomes": true,', 19 => ' "logXfdNominations": true', 20 => '};', 21 => '', 22 => '// </nowiki>', 23 => '// End of twinkleoptions.js' ]
Lines removed in edit (removed_lines)
[]
Whether or not the change was made through a Tor exit node (tor_exit_node)
false
Unix timestamp of change (timestamp)
1613453857