]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Request.php
Custom pages for Fusionforge: FindPage, FullTextSearch, TitleSearch
[SourceForge/phpwiki.git] / lib / Request.php
2015-02-11 vargenauUse &&
2014-12-02 vargenaustatic
2014-11-28 vargenauglobal $request
2014-11-23 vargenauPHP Doc; add class variables
2014-11-20 vargenauFix links to PhpWiki website
2014-11-19 vargenauTranslate strings
2014-11-19 vargenauFix database backend test
2014-11-18 vargenauDo not use void function result
2014-11-18 vargenauAllow PDO.
2014-11-18 vargenauGet closer lib/AccessLog.php and lib/Request.php
2014-10-14 vargenauAdd private
2014-10-14 vargenauRemove get_magic_quotes_gpc
2014-10-09 vargenauUpdate PHP Doc
2014-10-08 vargenauUse __construct
2014-10-07 vargenauWe are in PHP >= 5.3
2014-10-03 vargenaufunction ob_get_level
2014-09-26 vargenauRemove ENABLE_USER_NEW (always true), remove lib/WikiUs...
2014-07-28 vargenauNo \n in error message
2014-07-17 vargenauUse __construct
2014-06-10 vargenauUpdate PHP Doc
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
next