Commit graph

434 commits

Author SHA1 Message Date
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08:00
pdontthink
93b68f79c4
Expand clickability of column sort links 2021-11-21 08:53:34 -08:00
pdontthink
2e69989631
Allow plugins to add non-link text for attachments 2021-04-11 22:26:49 -07:00
pdontthink
d834041532
Make sure large images fit in viewable space 2021-03-28 17:50:47 -07:00
pdontthink
ccf0957355
Fixing layout issues with some HTML messages. Please provide feedback (and examples to reproduce) if this causes issues 2021-03-19 07:22:41 -07:00
pdontthink
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
pdontthink
8e48a0bb7b
Remove use of each() as it is deprecated 2021-01-16 02:08:19 -08:00
pdontthink
dc69181ec7 Fix what I think was a misunderstanding of what the extra attribute was supposed to be for the anchor links for attachment actions 2020-11-03 12:51:14 -08:00
pdontthink
1dd515365c
Uploaded file sizes seem to be reported differently by PHP filesize(); changing divisor from 1024 to 1000 in this case. You can set in config/config_local.php to 1024 if this breaks things for you. Feedback appreciated for this one. 2020-05-23 16:40:52 -07:00
pdontthink
fc283980d0
Happy New Year 2020-01-07 00:12:38 -08:00
pdontthink
5b7869a570
Some browsers were not putting cursor at beginning of message body after focus 2019-05-27 18:06:39 -07:00
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08:00
pdontthink
aebf35c512 Allow more advanced element focusing 2018-04-19 20:43:35 +00:00
pdontthink
23cd61b628 Happy New Year 2018-01-16 23:44:07 +00:00
pdontthink
abdd917423 Minor change 2017-10-02 02:20:48 +00:00
pdontthink
3ca19d7160 Add trailing text display to edit list widget types 2017-09-13 01:42:34 +00:00
pdontthink
fbcd681d2b Add title to folder names 2017-08-07 09:25:27 +00:00
pdontthink
90a323d6c8 Allow options to use HTML in trailing text 2017-07-25 22:25:39 +00:00
pdontthink
27b185fda1 Add newline after <textarea> because it is always removed by the browser per spec: https://www.w3.org/TR/html401/appendix/notes.html#notes-line-breaks 2017-07-06 02:36:51 +00:00
pdontthink
586d422bd8 Better white space and wrapping 2017-06-12 07:54:06 +00:00
pdontthink
ed796ef790 Better white space and wrapping 2017-06-12 07:49:33 +00:00
pdontthink
6cd24c0552 Happy 2017 2017-01-27 20:34:08 +00:00
pdontthink
2934017d92 Happy New Year 2016-01-01 20:59:53 +00:00
pdontthink
3b465a0d0f Happy 2015 2015-01-03 04:09:49 +00:00
pdontthink
ae627e4cd1 Add hook in 1.5.2 for attachments_top as with 1.4.23 2014-03-18 03:16:52 +00:00
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
pdontthink
f5e70a9086 Add full date and time as "title" (mouseover) text for dates shown on the message list screen 2013-11-06 16:47:55 +00:00
pdontthink
5c5e74e227 Add associative edit list option widget with optional folder list selector for values; Minor fixes for non-associative edit list widget 2013-10-22 15:49:26 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
pdontthink
5a57c5fbed Improve usability of attachment checkboxes 2013-06-14 23:04:58 +00:00
Fredrik Jervfors
703f538bea Resetting $Id$
Subversion expands the $Id$ keyword anchor to a string, but some files
in this repository have strings instead of keyword anchors.
2013-03-29 11:35:02 +00:00
Thijs Kinkhorst
efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

Patch by Paul Lesniewski.

See #3491925
2012-12-09 12:06:30 +00:00
pdontthink
21beca61f8 Add more flexibility for plugins 2012-08-04 23:00:43 +00:00
pdontthink
33ebad3f5c Fall back to using LIST if NAMESPACE answer is malformed or otherwise problematic. This still doesn't account for situations where the NAMESPACE or LIST answer can't be parsed correctly. 2012-04-01 19:50:49 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
5ea1e4b511 Allow addition of extra attributes to user/pwd inputs 2011-12-15 15:08:06 +00:00
pdontthink
19eb6d81e6 Temporarily sanitize output in wrong place 2011-09-11 12:26:58 +00:00
pdontthink
b50270bb6a Fixed untranslated string 2011-09-11 01:08:13 +00:00
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] 2011-07-12 04:45:49 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863 Update copyrights to 2010 2010-01-25 03:23:30 +00:00
pdontthink
fe6059547e Synch message list table width with css/default.css since the lack of a width here seems to break some layouts/browsers/configurations 2009-11-19 20:09:06 +00:00
Fredrik Jervfors
0949a2e2c8 Turning som FIXMEs into one-liners. 2009-10-28 12:01:57 +00:00
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. 2009-09-29 12:15:33 +00:00
pdontthink
064548fa03 Fix PHP notice - $use_js was removed from the core in revision 13713 2009-09-12 20:49:22 +00:00
pdontthink
b28d767437 Implemented security token system. (Secunia Advisory SA34627) 2009-08-12 08:28:38 +00:00
Thijs Kinkhorst
e6f959fbd1 add more labling for options pages 2009-05-24 10:00:10 +00:00