Introduce 'FetchChangesList' hook; see docs/hooks.txt for more information
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-13 Brion Vibber* Add wfClone() wrapper since we're still using PHP...
2006-01-11 Brion VibberRevert namespacebanner feature:
2006-01-08 Magnus ManskeFix for bug 4469: Implement MediaWiki:<namespace>:Siten...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-04 Brion Vibber* (bug 4453) fix for __TOC__ dollar-number breakage
2006-01-04 Ævar Arnfjörð Bjar... * Formatting: -whitespace
2006-01-03 Ævar Arnfjörð Bjar... * ctype_* compatability functions
2005-12-31 Ævar Arnfjörð Bjar... * Two new functions, wfUsePHP() and wfUseMW() which...
2005-12-30 Domas Mituzasclose profiling on script exits instead of page flushing
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-29 Domas Mituzasdirty sitenotice cache, will cache rendered sitenotice...
2005-12-28 Magnus Manskenow displays system messages in their edit box even...
2005-12-22 Brion Vibber* Fix raw sitenotice display on database error
2005-12-17 Brion Vibber* Use $wgOut->parse() in wfGetSiteNotice() instead...
2005-12-08 Ævar Arnfjörð Bjar... * Documentation: "Check where as the operating" =>...
2005-12-08 Brion Vibber* Use content-lang for sitenotice
2005-12-04 Antoine MussoClean up unused globals!
2005-11-28 Ævar Arnfjörð Bjar... * Make sure not to crash when the message cache isn...
2005-11-28 Ævar Arnfjörð Bjar... * When wfMsg*NoTrans() was called the message cache...
2005-11-26 Ævar Arnfjörð Bjar... * Add wfMsgNoTrans() and wfMsgForContentNoTrans() to...
2005-11-26 Brion Vibber* Fix ulimit parameters for wfShellExec when memory_lim...
2005-11-26 Tim StarlingBounded execution time and memory for image thumbnailing
2005-11-26 Tim StarlingwfShellExec fix, debug log tweak
2005-11-26 Ævar Arnfjörð Bjar... * Support named arguments to wfMsg* like wfMsg( 'msg...
2005-11-26 Tim StarlingExperimental ulimit script
2005-11-15 Brion Vibber* Run wikitext-escaping on plaintext sigs (no wiki...
2005-11-03 Ævar Arnfjörð Bjar... * Add support for TS_ISO_8601, used for Special:Import...
2005-11-02 Ævar Arnfjörð Bjar... * Remove redundant variable definition
2005-10-30 Ævar Arnfjörð Bjar... * Rewrote the url protocol thing to not suck
2005-10-28 Brion Vibber* (bug 3771) Handle internal functions in backtrace...
2005-10-27 Brion VibberDon't re-run diff3 with missing files for the debug...
2005-10-27 Brion Vibber* (bug 3807) Fix 'all' in namespaces drop-down on contr...
2005-10-22 Brion Vibber* Fix wfMsg*() replacements; args containing literal...
2005-10-22 Ævar Arnfjörð Bjar... * in_string() function, for us strpos haters
2005-09-25 Antoine Mussoincludes/GlobalFunctions.php
2005-09-24 Antoine MussoMove reporttime method from OutputPage object to a...
2005-09-19 Ævar Arnfjörð Bjar... * Added a new paramater to wfDebugLog()
2005-09-13 Ævar Arnfjörð Bjar... * Two new functions:
2005-09-11 Tim Starling* Negative caching for the MediaWiki namespace. This...
2005-09-06 Antoine Mussohtml output formatting
2005-09-06 Ævar Arnfjörð Bjar... * Changed the name of the wfNoMsg() function to wfEmpty...
2005-08-31 Antoine MussoMight or might not fix a php5 notice error (undefined...
2005-08-26 Ævar Arnfjörð Bjar... * Postfix --/++ => Prefix --/++
2005-08-25 Erik Moellertry to better document the distinction between
next