| Commit message (Expand) | Author | Age | Files | Lines |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+2 |
* | added missing deprecation notices | Jeroen De Dauw | 2011-12-13 | 1 | -0/+1 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -1/+1 |
* | Comments, braces, explicit member variables | Sam Reed | 2011-11-16 | 1 | -1/+8 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -1/+2 |
* | Fix for r89474: added missing () to function call | Alexandre Emsenhuber | 2011-06-04 | 1 | -1/+1 |
* | Follow up r89408. Magic >lang to getLang(). | Platonides | 2011-06-04 | 1 | -1/+1 |
* | Provisional revert of r89406, r89414: reference-related warnings need cleanup... | Brion Vibber | 2011-06-03 | 1 | -1/+1 |
* | Follow-up r89406 CR: another use of RequestContext::__get() | Happy-melon | 2011-06-03 | 1 | -1/+1 |
* | Follow-up r86775: restub $wgLang. Not because it's a good idea, but because ... | Happy-melon | 2011-04-24 | 1 | -2/+0 |
* | Stop stubbing $wgLang and $wgContLang. There are no major code paths which d... | Happy-melon | 2011-04-23 | 1 | -0/+4 |
* | Followup r85278, remove duplication of userlang code. | Daniel Friesen | 2011-04-03 | 1 | -19/+1 |
* | Follow-up to r85240: | Happy-melon | 2011-04-03 | 1 | -31/+26 |
* | Implement the RequestContext class. Some credit to IAlex, ;) other credit for... | Daniel Friesen | 2011-04-03 | 1 | -26/+31 |
* | * Added UserGetLanguageObject hook to change the language used in $wgLang | Alexandre Emsenhuber | 2011-03-06 | 1 | -0/+2 |
* | (bug 27094) fix path traversal vulnerability | Tim Starling | 2011-02-01 | 1 | -1/+1 |
* | Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass to | X! | 2011-01-03 | 1 | -1/+1 |
* | More unused variables | Sam Reed | 2010-11-30 | 1 | -1/+1 |
* | Remove $wgContLanguageCode usage in core. | Platonides | 2010-09-07 | 1 | -5/+5 |
* | Get rid of StubUser. Constructing a user object isn't quite as intensive as i... | Chad Horohoe | 2010-08-12 | 1 | -27/+0 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-03-28 | 1 | -13/+13 |
* | Fixes for r51204: removed useless $wgVariant and StubUserVariant. In Skin::ma... | Tim Starling | 2009-09-02 | 1 | -47/+0 |
* | (bug 20090) BCP 47 issues | Niklas Laxström | 2009-08-14 | 1 | -0/+2 |
* | If an object has already been unstubbed (i.e. we have a copy of the StubObjec... | Andrew Garrett | 2009-08-06 | 1 | -1/+5 |
* | * (bug 10837) Introducing the StubUserVariant class to determine the variant ... | Shinjiman | 2009-05-30 | 1 | -1/+40 |
* | Bugfis, making ?uselang=qqq an invalid language code, see | Purodha B Blissenbach | 2009-02-11 | 1 | -1/+1 |
* | Minor tweak in debug output. Makes much more readible (and per most other deb... | Chad Horohoe | 2008-11-04 | 1 | -1/+1 |
* | Fix regreesion in r37662, disabled conversion when interface language variant... | Robert Stojnić | 2008-07-15 | 1 | -1/+1 |
* | * (bug 10837) Language variants overrides languages other than the variant ma... | Robert Stojnić | 2008-07-14 | 1 | -1/+1 |
* | DB schema change. | Tim Starling | 2008-05-14 | 1 | -1/+0 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -11/+11 |
* | Typo, thanks to nikerabbit for reporting it :) | Alexandre Emsenhuber | 2008-04-08 | 1 | -1/+1 |
* | Document a bit. | Alexandre Emsenhuber | 2008-04-08 | 1 | -7/+67 |
* | Revert r31022 -- breaks commons upload hack. | Tim Starling | 2008-02-22 | 1 | -2/+1 |
* | * (bug 13010) Invalid language codes should fallback to default wiki language... | Victor Vasiliev | 2008-02-17 | 1 | -1/+2 |
* | * Reverting r28802 until I can figure what is going on | Niklas Laxström | 2007-12-24 | 1 | -10/+7 |
* | * Use variant only if interface language === content language | Niklas Laxström | 2007-12-23 | 1 | -8/+11 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | Fix language code validation regex to allow be-x-old. | Tim Starling | 2007-04-02 | 1 | -1/+2 |
* | Fix r19896 for bug 8944 (pressing 'u' in vim before committing is a bad idea). | Antoine Musso | 2007-02-12 | 1 | -1/+1 |
* | Fix #8944: The deprecated is_a() function is used in StubObjects.php | Antoine Musso | 2007-02-12 | 1 | -2/+2 |
* | User::getOption now accept a default value to override default user values | Antoine Musso | 2006-12-14 | 1 | -3/+1 |
* | * Enable category names to be written in variants (use single linkbatch for b... | Robert Stojnić | 2006-12-11 | 1 | -1/+1 |
* | Fix bug #7605. For logged-in users use the selected variant(if any) insted th... | Robert Stojnić | 2006-10-22 | 1 | -0/+9 |
* | Pass by reference, allow AutoAuthenticate to create a new object and assign i... | Tim Starling | 2006-10-17 | 1 | -1/+1 |
* | Converted User to use lazy initialisation. This is to avoid unstub loops, and... | Tim Starling | 2006-10-14 | 1 | -2/+1 |
* | * (bug 6929) Restore AutoAuthenticate hook | Brion Vibber | 2006-10-10 | 1 | -0/+1 |
* | StubObject.php: use getVal() instead of getText() to check for uselang parameter | Daniel Kinzler | 2006-08-22 | 1 | -1/+1 |
* | erghhhh | Domas Mituzas | 2006-08-02 | 1 | -1/+1 |
* | Move SO::_getCaller() to Profiler::getCaller() | Domas Mituzas | 2006-08-02 | 1 | -15/+1 |