| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3892
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
page the first of these.
* Moving common special page handling to SpecialPage.php
* Special page lists in the language classes are obsolete, replaced by the list in SpecialPage.php
* Special:Specialpages uses the standard page titles wfMsg(pagename) instead of the description list previously contained in the $wgSpecialPagesEn arrays
* Ability to add custom messages to the MessageCache. Overridable by the MediaWiki namespace.
* Moving board vote functionality from includes/SpecialBoardvote.php to extensions/BoardVote.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3583
|
|
|
|
|
|
|
|
|
|
| |
available. Currently using for the message cache to avoid reading
every message separately. This now is only slightly slower than
memcached in my tests when $wgUseDatabaseMessages is enabled, so
it's a bit of a speedup for common hosts.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3516
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3466
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3005
|
|
|
|
|
|
|
| |
{{localurl:Special:Preferences}} in the language files and MediaWiki namespace
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2976
|
|
|
|
|
|
|
|
|
| |
* Split MediaWiki namespace into MediaWiki and Template (requires changes to all language files)
* Purge links to on edit of Template namespace
* General refactoring of purging and cache invalidation code
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2769
|
|
|
|
|
|
|
|
|
|
|
|
| |
elimination of the use of import_request_variables (which gives us all
the insecurity of register_globals). Uncomment the define of DEBUG_GLOBALS
in index.php to turn on extra error reporting and trace down use of
uninitialized variables and nassssty globals.
Also rearranged the magic_quotes fixing, may not yet cover everything...
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2655
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2584
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2354
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2351
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2348
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2270
|
|
and Article.php, with some enhancements
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2204
|