Commit graph

2842 commits

Author SHA1 Message Date
pdontthink
d27435974b Allow plugins to add or modify page headers 2008-05-06 21:11:15 +00:00
Thijs Kinkhorst
c582eb3d3a Allow database based preferences to read in default settings from the
default_pref file next to hardcoding them into the DB class, thanks
Thierry Godefroy.
2008-05-06 14:58:49 +00:00
pdontthink
e2e74c4a6c Fuss with edit list sizing a touch 2008-05-03 22:38:59 +00:00
pdontthink
19d38ed61f Include original configuration array in Option object; allows custom save handlers to add their own parameters and access them at save time 2008-05-02 21:28:59 +00:00
pdontthink
8af69c0e4c Minor JavaScript fix when multiple select-style edit lists appear on the same page 2008-05-01 18:57:24 +00:00
pdontthink
9eaccecc8b Add prettier layout for edit lists, not that I am any kind of graphic designer. Preserve old layout method and allow switching by user control with new layout_type option attribute 2008-04-17 23:30:34 +00:00
pdontthink
94a08b0471 Since multiple select and checkbox widgets may not appear in the post, make sure empty values are pushed into the object's new value slot when saving 2008-04-17 20:54:32 +00:00
pdontthink
dec6e1f1fa More sensible detection of empty widget submissions. Still does not address the fact that select lists and checkboxes may not appear in the POST at all when they are empty in the HTML form 2008-04-17 20:03:36 +00:00
pdontthink
cd7a2534e9 Simplify includes 2008-04-12 03:58:30 +00:00
pdontthink
5348e464a7 More readable spacing 2008-04-07 16:21:37 +00:00
pdontthink
f9f2c44bbe Per last commit, fix other places using msg message file extension - change to eml 2008-04-07 16:20:11 +00:00
pdontthink
02aa632473 Do not trust case of get_class() return string 2008-03-14 09:37:27 +00:00
pdontthink
a0d3b8062d Fix issue not allowing save of boolean prefs that default to SMPREF_ON 2008-03-14 09:27:32 +00:00
pdontthink
579cacd28b Add new 'Custom Date Format' option for message list date format 2008-03-14 08:43:30 +00:00
Fredrik Jervfors
0f7c90ebd7 Merging FIXME into one row.
Fixing typos.
2008-03-14 08:01:20 +00:00
pdontthink
8b3fbe1157 Remove use of in function copied from STABLE; change 'FIX ME' to 'FIXME' 2008-03-14 07:49:13 +00:00
pdontthink
375ec0fde7 One more. I wasn't done. 2008-03-11 05:52:20 +00:00
pdontthink
8b5f53a455 Includes for being called from plugins, etc 2008-03-11 05:46:47 +00:00
pdontthink
9d4c58cb21 Allow plugins to require CORE plugins 2008-03-11 04:13:34 +00:00
Fredrik Jervfors
2c88b013a0 Updating use of sqgetGlobalVar. 2008-03-08 10:59:22 +00:00
Fredrik Jervfors
f5d40976f3 Updating my previous comments. 2008-03-08 10:53:42 +00:00
Fredrik Jervfors
4038839abf Viewing unsafe images is a core functionality, so I remove these comments. 2008-03-06 03:50:56 +00:00
pdontthink
aad5c82af1 Add radio button group widget type SMOPT_TYPE_STRLIST_RADIO 2008-03-06 01:39:52 +00:00
pdontthink
853a20153b Add yes_text and no_text option attributes that allow the overriding of the Yes/No text for boolean radio widgets 2008-03-05 22:07:09 +00:00
pdontthink
6602a2a04a Boolean option widgets now default to checkboxes 2008-03-05 21:44:14 +00:00
pdontthink
87f7ad3fc0 Create specific boolean radio widget 2008-03-05 20:45:31 +00:00
pdontthink
14610e4a3c Add checkbox type of boolean option widget 2008-03-05 09:42:00 +00:00
pdontthink
e482b190cf Add convenience function; keep track of multi-value widget types in one place 2008-03-04 08:44:14 +00:00
Fredrik Jervfors
0c2da19718 Adding comments. 2008-03-01 06:56:10 +00:00
pdontthink
0b3fd3ca79 Add sq_send_mail() 2008-02-29 22:42:51 +00:00
pdontthink
a721549ba5 Guarantee we have an array 2008-02-28 06:35:00 +00:00
pdontthink
c6a088760f Guarantee we have an array 2008-02-28 05:29:18 +00:00
pdontthink
3e70629b7d Avoid PHP errors when adding to empty list 2008-02-27 17:15:02 +00:00
pdontthink
a86bb98740 Prevent PHP notices when possible values is not given 2008-02-26 19:54:15 +00:00
pdontthink
b05c065f5e Use a template for the edit list widget 2008-02-26 02:28:38 +00:00
pdontthink
139cfdccb5 Add multiple select string list option widget 2008-02-25 23:50:23 +00:00
pdontthink
cc12e65a24 Add 'edit list' type option widget 2008-02-24 22:35:08 +00:00
pdontthink
42c9cad709 Don't presume output format 2008-02-24 18:13:05 +00:00
pdontthink
5ff8c7b443 Fixed broken default link for plain text attachments 2008-02-15 10:18:12 +00:00
pdontthink
cd57643ef8 Correct since tag 2008-02-12 18:17:33 +00:00
Thijs Kinkhorst
b57f700812 reset token when another < is detected, to ensure that HTML tags between
style tags do not break finding the end tag.
2008-02-10 16:38:47 +00:00
Thijs Kinkhorst
5e85598e72 fix duplicate htmlspecialchars of $sTmp; this comes straight from
decodeHeader that already applies htmlspecialchars to the string.
2008-02-10 15:45:01 +00:00
Thijs Kinkhorst
4ae497a21c add space to improve display 2008-02-10 15:44:09 +00:00
Thijs Kinkhorst
086605a234 fix spelling of variable name which made its meaning confusing 2008-02-10 15:41:20 +00:00
Fredrik Jervfors
99264da765 Reinserting support for the "iframe_height" option. This might be done in a better way - if so, please do it. 2008-02-07 11:29:57 +00:00
pdontthink
e5ae234c15 X-Priority Low is 5, not 3. Thanks Thierry Godefroy. 2008-02-05 04:22:42 +00:00
pdontthink
5fb55532e2 Fix undefined field problem 2008-01-30 07:37:17 +00:00
pdontthink
be6b315958 Fix incorrect case of sort fields; strip repetative RE: type subject prefixes; strip FWD: subject prefixes; do not html-encode sort fields 2008-01-30 07:33:30 +00:00
pdontthink
d36dcbdbe6 Don't let more general attachment plugins override changes made by specific ones; also judge by changes to the defaultlink in addition to added links. Thanks to Thierry Godefroy. 2008-01-29 23:36:14 +00:00
pdontthink
5ac0e59d06 Make sure plugins have the last say for all attachment types, even ones SM supports internally. Thanks to Thierry Godefroy 2008-01-29 23:23:59 +00:00