Port Thijs fix (rev.13790) to DEVEL: no words must be an empty array, not a string...
[squirrelmail.git] / include / init.php
2009-05-11 pdontthinkFixed improper sanitizing of PHP_SELF and the lack...
2008-11-26 pdontthinkFix HTTPS detection under Windows IIS (#2318118)
2008-11-20 pdontthinkThe random number seed generator was creating float...
2008-11-20 pdontthinkAdd a functions file for file utility functions (say...
2008-11-20 pdontthinkAdd global variable indicating server OS
2008-09-24 pdontthinkAdd native output buffering capability.
2008-09-23 pdontthinkFix session autostart code - session_name() return...
2008-09-19 pdontthinkRemoving irrelevant comments
2008-09-10 pdontthinkRPC requests should use their own template sets with...
2008-09-10 pdontthinkAllow template sets to define what the content-type...
2008-08-21 kinkrework seed generation: this is something that really...
2008-07-03 pdontthinkFix prefs_backend hook and remove config_override hook...
2008-03-03 kinkget_magic_quotes_* functions deprecated in PHP 5.3...
2008-01-06 pdontthinkA few output elements are used often, so just retrieve...
2008-01-04 pdontthinkComment and linguistic fixes
2007-11-27 pdontthinkAdding debug mode to core. Please run the configuratio...
2007-11-27 pdontthinkFixed mailto: again. Should work with all the cc,...
2007-11-02 pdontthinkAllow custom session handlers to work correctly (and...
2007-11-01 pdontthinkAdd note that config_override should probably be remove...
2007-11-01 pdontthinkAdd note about erroneous hook placement - PLEASE read...
2007-08-31 pdontthinkMinor wording and spacing fixes
2007-08-29 pdontthinkMake sure to use correct template set after login
2007-08-28 pdontthinkMake session restore work in compose_in_new. Cannot...
2007-08-28 pdontthinkFinally fix up session restore functionality. Move...
2007-08-28 pdontthinkFix mixup of session restore location
2007-08-28 pdontthinkNo longer store all message composition sessions in...
2007-08-26 pdontthinkMove inclusion of strings.php much higher in init proce...
2007-08-24 pdontthinkMove prefs init above plugin stuff, make life easier...
2007-08-24 pdontthinkLoad prefs for all page loads, no matter if user is...
2007-07-17 pdontthinkAvoid calling javascript check fxn if user is not logged in
2007-07-14 kinkuse PAGE_NAME to switch on which page we are, rather...
2007-07-14 kinkon second thought, revise r12527 to use one, generic...
2007-07-14 kinkFix test for signout.php in the logged in check in...
2007-05-17 kinkreplace preg_split without a regular expression with the
2007-03-22 pdontthinkRemove $version, use SM_VERSION constant instead
2007-01-25 pdontthinkFix: When session auto-start not enabled, undefined...
2007-01-13 kinkreplace CVS with SVN
2007-01-13 stekkelSetting the SQSESSID cookie with path "/" to deleted...
2007-01-13 stekkelRemove sqsetcookieflush call
2007-01-03 pdontthinkAlways add $base_uri to templates
2007-01-03 pdontthinkUse checkForJavascrip() instead of $javascript_on
2006-12-10 pdontthinkMassive update to plugin system architecture. Please...
2006-11-16 pdontthinkAdding plugins on/off switch, which disables plugins...
2006-11-04 pdontthinkSignout.php needed the error class to be loaded earlier.
2006-10-14 pdontthinkReorg placement of plugin loading and add config_overri...
2006-10-13 pdontthinkrequire instead of include_once
2006-10-13 pdontthinkNew static plugin hook registration has now been implem...
2006-10-10 avelMake authz available globally, if it exists.
2006-10-09 stevetruckstuffMake sure icon variables are setup on the login page.
2006-10-09 pdontthinkNeed to instantiate template object earlier so user...
2006-10-05 stevetruckstuffAdd javascript_on to the list of variables that are...
2006-10-04 tassiumMissing auth.php for redirect.php section was breaking...
2006-10-02 pdontthinkAbstract how we get default template; move template...
2006-09-29 stevetruckstuffTemplate object is referenced in load_prefs.php if...
2006-09-28 pdontthinkOops, don't want multilogin plugin patch in here
2006-09-28 pdontthinkMisc templating changes. Note that the global template...
2006-09-22 pdontthinkMove sqm_array_merge to arrays.php and subsequently...
2006-09-19 pdontthinkDon't load prefs for serving stylesheets; instead grab...
2006-09-18 pdontthinkStylesheets provided with templates won't load unless...
2006-08-31 tokulhook must be moved because include/constants.php is
2006-08-24 stevetruckstuffMake sure $icon_theme_path is set correctly when users...
2006-08-18 stevetruckstuffMove always included vars to init.php because it is...
2006-08-17 stevetruckstuffFix incorrect template assignment.
2006-08-02 tokulloading default configuration before config.php in...
2006-07-26 tokulcode could be triggered to unset variables that are...
2006-07-24 tokul#1527493 typo in elseif.
2006-07-11 kinkmove the 'fallback theme colors' to init.php. It makes...
2006-07-09 tokulturn on session cookies, if they are turned off.
2006-05-22 tokulinitialize template object here. logout_error() depends...
2006-05-13 tokulresubmitting last Monday updates and adding php 5.1...
2006-04-24 tokulsession vars can unset configuration and runtime variab...
2006-04-24 stekkelThnx tomas and shame on me.
2006-04-12 tokulload hashing functions in all setups
2006-04-06 tokulfixed register_globals test. if configuration set with...
2006-04-06 stekkelMore cookie stuff. Clean up old cookies so they do...
2006-04-06 stekkelHandle session.auto_start case and move down squirrelma...
2006-04-05 stekkelthe register globals check was deleting $base_uri from...
2006-04-05 stekkelCentralized init