Use constant instead of hard-coded string for plugin incompatibility indicator
[squirrelmail.git] / include / init.php
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