Whitespace fixes
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2011-05-08 Alexandre Emsenhuber$wgOut can no longer be a stub since r85278, so there...
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Sam ReedCouple more deprecated things removed
2011-05-06 Sam ReedMore __ for r87572
2011-05-06 Sam ReedAdd wfDeprecated( __METHOD ); to one method marked...
2011-05-06 Alexandre EmsenhuberRemove functions marked for removal in 1.19
2011-05-05 Alexandre EmsenhuberMoved wfTimestampNow() near other wfTimestamp() functions
2011-05-05 Chad Horohoe(bug 28641) Doc fix for wfEmptyMsg()
2011-04-30 Alexandre EmsenhuberRecommit r87129 and follow-ups but with a fix for the...
2011-04-29 Brion VibberRevert r87129 "(bug 21196) Article::getContributors...
2011-04-29 Alexandre Emsenhuber* (bug 21196) Article::getContributors() no longer...
2011-04-25 Sam ReedFollowup r86905, after saving GlobalFunctions.php
2011-04-25 Brion Vibber* (bug 28627) External link normalization now handles...
2011-04-24 Alexandre EmsenhuberFix comment, language is handled correctly with parse...
2011-04-23 Happy-melonDocumentation and type hinting.
2011-04-22 Sam ReedFollowup to r86312
2011-04-22 Alexandre EmsenhuberFollow-up r86732: really mark it as deprecated ;)
2011-04-22 Niklas LaxströmAdd docs
2011-04-21 Alexandre EmsenhuberRemoved false comment introduced in r86633
2011-04-21 Alexandre Emsenhuber* Added Profiler::isStub() to check if we are using...
2011-04-20 Chad HorohoeTweak wfDl() so it actually works properly in 5.3.x
2011-04-20 PlatonidesFollow up r86447. Support the $wiki parameter
2011-04-20 PlatonidesMerge r86398 into the old wfWaitForSlaves. Update core...
2011-04-19 Roan KattouwPut the code for waiting for slave lag the new-and...
2011-04-19 Alexandre Emsenhuber* Changed wfMsgNoDBForContent() call to wfMessage(...
2011-04-18 Happy-melonFollow-up r86113: define E_DEPRECATED for PHP 5.2
2011-04-18 Sam ReedFollowup rr86304
2011-04-18 Sam ReedFollowup r86304
2011-04-18 Sam ReedReplace $wgMessageCache with MessageCache::singleton()
2011-04-18 Sam Reed* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut...
2011-04-18 Sam ReedRevert unintended changes from r86302
2011-04-18 Sam Reed* (bug 28586) YAML: strings that are the same as boolea...
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-16 Happy-melonSome more documentation and replacing static Skin calls
2011-04-15 Jure Kajzer* added E_DEPRECATED into wfSupressWarnings
2011-04-12 Happy-melonImprovements to handling of 'catastrophic' errors,...
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-04-03 Happy-melonExpand wfShowMaxLagError() into index.php. It was...
2011-04-03 Alexandre Emsenhuber* Drop 5.1 compat code
2011-04-01 Alexandre EmsenhuberDrop 5.1 compatibility calls to session_set_cookie_para...
2011-03-25 Sam ReedAdd/update/improve various bits of documentation
2011-03-16 Sam ReedKill off some more old version checking stuffs
2011-03-15 Platonides(Bug 28069) MediaWiki fails streaming files when mod_de...
2011-03-10 Tim Starling* Add a $count argument to wfIncrStats(), to allow...
2011-03-07 Antoine MussoRemove second parameters from wfEmptyMsg() calls
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-02-20 Sam ReedMore explicit variable definitions, function documentation
2011-02-13 Brion Vibber* (bug 26250, bug 23817) Fix wfObjectToArray() to desce...
2011-02-12 Alexandre EmsenhuberMoved wfGetSiteNotice(), wfGetNamespaceNotice() and...
2011-02-08 Tim StarlingMerge r81718 from 1.17wmf1
2011-02-06 Antoine MussoIgnore code coverage for compatibility and shell functions
2011-02-06 Antoine Mussobugfix for wfBCP47 and code coverage
2011-02-05 Alexandre EmsenhuberDeprecated wfMsgWeirdKey(), use wfMessage() instead...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-18 Ilmari Karonenbug 26781: make wfEscapeWikiText() escape "*", "#"...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-05 Alexandre EmsenhuberAllow OutputPage::parse() to parse in any langauge...
2011-01-04 X!Fix r79494: Don't prefix functions now that they're...
2011-01-03 X!Move wfCreateObject to MWFunction::newObj. This uses...
2011-01-02 X!Followup to r79463: Move fallback functions to new...
2011-01-02 X!GlobalFunction additions:
2011-01-02 X!Fix r79463 and r79464: Syntax error
2011-01-02 X!Accidental syntax error. *hides*
2011-01-02 X!Move fallback function creation out of function_exists...
2010-12-31 Daniel FriesenMerging Vector's navigation_urls and SkinTemplate's...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 PlatonidesFix r71751 problems with textual parameters.
2010-12-30 Sam ReedFollowup r79229, fix varible type fail
2010-12-30 Sam ReedAdd function return type hint to wfGetLBFactory
2010-12-29 Roan KattouwFix r79213: and $ts === null too, per CR
2010-12-29 Roan KattouwFollowup r71751: change strict comparison to loose...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-18 Bryan Tong MinhFollow-up r75476: Windows set command treats everything...
2010-12-17 Chad Horohoe* Handle output for DatabaseUpdater in the class itself...
2010-12-14 Tim StarlingUpdate references for wfEscapeShellArg() for r69732...
2010-12-10 Niklas LaxströmBetter debug logging which isn't misleading
2010-12-10 Niklas LaxströmDon't unstub $wgOut just for adding debug messages
2010-12-09 Siebrand Mazeland* remove wfSeedRandom() which was marked for removal...
2010-12-08 PlatonidesMove wfQuotedPrintable() into UserMailer class
2010-12-07 PlatonidesFollow up r77884.
2010-12-07 Alexandre EmsenhuberPer Nikerabbit, follow-up to r77972: use a string inste...
2010-12-07 Alexandre EmsenhuberMerged wfDoUpdates() and MediaWiki::doUpdates() in...
2010-12-06 Alexandre Emsenhuber* (bug 26253) Removed $wgPostCommitUpdateList
2010-12-06 Chad HorohoeCleanup r77883, contained unrelated debugging change
2010-12-06 Chad HorohoeRemove "checking for latest version" feature from the...
2010-12-02 Antoine Mussopipe does not look nice in doxygen. fu r77499
2010-12-02 Roan KattouwCorrect typo in doc comment
2010-12-01 Mark A. Hershbergerrandom w/s cleanup
2010-11-30 Sam ReedFew braces and spaces
2010-11-30 Sam ReedMore unused variables
2010-11-28 PlatonidesFollow up r77407. Do it Right.
2010-11-28 PlatonidesFix bug introduced in r77171
2010-11-28 PlatonidesFollow up r77401.
2010-11-28 PlatonidesFix bug discovered in r77171 from the user data in...
2010-11-26 PlatonidesFollow up r77171
2010-11-23 PlatonidesBug 25451: time and date calculation in 32-bit
2010-11-23 Tim StarlingIn wfEscapeWikiText(), add "}}" to the list of things...
2010-11-21 Antoine MussoNote version and revision deprecating wfGetMimeMagic...
next