| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4051
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3892
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3478
|
|
|
|
|
|
|
|
|
| |
the bug that searches get displayed with properties of the main page
(particularly bad in MonoBook). Also cleared up notices in Power Search
from improper use of $_REQUEST.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3306
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3112
|
|
|
|
|
|
|
| |
run instead.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3090
|
|
|
|
|
|
|
| |
pages. Fixed miscellaneous bugs.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2880
|
|
|
|
|
|
|
| |
Skin cologne blue will show the donation link at the bottom of left bar in "special page" if $wgSiteSupportPage is set.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2742
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
practical, clear methods:
Title::getLocalURL() - "/wiki/index.php/Foobar" or "/wiki/index.php?title=Foobar&action=edit"
Title::getFullUrl() - ditto with $wgServer on the front
Title::getInternalUrl() - ditto with $wgInternalServer on the front (for some squid-related functions)
Title::escapeLocalUrl() - local URL escaped for HTML output
Title::escapeFullUrl() - full URL escaped for HTML output
All take an optional query parameter.
Title::getURL(), wfFullUrl() and wfFullUrlE() are now officially
deprecated and will result in instant death. wfLocalUrl() and wfLocalUrlE()
will be killed shortly; they are still used in the language files.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2649
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Converted many instances of globals from the query to $_REQUEST
* Renamed near-useless Title::getURL() to Title::getPartialURL()
* Created new Title::getURL(), to replace wfLocalUrl, wfLocalUrlE, wfFullUrl and wfFullUrlE. Replaced most instances throughout the code
* In Parser.php, generalised stripping of <nowiki>, <pre> and <math> to allow more general use such as nesting
* Moved body of Article::preSaveTransform to Parser.php
* Put lots of comments in Title.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2621
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2526
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2507
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2475
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2369
|
|
|
|
|
|
|
| |
regardless of whether the user exists
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2367
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2255
|
|
|
|
|
|
|
|
|
| |
default for new installations, it's important to have this text handy.
In addition, hid the "Upload file" link if uploads are disabled.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2188
|
|
|
|
|
|
|
| |
in Cologne Blue skin (RFE#608796).
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2136
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2076
|
|
|
|
|
|
|
| |
class=internal for ordinary links
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2038
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1914
|
|
|
|
|
|
|
| |
that's known from SkinStandard.php.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1583
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1368
|
|
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1284
http://mediawiki.org/wiki/Special:Code/MediaWiki/1286
|