Remove most named character references from output
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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...
2009-05-26 Tim StarlingReverted r49855, r49656, r49401, r49399, r49397. The...
2009-05-23 Niklas Laxström* $wgDevelopmentWarnings can be set to true to show...
2009-05-22 Niklas Laxström* Unescape two entities when transforming. Motivation...
2009-05-19 Niklas Laxström* Fix plural issues
2009-05-14 Chad Horohoe(bug 18656) Use proper directory separators in wfMkdirP...
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2009-04-20 Philip TzouFollow on r49656, more comment added.
2009-04-20 Philip TzouEnabled LanguageConverter on CachedNotice to get a...
2009-04-12 Roan KattouwFix up r49428: add missing brace
2009-04-12 Roan KattouwFix warning in PHP 5.1 when feeding Title objects to...
2009-04-10 Chad Horohoe(bugs 11381, 11613) Session.save_handler issues:
2009-04-09 Remember the dot(bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE
2009-03-30 Robert RohdeAdds fallback implementations of mb_strpos and mb_strrp...
2009-03-29 Aryeh GregorRemove a couple of link() calls in enhanced RC
2009-03-26 Andrew GarrettFast short-circuit for diffs between identical strings
2009-03-25 Brion VibberRevert r48090 " * Modified wfMsg behaviour to do transf...
2009-03-15 Chad HorohoeAdd optional $caller param to wfMkdirParents(). Should...
2009-03-15 Chad Horohoe(bug 17992) Revert crack-inspired r48399.
2009-03-14 Chad HorohoeCheck if the path is writable before trying to mkdir().
2009-03-09 Alexandre EmsenhuberDon't call debug_backtrace if it's disabled to avoid...
2009-03-06 Niklas Laxström* Modified wfMsg behaviour to do transform after substi...
next