* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
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...
2005-05-15 Brion VibberStrip unprintables from debug log: they can cause font...
2005-05-08 Ævar Arnfjörð Bjar... * Typo: missing $
2005-05-08 Ævar Arnfjörð Bjar... * Added a comment to the Exif part of wfTimestamp()
2005-05-08 Brion Vibber* HistoryBlobStub: the last-used HistoryBlob is kept...
2005-05-07 Ævar Arnfjörð Bjar... * Added support for the Exif time format in wfTimestamp()
2005-05-07 Tim Starlingfixed weird composite random number function
2005-05-04 Ævar Arnfjörð Bjar... * Clarified the difference between wfMsg and wfMsgForCo...
2005-05-03 Ævar Arnfjörð Bjar... * Changed do_html_entity_decode()'s default character...
2005-04-30 Brion VibberDon't spew error messages everywhere when the debug...
2005-04-30 Brion Vibber* (bug 1877) JavaScript error in page editing in some...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-25 Tim Starlingsplit off new function wfBacktrace() from wfDebugDieBac...
2005-04-23 Tim StarlingRearranged flow to remove unnecessary debug output
2005-04-23 Brion VibberBugfix: actually send the error message given to wfHttp...
2005-04-21 Brion Vibber* (bug 1636) Refs like ţ were misinterpreted...
2005-04-13 Ævar Arnfjörð Bjar... * Give more specific wfDebug output.
2005-04-08 Ævar Arnfjörð Bjar... * Removed '@todo document', it has been documented.
2005-04-07 Ævar Arnfjörð Bjar... * Indenting and formatting.
2005-04-02 Ævar Arnfjörð Bjar... * Minor syntax cleanup
2005-03-31 Brion Vibber* Add wfElement() for handy generation of properly...
2005-03-27 Tim StarlingFixed obvious bug
2005-03-27 Tim StarlingFixed efficiency problem with $wgSiteNotice. Introduced...
2005-03-04 Antoine MussoFix #1570 : php 4.2.x error on conflict merging
2005-02-25 Brion Vibbernuke wfInvertTimestamp
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...
next