aboutsummaryrefslogtreecommitdiffstats
path: root/includes/StubObject.php
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-091-0/+2
* added missing deprecation noticesJeroen De Dauw2011-12-131-0/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* Comments, braces, explicit member variablesSam Reed2011-11-161-1/+8
* Add, update, tweak documentationSam Reed2011-10-261-1/+2
* Fix for r89474: added missing () to function callAlexandre Emsenhuber2011-06-041-1/+1
* Follow up r89408. Magic >lang to getLang().Platonides2011-06-041-1/+1
* Provisional revert of r89406, r89414: reference-related warnings need cleanup...Brion Vibber2011-06-031-1/+1
* Follow-up r89406 CR: another use of RequestContext::__get()Happy-melon2011-06-031-1/+1
* Follow-up r86775: restub $wgLang. Not because it's a good idea, but because ...Happy-melon2011-04-241-2/+0
* Stop stubbing $wgLang and $wgContLang. There are no major code paths which d...Happy-melon2011-04-231-0/+4
* Followup r85278, remove duplication of userlang code.Daniel Friesen2011-04-031-19/+1
* Follow-up to r85240: Happy-melon2011-04-031-31/+26
* Implement the RequestContext class. Some credit to IAlex, ;) other credit for...Daniel Friesen2011-04-031-26/+31
* * Added UserGetLanguageObject hook to change the language used in $wgLangAlexandre Emsenhuber2011-03-061-0/+2
* (bug 27094) fix path traversal vulnerabilityTim Starling2011-02-011-1/+1
* Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass toX!2011-01-031-1/+1
* More unused variablesSam Reed2010-11-301-1/+1
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-5/+5
* Get rid of StubUser. Constructing a user object isn't quite as intensive as i...Chad Horohoe2010-08-121-27/+0
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-281-13/+13
* Fixes for r51204: removed useless $wgVariant and StubUserVariant. In Skin::ma...Tim Starling2009-09-021-47/+0
* (bug 20090) BCP 47 issuesNiklas Laxström2009-08-141-0/+2
* If an object has already been unstubbed (i.e. we have a copy of the StubObjec...Andrew Garrett2009-08-061-1/+5
* * (bug 10837) Introducing the StubUserVariant class to determine the variant ...Shinjiman2009-05-301-1/+40
* Bugfis, making ?uselang=qqq an invalid language code, seePurodha B Blissenbach2009-02-111-1/+1
* Minor tweak in debug output. Makes much more readible (and per most other deb...Chad Horohoe2008-11-041-1/+1
* Fix regreesion in r37662, disabled conversion when interface language variant...Robert Stojnić2008-07-151-1/+1
* * (bug 10837) Language variants overrides languages other than the variant ma...Robert Stojnić2008-07-141-1/+1
* DB schema change.Tim Starling2008-05-141-1/+0
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-11/+11
* Typo, thanks to nikerabbit for reporting it :)Alexandre Emsenhuber2008-04-081-1/+1
* Document a bit.Alexandre Emsenhuber2008-04-081-7/+67
* Revert r31022 -- breaks commons upload hack.Tim Starling2008-02-221-2/+1
* * (bug 13010) Invalid language codes should fallback to default wiki language...Victor Vasiliev2008-02-171-1/+2
* * Reverting r28802 until I can figure what is going onNiklas Laxström2007-12-241-10/+7
* * Use variant only if interface language === content languageNiklas Laxström2007-12-231-8/+11
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Fix language code validation regex to allow be-x-old.Tim Starling2007-04-021-1/+2
* Fix r19896 for bug 8944 (pressing 'u' in vim before committing is a bad idea).Antoine Musso2007-02-121-1/+1
* Fix #8944: The deprecated is_a() function is used in StubObjects.phpAntoine Musso2007-02-121-2/+2
* User::getOption now accept a default value to override default user valuesAntoine Musso2006-12-141-3/+1
* * Enable category names to be written in variants (use single linkbatch for b...Robert Stojnić2006-12-111-1/+1
* Fix bug #7605. For logged-in users use the selected variant(if any) insted th...Robert Stojnić2006-10-221-0/+9
* Pass by reference, allow AutoAuthenticate to create a new object and assign i...Tim Starling2006-10-171-1/+1
* Converted User to use lazy initialisation. This is to avoid unstub loops, and...Tim Starling2006-10-141-2/+1
* * (bug 6929) Restore AutoAuthenticate hookBrion Vibber2006-10-101-0/+1
* StubObject.php: use getVal() instead of getText() to check for uselang parameterDaniel Kinzler2006-08-221-1/+1
* erghhhhDomas Mituzas2006-08-021-1/+1
* Move SO::_getCaller() to Profiler::getCaller()Domas Mituzas2006-08-021-15/+1