]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Request.php
var --> public
[SourceForge/phpwiki.git] / lib / Request.php
2013-05-29 vargenauvar --> public
2012-12-11 vargenauRemove unused function get_host
2012-12-11 vargenauExplicitely declare var $args in class Request
2012-12-04 vargenauUse smart quotes
2012-11-19 vargenauRemove extra empty lines
2012-11-14 vargenauob_get_level
2012-11-14 vargenauget_old is false for FUSIONFORGE
2012-11-14 vargenauelseif
2012-10-06 vargenauReformat code
2012-10-02 vargenauWhitespace only
2012-09-28 vargenauinclude [all] Include and file path should be devided...
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2011-05-18 vargenauNew FSF address
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-06-19 rurbanfix Bug #3018484 deprecated session_register since...
2010-05-31 vargenauLet's assume PHP >= 4.2
2010-05-31 vargenauLet's assume PHP >= 4.2
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-11-02 vargenauNormalize header
2009-08-24 rurbanminor convenience re-arrangemen
2009-03-31 vargenauRemove history
2008-08-22 vargenauActivated Id substitution for Subversion
2008-05-17 vargenauSpelling
2008-03-22 rurbanFixed a blocker for php-5.2. Somehow _SESSION is not...
2008-03-17 rurbanget rid of @ error protection in unserialize
2008-02-14 rurbannocache to omit compress cache headers (fix async calls...
2007-09-01 rurbandocument pear DB problem
2007-07-14 rurbanfix bug#1749950 float with ","
2007-03-18 rurbancast AccessLog types
2007-01-28 rurbanuse backend specific SQL write_accesslog
2007-01-07 rurbanExplain failed UpLoad on Windows to the user.
2007-01-04 rurbanBe more verbose in serious php problem.
2006-12-22 rurbansilence empty obcache messages
2006-11-29 rurbanquote the date
2006-11-19 rurbanPatch from Bug# 1569424 by Bob Peele (bob.peele@oracle...
2006-08-15 rurbanerror on no long arrays
2006-04-17 rurbanmake the flush error go away. die
2006-04-16 rurbanphp url-rewriting miscalculates the ob length. fixes...
2006-04-15 rurbansilence $this->_is_buffering_output warning
2006-03-19 rurbansf.net patch #1333957 by Matt Brown: Authentication...
2006-03-07 rurbanwikihash for php-5.1
2006-01-17 uckelman_accesslog->logtable is not set when using non-SQL...
2005-09-18 rurbantrick to send the correct gzipped Content-Length
2005-09-18 rurbanadd a proper Content-Encoding: gzip if compressed,...
2005-09-14 rurbanprotect against Content-Length if headers_sent(), fixed...
2005-08-07 rurbanstricter error handling: dba errors are fatal, display...
2005-08-07 rurbanset _COOKIE also
2005-08-07 rurbanfix comments
2005-08-06 rurbanensure absolute uploads path
2005-05-14 rurbanremove mysql specific INSERT DELAYED
2005-04-11 rurbanSimplify upload. See https://sourceforge.net/forum...
2005-02-26 rurbanupdate (C)
2005-02-04 rurbando not log passwords! Thanks to Charles Corrigan
2005-01-25 rurbanfix redirect,
2005-01-08 rurbanPrevent from Overlarge session data crash
2005-01-04 rurbanhonor DISABLE_HTTP_REDIRECT, do not gzip the redirect...
2004-12-26 rurbanphp5 fixes: case-sensitivity, no & new
2004-12-17 rurbanavoid warning
2004-12-10 rurbanMore help with the new native xmlrpc lib. no warnings...
2004-12-06 rurbanenable action=remove which is undoable and seeable...
2004-11-27 rurbansimpified regex search architecture:
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-11 rurban(write_sql) isOpen really is useless in non-SQL, do...
2004-11-10 rurban* requires newer Pear_DB (as the internal one): quote...
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
next