FU r106770: fixed the other getTransform() call
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-16 Jeroen De Dauwfollow up to r106456 - use one setting instead two...
2011-12-16 Jeroen De Dauwintroduce a new setting that allows extension authors...
2011-12-16 Jeroen De Dauwfollow up to r106393 - re-add these notices, since...
2011-12-13 Jeroen De DauwFollow up to r106037; fix location of check
2011-12-13 Jeroen De DauwFollow up to r105979;
2011-12-13 Raimond SpekkingPartly revert r105985 for now: Flooding of translatewik...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-13 Jeroen De Dauwadd support for passing a component arg to this functio...
2011-12-11 Daniel FriesenUpdate wfArrayToCGI and wfCgiToArray:
2011-12-09 Tim StarlingRevert r102504 (allow ESC in debug output): the justifi...
2011-12-08 Niklas LaxströmRevert r97468 and implemented it in another way suggest...
2011-12-06 Tim StarlingIt looks documented to me
2011-12-04 John Du HartAdding new debugging toolbar
2011-11-29 Sam ReedMoar documentations
2011-11-28 Sam ReedBump MySQL version to 5.0.2 after r104047
2011-11-15 gicodeMake wfExpandUrl use wfRemoveDotSegments on the resulti...
2011-11-15 gicodeAdd wfAssembleUrl and unit tests. This is the next...
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-11 Aaron SchulzFU r102073:
2011-11-10 gicodeFollow-up r102587. Add details to comments and add...
2011-11-09 gicodeAdd wfRemoveDotSegments and unit tests. This is a...
2011-11-09 Antoine MussoAllow \x1b (ascii ESC) in wfDebug() output
2011-11-08 Antoine MussoPrefix debug message in wfClientAcceptsGzip()
2011-11-03 Antoine Mussoadd \n to a wfDebug() call
2011-11-03 Chad HorohoeTypofix in comment
2011-10-24 Brian Wolff(bug 31740) JpegMetadataExtractor and friends weren...
2011-10-23 Alexandre EmsenhuberGroup shell-related functions
2011-10-15 Sam ReedFix whitespace, braces
2011-10-14 Jeremy PostlethwaiteFixed spelling mistake in comments.
2011-10-14 Alexandre Emsenhuber* Moved wfViewPrevNext() to Language::viewPrevNext...
2011-10-13 Alexandre EmsenhuberMoved wfSpecialList() to Language::specialList() so...
2011-09-23 Aaron SchulzAdded wfShellMaintenanceCmd() for Het Deploy support
2011-09-23 Sam ReedGod. Damn. You. Php.
2011-09-23 Sam ReedMostly revert r97328
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...
next