* Add form to RCLinked and add to sp:specialpages
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2008-04-11 Andrew GarrettAdd wfGenerateToken function, to generate a random...
2008-04-06 Alexandre EmsenhuberRemoved usage of deprecated settings
2008-04-05 Aaron SchulzAnd here...
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-18 Aryeh GregorDon't require commandLine.inc when not using the comman...
2008-03-16 Aryeh GregorImprove on r32014 with a helper function to avoid code...
2008-03-06 Brion Vibber* regression fix: make dumpUploads.php work again
2008-02-26 Brion Vibber* (bug 13139, 13074) Fix request data for parameters...
2008-02-24 Tim Starling* Add wfReadOnlyReason() to supply the reason for the...
2008-02-21 Tim Starling* Don't show edit permissions errors on a red link...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-02-04 Aaron SchulzA file should be at $time
2008-02-03 Aaron SchulzPartial revert: invalid placeholder
2008-02-03 Aaron SchulzAdd time parameter here
2008-01-30 Brion VibberPut the suppress & restore warnings calls *around*...
2008-01-29 Brion VibberReplacing a live hack in wfIncrStats:
2008-01-19 Siebrand MazelandRevert 'oops'
2008-01-19 Siebrand MazelandLocalisation updates from Betawiki (2008-01-19 20:50...
2008-01-19 Tim Starling* Eliminated message mode (OT_MSG), using OT_PREPROCESS...
2007-12-05 Niklas Laxström2 PHP Notice: Undefined offset: 1 in /var/www/w/inclu...
2007-11-30 Aryeh GregorMake sure to normalize invalid character references.
2007-11-30 Aryeh GregorFix regression from r26893: a few messages that formerl...
2007-11-27 Tim StarlingLF at file end
2007-11-19 Roan KattouwRevert part of Brion's 27627: please don't throw away...
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-18 Victor Vasiliev* (bug 11206) api.php should honor maxlag
2007-11-15 Brion Vibber* Changed signature-ip to signature-anon
2007-11-14 Domas Mituzasremove use of anon function in stacktrace parsing,...
2007-10-22 Niklas Laxström* (bug 11452) wfMsgExt uses sometimes wrong language...
2007-10-13 Niklas Laxström* Removing some globals that seem unused
2007-10-12 Niklas Laxström* Support plural in undeleted{revisions,revisions-files...
2007-09-26 Brion VibberMake wfIniGetBool() more accurate:
2007-09-17 Brion Vibber* (bug 11355) Fix false positives in Safe Mode and...
2007-09-11 Brion Vibber* (bug 9252) Fix for tidy funkiness when using editintr...
2007-08-15 Rob Church(bug 8737) Fix warnings caused by incorrect use of...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-07-23 Tim Starlingdebugging code accidentally left in
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-14 Rob Church(bug 10520) Preview licences during upload via AJAX
2007-07-13 Brion VibberAdd support for $suffix parameter on wfBasename() clone...
2007-07-10 Rob Church* Code conventions
2007-07-10 Yuri AstrakhanAdded $wgShowHostnames to shows/hide host names in...
2007-07-06 Rob Church...and remove some un-needed lines
2007-07-06 Rob ChurchUse SiteStats accessors so we benefit from caching...
2007-07-06 Rob ChurchDocument and clean up wfQueriesMustScale(); less verbos...
2007-07-06 Rob Church* Introduce wfScript() wrapper around script path gener...
2007-07-05 Rob ChurchCoding conventions - spacing
2007-07-04 Magnus ManskeFix: mkdir doesn't run recursively on Windows when...
2007-06-29 Brion Vibber* Fix empty message checks for message names containing &
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Brion VibberFix regression -- wfMkdirParents() started whining...
2007-06-25 Rob ChurchGood old PHP 5, and the $recursive parameter to mkdir()
2007-06-22 Aaron Schulz*Clean up comment
2007-06-21 Aaron Schulz*Add wfQueriesMustScale(), a quick dirt way to see...
2007-06-19 Rob ChurchOur release manager believes I need to be shot. I am...
2007-06-07 Rob Church* (bug 8760) Allow wiki links in "protectexpiry" message
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-29 Aaron Schulz*Add U param to parseinline regexp to fix regression...
2007-05-28 Antoine MussoAdd class for prev/next/numlinks just like r22473 ...
2007-05-28 Aaron Schulz*use /s modifier for parseinline regexp, <p> tags were...
2007-05-09 Ilmari Karonenmove key normalization from wfMsgWeirdKey() to non...
2007-05-09 Ilmari Karonenrm bogus attempt to call Language::getMessage() as...
2007-05-09 Ilmari Karonenwisdom from IRC :)
2007-05-09 Ilmari Karonensimplify wfMsgWeirdKey(), avoid needless DB query
2007-04-24 Tim StarlingUse eval "$4" instead of "$@", so that shell metacharac...
2007-04-19 Ilmari Karonenactually, there's no need to make it so complicated...
2007-04-19 Ilmari Karonenmake Special:Random retry (once, but more carefully...
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-13 Aaron Schulz*Add param to doc comment
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-27 Brion VibberRevert $wgDBtimezone commits: r20688, 20689, 20690...
2007-03-27 Brion Vibbergood thing we're not actually using this fallback func...
2007-03-26 Brion Vibber* (bug 9411) Fix for shared image descriptions using...
2007-03-26 Greg Sabino MullaneAccount for wgDBtimezone if set. DBs not using it ...
2007-03-19 Raimond Spekking* (bug 8324) LinkSearch: search for all protocols defin...
2007-03-19 Nick Jenkins* Prevent E_STRICT error when '$wgDebugDumpSql = true...
2007-03-16 Raimond Spekking* (bug 8324) LinkSearch: search for https/ftp/irc/news...
2007-03-12 Aaron Schulz*Add case option to base convert
2007-03-09 Brion Vibber* Fix fallback implementation of mb_strlen so it works...
2007-03-08 River Tarnellneed to use mb_strlen, not strlen, for article length
2007-03-05 Tim StarlingwfErrorLog: Safer method to log to a file
2007-02-27 Raimond Spekking* (bug 8918) Enable PLURAL option for MediaWiki:showing...
2007-02-21 Brion Vibber* Add 'charset' to Content-Type headers on various...
2007-02-20 Brion Vibber* Further fix to Special:Export etc; instead of trying...
2007-02-20 Brion VibberErase the Content-Encoding and Content-Length for the...
2007-02-17 Antoine MussoFixes some tests:
2007-02-13 Aaron Schulz* parsemag comment
2007-02-12 Brion VibberRevert r19877; no reason is given for it but it breaks...
2007-02-11 Aaron Schulz* Get messages to actually transform (use magic phrases)
2007-02-09 Tim StarlingReducing the number of stat calls is all very well...
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-24 Brion Vibber* (bug 8751) Set session cookies to HTTPS-only to match...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-19 Brion VibberNormalize / to DIRECTORY_SEPARATOR in wfRelativePath...
2007-01-17 Brion VibberApply most of the code tweaks from the live site:
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2007-01-12 Brion VibberPretty up parser test output:
next