* Cleanup ApiUpload
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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...
2009-02-24 Aaron Schulz* Fixed $wgProfileToDatabase/$wgProfileCallTree interac...
2009-02-22 Aaron Schulz* Added titles to wfViewPrevNext() paging links
2009-02-09 Siebrand Mazeland* remove forgotten case of hard coded pipe separator...
2009-02-09 Siebrand Mazeland* Update message 'pipe-separator' to have leading and...
2009-02-05 Tim Starling* Fixed a whole lot of XSS vulnerabilities in the insta...
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-01-23 Aryeh GregorBreak off wfParseUrl() from wfMakeUrlIndex()
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2009-01-07 Tim StarlingTest for disable_functions as well as safe_mode before...
2008-12-23 Brion VibberRevert r44978 -- breaks back-compat
2008-12-23 Aaron SchulzAt least disable old xml function loading per r44839...
2008-12-23 Brion VibberRevert r44918 "Remove unused functions"
2008-12-22 Aaron SchulzRemove unused functions
2008-12-20 Aaron Schulz(bug 16689) wfDebugLog writes an error in Apache error.log
2008-12-19 Aaron SchulzRemove LogPage require
2008-12-14 Ilmari KaronenAdd a new FileCache class to wrap RepoGroup::findFile...
2008-12-10 Brion VibberRevert r44254 "Cleanup to wfGetNull(): * Add override...
2008-12-05 Chad HorohoeCleanup to wfGetNull():
2008-11-30 Andrew GarrettRevert "Follow up on r43982. Reduce dirname(__FILE__...
2008-11-26 Siebrand MazelandFollow up on r43982. Reduce dirname(__FILE__) calls...
2008-11-21 Ilmari KaronenTurn wfMkdirParents() into just a thin wrapper around...
2008-11-14 Brion VibberUse strict parameter on in_array() checks in wfMsgExt...
2008-11-13 Aaron SchulzRevert r43329, r43330 due to said performance issues
2008-11-13 Brion VibberRun parsemag stuff through the proper language when...
2008-11-09 Victor Vasiliev* Add class "disambiguationpage" to body tag
2008-11-01 Tim Starling* Rewrote wfArrayMerge() in terms of array plus
2008-11-01 Brion VibberUpdate doc comment for wfArrayMerge() to note the behav...
2008-11-01 Tim Starling* Added $wgDebugLogPrefix, to allow users (or in this...
2008-10-31 Bryan Tong MinhISO 8601 timestamps can have decimal seconds
2008-10-25 Greg Sabino MullanePostgres timestamps can have decimals.
2008-10-21 Niklas Laxström* Unused global
2008-10-16 Tim StarlingUse a variable for max shell time, don't use php.ini...
2008-10-11 Tim StarlingRevert merge of DismissableSiteNotice into the core...
2008-10-09 Antoine MussoDocument wfVarDump()
2008-10-09 Alex ZFix some profiling errors in wfGetSiteNotice() if no...
2008-10-07 Aaron SchulzRevert r41788 and make flaggedrevs do the findFile...
2008-10-07 Alexandre EmsenhuberRevert r41792, broke uploads. Note that RepoGroup:...
2008-10-07 Aaron SchulzTweak r41788 - Use findFile() to check current version...
2008-10-07 Aaron SchulzAdd handy $time parameter to wfLocalFile()
2008-10-06 Alexandre EmsenhuberFix XHTML error (url not escaped)
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-10-05 Ryan Schmidt* fixing DismissSiteNotice so that it works properly...
2008-10-05 Ryan Schmidt* fixing bugs with DismissableSitenotice merge:
2008-10-04 Jack PhoenixMerging DismissableSiteNotice extension into core.
2008-09-30 Alexandre EmsenhuberFix for r41430: wfMsgExt() now accepts a Language objec...
next