Add PHP5-style constructor
[squirrelmail.git] / functions / global.php
2016-04-06 pdontthinkPer comments in the commit - setting the session cookie...
2016-01-01 pdontthinkHappy New Year
2015-01-03 pdontthinkHappy 2015
2014-01-01 pdontthinkHappy 2014
2013-07-26 jervforsUpdate copyright
2012-12-09 kinkReplace calls to htmlspecialchars() with sm_encode_html...
2012-01-02 pdontthinkUpdating copyrights. Happy New Year.
2011-01-06 pdontthinkHappy New Year!
2010-01-25 pdontthinkUpdate copyrights to 2010
2010-01-24 pdontthinkSlight rewrite of php_self()
2010-01-21 pdontthinkMake php_self() more robust. Seems to fix certain...
2009-11-01 pdontthinkNULL not accepted as a replacement for empty arrays...
2009-09-29 jervforsAdding and improving comments.
2009-09-29 jervforsThe copyright symbol isn't really needed since the...
2009-05-20 pdontthinkAdd FIXME
2009-05-11 pdontthinkAlways generate $base_uri for every page request as...
2009-05-08 pdontthinkStop using session_unregister()
2009-04-15 jervforsThere are too many modified files being committed witho...
2009-01-23 pdontthinkAdd typecast type for bigint
2008-12-05 pdontthinkSync with 1.4.x wherein REQUEST_URI isn't always trusta...
2008-12-04 pdontthinkPut info about the user/group of the web server in...
2008-11-26 pdontthinkFix HTTPS detection under Windows IIS (#2318118)
2008-11-20 pdontthinkAdd a functions file for file utility functions (say...
2008-11-20 pdontthinkForgot @since info for sqsetcookie
2008-09-26 pdontthinkRemove obsolete comments
2008-09-26 pdontthinkMake more readable; expose header replace parameter...
2008-09-24 pdontthinkUse sqsetcookie(), not setcookie()
2008-08-21 kinkrework seed generation: this is something that really...
2008-08-21 kinkuse our existing random seeder function
2008-01-13 pdontthinkAdded "Secured Configuration" mode
2008-01-06 pdontthinksqsetcookie is called every time sqsession_is_active...
2007-11-28 janglissAdded code to stop PHP using 'deleted' as a value for...
2007-11-27 pdontthinkAdding debug mode to core. Please run the configuratio...
2007-11-13 pdontthinkAdding new function that allows us to stop using the...
2007-07-19 pdontthinkWas a nice idea, but not all that useful and some proce...
2007-07-01 pdontthinkTypos in sqsetcookie. This might explain a few things...
2007-06-24 pdontthinkFew tweaks to list_files() and add new sq_popen() and...
2007-03-29 pdontthinkHandle change of behavior with session ID being left...
2007-03-26 pdontthinkRevert last change, which caused nasty sesion ID errors...
2007-03-26 pdontthinkUsing the string 'deleted' in expired cookies can have...
2007-03-12 jervforsGoing XHTML.
2007-02-23 kinkdrop call to session_register, this is redundant in...
2007-01-25 pdontthinkAllow admin to disable secure-only cookie transmission
2007-01-13 kinkincrement year in copyright notices
2007-01-13 stekkelStop warning about invalid session_id
2007-01-13 stekkelHttpOnly cookies support. I hope this does not break...
2007-01-05 pdontthinkIncrease max limit for sqGetGlobalVarMultiple search...
2007-01-03 pdontthinkClarify docs
2007-01-03 pdontthinkFixed broken GO button in compact paginator (when javas...
2006-10-02 pdontthinklist_files can handle dirs now, etc
2006-09-30 stevetruckstufflist_files does not work correctly if not extension...
2006-09-29 stevetruckstuffAdditional safety check
2006-09-28 pdontthinkMoving sm_print_r back to globals.php; tired of it...
2006-09-22 pdontthinkMove sqm_array_merge to arrays.php and subsequently...
2006-09-22 pdontthinkForgot since tag
2006-09-22 pdontthinkNew 'nice' array_merge function that doesn't overwrite...
2006-09-19 pdontthinkDefault was overriding legitimate values in sqgetGlobal...
2006-09-18 tokulSuppress SID constant notices in older PHP versions.
2006-09-08 pdontthinkUse constants for sqgetGlobalVar() typecasting
2006-07-15 tokulremoving trailing ?> from function scripts
2006-04-13 tokulinformation about IE Mac
2006-04-06 stekkelThe header function of PHP sucks hard.
2006-04-05 stekkelCentralized init
2006-01-28 stekkelMerge of template patch from Steve Brown
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
next