Tidy up return values of envChecks
[lhc/web/wiklou.git] / includes /
2012-03-01 Sam ReedTidy up return values of envChecks
2012-03-01 Robin Pepermansfix typo in r112479
2012-03-01 Alexandre Emsenhuber* (bug 34849) Diff when editing an old version show...
2012-03-01 Niklas LaxströmHrrrmp *grumbles*
2012-03-01 Antoine MussoBug 34818 improves regex to capture DB error message
2012-03-01 Niklas LaxströmWhitespace cleanup
2012-03-01 Niklas LaxströmRestore many missing spaces from r112589
2012-02-29 Arthur RichardsAdded unsetVal() method as antithesis to setVal()
2012-02-29 Sam ReedFollowup r112374/bug 34653
2012-02-29 Raimond SpekkingLocalisation update for core and extension messages...
2012-02-29 Aaron Schulzr111588: refactored proxy/noProxy code slightly for...
2012-02-28 Alexandre Emsenhuber* Don't execute the LinkBatch if there are now rows
2012-02-28 Robin Pepermansfix r112591: re-add whitespace between message name...
2012-02-28 Alexandre EmsenhuberUse local context to get messages
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses.
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses. Patch contribut...
2012-02-28 Tim StarlingFix r110209: Move the invalid title check above the...
2012-02-28 Chad Horohoe(bug 34762) Calling close() on a DatabaseBase object...
2012-02-28 Aaron SchulzForce the target user ID to be the correct foreign...
2012-02-28 Krinkle[IRC Log Message] Fix for protect/protect and protect...
2012-02-28 Tim StarlingFix exception from list=recentchanges rcprop=loginfo...
2012-02-27 Aaron SchulzDummy proof TempFSFile purging when the constructor...
2012-02-27 Roan KattouwIn ResourceLoaderContext, normalize invalid skin names...
2012-02-27 Brion VibberRevert r110045: well-meaning but broken attempt to...
2012-02-27 Raimond SpekkingLocalisation update for core and extension messages...
2012-02-27 Jure Kajzer* partly fixes two issues exposed by bug 34280
2012-02-27 Robin PepermansCombine getLanguageNames and getTranslatedLanguageNames...
2012-02-27 Antoine Musso(bug 34736) empty limit on special pages causes navigat...
2012-02-27 Chad HorohoeTypofix, ping r112427
2012-02-27 Tim StarlingMake userAgent also work as an option to MWHttpRequest...
2012-02-27 Krinkle[mediawik.special.changeslist] Remove ugly arrow swappi...
2012-02-26 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-26 Derk-Jan HartmanAdd lang and hreflang tags to the variants in the varia...
2012-02-26 Niklas LaxströmAdded @since annotations
2012-02-26 Siebrand MazelandUse local context ( $this->msg() ) instead of global...
2012-02-26 Alexandre EmsenhuberUse local context to get messages
2012-02-26 Siebrand Mazeland(bug 34702) Localised parentheses are now used in more...
2012-02-26 Siebrand MazelandWow. Messy. Follow-up r112426, r112424: Fix incorrect...
2012-02-26 Siebrand MazelandFollow-up r112424: Per IAlex on IRC: Use escape() inste...
2012-02-26 Siebrand MazelandFollow-up r112410, r112412: Cheaper processing using...
2012-02-26 Amir E. AharoniFixes bug 34723: applies the English language to CSS...
2012-02-25 Siebrand MazelandFollow-up r112410: (bug 34702) Use localised parenthese...
2012-02-25 Siebrand Mazeland(bug 34702) Use localised parentheses in Special:Contri...
2012-02-25 Raimond SpekkingLocalisation updates for core and extension messages...
2012-02-25 Derk-Jan HartmanFixes bug 34715 Image redirects show the "redirected...
2012-02-25 Alexandre EmsenhuberForgot to commit this file in r112396
2012-02-25 Alexandre Emsenhuber* (bug 34528) Don't parse section name in edit section...
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-25 Alexandre EmsenhuberUse local context to get messages
2012-02-25 Aaron SchulzFixed $headers check in streamFile() to use isset()
2012-02-25 Aaron SchulzMore file streaming related profiling
2012-02-25 Aaron SchulzAdded some StreamFile profiling
2012-02-24 Arthur RichardsAttempting to address bug 34653; It seems ApiQueryLogEv...
2012-02-24 Raimond SpekkingLocalisation updates for core and extension messages...
2012-02-24 Aaron Schulzr100315: removed now redundant code
2012-02-24 Aaron SchulzIn FSFileBackend:
2012-02-24 Sam ReedMore __METHOD__ in our madness
2012-02-24 Sam ReedImprove documentation
2012-02-24 Sam ReedMore __METHOD__ into db related methods
2012-02-24 Antoine Mussomove wfRecursiveRemoveDir to global functions
2012-02-24 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-24 Alexandre EmsenhuberUse local context to get message
2012-02-24 Daniel FriesenFix bug 34684 in my PathRouter code:
2012-02-24 Tim StarlingContribsPager can't accept multiple namespaces, passing...
2012-02-24 Sam ReedExamples can just be a string
2012-02-23 Aaron SchulzImproved profiling of a few functions a bit
2012-02-23 Jeroen De Dauwfix doc, this is not an array
2012-02-23 Jeroen De Dauwdocs++
2012-02-23 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-23 Alexandre EmsenhuberUse local context to get messages
2012-02-23 KrinkleBug 34604 - [mw.config] wgActionPaths should be an...
2012-02-22 Roan Kattouw(bug 34600) Older skins using useHeadElement=false...
2012-02-22 Niklas LaxströmFollowup, restore the irctext variable just in vase...
2012-02-22 Niklas LaxströmUglier than ugly hack to fix block log any many others...
2012-02-22 Rob Lanphierr112045/bug 34508: Make upload/upload and overwrite...
2012-02-22 Alexandre EmsenhuberUse local context to get messages
2012-02-22 Aaron Schulz* General log formatting fixes, like using the content...
2012-02-22 Aaron SchulzMade getIRCActionText() public again...since the old...
2012-02-22 Aaron SchulzMade use of new getIRCActionComment() function so that...
2012-02-22 Sam ReedMove parameters were backwards
2012-02-21 Aaron Schulzr112062: updated LogEntry publish() function too
2012-02-21 Aaron Schulzr112062: swap the getPlainActionText() for IRC with...
2012-02-21 Aaron SchulzSeparate out an IRC actionText field for RecentChange...
2012-02-21 Sam ReedBug 34508 - [Regression] IRC string output for log...
2012-02-21 Alexandre EmsenhuberAdded $performer parameter to PatrolLog::record() and...
2012-02-21 Trevor ParscalAdds a supportsURLLoading method which returns false...
2012-02-21 Alexandre EmsenhuberPer Aaron, follow-up r112036: add __METHOD__ to Databas...
2012-02-21 Arthur RichardsRefactors the check if a particular IP is in the list...
2012-02-21 Sam ReedEffectively revert r112042
2012-02-21 Sam Reedconsistently use $entry
2012-02-21 Sam ReedFirst merge of the rest of the code from bug 34508...
2012-02-21 Raimond SpekkingLocalisation updates for core and extension messages...
2012-02-21 Sam ReedImprove documentation
2012-02-21 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin() and DatabaseBa...
2012-02-21 Alexandre EmsenhuberUse local context to get messages
2012-02-21 John Du HartFollowup r105123, fix for MWDebug logging SQL queries...
2012-02-20 Daniel FriesenRevert RDFa and Microdata improvements to addMeta in...
2012-02-20 Daniel FriesenRevert CryptRand class in r111964 till after the git...
2012-02-20 Daniel FriesenRevert Microdata improvements in r111891, r111898,...
next