[FileRepo] Tweaked transformErrorOutput() to allow more useful error output (like...
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2011-06-28 Chad Horohoe* Remove Exception.php's reliance on wfDie(), as well...
2011-06-23 Matěj GrabovskýwfArrayToCGI() and wfCgiToArray() now handle nested...
2011-06-21 Robin Pepermans* Improvements as part of bug 6100: Use wfUILang()...
2011-06-21 Alexandre Emsenhuber* Made $useDB parameter of wfMsgGetKey() optional as...
2011-06-20 Alexandre EmsenhuberRemoved deprecated functions wfMsgNoDB(), wfMsgNoDBForC...
2011-06-18 PlatonidesFollow up r90361
2011-06-18 PlatonidesThere is a nice $limit parameter in PHP 5.4, but callin...
2011-06-17 Alexandre EmsenhuberIn wfBacktrcae(): print "->" or "::" whether the functi...
2011-06-16 Sam ReedMinor doc fix to r84741
2011-06-16 Alexandre EmsenhuberGroupped URL-related functions
2011-06-16 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-15 Alexandre EmsenhuberPer Brion, follow-up r86784: doucment that wfMsg()...
2011-06-14 PlatonidesRevert r86897 in wfMakeUrlIndex() and solve the issue...
2011-06-05 Sam ReedFixup error message
2011-06-03 Chad Horohoervv: r89398. Tim wants me to wait
2011-06-03 Chad HorohoeKill off action=raw from index.php
2011-05-31 Tim StarlingMake $wgDebugRawPage=false also ignore load.php, so...
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Alexandre EmsenhuberNow that Hooks.php contains a class, moved wfRunHooks...
2011-05-25 Brion Vibber* (bug 29140) FirePHP debugging assist extension
2011-05-25 Alexandre EmsenhuberMoved wfGetCaller(), wfGetAllCallers() and wfFormatStac...
2011-05-24 Max SemenikIntroduced Maintenance::getDB() and corresponding setDB...
2011-05-23 Alexandre EmsenhuberMoved wfEmptyMsg() near other message functions
2011-05-21 Chad HorohoewfDeprecated() plus doc update
2011-05-20 Alexandre EmsenhuberGroupped array manipulation functions at the top of...
2011-05-19 Sam ReedAdd/remove/tweak method documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 KrinkleFixing typo from r55396 + code styl/whitespace
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-05-15 Tim StarlingFix for HipHop breakage in r87748 etc. Please do not...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
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...
next