<? php /** * @file * @ingroup Extensions */ namespace MediaWiki \Extension\TemplateData ; use Html ; use Language ; use MediaWiki \MediaWikiServices ; use Status ; use stdClass ; use Wikimedia \Rdbms\I Database ; /** * Represents the information about a template, * coming from th…
…=== 41 43 * Fixing the caching issue by using -{T|xxx}- syntax (only applies on wiki with LanguageConverter class) — — @@ -42,6 +44,7 @@ 43 45 * (bug 16968) Special:Upload no longer throws useless warnings. 44 46 * (bug 15470) Special:Upload no longer force-capitalizes titles 45 …
Index: trunk/phpwiki/wiki.phtml — — @@ -0,0 +1,98 @@ 2 +<? 3 +function getNiceTitle ( $s ) { 4 + $s=str_replace("_"," ",$s); 5 + return $s ; 6 + } 7 + 8 +function stripNamespace ( $s ) { 9 + $dbpos = strpos ( " ".$s , ':' ) ; 10 + if ( $dbpos == true ) $s = substr ( $s , $dbpos )…
…ebugger.js]]. * Otherwise, your change will not take effect! Thank you. */ //<nowiki> /* jshint esversion: 11, esnext: false */ /******/ (() => { // webpackBootstrap /******/ "use strict" ; /******/ // The require scope /******/ var __webpack_require__ = {}; /******/ /***********…
…@file */ /** * @defgroup Language Internationalisation * * See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more information. */ /** * @defgroup Languages Languages * @ingroup Language */ namespace MediaWiki\Language; use CLDRPluralRuleParser\Evaluator; use …
…Y - Apache Software Foundation DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account. DERBY Pages Blog Page tree Browse pages tachments (0) Page History Resolved comments Page Information View in Hierarchy View Source Export to PDF Export to Word Cop…
RELEASE-NOTES-1.43 · mediawiki Phabricator Diffusion MediaWiki (REL1_43) Code mediawiki RELEASE-NOTES-1.43 8d41913d3bec REL1_43 Code Branches Tags History Last Change Raw File RELEASE-NOTES-1.43 View Options = MediaWiki 1.43 = PHP 8.1 workboard: https://phabricator.wikimedia.org/…
MediaWiki:Common.js - Wikimanuale Sari la conținut De la Wikimanuale, o colecţie de manuale libere ! Notă: După salvare, trebuie să treceţi peste cache-ul browser-ului pentru a vedea modificările. Mozilla/Safari/Konqueror: ţineţi apăsat Shift în timp ce apăsaţi Reload (sau apăsaţ…
Release notes/1.43 - MediaWiki Jump to content From mediawiki.org Release notes This page contains release notes for a legacy version of MediaWiki. The current version is 1.45.3 . The legacy support version is 1.44.5 . The legacy long-term support version is 1.43.8 MediaWiki Medi…
MediaWiki 1.41/wmf.12 - MediaWiki Jump to content From mediawiki.org < MediaWiki 1.41 MediaWiki 1.41.0-wmf.11 Deployment of MediaWiki 1.41.0-wmf.12 to Wikimedia sites MediaWiki 1.41.0-wmf.13 The latest version (labeled "1.41.0-wmf.12") of MediaWiki, the software that powers Wikip…
MediaWiki 1.41/wmf.12 - MediaWiki Jump to content From mediawiki.org < MediaWiki 1.41 MediaWiki 1.41.0-wmf.11 Deployment of MediaWiki 1.41.0-wmf.12 to Wikimedia sites MediaWiki 1.41.0-wmf.13 The latest version (labeled "1.41.0-wmf.12") of MediaWiki, the software that powers Wikip…
…e of the WMF cluster. # This file contains settings common to all (or many) WMF wikis. # For per-wiki configuration, see InitialiseSettings.php. # # This is for PRODUCTION. # # Effective load order: # - multiversion # - mediawiki/DefaultSettings.php # - wmf-config/InitialiseSetti…
…, USA. * http://www.gnu.org/copyleft/gpl.html * * @file * @ingroup Cache */ use Wikimedia \AtEase\AtEase ; use Wikimedia \Rdbms\Blob ; use Wikimedia \Rdbms\Database ; use Wikimedia \Rdbms\D BConnectionError ; use Wikimedia \Rdbms\D BError ; use Wikimedia \Rdbms\D BQueryError ; us…
…lobals = false ; /** * Unsorted */ $wgRightsPage = "" ; # Set to the title of a wiki page that describes your license/copyright $wgRightsUrl = "" ; $wgRightsText = "" ; $wgRightsIcon = "" ; $wgMaxShellMemory = 1024 * 200 ; /** * Names */ $wgSitename = 'translatewiki.net' ; $wgEna…
CommonSettings.php · mediawiki-config Phabricator Diffusion Wikimedia - MediaWiki Config (master) Code mediawiki-config wmf-config CommonSettings.php ca2f57fe1efb master Code Branches Tags History Last Change Raw File CommonSettings.php View Options <?php # WARNING: This file is …