pdontthink
|
aad5c82af1
Add radio button group widget type SMOPT_TYPE_STRLIST_RADIO
|
vor 17 Jahren |
pdontthink
|
853a20153b
Add yes_text and no_text option attributes that allow the overriding of the Yes/No text for boolean radio widgets
|
vor 17 Jahren |
pdontthink
|
6602a2a04a
Boolean option widgets now default to checkboxes
|
vor 17 Jahren |
pdontthink
|
87f7ad3fc0
Create specific boolean radio widget
|
vor 17 Jahren |
pdontthink
|
14610e4a3c
Add checkbox type of boolean option widget
|
vor 17 Jahren |
pdontthink
|
e482b190cf
Add convenience function; keep track of multi-value widget types in one place
|
vor 17 Jahren |
pdontthink
|
a721549ba5
Guarantee we have an array
|
vor 17 Jahren |
pdontthink
|
c6a088760f
Guarantee we have an array
|
vor 17 Jahren |
pdontthink
|
3e70629b7d
Avoid PHP errors when adding to empty list
|
vor 17 Jahren |
pdontthink
|
a86bb98740
Prevent PHP notices when possible values is not given
|
vor 17 Jahren |
pdontthink
|
b05c065f5e
Use a template for the edit list widget
|
vor 17 Jahren |
pdontthink
|
139cfdccb5
Add multiple select string list option widget
|
vor 17 Jahren |
pdontthink
|
cc12e65a24
Add 'edit list' type option widget
|
vor 17 Jahren |
pdontthink
|
42c9cad709
Don't presume output format
|
vor 17 Jahren |
pdontthink
|
d20a938e42
Also use $nbsp here as well
|
vor 17 Jahren |
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.
|
vor 17 Jahren |
pdontthink
|
ab90761dde
Add multiple select folder list option widget (SMOPT_TYPE_FLDRLIST_MULTI)
|
vor 17 Jahren |
Thijs Kinkhorst
|
b406007eb5
error out on nonexistant option type.
|
vor 18 Jahren |
Thijs Kinkhorst
|
11b10ba5d1
increment year in copyright notices
|
vor 18 Jahren |
pdontthink
|
bfd60b6729
Back out something that shouldn't be here (yet?) and leave behind a comment explaining that htmlencoded is currently ignored
|
vor 18 Jahren |
pdontthink
|
4fe3cc2423
Remove HTML from SM option widget code; use forms.php utilities, which in turn use templated output
|
vor 18 Jahren |
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.
|
vor 18 Jahren |
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?
|
vor 18 Jahren |
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...
|
vor 18 Jahren |
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.
|
vor 19 Jahren |
stevetruckstuff
|
a2628849a0
Resolve confusing var names for preferences.
|
vor 19 Jahren |
tokul
|
59ae6f3ac2
removing trailing ?> from function scripts
|
vor 19 Jahren |
jangliss
|
c49201169d
- Issue loading options page always loaded the prefs
|
vor 19 Jahren |
tokul
|
83fdb4c332
copyright update
|
vor 19 Jahren |
tokul
|
f408812178
adding IMAP folder type controls to folder option widget. Widget uses default
|
vor 20 Jahren |