提交歷史

作者 SHA1 備註 提交日期
  pdontthink aad5c82af1 Add radio button group widget type SMOPT_TYPE_STRLIST_RADIO 17 年之前
  pdontthink 853a20153b Add yes_text and no_text option attributes that allow the overriding of the Yes/No text for boolean radio widgets 17 年之前
  pdontthink 6602a2a04a Boolean option widgets now default to checkboxes 17 年之前
  pdontthink 87f7ad3fc0 Create specific boolean radio widget 17 年之前
  pdontthink 14610e4a3c Add checkbox type of boolean option widget 17 年之前
  pdontthink e482b190cf Add convenience function; keep track of multi-value widget types in one place 17 年之前
  pdontthink a721549ba5 Guarantee we have an array 17 年之前
  pdontthink c6a088760f Guarantee we have an array 17 年之前
  pdontthink 3e70629b7d Avoid PHP errors when adding to empty list 17 年之前
  pdontthink a86bb98740 Prevent PHP notices when possible values is not given 17 年之前
  pdontthink b05c065f5e Use a template for the edit list widget 17 年之前
  pdontthink 139cfdccb5 Add multiple select string list option widget 17 年之前
  pdontthink cc12e65a24 Add 'edit list' type option widget 17 年之前
  pdontthink 42c9cad709 Don't presume output format 17 年之前
  pdontthink d20a938e42 Also use $nbsp here as well 17 年之前
  pdontthink 77166d8c0c Serialize option types whose values are not scalar. At first, I strongly considered simply serializing ALL prefs when they are written to the pref backend, because that method automates prefs better and the user (developer) needn't concern themselves with the details thereof (with this solution, they have to know to unserialize certain prefs after calling getPref()). I changed my mind, though, primarily because calling unserialize() for every pref that is loaded and serialize() for every pref that is stored seems like unnecessary overhead, and serializing prefs now might unstabilize what seems to be a fairly stable pref storage system to date. Secondarily, I didn't want to screw everybody's pref files up. The other bonus is that this can be backported to STABLE (which I just might do). Again, this solution does mean that developers do have to manually unserialize any non-scalar pref settings. 17 年之前
  pdontthink ab90761dde Add multiple select folder list option widget (SMOPT_TYPE_FLDRLIST_MULTI) 17 年之前
  Thijs Kinkhorst b406007eb5 error out on nonexistant option type. 18 年之前
  Thijs Kinkhorst 11b10ba5d1 increment year in copyright notices 18 年之前
  pdontthink bfd60b6729 Back out something that shouldn't be here (yet?) and leave behind a comment explaining that htmlencoded is currently ignored 18 年之前
  pdontthink 4fe3cc2423 Remove HTML from SM option widget code; use forms.php utilities, which in turn use templated output 18 年之前
  pdontthink 7eda84f610 Strip HTML out of forms.php. Need to run through rest of core and use these functions such as in all the options pages instead of the embedded HTML there. Note the FIXME comments in forms.php -- I will post something on the DEVEL list in a while with a proposed patch. 18 年之前
  pdontthink 3174ac0e31 Use checkForJavascript() instead of $javascript_on. Except I did not change mailbox_display.php because $javascript_on comes from $aProps, not sure if it could be changed - Marc? 18 年之前
  pdontthink d2af0c9653 Remove embedded HTML for displaying submit buttons on option pages, also display more than one submit button so you need not scroll to the bottom to change options right at the top of a page. Doesn't look so good on the Personal Information page, so if anyone has any bright ideas on how to fine-tune this... 18 年之前
  stevetruckstuff 22330d9cc0 Changes on 18 August to functions.php were intended to correct issue with the $icon_theme preference not being grabbed correctly. Unfortunately, it has come to light that this change has broken several other preferences. This patch undoes the changes from 18 August and changes the handling of the $icon_theme pref so that it is handled correctly. 19 年之前
  stevetruckstuff a2628849a0 Resolve confusing var names for preferences. 19 年之前
  tokul 59ae6f3ac2 removing trailing ?> from function scripts 19 年之前
  jangliss c49201169d - Issue loading options page always loaded the prefs 19 年之前
  tokul 83fdb4c332 copyright update 19 年之前
  tokul f408812178 adding IMAP folder type controls to folder option widget. Widget uses default 20 年之前