Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / WebRequest.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2006-10-19 Tim StarlingExperimental workaround for bugs.php.net/bug.php?id...
2006-10-04 Tim StarlingFix for redirect.php
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-08-12 Domas Mituzasadd some abstraction for web responses, so far minimal...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-04 Ævar Arnfjörð Bjar... * Fixed breakage with get[]= url paramters, supposedly...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2005-12-05 Brion VibberDon't disappear a parameter in a derived class just...
2005-12-04 Antoine Musso* argument passed by reference but not changed
2005-12-04 Antoine MussoClean up unused globals!
2005-11-05 Brion Vibber* Fix WebRequest::getRequestURL() to strip off the...
2005-08-26 Niklas Laxström* (bug 2554) Tell users they are uploading too large...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-06-29 Brion Vibber* Various code cleanup and HTML escaping fixlets on...
2005-06-28 Brion Vibberspeling
2005-06-27 Brion Vibber* Convert non-UTF-8 URL parameters even if referer...
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...