| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/111102
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86251
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72834
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71961
|
|
|
|
|
|
|
| |
* Added @file where needed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71434
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67726
|
|
|
|
|
|
|
|
|
|
| |
These should all theoretically be covered by the parser tests. All
tests pass, the only change needed was to account for less overescaping
in Html::expandAttributes(). There's no reason to escape <>' in
"-quoted attributes, unless I'm mistaken and have just added some XSS.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55433
|
|
|
|
|
|
|
| |
linked dates
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/51339
|
|
|
|
|
|
|
| |
specific failure case which was fixed.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/49794
|
|
|
|
|
|
|
| |
date to take up the entire argument.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/48254
|
|
|
|
|
|
|
|
|
|
| |
the dateformat
parser function.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/48249
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/48247
|
|
|
|
|
|
|
| |
* Fix doxygen warnings
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/46097
|
|
specials
* Wrote a tool to check the integrity of the autoloader class list, fixed some issues that came up.
* Start the autoloader before LocalSettings.php, so that when an extension writer thinks an inefficient one-file special page extension is the way to go, they don't have to use explicit includes to make the class inheritance work. Should continue to work with $IP set in LocalSettings.php as long as $IP is set before extensions are included.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36353
|