| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/83405
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/81335
|
|
|
|
|
|
|
|
|
| |
instantiate a variable-length constructor in php 5.1.3 and up, and falls
back to the old, ugly, manual method that was in the old wfCreateObject
function. The instances in the core have been replaced.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79504
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77495
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sed -i 's/$wgContLanguageCode/$wgLanguageCode/g'
These are now the same, always. Per and since r15827.
$wgLanguageCode wins due to being the one set by LocalSettings.
$wgContLanguageCode definition at includes/Setup.php kept for now.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72561
|
|
|
|
|
|
|
| |
it once was. It actually takes more time using the StubUser (construction + unstub on first call) than just initializing User::newFromSession() from the start. Either way, the real overhead starts when you start calling methods (for the nitpicky, the optimization was only about 20µs. The real gain here was eliminating a StubObject)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70970
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/64308
|
|
|
|
|
|
|
| |
Skin::makeGlobalVariablesScript(), use $wgContLang->getPreferredVariant() instead, which is the variant used in the relevant server-side code.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55746
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55022
|
|
|
|
|
|
|
| |
StubObject, which has since been unstubbed but the copy not updated), then return the already-unstubbed object instead of unstubbing it again
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/54524
|
|
|
|
|
|
|
| |
variable instead of using this to overrules the user language preference.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/51204
|
|
|
|
|
|
|
| |
https://bugzilla.wikimedia.org/show_bug.cgi?id=17445
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47138
|
|
|
|
|
|
|
| |
debug statements that mention the calling method), since -> gets turned to -> in the debug comments.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/43184
|
|
|
|
|
|
|
| |
variant is different that main wiki language variant.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/37703
|
|
|
|
|
|
|
|
|
| |
main language.
Explicitely forbid conversion when interface language is different than the main content language.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/37662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In CentralAuth (and related changes interface changes in Newuserlog and the core):
* Moved the AutoAuthenticate hook to User::loadFromSession(), to defer processing for longer and avoid unstub loops
* Undeprecated User::setID()
* Added partial support for new user log registration and IP-based blocking of automatically created accounts. Still needs the same support implemented in Special:Userlogin.
* Fixed all inappropriate uses of the term "DB name", changing them to "wiki" or "wiki ID". Renamed the relevant database fields.
* Refactored central session and cache support
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/34772
|
|
|
|
|
|
|
|
| |
* remove empty lines at end of file
* remove "?>" where still present
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33276
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32978
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32975
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31183
|
|
|
|
|
|
|
|
|
| |
language not English
Patch by Alexandre Emsenhuber
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31022
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28824
|
|
|
|
|
|
|
| |
* (bug 10837) Interface "variant" overruling "language" preference
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28802
|
|
|
|
|
|
|
| |
mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20947
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19897
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19896
|
|
|
|
|
|
|
|
|
| |
this makes it consistent with WebRequest::get* methods. Corrected code in
various places accordingly.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18334
|
|
|
|
|
|
|
|
|
| |
both link and category variants)
* introduce armourMath(), use to put -{ }- around math if needed (not needed for zh, but needed for sr, and probably kk)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18272
|
|
|
|
|
|
|
| |
the one from user settings.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/17173
|
|
|
|
|
|
|
| |
it to $user.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/17069
|
|
|
|
|
|
|
| |
and also for performance. Interfaces and semantics have been largely preserved, except for a minor change involving setLoaded().
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/17004
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16911
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16161
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15922
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15920
|
|
|
|
|
|
|
| |
$wgLang->getCode(). This is necessary because determination of the language code is deferred.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15827
|
|
* Made lines from initialiseMessages() appear as list items during installation
* Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files.
* Introduced "stub global" framework to provide deferred initialisation of core modules.
* Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point.
* Added DBA cache type, for BDB-style caches.
* Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases.
* Simplified the initialisation API for LoadBalancer objects.
* Removed the broken altencoding feature.
* Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface.
* Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled.
* Merged LanguageUtf8 with Language. Removed LanguageUtf8.php.
* Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory().
* Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts.
* Added "serialized" directory, for storing precompiled data in serialized form.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15823
|