fix typo, DieDebug -> DebugDie
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2005-02-24 Domas Mituzasfix typo, DieDebug -> DebugDie
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-01-30 Antoine Mussosome double quotes
2005-01-22 Jens FrankBug#276 Make date format comply with RFC1123 and RFC2822
2005-01-18 Brion Vibber* Fix notice errors in wfDebugDieBacktrace() in XML...
2005-01-16 Tom GilderVarious XHTML fixes
2004-12-23 Brion Vibberfix typo
2004-12-23 Brion VibberMerge blocked user fix from REL1_4
2004-12-19 Brion VibberAdd TS_RFC2822 output format for wfTimestamp to encapsu...
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-12-09 Zheng ZhuAdded optional setting to allow UI messages act as...
2004-12-07 Zheng Zhumore fixes for languages with no language files; allow...
2004-12-01 Brion VibberProfiling points. Bump version to 1.4.0beta0; update...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-29 Tim Starlingmade connection errors work again
2004-11-24 Brion VibberRemove some redundant checks; if these ever failed...
2004-11-23 Brion VibberSwitch do_html_entity_decode() from using strtr() to...
2004-11-21 Brion VibberCode formatting; comments. Removed debug option from...
2004-10-23 Tim Starlingmoving wfProfileIn() to the start of the function,...
2004-10-19 Brion Vibber* Drop a couple instances of wfTimestamp2Unix & reverse...
2004-10-19 Brion VibberDon't forget to urlencode the data in wfArrayToCGI()
2004-10-18 Brion Vibber* add a require dependency
2004-10-11 Wil MahanBug 589: make random selection slightly more random...
2004-10-02 Brion Vibber* Remove deprecated wfLocalUrl(), wfLocalUrlE()
2004-09-26 Zheng Zhufix fallback in wfMsgReal() as well
2004-09-25 Zheng Zhufirst attempt to support multiple language variants...
2004-09-25 Zheng Zhuremoved caching of UI messages; it does not make sense...
2004-09-22 Zheng Zhunew wfMsg* functions to use the wgContLang object for...
2004-09-21 Zheng Zhucorrected testing the existence of an object
2004-09-18 Jens FrankCleaner handling of NoConvert, for variable number...
2004-09-17 Jens FrankRemoved hardcodes for Zh-conversion
2004-09-17 Zheng ZhuDo Simplified/Traditional Chinese conversion in wfMsgRe...
2004-09-04 Arne Heizmannchange all occurrences of "Mediawiki" to "MediaWiki".
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine MussoMore comments !
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-29 Brion VibberAdjust UTF-8 generator for correctness. (Upper private...
2004-08-27 Tim StarlingAbstracted site name in LanguageFi.php. This required...
2004-08-23 Brion VibberStart migrating wfCheckLimits to WebRequest::getLimitOf...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingHey! Stop breaking my functions!
2004-08-13 Brion VibberAntiglobalization!
2004-08-12 Tim Starlingadded {{ to wfEscapeWikiText, so that the deletion...
2004-08-10 Arne HeizmannWith &debugmsg=1, PHP output a warning because the...
2004-08-10 Arne HeizmannIf &debugmsg=1 is passed as part of the request paramet...
2004-08-10 Arne Heizmannexpand comment
2004-08-10 Domas MituzasAdd internal timestamp wrapper wfTimestamp($outputtype...
2004-08-08 Brion VibberSuppress notices
2004-08-04 Arne Heizmannremove commented-out code. We have CVS for archiving it
2004-08-03 Magnus Manskebug 964201 fix
2004-08-02 Brion VibberFix typo in reference to sql file that needs to be run
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-29 Tim StarlingRemoved arbitrary change in timestamp formats between...
2004-06-29 Tim StarlingDB error log
2004-06-26 Tim StarlingNicer looking errors in command line mode
2004-06-24 Brion VibberFix for the is_a() reimplementation on old PHP versions...
2004-06-14 Tim Starlingfixed bug for PHP <4.3.0
2004-06-12 Antoine Mussofix isWindows to wfIsWindows.
2004-06-12 Tim StarlingwfSetRef doesn't work, making isWindows() function...
2004-06-08 Antoine Mussoreplace several double quotes by single quotes.
2004-05-28 Tim StarlingSupport for database profiling, profiling bracket in...
2004-05-17 Gabriel Wickeuse ?, not \& for top-level wikis
2004-05-15 Tim Starlingbug fix in wfUtf8ToHTML
2004-05-15 Tim StarlingVarious board vote enhancements, moving to the BoardVot...
2004-05-15 Tim StarlingIntroducing special page modular extensions, making...
2004-05-10 Brion VibberPHP 4.1.2 compatibility fixes (based on patch submissio...
2004-05-09 Tim StarlingBoard of Trustees vote
2004-05-08 Brion VibberSuppress PHP warnings on failure to create thumbnail...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-04 Jens Frankmoved some more functions from GlobalFunctions to Image
2004-04-24 Jens FrankwfImageUrl moved from Globalfunctions to Image
2004-04-10 Brion VibberFix notices
2004-04-04 Brion VibberWhitespace & coding standards adjustments to Evan's...
2004-04-04 Evan ProdromouAdded code to implement Dublin Core and Creative Common...
2004-04-03 Tim Starlingmore debugging rubbish, sorry
2004-04-03 Tim Starlingoops, debug output
2004-04-03 Tim StarlingMade wfMerge() work on Windows, and fixed some merge...
2004-04-01 Tim Starlingrefactoring and $wgRequest use
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-23 Tim Starlingfixed notice
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-14 Mr. E23Fixed problem with merging of identical changes
2004-03-14 Mr. E23Experimental merging of edit conflicts
2004-03-09 Gabriel Wickepurge first url only once
2004-03-09 Gabriel Wickebug fixes and indentation in purge function
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberMore unitialized variable cleanup && 'pure' register_gl...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-05 Mr. E23Fixed bug causing early execution errors to occasionall...
2004-02-29 Tim StarlingwfRecordUpload() using RecentChange instead of direct...
2004-02-26 Gabriel Wickeenabled ports != 80 for purging, just add the :port...
2004-02-18 Mr. E23Replaced uses of microtime() with wfTime() where possible.
2004-02-18 Mr. E23Added function wfTime to get current time as a float
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
next