From 7b622d6ab390889e4f4af39fe13689f091ad94e9 Mon Sep 17 00:00:00 2001 From: Ladsgroup Date: Tue, 21 Jan 2014 15:37:51 +0000 Subject: [PATCH] http://www.mediawiki.org --> https://www.mediawiki.org Part 1 Change-Id: I07ff886d4832b7148a5ae0443af1498b62cc9525 --- HISTORY | 30 +++++++++++++++--------------- INSTALL | 6 +++--- UPGRADE | 6 +++--- docs/database.txt | 2 +- docs/design.txt | 2 +- docs/distributors.txt | 8 ++++---- docs/language.txt | 2 +- docs/magicword.txt | 6 +++--- docs/schema.txt | 2 +- docs/scripts.txt | 8 ++++---- docs/skin.txt | 4 ++-- 11 files changed, 38 insertions(+), 38 deletions(-) diff --git a/HISTORY b/HISTORY index 672cb64793..b2705f1c5d 100644 --- a/HISTORY +++ b/HISTORY @@ -1831,7 +1831,7 @@ Selected changes since MediaWiki 1.17 that may be of interest: output. * (bug 14202) $wgUseTeX has been superseded by the Math extension. To re-enable math conversion after upgrading, obtain the Math extension from SVN or from - http://www.mediawiki.org/wiki/Extension:Math and add to LocalSettings.php: + https://www.mediawiki.org/wiki/Extension:Math and add to LocalSettings.php: require_once "$IP/extensions/Math/Math.php"; * $wgProfiler is now a configuration array, see StartProfiler.sample for details. @@ -1850,8 +1850,8 @@ Selected changes since MediaWiki 1.17 that may be of interest: whether a page is an article or not. $wgUseCommaCount is now deprecated. * $wgEnableDublinCoreRdf and $wgEnableCreativeCommonsRdf no longer work in core, and the functionality has been moved to the relevant extensions. See - http://www.mediawiki.org/wiki/Extension:DublinCoreRdf and - http://www.mediawiki.org/wiki/Extension:CreativeCommonsRdf as appropriate. + https://www.mediawiki.org/wiki/Extension:DublinCoreRdf and + https://www.mediawiki.org/wiki/Extension:CreativeCommonsRdf as appropriate. * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS * Removed $wgCheckCopyrightUpload from DefaultSettings, since the relevant feature was removed in about 1.5. @@ -5787,7 +5787,7 @@ from first release, but nonessential bugfixes and feature developments will be made on the development trunk and appear in the next quarterly release. Those wishing to use the latest code instead of a branch release can obtain -it from source control: http://www.mediawiki.org/wiki/Download_from_SVN +it from source control: https://www.mediawiki.org/wiki/Download_from_SVN === Configuration changes in 1.12 === * Marking edits as bot edits with Special:Contributions?bot=1 now requires the @@ -6240,7 +6240,7 @@ extensions which make use of the parser state may need compatibility changes. The new preprocessor syntax has been documented in Backus-Naur Form at: -http://www.mediawiki.org/wiki/Preprocessor_ABNF +https://www.mediawiki.org/wiki/Preprocessor_ABNF The ExpandTemplates extension now has the ability to generate an XML parse tree from wikitext source. This parse tree corresponds closely to the grammar @@ -6248,7 +6248,7 @@ documented on that page. === API changes in 1.12 === -Full API documentation is available at http://www.mediawiki.org/wiki/API +Full API documentation is available at https://www.mediawiki.org/wiki/API * (bug 11275) Enable descending sort in categorymembers * (bug 11308) Allow the API to output the image metadata @@ -6339,7 +6339,7 @@ from first release, but nonessential bugfixes and feature developments will be made on the development trunk and appear in the next quarterly release. Those wishing to use the latest code instead of a branch release can obtain -it from source control: http://www.mediawiki.org/wiki/Download_from_SVN +it from source control: https://www.mediawiki.org/wiki/Download_from_SVN == Configuration changes since 1.10 == @@ -6761,7 +6761,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN == API changes since 1.10 == -Full API documentation is available at http://www.mediawiki.org/wiki/API +Full API documentation is available at https://www.mediawiki.org/wiki/API * New properties: links, templates, images, langlinks, categories, external links @@ -6927,7 +6927,7 @@ from first release, but nonessential bugfixes and feature developments will be made on the development trunk and appear in the next quarterly release. Those wishing to use the latest code instead of a branch release can obtain -it from source control: http://www.mediawiki.org/wiki/Download_from_SVN +it from source control: https://www.mediawiki.org/wiki/Download_from_SVN == Configuration changes == @@ -9945,7 +9945,7 @@ User accounts: groups. Note that this does *not* allow you to make pages which are only accessible to certain groups. - For details see: http://www.mediawiki.org/wiki/Manual:User_rights + For details see: https://www.mediawiki.org/wiki/Manual:User_rights E-mail: User-to-user e-mail can now be restricted to require a mail-back confirmation @@ -10195,8 +10195,8 @@ Various bugfixes, small features, and a few experimental things: * 'live preview' reduces preview reload burden on supported browsers * support for external editors for files and wiki pages: - http://www.mediawiki.org/wiki/Manual:External_editors -* Schema reworking: http://www.mediawiki.org/wiki/Proposed_Database_Schema_Changes/October_2004 + https://www.mediawiki.org/wiki/Manual:External_editors +* Schema reworking: https://www.mediawiki.org/wiki/Proposed_Database_Schema_Changes/October_2004 * (bug 15) Allow editors to view diff of their change before actually submitting an edit * (bug 190) Hide your own edits on the watchlist * (bug 510): Special:Randompage now works for other namespaces than NS_MAIN. @@ -10879,7 +10879,7 @@ release for relevant bug fixes; see the changelog later in this file. If you have trouble, remember to read this whole file and the online FAQ page before asking for help: -http://www.mediawiki.org/wiki/Manual:FAQ +https://www.mediawiki.org/wiki/Manual:FAQ === READ THIS FIRST: Upgrading === @@ -10973,7 +10973,7 @@ For background information on nofollow see: * More extension hooks have been added. * Authentication plugin hook. * More internal code documentation, generated with phpdoc: - http://www.mediawiki.org/docs/html/ + https://doc.wikimedia.org/mediawiki-core/master/php/html/ === Optimization === @@ -11418,7 +11418,7 @@ Documentation for both end-users and site administrators is currently being built up on MediaWiki.org, and is covered under the GNU Free Documentation License: - http://www.mediawiki.org/ + https://www.mediawiki.org/ === Mailing list === diff --git a/INSTALL b/INSTALL index 891be73425..e8731a1ecc 100644 --- a/INSTALL +++ b/INSTALL @@ -21,7 +21,7 @@ experience problems, as this configuration is not well tested. safe_mode is also not tested and unlikely to work. Support for rendering mathematical formulas requires installing the Math extension, -see http://www.mediawiki.org/wiki/Extension:Math +see https://www.mediawiki.org/wiki/Extension:Math Don't forget to check the RELEASE-NOTES file... @@ -30,7 +30,7 @@ Additional documentation is available online, which may include more detailed notes on particular operating systems and workarounds for difficult hosting environments: -http://www.mediawiki.org/wiki/Manual:Installation_guide +https://www.mediawiki.org/wiki/Manual:Installation_guide ******************* WARNING ******************* @@ -56,7 +56,7 @@ ie. /wiki/index.php/Article. | will appear. It is common in this case to use w as the folder name and | | /wiki/ as the virtual article path where your articles pretend to be. | | | - | See: http://www.mediawiki.org/wiki/Manual:Short_URL | + | See: https://www.mediawiki.org/wiki/Manual:Short_URL | +--------------------------------------------------------------------------+ Hop into your browser and surf into the wiki directory. It'll direct you into diff --git a/UPGRADE b/UPGRADE index 96b58361b0..1ff98cdae4 100644 --- a/UPGRADE +++ b/UPGRADE @@ -2,7 +2,7 @@ This file provides an overview of the MediaWiki upgrade process. For help with specific problems, check -* the documentation at http://www.mediawiki.org +* the documentation at https://www.mediawiki.org * the mediawiki-l mailing list archive at http://lists.wikimedia.org/pipermail/mediawiki-l/ * the bug tracker at https://bugzilla.wikimedia.org @@ -12,7 +12,7 @@ for information and workarounds to common issues. == Overview == Comprehensive documentation on upgrading to the latest version of the software -is available at http://www.mediawiki.org/wiki/Manual:Upgrading. +is available at https://www.mediawiki.org/wiki/Manual:Upgrading. === Consult the release notes === @@ -28,7 +28,7 @@ you take a complete backup of your wiki database and files and verify it. While the upgrade scripts are somewhat robust, there is no guarantee that things will not fail, leaving the database in an inconsistent state. -http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki provides an overview of +https://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki provides an overview of the backup process. You should also refer to the documentation for your database management system for information on backing up a database, and to your operating system documentation for information on making copies of files. diff --git a/docs/database.txt b/docs/database.txt index 65a597b345..735f26bff3 100644 --- a/docs/database.txt +++ b/docs/database.txt @@ -7,7 +7,7 @@ By Tim Starling, January 2006. For information about the MediaWiki database layout, such as a description of the tables and their contents, please see: - http://www.mediawiki.org/wiki/Manual:Database_layout + https://www.mediawiki.org/wiki/Manual:Database_layout https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob_plain;f=maintenance/tables.sql;hb=HEAD diff --git a/docs/design.txt b/docs/design.txt index f95ef0f6bf..5c04addef3 100644 --- a/docs/design.txt +++ b/docs/design.txt @@ -3,7 +3,7 @@ design.txt This is a brief overview of the new design. More thorough and up-to-date information is available on the documentation -wiki at http://www.mediawiki.org/ +wiki at https://www.mediawiki.org/ Primary classes: diff --git a/docs/distributors.txt b/docs/distributors.txt index 4a65431533..efa573db14 100644 --- a/docs/distributors.txt +++ b/docs/distributors.txt @@ -52,7 +52,7 @@ root, is /w (so, e.g., /var/www/w). Rewrite rules can then be used to enable is the convention Wikipedia uses.) In theory, it should be possible to enable the appropriate rewrite rules by default, if you can reconfigure the web server, but you'd need to alter LocalSettings.php too. See - for details on short URLs. + for details on short URLs. If you really must mess around with the directory structure, note that the following files *must* all be web-accessible for MediaWiki to function @@ -122,7 +122,7 @@ needed to rename LocalSettings.php in order to upgrade using the installer). == Documentation == MediaWiki's official documentation is split between two places: the source -code, and . The source code documentation is written +code, and . The source code documentation is written exclusively by developers, and so is likely to be reliable (at worst, outdated). However, it can be pretty sparse. mediawiki.org documentation is often much more thorough, but it's maintained by a wiki that's open to @@ -135,7 +135,7 @@ MediaWiki is a project hosted and led by the Wikimedia Foundation, the not-for-profit charity that operates Wikipedia. Wikimedia employs the lead developer and several other paid developers, but commit access is given out liberally and there are multiple very active volunteer developers as well. A -list of developers can be found at . +list of developers can be found at . MediaWiki's bug tracker is at . However, most developers follow the bug tracker little or not at all. The best place to @@ -179,7 +179,7 @@ perhaps configure it to use them (see Configuration section of this document): * Squid: Can provide a drastic speedup and a major cut in resource consumption, but enabling it may interfere with other applications. It might be suitable for a separate mediawiki-squid package. For setup details, see: - + * rsvg or other SVG rasterizer: ImageMagick can be used for SVG support, but is not ideal. Wikipedia (as of the time of this writing) uses rsvg. To enable, set "$wgSVGConverter = 'rsvg';" (or other as appropriate). diff --git a/docs/language.txt b/docs/language.txt index 42a6027947..8f4cf751a2 100644 --- a/docs/language.txt +++ b/docs/language.txt @@ -2,4 +2,4 @@ language.txt The Language object handles all readable text produced by the software. -See http://www.mediawiki.org/wiki/Localisation#General_use_.28for_developers.29 +See https://www.mediawiki.org/wiki/Localisation#General_use_.28for_developers.29 diff --git a/docs/magicword.txt b/docs/magicword.txt index 1d9bf7d466..46fcecc7af 100644 --- a/docs/magicword.txt +++ b/docs/magicword.txt @@ -90,6 +90,6 @@ Note: the 'ParserFirstCallInit' hook is only aviable since 1.12. To work with an older version, you'll need to use an extension function. Online documentation (contains more informations): -Magic words: http://www.mediawiki.org/wiki/Manual:Magic_words -Variables: http://www.mediawiki.org/wiki/Manual:Variable -Parser functions: http://www.mediawiki.org/wiki/Manual:Parser_functions \ No newline at end of file +Magic words: https://www.mediawiki.org/wiki/Manual:Magic_words +Variables: https://www.mediawiki.org/wiki/Manual:Variable +Parser functions: https://www.mediawiki.org/wiki/Manual:Parser_functions \ No newline at end of file diff --git a/docs/schema.txt b/docs/schema.txt index 365576cccb..7a92d0a61d 100644 --- a/docs/schema.txt +++ b/docs/schema.txt @@ -6,4 +6,4 @@ That file has been commented with details of the usage for each table and field. Historical information and some other notes are available at -http://www.mediawiki.org/wiki/Manual:Database_layout +https://www.mediawiki.org/wiki/Manual:Database_layout diff --git a/docs/scripts.txt b/docs/scripts.txt index 0b8ee8f67e..4f167093ec 100644 --- a/docs/scripts.txt +++ b/docs/scripts.txt @@ -9,16 +9,16 @@ Primary scripts: index.php Main access point. It handles the most of requests. - See http://www.mediawiki.org/wiki/Manual:Index.php + See https://www.mediawiki.org/wiki/Manual:Index.php api.php Script to provide an API for bots to fetch content and informations about - the site and also modify it. See http://www.mediawiki.org/wiki/API + the site and also modify it. See https://www.mediawiki.org/wiki/API for more informations. img_auth.php Script that only serve images to logged in users. To configure the wiki - to use that script, see http://www.mediawiki.org/wiki/Manual:Image_Authorisation. + to use that script, see https://www.mediawiki.org/wiki/Manual:Image_Authorisation. load.php Used by ResourceLoader to serve minified, concatenated and gzipped CSS and JS. @@ -40,7 +40,7 @@ Primary scripts: To enable the profileinfo.php itself, you'll need to set $wgDBadminuser and $wgDBadminpassword in your LocalSettings.php, as well as $wgEnableProfileInfo - See also http://www.mediawiki.org/wiki/How_to_debug#Profiling. + See also https://www.mediawiki.org/wiki/How_to_debug#Profiling. thumb.php Script used to resize images if it is configured to be done when the web diff --git a/docs/skin.txt b/docs/skin.txt index 1459d7afd0..58f77cf8e0 100644 --- a/docs/skin.txt +++ b/docs/skin.txt @@ -55,7 +55,7 @@ These can also be customised on a per-user basis, by editing This feature has led to a wide variety of "user styles" becoming available: -http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles +https://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles If you want a different look for your wiki, that gallery is a good place to start. @@ -76,7 +76,7 @@ This technique is used by the more ambitious MediaWiki site operators, to create complex custom skins for their wikis. It should be preferred over editing the core Monobook skin directly. -See http://www.mediawiki.org/wiki/Manual:Skinning for more information. +See https://www.mediawiki.org/wiki/Manual:Skinning for more information. == Extension skins == -- 2.20.1