* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
[lhc/web/wiklou.git] / includes / WebRequest.php
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-04-20 Brion Vibber* (bug 1933) Fix PATH_INFO usage under IIS with PHP...
2005-04-07 Ævar Arnfjörð Bjar... \t^*$ between the comment and params for consistant...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2004-12-18 Brion VibberChange WebRequest::getVal() to always return a string...
2004-10-03 Jens FrankFixes needed to make redirect.php work with MEDIAWIKI...
2004-09-29 Brion VibberMake FauxRequest actually work ;P
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-06 Brion VibberMove the check for legacy/UTF character conversion...
2004-09-04 Brion Vibberphpdoc tweaking
2004-09-04 Brion VibberAdd some documentation comments
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Brion VibberNormalize Unicode in uploaded filenames. In particular...
2004-09-03 Brion VibberStart cracking down on illegal titles: in UTF-8 mode...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-02 Brion VibberOne more unicode normalization fix: don't die horribly...
2004-09-02 Brion VibberNormalize Unicode input to normalization form C. Most...
2004-09-02 Brion VibberAdd FauxRequest class for arbitrary parameters.
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 Brion VibberRip out some old debugging code from when this was...
2004-07-25 Tim Starlingdon't redirect to the canonical title if other paramete...
2004-05-13 Gabriel WickeAfter a longer phone call Erik and me agreed on working...
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik MoellerNew feature:
2004-04-03 Tim Starlingremoving now unnecessary global registration, which...
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-19 Brion VibberAutodiscovery <link> for RSS feed. Added helper functio...
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...