Remove a couple of link() calls in enhanced RC
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2009-03-29 Aryeh GregorRemove a couple of link() calls in enhanced RC
2009-03-26 Andrew GarrettFast short-circuit for diffs between identical strings
2009-03-25 Brion VibberRevert r48090 " * Modified wfMsg behaviour to do transf...
2009-03-15 Chad HorohoeAdd optional $caller param to wfMkdirParents(). Should...
2009-03-15 Chad Horohoe(bug 17992) Revert crack-inspired r48399.
2009-03-14 Chad HorohoeCheck if the path is writable before trying to mkdir().
2009-03-09 Alexandre EmsenhuberDon't call debug_backtrace if it's disabled to avoid...
2009-03-06 Niklas Laxström* Modified wfMsg behaviour to do transform after substi...
2009-02-24 Aaron Schulz* Fixed $wgProfileToDatabase/$wgProfileCallTree interac...
2009-02-22 Aaron Schulz* Added titles to wfViewPrevNext() paging links
2009-02-09 Siebrand Mazeland* remove forgotten case of hard coded pipe separator...
2009-02-09 Siebrand Mazeland* Update message 'pipe-separator' to have leading and...
2009-02-05 Tim Starling* Fixed a whole lot of XSS vulnerabilities in the insta...
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-01-23 Aryeh GregorBreak off wfParseUrl() from wfMakeUrlIndex()
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2009-01-07 Tim StarlingTest for disable_functions as well as safe_mode before...
2008-12-23 Brion VibberRevert r44978 -- breaks back-compat
2008-12-23 Aaron SchulzAt least disable old xml function loading per r44839...
2008-12-23 Brion VibberRevert r44918 "Remove unused functions"
2008-12-22 Aaron SchulzRemove unused functions
2008-12-20 Aaron Schulz(bug 16689) wfDebugLog writes an error in Apache error.log
2008-12-19 Aaron SchulzRemove LogPage require
2008-12-14 Ilmari KaronenAdd a new FileCache class to wrap RepoGroup::findFile...
2008-12-10 Brion VibberRevert r44254 "Cleanup to wfGetNull(): * Add override...
2008-12-05 Chad HorohoeCleanup to wfGetNull():
2008-11-30 Andrew GarrettRevert "Follow up on r43982. Reduce dirname(__FILE__...
2008-11-26 Siebrand MazelandFollow up on r43982. Reduce dirname(__FILE__) calls...
2008-11-21 Ilmari KaronenTurn wfMkdirParents() into just a thin wrapper around...
2008-11-14 Brion VibberUse strict parameter on in_array() checks in wfMsgExt...
2008-11-13 Aaron SchulzRevert r43329, r43330 due to said performance issues
2008-11-13 Brion VibberRun parsemag stuff through the proper language when...
2008-11-09 Victor Vasiliev* Add class "disambiguationpage" to body tag
2008-11-01 Tim Starling* Rewrote wfArrayMerge() in terms of array plus
2008-11-01 Brion VibberUpdate doc comment for wfArrayMerge() to note the behav...
2008-11-01 Tim Starling* Added $wgDebugLogPrefix, to allow users (or in this...
2008-10-31 Bryan Tong MinhISO 8601 timestamps can have decimal seconds
2008-10-25 Greg Sabino MullanePostgres timestamps can have decimals.
2008-10-21 Niklas Laxström* Unused global
2008-10-16 Tim StarlingUse a variable for max shell time, don't use php.ini...
2008-10-11 Tim StarlingRevert merge of DismissableSiteNotice into the core...
2008-10-09 Antoine MussoDocument wfVarDump()
2008-10-09 Alex ZFix some profiling errors in wfGetSiteNotice() if no...
2008-10-07 Aaron SchulzRevert r41788 and make flaggedrevs do the findFile...
2008-10-07 Alexandre EmsenhuberRevert r41792, broke uploads. Note that RepoGroup:...
2008-10-07 Aaron SchulzTweak r41788 - Use findFile() to check current version...
2008-10-07 Aaron SchulzAdd handy $time parameter to wfLocalFile()
2008-10-06 Alexandre EmsenhuberFix XHTML error (url not escaped)
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-10-05 Ryan Schmidt* fixing DismissSiteNotice so that it works properly...
2008-10-05 Ryan Schmidt* fixing bugs with DismissableSitenotice merge:
2008-10-04 Jack PhoenixMerging DismissableSiteNotice extension into core.
2008-09-30 Alexandre EmsenhuberFix for r41430: wfMsgExt() now accepts a Language objec...
2008-09-30 Tim StarlingHostnames are allowed to have dots in them
2008-09-29 Tim StarlingProposed fix for bug 14944, specifically the reports...
2008-09-26 Aryeh GregorFix totally broken last commit, misread the existing...
2008-09-26 Aryeh GregorRemove unnecessary conditional
2008-09-26 Aryeh GregorFix for 41288, don't raise errors for language parameter
2008-09-26 Aryeh GregorRaise E_USER_WARNING if bad option passed to wfMsgExt()
2008-09-24 Tim StarlingFix unnecessary GlobalFunctions.php bloat from r41148
2008-09-24 Tim Starling* Add a simple log demultiplexer, written in python...
2008-09-24 Tim StarlingImplemented UDP logging.
2008-09-22 Aaron SchulzRefactor RC2UDP code some
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-09-16 Brion Vibber* (bug 10463) Apply $wgRenderHashAppend to sitenotice...
2008-09-05 Tim StarlingIn wfDebugLog(): log the hostname if $wgShowHostnames...
2008-09-05 Tim StarlingIn wfShellExec(), log return code 127 to a special...
2008-09-01 Tim Starlingheader() replaces by default, there's no need to pass...
2008-08-28 Antoine MussowfDebugMem() to report memory usage
2008-08-28 Greg Sabino MullaneOnce we reset, no need to keep looping.
2008-08-27 Aaron SchulzSet replace flag for headers
2008-08-20 Andrew Garrett*ahem* self-revert. Something weird happened with getAll()
2008-08-20 Andrew GarrettUse a nice fancy deep-merge function for merging arrays...
2008-08-18 Aryeh GregorRe-committing 37663 for the new release, per old Wikite...
2008-08-08 Aryeh GregorUnescape more "safe" characters when producing URLs...
2008-08-06 Fran RogersWrapped certain tricky constructs in @cond/@endcond...
2008-08-05 Aryeh GregorRe-commit turning makeKnownLinkObj(), makeBrokenLinkObj...
2008-08-03 Aryeh GregorLast commit contained errors. Revert most of it, keep...
2008-08-03 Aryeh Gregor* Output title before class in Linker::link() to match...
2008-07-26 Alexandre Emsenhuber* factorize common code
2008-07-25 Chad HorohoeAdd some docs on how far back wfLoadExtensionMessages...
2008-07-21 Alexandre EmsenhuberUse the internal diff engine if the diff excutable...
2008-07-19 Brion VibberCleanup for r37830 & earlier ($wgDirectoryMode default...
2008-07-18 Chad Horohoe$wgDefaultDirectoryChmod -> $wgDirectoryMode. Less...
2008-07-17 Alexandre Emsenhuberfix in debug output
2008-07-17 Andrew GarrettFix handling of non-unified diffs in wfDiff
2008-07-17 Andrew GarrettAdd wfDiff function, similar to wfMerge (some copied...
2008-07-16 Chad HorohoeAdd $wgDefaultDirectoryChmod, allows customizing the...
2008-07-15 Brion VibberRevert r37663 for now:
2008-07-14 Aryeh Gregor* (bug 13815) In the comment for page moves, use the...
2008-07-12 Brion VibberRevert r37567 for nwo ("(bug 8604) padright: and simila...
2008-07-11 Niklas Laxström* (bug 8604) padright: and similar functions fail with...
2008-07-10 Aryeh GregorRevert r37299. It's causing some extremely strange...
2008-07-10 Victor VasilievFix previous commit (removed accidentally commited...
2008-07-10 Victor Vasiliev* (bug 14772) Disallow moving images to invalid titles
2008-07-10 Brion VibberRevert r37443 for the moment:
next