aboutsummaryrefslogtreecommitdiffstats
path: root/includes/StubObject.php
Commit message (Expand)AuthorAgeFilesLines
* StubObject: Use 'self' instead of 'StubObject' (or <ClassName>)Derick Alangi2019-04-171-3/+3
* Split StubObject.php to have one class in one fileZoranzoki212019-04-141-35/+0
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use wikimedia/object-factory 1.0.0Kunal Mehta2018-02-041-0/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-2/+0
* StubObject: Allow using a factory function to construct the objectKunal Mehta2016-08-171-4/+14
* Remove unused $fname in StubObject::_unstubaddshore2016-04-031-1/+0
* StubObject: Remove redundant _call() method in StubUserLangTimo Tijhof2016-03-091-7/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Remove return of void method resultsjeroendedauw2015-09-101-1/+1
* Removed remaining profile callsAaron Schulz2015-01-081-3/+0
* Add findVariantLink to StubUserLangBryan Davis2014-12-141-0/+18
* Deprecate MWFunction::newObj() in favor of ObjectFactoryKunal Mehta2014-11-061-1/+5
* Fix visibility in SkinFallback and StubObjectaddshore2014-08-121-10/+10
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-1/+1
* Remove deprecated class StubContLangwithoutaname2014-07-221-29/+0
* Unstub the passed object when calling unstub()Jackmcbarn2014-07-071-2/+4
* Remove silly 'm' prefix from StubObject/DeprecatedGlobal membersChad Horohoe2014-05-151-16/+16
* Make phpcs-strict pass on includes/ (3/~10)Siebrand Mazeland2014-05-111-3/+12
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-14/+13
* Add StubObject::unstub, and use it for $wgAuth->getUserInstance()Brad Jorsch2013-09-111-0/+20
* Fixed spacing and removed unneeded parenthesisumherirrender2013-05-171-2/+2
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-3/+3
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-8/+8
* fix some spacingumherirrender2013-02-041-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-101-0/+20
* 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