Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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
2006-04-29 Antoine MussoFix bug in wfMsgExt under PHP 5.1.2
2006-04-29 Niklas Laxström* Parser can now know that it is parsing an interface...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-14 Niklas LaxströmYet another wfMsg, which includes hack to get inline...
2006-04-13 Rob Church(bug 5475) New pages feeds ignore "limit" argument
2006-04-12 Brion VibberRemove live profiling hack that domas accidentally...
2006-04-08 Domas Mituzascould not resist, provide more accuracy on elapsed ;-)
2006-04-03 Brion Vibber* Additional protections against HTML breakage in table...
2006-04-02 Brion VibberLive fix: debug shell-outs
2006-03-27 Jens FrankUseless with modern PHP. Users should update their...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Tim Starlingfixed whitespace
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-03 Rob Church(bug 5150 and related) Fix missing ID attribute in...
2006-02-28 Tim StarlingMaintain backwards-compatibility in $wgUrlProtocols...
2006-02-06 Tim StarlingProper windows escaping in wfEscapeShellArg()
2006-02-06 Tim Starlingmake wfShellExec() work on windows a bit better
2006-01-30 Domas Mituzasremove memcached polution ... ah, and namespace notices...
2006-01-28 Magnus ManskeNamespace notice (fix for bug 4469) is back:
2006-01-28 Brion Vibber* Include timestamp in wfDebugLog breakouts
2006-01-27 Tim StarlingMaintenance script to find and remove links to a given...
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2006-01-26 Tim StarlingFixed Special:Unlockdb, had been broken since 1.5beta1
2006-01-22 Ævar Arnfjörð Bjar... * wfGetSiteNotice() gets called on DB errors (wtf?...
2006-01-20 Brion Vibber* (bug 4679) Work around buggy basename() function...
2006-01-16 Antoine Musso* use braces in if else if if if stuff (safer read).
2006-01-16 Rob Church* Add cache-safe alternate sitenotice for anonymous...
2006-01-14 Brion Vibber* Move PHP 5-friendly XHTML doctype hack to Sanitizer...
2006-01-14 Brion Vibbersome more die-with-proper-return-code
next