Add a couple sensible defaults
[squirrelmail.git] / functions / options.php
2015-01-03 pdontthinkHappy 2015
2014-01-01 pdontthinkHappy 2014
2013-10-22 pdontthinkAdd associative edit list option widget with optional...
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-12-29 pdontthinkSanitize integer option fields - only digits allowed
2011-07-12 pdontthinkFix XSS holes in generic options inputs, XSS hole in...
2011-01-06 pdontthinkHappy New Year!
2010-01-25 pdontthinkUpdate copyrights to 2010
2009-09-29 jervforsThe copyright symbol isn't really needed since the...
2009-04-15 jervforsThere are too many modified files being committed witho...
2008-12-19 pdontthinkOops
2008-12-19 pdontthinkAdd password option widget
2008-12-19 pdontthinkAdd info option widget type
2008-10-30 pdontthinkMinor spacing fix
2008-10-07 pdontthinkAllow control over white space wrapping of auto-generat...
2008-08-26 pdontthinkMove options constants to constants include file
2008-06-26 pdontthinkAdd ability to turn off edit list delete checkbox
2008-06-11 pdontthinkLet edit list users turn off the 'add widget'; add...
2008-05-03 pdontthinkFuss with edit list sizing a touch
2008-05-02 pdontthinkInclude original configuration array in Option object...
2008-05-01 pdontthinkMinor JavaScript fix when multiple select-style edit...
2008-04-17 pdontthinkAdd prettier layout for edit lists, not that I am any...
2008-04-17 pdontthinkSince multiple select and checkbox widgets may not...
2008-04-17 pdontthinkMore sensible detection of empty widget submissions...
2008-03-14 pdontthinkFix issue not allowing save of boolean prefs that defau...
2008-03-06 pdontthinkAdd radio button group widget type SMOPT_TYPE_STRLIST_RADIO
2008-03-05 pdontthinkAdd yes_text and no_text option attributes that allow...
2008-03-05 pdontthinkBoolean option widgets now default to checkboxes
2008-03-05 pdontthinkCreate specific boolean radio widget
2008-03-05 pdontthinkAdd checkbox type of boolean option widget
2008-03-04 pdontthinkAdd convenience function; keep track of multi-value...
2008-02-28 pdontthinkGuarantee we have an array
2008-02-28 pdontthinkGuarantee we have an array
2008-02-27 pdontthinkAvoid PHP errors when adding to empty list
2008-02-26 pdontthinkPrevent PHP notices when possible values is not given
2008-02-26 pdontthinkUse a template for the edit list widget
2008-02-25 pdontthinkAdd multiple select string list option widget
2008-02-24 pdontthinkAdd 'edit list' type option widget
2008-02-24 pdontthinkDon't presume output format
2008-01-06 pdontthinkAlso use $nbsp here as well
2008-01-06 pdontthinkSerialize option types whose values are not scalar...
2008-01-02 pdontthinkAdd multiple select folder list option widget (SMOPT_TY...
2007-02-18 kinkerror out on nonexistant option type.
2007-01-13 kinkincrement year in copyright notices
2007-01-10 pdontthinkBack out something that shouldn't be here (yet?) and...
2007-01-09 pdontthinkRemove HTML from SM option widget code; use forms.php...
2007-01-07 pdontthinkStrip HTML out of forms.php. Need to run through rest...
2007-01-03 pdontthinkUse checkForJavascript() instead of $javascript_on...
2006-12-08 pdontthinkRemove embedded HTML for displaying submit buttons...
2006-08-22 stevetruckstuffChanges on 18 August to functions.php were intended...
2006-08-18 stevetruckstuffResolve confusing var names for preferences.
2006-07-15 tokulremoving trailing ?> from function scripts
2006-03-08 jangliss - Issue loading options page always loaded the prefs
2006-01-23 tokulcopyright update
2005-10-31 tokuladding IMAP folder type controls to folder option widge...
2005-09-18 jervforsphpDocumentor updates
2005-06-04 jervforsString and phpDocumentor fix
2005-05-29 tokulinclude_once instead of require_once.
2004-12-29 jervforsChanging squirrelmail/Squirrelmail to SquirrelMail...
2004-12-27 kinkIncrement year in copyright notice.
2004-11-12 jervforsXHTML fixes
2004-11-03 tokuldocumenting options class
2004-10-31 cigamitRemove unused globals
2004-10-28 cigamitMissing global, $color was not defined
2004-10-09 tokuladding htmlencoded option to SquirrelOption. allows...
2004-08-24 jervforsMinor cleanups
2004-08-15 jervforsXHTML fixes
2004-07-30 pdontthinkCustom option page values now repopulate correctly...
2004-07-25 pdontthinkAdded 'trailing text' for options that SM builds, which...
2004-07-25 pdontthinkOops, text inputs never had a type attribute!
2004-07-04 kinkFix output sanitatizing for options and xhtml-fixes.
2004-05-21 jervforsPhpdocumentor update - sed is your friend for these...
2004-04-28 avel1. Use XHTML-Compatible attributes for selected and...
2004-03-23 tokuldoc/plugin.txt says that 'refresh' is optional. Making...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2003-11-21 pdontthinkhtml fix
2003-10-29 tassiumphpdocumentor preparation and a few corrections to...
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-07-06 pdontthinkAdded initial_value and post_script options for widgets
2003-07-05 pdontthinkBring my last changes into synch with code conventions...
2003-07-05 pdontthinkscript needs to be added inside the widgets
2003-03-25 janglissStill getting complaints about this outputting plain...
2003-03-11 pdontthinkTurned off validation scripts for widgets when javascri...
2003-03-11 janglissPulling out JS in options setup. Paul, did you want...
2003-03-04 pdontthinkAdded javascript validation to integer and float widgets.
2003-01-04 ebullientuse new function to get POST variables
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-10-29 kinkUse the new check_php_version function everywhere
2002-10-24 sizzlingmercuryFolder Selection changes integrated from sizzle-ui...
2002-09-21 kinkMore rg=0
2002-08-23 stekkelfix for undefined textarea
2002-08-21 thomppjLots of small user interface fixes. Added user option...
2002-06-27 philippe_mingor2l by Yoav
2002-06-26 philippe_mingobugfix
2002-06-26 philippe_mingor2l
2002-03-02 simondClear out tabs for proper spaces
2002-02-02 philippe_mingoThe 2000000 bugfix
2002-01-23 kinkReplaced hard-coded colors with theme colors.
next