]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Request.php
* revert to the wikidb ref passing. there's no memory abuse there.
[SourceForge/phpwiki.git] / lib / Request.php
2004-11-09 rurban* revert to the wikidb ref passing. there's no memory...
2004-11-09 rurbanfix ADODB quoting style
2004-11-07 rurbanmore logging fixes
2004-11-07 rurbannew sql access log (for spam prevention), and restructu...
2004-11-06 rurbanreadable ACCESS_LOG support: RecentReferrers, WikiAcces...
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-22 rurbanfix for USECACHE=false
2004-10-21 rurbanPatch #991494 (ppo): Avoid notice in PHP >= 4.3.3 if...
2004-10-21 rurbanupload errmsgs by Shilad Sen.
2004-10-12 rurbanphp5 compatibility (5.0.1 ok)
2004-09-25 rurbanmake start_debug logic work
2004-09-25 rurbandont compress on debugging
2004-09-17 rurbanWe check for the client Accept-Encoding: "gzip" presenc...
2004-09-17 rurbanDisable server-side gzip encoding for RSS (RDF encoding...
2004-07-01 rurbanfixed another DbSession crash: wrong WikiGroup vars
2004-06-27 rurbanoci8 patch by Philippe Vanhaesendonck + some ADODB...
2004-06-25 rurbanWikiGroup refactoring:
2004-06-19 rurbanCACHE_CONTROL: NONE => NO_CACHE
2004-06-13 rurbanfixed bug #969532 (space in uploaded filenames)
2004-06-04 rurbanSeveral locale related improvements suggested by Pierri...
2004-06-03 rurbanfixed "lost level in session" warning, now that signout...
2004-05-17 rurbanCGI: no PATH_INFO fix
2004-05-15 rurbansome action=pdf Request fixes: With MSIE it works now...
2004-05-04 rurbanmore pdf support
2004-05-03 rurbanlocale updates: we previously lost some words because...
2004-05-03 rurbanfixed UserPreferences update, esp for boolean and int
2004-05-02 rurbanlimit user session data (HomePageHandle and auth_dbi...
2004-04-29 rurbanspecial support for formatted plugins (one-liners)
2004-04-26 rurbanlocking table specific for better databases
2004-04-13 rurbansf.net bug #933183 and http://bugs.php.net/17557
2004-04-02 rurbanfixed a nasty ADODB_mysql session update bug
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-14 rurbancopyright line
2004-03-12 rurbanimportant cookie fix by Konstantin Zadorozhny
2004-03-10 rurbanstore current user->page and ->action in session for...
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.