| Commit message (Expand) | Author | Age | Files | Lines |
* | StubObject: Allow using a factory function to construct the object | Kunal Mehta | 2016-08-17 | 1 | -4/+14 |
* | Remove unused $fname in StubObject::_unstub | addshore | 2016-04-03 | 1 | -1/+0 |
* | StubObject: Remove redundant _call() method in StubUserLang | Timo Tijhof | 2016-03-09 | 1 | -7/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -4/+4 |
* | Remove return of void method results | jeroendedauw | 2015-09-10 | 1 | -1/+1 |
* | Removed remaining profile calls | Aaron Schulz | 2015-01-08 | 1 | -3/+0 |
* | Add findVariantLink to StubUserLang | Bryan Davis | 2014-12-14 | 1 | -0/+18 |
* | Deprecate MWFunction::newObj() in favor of ObjectFactory | Kunal Mehta | 2014-11-06 | 1 | -1/+5 |
* | Fix visibility in SkinFallback and StubObject | addshore | 2014-08-12 | 1 | -10/+10 |
* | Cleanup some docs (includes/*.php) | umherirrender | 2014-07-24 | 1 | -1/+1 |
* | Remove deprecated class StubContLang | withoutaname | 2014-07-22 | 1 | -29/+0 |
* | Unstub the passed object when calling unstub() | Jackmcbarn | 2014-07-07 | 1 | -2/+4 |
* | Remove silly 'm' prefix from StubObject/DeprecatedGlobal members | Chad Horohoe | 2014-05-15 | 1 | -16/+16 |
* | Make phpcs-strict pass on includes/ (3/~10) | Siebrand Mazeland | 2014-05-11 | 1 | -3/+12 |
* | Fixed some @params documentation (includes/*) | umherirrender | 2014-04-20 | 1 | -14/+13 |
* | Add StubObject::unstub, and use it for $wgAuth->getUserInstance() | Brad Jorsch | 2013-09-11 | 1 | -0/+20 |
* | Fixed spacing and removed unneeded parenthesis | umherirrender | 2013-05-17 | 1 | -2/+2 |
* | Add missing wfProfileOut before throwing an exception | umherirrender | 2013-04-08 | 1 | -0/+1 |
* | Spellchecked /includes directory | Yuri Astrakhan | 2013-03-13 | 1 | -3/+3 |
* | Fixed @param tags to conform with Doxygen format. | Tyler Anthony Romeo | 2013-03-11 | 1 | -8/+8 |
* | fix some spacing | umherirrender | 2013-02-04 | 1 | -1/+1 |
* | Update docs for return and exception info | Siebrand Mazeland | 2012-10-09 | 1 | -0/+1 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-10 | 1 | -0/+20 |
* | 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 |