All 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).
- 15:09, 17 March 2024 DodoMan~usurped talk contribs created page MediaWiki:Gadget-UserInfo.css (Created page with "#ps-gender-unknown { display: none; }")
- 15:04, 17 March 2024 DodoMan~usurped talk contribs created page MediaWiki:Gadget-UserInfo (Created page with "UserInfo:Gadget to display user's informations on their user page.")
- 14:59, 17 March 2024 DodoMan~usurped talk contribs created page MediaWiki:Gadget-UserInfo.js (Created page with "{{Catégorisation JS}}<nowiki>: imported from fr vikidia: // Basé sur wp:en:User:Fran Rogers/dimorphism.js et wp:en:User:Splarka/sysopdectector.js ; // Modifié et retravaillé par Bulest85 et Matteo1234321. // Traduction en --> fr par Matteo1234321 // (n'hésitez surtout pas à vous plaindre du fait qu'il ne sait pas parler anglais car c'est une vérité) // Fonction qui met au pluriel au besoin. function UserinfoJsFormatQty(qty, singular, plural) {...")
- 14:55, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/changecategory.js (Created page with "change_category = { user_data : null, article_categories : [], all_articles_cats : [], do_sync_request : function (request, type, datas) { var http_request = sajax_init_object(); url = mw.config.get('wgServer') + wgScriptPath + '/api.php?' + request; http_request.open(type, url, false); if (datas) { http_request.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); } http_reques...")
- 14:52, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/subpages.js (Created page with "$(document).ready(function () { var NSWithoutSubpages = [-1, 6, 8, 14, 104, 105, 113]; if (document.getElementById('p-tb') && NSWithoutSubpages.indexOf(mw.config.get('wgNamespaceNumber')) == -1) { var lienSouspages = '/wiki/Special:Index/'; if (mw.config.get('wgCanonicalNamespace') === 'Index') { lienSouspages += 'Page:' + mw.config.get('wgTitle'); } else { lienSouspages += mw.config.get('wgPageName'); } mw.loader.using('mediaw...")
- 14:22, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/blockanddiscuss.js (Created page with "if (mw.config.get('wgCanonicalNamespace') == 'Special' && mw.config.get('wgCanonicalSpecialPageName') == 'Block') { $(function() { var api = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php'; var checkId = 'mw-input-wpBlockMessage'; var textId = 'mw-input-wpBlockMessageText'; var blockTemplate = '\\{\\{(Averto-3\\|[^\\|]*\\|[^\\}]*|Vandale banni)\\}\\}'; var reason = '(\\s*Avec le motif suivant\\s*: «[^»]*»\\.)?...")
- 09:10, 17 March 2024 DodoMan~usurped talk contribs changed group membership for DodoMan~usurped from autochecked, bureaucrat, chat moderator, reviewer and administrator to autochecked, bureaucrat, chat moderator, reviewer, administrator, patroller and interwiki administrator
- 08:56, 17 March 2024 DodoMan~usurped talk contribs changed group membership for DodoBot from administrator to administrator and bot
- 08:54, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/revertdiff.js (Created page with "mw.loader.using(['mediawiki.util', 'mediawiki.api'], function () { if (typeof window.RevertDiff === 'undefined' && location.href.match(/diff=/)) { //We're not already launched AND we're on a diff window.RevertDiff = true;//We're alive ! //Some params. var RevertDiffParams = { /** * Defines the available warns, in the template Averto on the french Vikidia (https://fr.vikidia.org/wiki/Template:Averto). * The type is the template's parameter type, the tit...")
- 08:45, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/livenotifs.js (Created page with "****************************************************************************** Live notifications @overview Shows bubble notifications for new Echo notifications @author Evad37 @repo https://github.com/evad37/live-notifications @version 1.1.0 ******************************************************************************: // <nowiki> !function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return...")
- 08:37, 17 March 2024 DodoMan~usurped talk contribs changed group membership for DodoMan~usurped from bureaucrat and administrator to bureaucrat, administrator, chat moderator, reviewer and autochecked
- 08:19, 17 March 2024 DodoMan~usurped talk contribs reviewed translation Translations:Main Page/3/fr
- 08:19, 17 March 2024 DodoMan~usurped talk contribs reviewed translation Translations:Main Page/4/fr
- 08:18, 17 March 2024 DodoMan~usurped talk contribs reviewed translation Translations:Main Page/8/fr
- 08:18, 17 March 2024 DodoMan~usurped talk contribs reviewed translation Translations:Main Page/6/fr
- 08:18, 17 March 2024 DodoMan~usurped talk contribs reviewed translation Translations:Main Page/5/fr
- 08:14, 17 March 2024 DodoMan~usurped talk contribs reviewed translation Translations:Main Page/7/fr
- 08:14, 17 March 2024 DodoMan~usurped talk contribs created page Translations:Main Page/19/fr (Created page with "Envoyez nous un email $adr, (Si vous voulez nous parler en privé")
- 08:13, 17 March 2024 DodoMan~usurped talk contribs created page Translations:Main Page/18/fr (Created page with "Parlez avec nous sur IRC.We can be found in $irc on libera.")
- 08:11, 17 March 2024 DodoMan~usurped talk contribs created page Translations:Main Page/17/fr (Created page with "Parlez avec nous sur Discord, wich can be found [$discord here].")
- 08:04, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/confirmlogout.js (Created page with "$( document ).ready( () => { "use strict"; const LOA = document.getElementById( "pt-logout" )?.firstElementChild; LOA?.replaceWith( LOA.cloneNode( true ) ); } );")
- 07:55, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/smartpatrol.js (Created page with "* This script adds a tab which allows a mass patrolling on the current page. Because it was pointless to mark as patrolled 10 intermediate versions when we can read the difference between the first and the last: var totalRevisions; var treatedRevisions = 0; if (mw.config.get('wgNamespaceNumber') >= 0) { mw.loader.using( [ 'mediawiki.util', 'mediawiki.api', 'oojs-ui' ], function() { mw.util.addPortletLink( 'p-cactions', 'javascript:markAllAsPatrolled()', 'Sma...")
- 07:50, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/adminmenu.js (Created page with "* * * Fonction get * *: function getHTTPObject() { var xmlhttp = false; on essaie de créer l'objet si ce n'est pas déjà fait: if (!xmlhttp && typeof XMLHttpRequest != 'undefined') { try { xmlhttp = new XMLHttpRequest(); } catch (e) { xmlhttp = false; } } return xmlhttp; } * * * Affiche un nouveau Menu à gauche avec quelques liens pratiques * Toutes modifications devraient se faire sur la page du menu * *: fu...")
- 07:46, 17 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/vector.css (Created page with "CSS placed here will affect users of the Vector skin: Override Vector colour scheme to make it dark (compiled from modified LESS code): h1,h2,h3,h4,h5,h6{color:#c1c1c1}hr{color:#222}.editOptions{background-color:#333;border-color:#4c4c4c}input,textarea{background-color:#4c4c4c;border-color:#4c4c4c;color:#c1c1c1}a,.mw-body a.external,.mw-body a.extiw{color:#e69710}a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited{color:#8a7f6c}a.new,#p-personal a.n...")
- 18:52, 16 March 2024 DodoMan~usurped talk contribs changed group membership for DodoMan~usurped from bureaucrat and administrator to bureaucrat, administrator and translation administrator
- 15:59, 16 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/massblock.js (Created page with "if (mw.config.get('wgUserGroups').includes('sysop')) { // Function to create the blocking interface as if it's a "Special Page" function createBlockingInterface() { // Change the document title in the browser tab document.title = 'Mass Block Tool - ' + mw.config.get('wgSiteName'); // Change the content header to 'Mass Block Tool' and remove the subtitle $('#firstHeading').text('Mass Block Tool'); // This changes the main page tit...")
- 15:58, 16 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/common.js (Installing User:Euphoria/massBlock.js (script-installer))
- 15:37, 16 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo (Created page with "{{Administrator topicon}} {{User administrator}} A French admin but he speak english.")
- 19:03, 15 March 2024 DodoMan~usurped talk contribs created page Template:Sandbox/botclean (Created page with "{{sandbox}}")
- 18:37, 15 March 2024 DodoMan~usurped talk contribs created page User talk:Rafdodo (Bot: Adding Rafdodobot test. ~~~~)
- 18:14, 15 March 2024 DodoMan~usurped talk contribs created an owner-only OAuth consumer (consumer key 4747d33514e419f0e3365869ee3c5bcd) (Bot for Test Wiki)
- 17:51, 15 March 2024 User account DodoMan~usurped talk contribs was created