avoid E_STRICT errors
[squirrelmail.git] / include /
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-10-01 pdontthinkEnabled user selection of address format when adding...
2007-10-01 pdontthinkMove getSig, which can produce error output, after...
2007-09-06 pdontthinkRemoved "Include CCs when Forwarding Messages", which...
2007-09-03 kinkBring defaults for the folder selection pref in line.
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-06-29 pdontthinkFix syntax error
2007-06-29 pdontthinkMake sq_change_text_domain() return previous text domain
2007-06-29 pdontthinkMake dir parameter optional for sq_bindtextdomain()
2007-06-08 kinkcolor has been dropped as a parameter from (plain_...
2007-05-17 kinkreplace preg_split without a regular expression with the
2007-05-07 pdontthinkUse constant instead of hard-coded string for plugin...
2007-04-01 pdontthinkShifting the location of bind_textdomain_codeset()...
2007-03-30 pdontthinkAdd sq_change_text_domain for plugins to use when switc...
2007-03-27 pdontthinkSkip .svn dir. Leaving CVS dir in case it is left...
2007-03-22 pdontthinkRemove $version, use SM_VERSION constant instead
2007-03-02 kinkPrevent including index.php for charset decoding/encodi...
2007-02-18 kinkAdd option to ask users for personal information on...
2007-02-18 kinkHTTP_SERVER_SERVER should be HTTP_SERVER_VARS, but...
2007-01-25 pdontthinkFix: When session auto-start not enabled, undefined...
2007-01-13 kinkincrement year in copyright notices
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-09 pdontthinkRemove HTML from SM option widget code; use forms.php...
2007-01-03 pdontthinkAlways add $base_uri to templates
2007-01-03 pdontthinkUse checkForJavascrip() instead of $javascript_on
2006-12-13 pdontthinkMove code that verifies template and theme settings...
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-17 stevetruckstuffFix default theme setting.
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 stevetruckstuffUse paths for user/template themes rather than u_ and...
2006-10-09 stevetruckstuffAdd support for fallback icon themes. Similar to fallb...
2006-10-09 stevetruckstuffPrepend SM_PATH to $icon_theme_path since it is no...
2006-10-09 stevetruckstuffMake sure icon variables are setup on the login page.
2006-10-09 stevetruckstuffRemoving check that is no longer needed.
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-05 stevetruckstuffComments
2006-10-04 tassiumMissing auth.php for redirect.php section was breaking...
2006-10-04 pdontthinkAdded comment only
2006-10-03 stevetruckstuffAdd support for tempalte-provided themes.
2006-10-02 stevetruckstuffMinor modifications to handle moving of icon themes...
2006-10-02 stevetruckstuffCorrect handling of default user themes.
2006-10-02 stevetruckstuffRemove unused function and correct handling of icon...
2006-10-02 stevetruckstuffMove management of user themes (SM_PATH/css/) to conf.pl.
2006-10-02 pdontthinkAdded note
2006-10-02 pdontthinkClear template file cache when changing template sets...
2006-10-02 pdontthinkminor correction
2006-10-02 pdontthinkCleanup and abstraction of how default template set...
2006-10-02 pdontthinkAbstract how we get default template; move template...
2006-09-30 stevetruckstuffAdd support for user-provided alternate stylesheets
2006-09-29 stevetruckstuffAdd tempalte config var for alternate stylesheets
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-09-08 pdontthinkUse constants for sqgetGlobalVar() typecasting
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-22 stevetruckstuffChanges on 18 August to functions.php were intended...
2006-08-18 stevetruckstuffMove always included vars to init.php because it is...
2006-08-17 stevetruckstuffFix incorrect template assignment.
2006-08-06 tokulfixed phpdoc tag
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-15 tokulremoving trailing ?> from function scripts
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-07-07 tokulprevent setting INBOX as Draft, Sent or Trash folder...
2006-06-15 jervforsString fix.
2006-06-12 tokul1. personal preferences don't need imap functions.
2006-06-04 tokuladding message copy buttons.
2006-05-29 tokuladding option that should control translation of specia...
2006-05-22 tokulinitialize template object here. logout_error() depends...
next