Use eval "$4" instead of "$@", so that shell metacharacters such as "(" are understood
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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:
2007-01-07 Tim StarlingDon't create a new parser on every call to wfMsgExt...
2007-01-07 Tim StarlingWatchlist query group.
2007-01-03 Brion Vibber* Attempt to detect redirect loops for the canonical...
2007-01-02 Brion Vibber* (bug 8041) Work around bug with debug_backtrace when...
2007-01-02 Antoine MussoAdd a doctype to error pages (based on apache.org error...
2006-12-17 Rob Church* (bug 6690) wfMsgNoTrans() transforms messages
2006-12-17 Rob Church* (bug 8153) <nowiki> doesn't work in site notice
2006-12-16 Brion Vibber* Make $wgSiteNotice value wikitext again, for consiste...
2006-12-14 Antoine MussoSome doxygen patches:
2006-12-11 Antoine MussoFix #8121 : wfRandom() is not between 0 and 1
2006-12-11 Brion Vibberfix typo in comment
2006-12-11 Brion Vibber* (bug 8148) Handle non-removable output buffers gracef...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-25 Tim StarlingRemoved wfRangeStartEnd() and wfIsAddressInRange()...
2006-11-23 Nick JenkinsProbable bug in wfIsAddressInRange() - $unsignedIP...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-22 Aryeh GregorRevert last three commits. I totally broke autoblock...
2006-11-22 Aryeh Gregor* Moved Werdna's new IP functions to the IP class
2006-11-22 Andrew Garrett* (bug 7883) Added autoblock whitelisting feature,...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-17 Greg Sabino MullaneFix (possibly temporary) for Postgres timestamp parsing...
2006-11-03 Andrew GarrettDocumentation issues for wfMsgReal - convert incorrect...
2006-11-03 Nick JenkinsMinor addition to comments for wfMsg / wfMsgExt declara...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-09-27 Tim StarlingAdded file size limit for all shell processes, to stop...
2006-09-11 Brion Vibber* (bug 6777) Remove some PHP 4 compat cruft
2006-09-11 Brion Vibber* (bug 7064) Replace hard-coded empty message checks...
2006-08-14 Domas Mituzasadd wfGetAllCallers(), utility function for some occasi...
2006-08-04 Tim StarlingFixed $wgDebugComments
2006-08-02 Domas Mituzascommit early, commit often!
2006-08-02 Domas Mituzaserghhhh
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-18 Greg Sabino MullaneAdd Postgres timestamp stuff, from the patch at bug...
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-07-08 Niklas Laxström* Added RFC to list of strings to escape
2006-07-06 Brion Vibber* (bug 6566) Improve input validation on timestamp...
2006-07-04 Tim StarlingMade wfMkdirParents() faster and more robust
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-29 Rob Church* (bug 6484) Don't do message transformations when...
2006-06-25 Tim StarlingDefer initialisation of the special page list, allow...
2006-06-17 Tim StarlingStop using memory_limit as a virtual memory limit for...
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
2006-06-08 Tim StarlingMade wfDebugDieBacktrace() throw an exception: roughly...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Tim Starlingdefault argument
2006-06-06 Domas MituzasAutoLoad UpdateClasses: SiteStatsUpdate, LinksUpdate...
2006-06-04 Rob ChurchAdd hooks to manipulate the sitenotice/anonnotice:
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-31 Niklas Laxström* Reverting BiDi changes because there were some proble...
2006-05-31 Niklas Laxström* Correct direction for special pages
2006-05-31 Niklas Laxström* (bug 6100) BiDi: different directionality for user...
2006-05-29 Brion VibberFix microtime breakage
2006-05-28 Domas Mituzasmicrotime(true) instead of slow php4 hacks
2006-05-28 Brion VibberHad to revert the changes in r14424 / r14427 due to...
2006-05-27 Brion VibberMove parameter replacement before brace transformations...
2006-05-26 Brion Vibber* wfShellexec() now accepts an optional parameter to...
2006-05-26 Brion Vibber* wfHostname() function for consistent server hostname...
2006-05-07 Rob ChurchBetter safe than sorry
2006-05-07 Rob ChurchFix foul-up with <nowiki> et al., wfMsgExt and all...
2006-05-05 Niklas Laxström* (bug 5805) message nbytes can now use {{plural:}}
2006-05-01 Niklas Laxström* Bidi-aid on list pages
2006-05-01 Antoine Mussounused variables as per #3692
next