We still want details in page history
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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:
2008-07-09 Victor Vasiliev* Forbid files with * and ? to be uploaded under Window...
2008-07-08 Niklas Laxström* Move message functions to own file
2008-07-07 Ryan Schmidt* Add new hook NormalizeMessageKey to allow extensions...
2008-07-07 Brion VibberRevert r37281 "Split Compatibility functions to own...
2008-07-07 Niklas Laxström* Split Compatibility functions to own file
2008-07-04 Siebrand MazelandTrying to resolve commit r37017/revert r37018: Throw...
2008-07-04 Tim StarlingRevert r37017. Please do not remove functions unless...
2008-07-04 Chad HorohoeRemove wfGetHTTP() and wfIsLocalUrl(). Unused wrapper...
2008-06-30 Daniel FriesenPartial revert of r36804:
2008-06-30 Jack PhoenixTwo new hooks and one new global function from Wikia...
2008-06-27 Niklas Laxström* Fail fast
2008-06-11 Roan KattouwRe-add wfEncryptPassword() (removed in r35923 in favor...
2008-06-07 Niklas Laxström* Cache debug messages until $wgOut is initialised
2008-06-05 Tim Starling* Changed password hash format, see wikitech-l
2008-06-04 Tim StarlingFix and revert revert of 35819. is_writable() should...
2008-06-03 Brion VibberRevert r35819 -- broke thumbnailing.
2008-06-03 Niklas Laxström* When passing invalid or nonexistent language code...
2008-06-03 Niklas Laxström* Revert wfMkdirParents back to old method not using...
2008-06-03 Roan KattouwFixing regression from r35298: wasn't adding enough...
2008-06-01 Tim StarlingRevert r35478, r35264, r35262: $wgPerLanguageCaching...
2008-05-28 Brion Vibber* (bug 14273) Fix for HTTP Accept header parsing with...
2008-05-28 Robert Leverington* Revert r35469.
2008-05-28 Robert LeveringtonFix bug 7715:
2008-05-24 Roan KattouwAdd array support to wfArrayToCGI(): when receiving...
2008-05-23 Niklas Laxström* New option $wgPerLanguageCaching, for wikies with...
2008-05-23 Tim StarlingClarify behaviour of wfGetDB(DB_SLAVE)
2008-05-15 Brion VibberKill r34826's unnecessary boolval() per yesterday's...
2008-05-14 Victor Vasiliev* Move $var ? true : false check to boolval function
2008-05-14 Brion VibberReverting 34794 for the moment; some bad whitespace...
2008-05-14 Daniel FriesenSupport Array input in Title::getLocalURL and Title...
2008-05-11 Greg Sabino MullaneRefactor duplicated code into one area.
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-09 Brion VibberRevert r34541 for the moment pending further review...
2008-05-09 Daniel FriesenFixing up a variety of GlobalFunctions and also improvi...
2008-05-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
2008-05-07 Tim Starling* Rename wfGetAvailableRights() to User::getAllRights()
2008-05-06 Tim StarlingSend wfDeprecated notices to the debug log only. We...
2008-05-05 Brion VibberRevert r34260, r34261. Comments add flavor to the sourc...
2008-05-05 Siebrand MazelandRemove some emotional outbursts
2008-05-05 Robert Leverington* Wrong variable in last commit.
2008-05-05 Robert Leverington* Missed the extension name array key.
2008-05-05 Robert Leverington* wfLoadExtensionMessages() now accepts a language...
2008-05-01 Brion Vibber* (bug 13905) Blacklist Mac IE from HttpOnly cookies...
2008-04-27 Robert LeveringtonRevert r33918, no longer works given new fallback cachi...
2008-04-26 Alexandre Emsenhubertweaks for r33917:
2008-04-26 Robert Leverington* Add parameter to MessageCache::get() to allow prevent...
2008-04-26 Niklas Laxström* Print caller if possible in deprecated warnings
2008-04-24 Alexandre Emsenhuber* Simplify a bit MessageCache::get(), don't load all...
2008-04-24 Robert Leverington* MessageCache::get $forContent parameter replaced...
2008-04-24 Andrew GarrettBy suggestion of NikeRabbit, move wfBuildForm into...
2008-04-24 Andrew GarrettVarious final compatibility additions to work with...
2008-04-16 Brion VibberApply $wgCookieHttpOnly setting to the session cookie...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-11 Andrew GarrettAdd wfGenerateToken function, to generate a random...
2008-04-06 Alexandre EmsenhuberRemoved usage of deprecated settings
2008-04-05 Aaron SchulzAnd here...
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-18 Aryeh GregorDon't require commandLine.inc when not using the comman...
2008-03-16 Aryeh GregorImprove on r32014 with a helper function to avoid code...
2008-03-06 Brion Vibber* regression fix: make dumpUploads.php work again
2008-02-26 Brion Vibber* (bug 13139, 13074) Fix request data for parameters...
2008-02-24 Tim Starling* Add wfReadOnlyReason() to supply the reason for the...
2008-02-21 Tim Starling* Don't show edit permissions errors on a red link...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-02-04 Aaron SchulzA file should be at $time
2008-02-03 Aaron SchulzPartial revert: invalid placeholder
2008-02-03 Aaron SchulzAdd time parameter here
2008-01-30 Brion VibberPut the suppress & restore warnings calls *around*...
next