| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4179
|
|
|
|
| |
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/3648
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3646
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3606
|
|
|
|
|
|
|
| |
The checkboxes are replaced by two columns of radio boxes. If js is available it does some styling tasks/makes sure sensible version combinations are selected.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3605
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3081
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3079
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3063
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3029
|
|
|
|
|
|
|
|
|
|
|
| |
$wgMimeType = "text/xml";
$wgDocType = "-//W3C//DTD XHTML 1.0 Transitional//EN";
$wgDTD = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";
Mozilla will spit out angry erorrs at all the well-formedness errors.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2945
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2902
|
|
|
|
|
|
|
| |
URLs seem to cause security warnings on some browsers
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2841
|
|
|
|
|
|
|
|
| |
2) in RC, SpecialContributions and PageHistory, these are displayed using
the CSS class "autocomment" (gray in the standard skin)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2825
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
showed if > 1 revision is shown on the page. Some code cleanup.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2448
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2445
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2398
|
|
|
|
|
|
|
|
|
|
| |
Implemented for:
PageHistory,
QueryPage and all derived from it,
SpecialContributions
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2327
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2296
|
|
|
|
|
|
|
|
| |
the last shown entry if there are further available entries, so it doesn't
look like the history ends there.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2225
|
|
No substantive changes yet.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2224
|