Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:35, 24 March 2025 BZPN talk contribs created page User:BZPN/MassRollback2.js (Created page with "(function($, mw) { 'use strict'; const MassRollback = { init: function() { if (mw.config.get('wgCanonicalSpecialPageName') !== 'Contributions') { return; } this.createUI(); this.bindEvents(); this.fetchUserStats(); }, createUI: function() { // Główna zawartość, początkowo ukryta (display: none) const $container = $(`...")
- 21:28, 24 March 2025 BZPN talk contribs deleted page User:BZPN/MassRollback2.js (content was: "/* * Mass Rollback Tool Enhanced * Version: 1.4 * Author: Adapted from BZPN (Rozbudowany) * License: MIT * * Ulepszona wersja narzędzia do masowego cofania edycji. * Funkcje: * - Filtrowanie edycji według dat, przestrzeni nazw, rozmiaru i sortowania. * - Wyświetlanie edycji spełniających kryteria (z opcją "Select All"). * - Rollback wybranych, filtrowanych lub wszystkic...", and the only contributor was "BZPN" (talk)) Tags: Mobile edit Mobile web edit
- 21:13, 24 March 2025 BZPN talk contribs created page User:BZPN/MassRollback2.js (Created page with "(function($, mw) { 'use strict'; const MassRollback = { init: function() { if (mw.config.get('wgCanonicalSpecialPageName') !== 'Contributions') { return; } this.createUI(); this.bindEvents(); this.fetchUserStats(); }, createUI: function() { const $container = $(` <div id="mass-rollback-container" style="border: 1px solid #...")
- 21:13, 24 March 2025 BZPN talk contribs deleted page User:BZPN/MassRollback2.js
- 20:42, 24 March 2025 BZPN talk contribs created page User:BZPN/MassRollback2.js (Created page with "// Autorskie narzędzie do masowego cofania edycji // Wersja: 1.0 // Autor: BZPN // Licencja: MIT (function($, mw) { 'use strict'; // Główny obiekt narzędzia const MassRollback = { // Inicjalizacja init: function() { // Sprawdzenie, czy jesteśmy na stronie kontrybuacji if (mw.config.get('wgCanonicalSpecialPageName') !== 'Contributions') { return; } this.createUI();...")
- 20:41, 24 March 2025 BZPN talk contribs deleted page User:BZPN/MassRollback2.js (content was: "$(document).ready(function () { if (mw.config.get('wgCanonicalSpecialPageName') !== 'Contributions') { return; } function createAdvancedRollbackBox() { return $(` <div id="rollback-box" class="mw-htmlform-ooui-wrapper oo-ui-layout oo-ui-panelLayout-padded"> <div id="rollback-stats" class="rollback-stats-panel">...", and the only contributor was "BZPN" (talk))
- 22:15, 20 September 2024 BZPN talk contribs created page User:BZPN/MassRollback2.js (Created page with "//Mass rollback function //Written by John254 //Adapted from User:Mr.Z-man/rollbackSummary.js //Instructions: Selecting the "rollback all" tab when viewing a user's contributions history //will open all rollback links displayed there. (Use with caution) jQuery(document).ready(function ($) { function rollbackEverything() { for (var i in document.links) { if (document.links[i].href.indexOf('action=rollback') != -1) { window.open(document.links[i].href); }...") Tags: Mobile edit Mobile web edit