pdontthink
|
6cd24c0552
Happy 2017
|
8 years ago |
pdontthink
|
877fd1b711
Add PHP5-style constructor
|
8 years ago |
pdontthink
|
2934017d92
Happy New Year
|
9 years ago |
pdontthink
|
3b465a0d0f
Happy 2015
|
10 years ago |
pdontthink
|
581dc23061
Happy 2014
|
11 years ago |
pdontthink
|
5c5e74e227
Add associative edit list option widget with optional folder list selector for values; Minor fixes for non-associative edit list widget
|
11 years ago |
Fredrik Jervfors
|
c076a1f1ae
Update copyright
|
12 years ago |
Thijs Kinkhorst
|
efd75f4867
Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
|
12 years ago |
pdontthink
|
acc409fb2a
Updating copyrights. Happy New Year.
|
13 years ago |
pdontthink
|
3f6714e22b
Sanitize integer option fields - only digits allowed
|
13 years ago |
pdontthink
|
e61d33ae49
Fix XSS holes in generic options inputs, XSS hole in the SquirrelSpell plugin, and added anti-CSRF protection to the empty trash feature (thanks to Nicholas Carlini for finding all these issues) [CVE-2010-4555]
|
14 years ago |
pdontthink
|
fc57bf2b59
Happy New Year!
|
14 years ago |
pdontthink
|
7aa0e60863
Update copyrights to 2010
|
15 years ago |
Fredrik Jervfors
|
134d462c94
The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation.
|
16 years ago |
Fredrik Jervfors
|
0a6245814a
There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style.
|
16 years ago |
pdontthink
|
33cfdfb28b
Oops
|
16 years ago |
pdontthink
|
6de4d8ae69
Add password option widget
|
16 years ago |
pdontthink
|
7e1056287d
Add info option widget type
|
16 years ago |
pdontthink
|
4a76899c55
Minor spacing fix
|
17 years ago |
pdontthink
|
60ff13d11e
Allow control over white space wrapping of auto-generated SquirrelMail option widgets
|
17 years ago |
pdontthink
|
71d7e677ed
Move options constants to constants include file
|
17 years ago |
pdontthink
|
4005ca5222
Add ability to turn off edit list delete checkbox
|
17 years ago |
pdontthink
|
c60fed307d
Let edit list users turn off the 'add widget'; add submit option type
|
17 years ago |
pdontthink
|
e2e74c4a6c
Fuss with edit list sizing a touch
|
17 years ago |
pdontthink
|
19d38ed61f
Include original configuration array in Option object; allows custom save handlers to add their own parameters and access them at save time
|
17 years ago |
pdontthink
|
8af69c0e4c
Minor JavaScript fix when multiple select-style edit lists appear on the same page
|
17 years ago |
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
|
17 years ago |
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
|
17 years ago |
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
|
17 years ago |
pdontthink
|
a0d3b8062d
Fix issue not allowing save of boolean prefs that default to SMPREF_ON
|
17 years ago |