"$something ? false : true" is silly.
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2010-08-04 Aryeh Gregor"$something ? false : true" is silly.
2010-08-03 PlatonidesTypo
2010-08-03 Niklas LaxströmFollow up to r69185: add documentation for wfUILang()
2010-08-01 Alexandre Emsenhuber* Removed trailing whitespaces
2010-07-28 PlatonidesIt's very nice having a fallback iconv() function,...
2010-07-24 Sam ReedRemoval of unused globals
2010-07-22 PlatonidesFollow up r63214, and its revert r69201. The rules...
2010-07-18 PlatonidesFollow up r69508. Mention both functions.
2010-07-18 PlatonidesFix comment. There's no tempfile function in php.
2010-07-17 Brian WolffLet wfTimestamp recognize negative unix timestamp values
2010-07-09 Tim StarlingRevert r63213, r63214 per CR comment on r63214, doesn...
2010-07-08 Niklas LaxströmIntroduce $wgBetterDirectionality that lets us work...
2010-07-08 Niklas LaxströmSimplify wfMsgGetKey
2010-07-08 Niklas LaxströmAvoid unstubbing in wfGetLangObj, code style
2010-07-06 Chad HorohoeRemove a few functions that have been labelled deprecat...
2010-07-01 Chad HorohoeThrow a wfDeprecated() on this since the last usage...
2010-06-20 Chad HorohoeSkip PHP warnings for mkdir() call. We throw our own...
2010-06-16 Tim StarlingIn wfGetAllCallers(): Added a limit to the stack depth...
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-06-10 Ryan Kaldariputting local sitenotices in their own div and fixing...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-07 Chad HorohoeMerge new-installer branch to trunk
2010-04-29 Chad HorohoeKill 5.0.x compat functions, we require 5.1+ anyway
2010-04-23 Siebrand MazelandTweak comment
2010-04-23 Siebrand MazelandDocument parameters in the correct order
2010-03-26 Happy-melonGet message in wfEmptyMsg using the user's interface...
2010-03-25 Happy-melonMake MessageCache::get() return false if the requested...
2010-03-17 Chad Horohoebug 18664, bug 19270: Relative URIs in interwiki table...
2010-03-13 Happy-melonAdd FIXME to wfMergeErrorArrays(), throws E_NOTICEs.
2010-03-06 Chad HorohoeRemove wfGetHTTP(), has been deprecated for ages and...
2010-03-03 Platonides(Bug 22709) IIS 7 mishandles redirects generated by...
2010-03-03 PlatonidesFollow-up r63213. Move it to wfEscapeShellArg, which...
2010-02-26 Alexandre EmsenhuberFix for r63000: remove the "!" in the check
2010-02-26 Alexandre EmsenhuberFixes to r62995:
2010-02-24 Niklas LaxströmLittle docs to help developers keep track of versions...
2010-02-13 Chad HorohoeDrop ancient PHP4 wrapper for cloning, completely unused
2010-01-29 Chad HorohoeFollowup r61655, add sys_get_temp_dir() support to...
2010-01-27 Niklas LaxströmNew configuration variables $wgDebugTimestamps and...
2010-01-25 Chad HorohoeFixme on r57980: Memcached would be bad here, rename...
2010-01-23 Sam ReedRefactor array_intersect_key from ApiResult.php to...
2010-01-22 Chad HorohoeClarify parameters to wfFindFile and wfLocalFile, and...
2010-01-14 Platonides(bug 22034) use wfClientAcceptsGzip() in wfGzipHandler...
2010-01-12 Tim StarlingReverted r59548 (reopens bug 21086).
2010-01-09 Siebrand MazelandRevert 60864: "Use wfClientAcceptsGzip() in wfGzipHandl...
2010-01-09 Siebrand Mazeland(bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler...
2010-01-06 Sam ReedMinor followup to r60744, fix for comment 2
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-05 Roan KattouwAdd $maxlag parameter to LoadBalancer::getMaxLag()...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-29 Chad HorohoeAdd $wgWikiId to override default wfWikiId() output...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-18 Tim StarlingFixed corruption of long UDP debug log messages by...
2009-11-09 Bryan Tong MinhIntroduce $wiki parameter to wfWaitForSlaves in order...
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-10-21 Roan Kattouw* Export the return value of wfUrlProtocols() to JS...
2009-10-14 Michael Dale* follow-up to r57728 switched to use global wfShellExe...
2009-10-14 Michael Dale* (bug 21140) Fixed Upload Form for using an Antivirus...
2009-09-30 Chad HorohoeFollowup r56731, check for PHP 5.3 or greater (where...
2009-09-21 Chad Horohoe(bug 20353) wfShellExec() malfunctioning on NT builds...
2009-09-17 Alexandre Emsenhuber* indent debug output produced when both $wgShowDebug...
2009-09-16 Andrew GarrettLiquidThreads JS/AJAX updates
2009-09-10 Michael Dalemore (bug 20336)
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-09-04 Jack D. PondBug 20489 Configure illegal file characters https:...
2009-08-28 Bryan Tong MinhFix wfShellBackgroundExec for windows. Works in mainten...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-26 Brion VibberReplace our mb_substr() fallback implementation with...
2009-08-22 Chad HorohoeMerge r53381 from wmf-deployment. Throw more informatio...
2009-08-20 Alexandre EmsenhuberDocument wfWarn() function
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-08-05 OverlordQFollowup to r54416
2009-08-05 OverlordQFollow up to r54414 and r54356. Hopefully catches all...
2009-08-04 Andrew GarrettFix syntax error
2009-08-04 Chad HorohoeBetter patch for parsing PHP's memory limits from Overl...
2009-08-04 Chad Horohoe(bug 16084) Default memory limit should be increased
2009-08-03 Niklas LaxströmMemcached does not like spaces in keys
2009-08-01 Chad HorohoeHttp::get() doesn't return an object, it already return...
2009-07-28 Aryeh GregorComment on limitations of wfExpandUrl
2009-07-25 ShinjimanTweak to use lowercase on other cases, which follows...
2009-07-24 Shinjimanfix another typo on documentation :P
2009-07-24 Shinjimanfix E_NOTICE on r53720 and r53721.
2009-07-24 Shinjimanfix typo on documentation
2009-07-24 ShinjimanTweak the language code display more comply with the...
2009-07-23 Alexandre Emsenhuber* fix doxygen warnings
2009-07-20 Aaron SchulzExtra quotes are breaking wfShellExecute() for me....
2009-07-15 Michael Dale* addressed r53282#c3209 moved conditional inclusion...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-03 Tim Starling* Re-added $wgMessageCache->addMessages(), there are...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-17 Roan KattouwSelf-revert r52011 per CR comments
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-16 Roan KattouwAdding wfParsePHP() to GlobalFunctions.php for use...
2009-06-09 Tim StarlingChanges related to update.php:
2009-06-06 Alexandre Emsenhuberchanged wfMsgExt()'s warnings to use the new wfWarn...
2009-06-05 Jure KajzerOracle database abstraction updated.
2009-06-04 Niklas LaxströmRevert part of r50883, superseded by Tim's r51453
2009-06-02 Andrew GarrettPer comments on code review, use JSON instead of PHP...
next