]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Request.php
No underscore for private function
[SourceForge/phpwiki.git] / lib / Request.php
2004-02-27 rurbanWorkarounds for upload handling
2004-02-26 rurbansafer code
2004-02-24 rurbanfixed action=upload problems on Win32, and remove Merge...
2004-01-25 rurbanfixed bug [ 541193 ] HTTP_SERVER_VARS are Apache specific
2003-12-26 carstenklappBugfix: Try to defer OS errors about session.save_path...
2003-11-14 carstenklappBugfix for function _zone_offset for positive offsets...
2003-11-06 carstenklappNew function getTmpName of class Request_UploadedFile...
2003-03-07 dairikiContent-Length computation seems to come up with the...
2003-03-04 dairikiOutput Content-Length HTTP header when possible.
2003-02-26 dairikiNew config settings in index.php to control cache contr...
2003-02-24 dairikiGet rid of unused method Request::debugVars().
2003-02-22 dairikiDelete unused (and unnecessary) sanify_input cruft.
2003-02-22 dairikiRenamed method Request::compress_output to Request...
2003-02-21 dairikiCleanup redirect code. Request::redirect() is now...
2003-02-16 dairikiRefactor the HTTP validator generation/checking code.
2003-02-16 dairikiTypo fix.
2003-02-16 dairikiNew member functions:
2002-12-14 dairikiPatch from Matti Airas:
2002-10-10 carstenklappFix to avoid PHP Warning, "Notice[8]: Use of undefined...
2002-09-18 dairikiMinor cleanup/refactors.
2002-09-12 rurbanoops. missed some fixes
2002-09-12 rurbanfixed DB_Session
2002-09-09 rurbanadded DB_Session support if PearDB is used.
2002-09-09 rurbanfixed sanify_userinput for arrays and typo in $user...
2002-09-09 rurbanPrevent from possible XSS attacks (cross site scripting)
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-24 rurbannew PrevNext plugin with two buttons
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-02-08 lakkaFixed IE problem
2002-02-07 lakkaThe session_cache_limiter hack causes problems with...
2002-02-01 dairikiQuick hack, to fix the "back-button wipes any changes...
2002-01-28 dairikiFix so that one can get RSS from actionpages.
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-19 dairikiBig refactor of lib/WikiUser.php. The login mechanism...
2002-01-09 carstenklappMinor reindenting and rewrapping in emacs.
2001-12-11 dairikiSet RSS channel title from new config var WIKI_NAME.
2001-12-11 dairikiDelete debugging cruft.
2001-11-29 dairikiFix bugs in access logging code.
2001-11-17 dairikiFix file upload bug.
2001-09-19 dairikiFixed a couple bugs having to do with file uploads...
2001-09-18 dairikiJeff's hacks II.