(bug 5378) General logs link in Special:Contributions
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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
2005-08-20 Tim StarlingDon't quote the program name, windows doesn't like...
2005-08-20 Tim Starlingremoved some debugging statements, I think they were...
2005-08-17 Brion Vibber* Add ability to break off certain debug topics into...
2005-08-17 Brion Vibber* Fix display of read-only lockfile message
2005-08-12 Niklas LaxströmCleanup, html-safety and output
2005-08-08 Ævar Arnfjörð Bjar... * Made the sidebar idiot proof, if a message is specifi...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-02 Niklas LaxströmRenamed contributionsall to namespacesall
2005-08-01 Niklas LaxströmNo references here, caused ugly by php notice
2005-08-01 Niklas Laxström* Refactored namespace selector to it's own function
2005-07-31 Niklas Laxström* Special:Watchlist allowed only one type of limit...
2005-07-26 Jens FrankMoved password encryption algorithm to GlobalFunctions...
2005-07-24 Niklas LaxströmRename percent to wfPercent
2005-07-16 Ævar Arnfjörð Bjar... * Added a percent() function
2005-07-16 Brion Vibber* PHP 4.1.2 compatibility fix: define floatval() equiva...
2005-07-06 Antoine MussoFix #2709 , patch by Zigger
2005-07-03 Brion Vibber* (bug 2683) Really fix apostrophe escaping for toolbox...
2005-06-27 Brion Vibber* Fix $wgSiteNotice when MediaWiki:Sitenotice is set...
2005-06-26 Brion VibberMake sure we die with nonzero return code for command...
2005-06-26 Tim Starlingdocumentation
2005-06-25 Tim Starlingfaster read-only mode
2005-06-22 Brion Vibber* (bug 2178) Fix temp dir check again
2005-06-19 Tim Starlingstats changes ported from 1.4
2005-06-16 Brion Vibber* Added wfMsgHtml() function for escaping messages...
2005-06-06 Brion Vibber* (bug 2334) Accept null for attribs in wfElement witho...
2005-06-01 Tim Starlingnew load balancing algorithm
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-28 Tim Starlingfixed horrible sidebar breakage under windows due to...
2005-05-28 Tim StarlingAdded wfMkdirParents(), used in HTML dump. Works like...
2005-05-27 Brion Vibber* Simple rate limiter for edits and page moves; set...
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-15 Brion Vibber* (bug 2178) Use TMPDIR, TMP, or TEMP environment varia...
next