copyright update
[squirrelmail.git] / functions / global.php
2006-01-23 tokulcopyright update
2006-01-16 kinknetscape date specification is subtly different from...
2006-01-16 kinkcookie needs gmdate (not date), and do not specialcase...
2005-12-20 tokulremoved any possible globalized var. It is possible...
2005-12-04 tokulunregister globals from $_REQUEST. global.php should...
2005-11-13 stekkelThat was a bit too much. I forgot i experimented with...
2005-11-13 stekkelRemove double Path from set-cookie header, add expires...
2005-11-05 jervforsDocumentation update
2005-10-20 tokulrearranging global.php layout:
2005-10-15 stekkelSupport for HttpOnly cookies.
2005-09-18 jervforsphpDocumentor updates
2005-06-15 stekkelXSS fixes
2005-04-23 jervforsTrimming whitespace and replacing tabs
2005-04-14 pdontthinkReverting to Erin's original design; sqgetGlobalVar...
2005-03-20 tokuladding warning about nulled var
2005-02-02 kinkin sqgetGlobalVar, reset $value if it is not found.
2004-12-27 kinkIncrement year in copyright notice.
2004-10-02 jervforsMinor cleanup in comments
2004-08-24 jervforsMinor cleanups
2004-08-03 kinkImplement php_check_version with the PHP version_compar...
2004-07-30 pdontthinkFixed SM version detection bug - wasn't going to hit...
2004-05-21 jervforsPhpdocumentor update - sed is your friend for these...
2004-04-22 stekkelUndo my stupidity
2004-04-21 stekkelSet the base path before every session_start in case...
2004-03-17 tassiumThis segment of code should be left in until at least...
2004-03-15 kinkRemove almost all left overs of our non-uid-imap-server...
2004-03-11 kinkWe don't support PHP 4.0.x anymore; update the docs...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2003-12-01 cigamitBack out support for using SM without Frames
2003-12-01 cigamitAdded support for using Squirrelmail without frames
2003-10-29 kinkAdd phpdoc doc blocks to some files.
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-09-30 tassiumMade sure $uid_support is forced true for those who...
2003-07-27 janglissI should have probably added this many months ago when...
2003-06-16 ebullientAdd check for just FORM data (POST/GET)
2003-04-23 ebullientCorrect login issues with PHP < 4.1
2003-03-13 pdontthinkExplicitly define for old php versions when it's undefined
2003-02-27 ebullientWOOOPS. darnit.
2003-02-27 ebullientErroneous use of quotes in the switch in sqgetGlobalVar.
2003-02-20 janglissSilly me, functions require () to work.
2003-02-07 janglissRemove the unnecesary sqextractGlobalVar function,...
2003-01-04 kinkImplement sqextractGlobalVar with sqgetGlobalVar
2003-01-04 ebullientThanks shiruken! needed single quotes around switch...
2003-01-04 ebullientadded constants to fetch COOKIE and SERVER values
2003-01-04 ebullientAdded new function:
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-12-30 kinkSession naming in devel.
2002-12-29 ebullientWanted to add the SquirrelMail versioning functions...
2002-12-17 janglissLets see if we can get this cookie thing right this...
2002-12-16 janglissAnd again... need to destroy cookies as they are created
2002-12-14 janglissSync'ing global.php with stable to fix multi-session...
2002-12-05 kinkFix by Martin Schulze of Debian. Please note, this...
2002-11-29 janglissSession fix ported from stable, should fix DMN plugin...
2002-11-26 tassiumForce magic_quotes_runtime to be off, since SquirrelMai...
2002-11-07 kinkFix check_php_version for versions that contain a patch...
2002-11-07 kinkFix warnings in sqstripslashes when $array is empty
2002-10-29 kinkIntroduce a new function: check_php_version(4,1,2)...
2002-10-21 kinkYou must start a session to be able to destroy it.
2002-10-07 jmunroThis should fix the extra quoting when using magic_quot...
2002-10-06 jmunroSince changing to rg=0 we make extensive use of $_SESSI...
2002-10-06 stekkelmerge from stable: sqsession_destroy
2002-09-21 kinkStart some register_globals = off fixes:
2002-08-19 stekkelstart of using SM-stable methods for handling global...