Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2011-09-20 Alexandre EmsenhuberFix for r97328: use SOL_SOCKET instead of SOL_UDP;...
2011-09-19 Niklas LaxströmCommitting another live hack for which I'm tired of...
2011-09-19 Niklas LaxströmCommitted a polished local hack I've been using.
2011-09-18 KrinkleMinor whitespace fixes in GlobalFunctions.php
2011-09-16 Sam ReedNoticed in apache error logs (see below). If the length...
2011-09-16 Sam ReedMoar documentations
2011-09-15 Daniel FriesenAdd support for a second argument to wfDeprecated so...
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-07 Roan KattouwActually fix bug 30792, despite my earlier claims....
2011-08-25 Sam ReedFollowup r90361, r90362
2011-08-20 Roan KattouwPer r90849, factor out most of the code that's duplicat...
2011-08-19 Roan KattouwAdd a PROTO_CANONICAL mode to wfExpandUrl(), which...
2011-08-15 Roan KattouwFollowup r94502: per CR, use two caching variables...
2011-08-15 Roan Kattouw(bug 30269) Strings like foobar//barfoo are linked...
2011-08-13 Chad HorohoeMove wfStreamFile() into a class, update all callers...
2011-08-12 Robin PepermansMark wfMsgWikiHtml() as an interface message so it...
2011-08-12 Roan KattouwGuard against parse_url() returning weird things in...
2011-08-03 PlatonidesFollow-up r93258, r93266, r93266: Move the defines...
2011-08-03 Roan KattouwFollowup r93266: also rename PROT_* to PROTO_* in the...
2011-07-27 PlatonidesRename PROT_* constants to PROTO_*
2011-07-27 Roan Kattouw(bug NNNNN) Rewrite most of wfExpandUrl() to handle...
2011-07-23 PlatonidesMake wfUrlEncode(null) reset the static. Two skipped...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-13 Roan KattouwNow that wfParseUrl() can handle protocol-relative...
2011-07-12 Roan KattouwExtend wfParseUrl() to handle protocol-relative URLs...
2011-07-07 Robin PepermansFix r91685: add space at the right place.
2011-07-07 Mark A. HershbergerBug #29752: add back a space that SPQRobin missed.
2011-07-06 Chad HorohoeClean up the mess that is wfDie (resolves r85918)....
2011-07-06 Brion VibberPartial revert of r91106: followup to r91127.
2011-07-06 Chad HorohoeMove wfShowingResultsNum() back into SpecialSearch...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-06-30 Sam ReedMore return documentation and trimming trailing whitespace
2011-06-29 Bryan Tong MinhAdd wfUnserialize() wrapper around unserialize to preve...
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...
next