Commit Graph

2703 Commits

Author SHA1 Message Date
alecpl
b8d4febf6c - googiespell layer resizing + small css improvements
- better googiespell suggestions popup positioning
2010-06-30 11:17:51 +00:00
alecpl
9ed374bbe1 - fix for empty suggestions result 2010-06-30 10:14:41 +00:00
alecpl
4eb8493b40 - Fix body in message_sent hook when delay_file_io=true (#1486824) 2010-06-30 10:00:06 +00:00
alecpl
3e58bf2062 - Fix handling of messages with Content-Type: application/* and no filename (#1484050) 2010-06-30 09:44:33 +00:00
alecpl
761894e65b - Show attachment icon on the list also for messages with Content-Type: application/* 2010-06-30 09:13:45 +00:00
alecpl
3940ba65be - Resize editor after switching to html mode
- create toggle-editor command in app.js, to make possible binding to this command
- Code cleanup in rcmail_ui (moved compose-related functions into rcmail_ui)
2010-06-30 08:40:39 +00:00
alecpl
edfe91737e - Improved command() to call simple command functions directly 2010-06-30 07:37:48 +00:00
alecpl
98570f6e27 - added 'messageoptions' label 2010-06-30 06:35:38 +00:00
alecpl
087c7dc5d2 - Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px
2010-06-29 19:27:26 +00:00
alecpl
02cc63c515 - nl_NL fix (#1486822) 2010-06-29 13:25:27 +00:00
alecpl
bdb13a51f7 - Fix RC forgets search results (#1483883) 2010-06-28 17:36:26 +00:00
alecpl
60527660ee - Update TinyMCE translations 2010-06-24 13:55:14 +00:00
alecpl
f4f6291ec1 - Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE 2010-06-24 13:27:43 +00:00
alecpl
2011bef155 - TinyMCE 3.3.7 2010-06-24 13:22:08 +00:00
alecpl
f821fecac8 - Hide disabled fieldsets in messages list menu 2010-06-23 12:50:57 +00:00
alecpl
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
5c024015f0 - Fix quota indicator position on Opera 10.10 2010-06-23 08:02:37 +00:00
alecpl
be6f3a9d28 - Improve parsing of styled empty tags in HTML messages (#1486812) 2010-06-23 06:57:45 +00:00
alecpl
5a74dc8ade - Fix regular expression for HTML entities 2010-06-22 18:58:47 +00:00
alecpl
8dfe51ef4e - Extended rcube_user::get_username (#1486707) 2010-06-20 10:36:31 +00:00
alecpl
f767654478 - Add %dc variable support in base_dn/bind_dn config (#1486779) 2010-06-20 09:27:32 +00:00
alecpl
d7a5dfa26a - Fix dot-atom expression in e-mail validation regexp (#1486808) 2010-06-19 18:04:48 +00:00
alecpl
a2e81736a9 - Move quota indicator to mailboxlist footer
- Fix groupcontrols on IE6 (use gif)
2010-06-19 17:46:11 +00:00
yllar
e7ed903a2b translations update 2010-06-19 12:46:51 +00:00
alecpl
61248fd1ce - Don't call keep-alive on print page 2010-06-18 20:44:27 +00:00
alecpl
176c76c431 - unset env.messages on mailbox change to save some browser's memory 2010-06-18 18:30:35 +00:00
alecpl
56f41af7a5 - Extend rcmail.env.messages with 'flags' object for plugin's flags (#1486266) 2010-06-18 17:17:01 +00:00
thomascube
7dff2fe2da Use existing label for preview pane which is more descriptive 2010-06-18 12:03:32 +00:00
thomascube
8e5ed7be9e Strip comments in css string + don't set font color to tags 2010-06-18 11:50:19 +00:00
alecpl
8958d01311 - Fix: when From field is a first object in compose template form's hidden fields aren't added to the output 2010-06-18 06:50:55 +00:00
alecpl
ce06d32dd8 - UI unification
- Added button to hide/unhide the preview pane (#1484215)
2010-06-17 19:08:00 +00:00
alecpl
37e467d55c - Fix no-cache headers on https to prevent content caching by proxies (#1486798) 2010-06-17 08:01:20 +00:00
alecpl
306f15db84 - Fix base64 regexp (#1486800) 2010-06-16 06:29:47 +00:00
alecpl
330a10b952 - remove debug code 2010-06-15 10:15:41 +00:00
alecpl
f19d86b96d - Fix attachment filenames broken with TNEF decoder using long filenames (#1486795)
- Use tnef_decoder class from Horde
2010-06-15 06:53:28 +00:00
alecpl
984e3db930 - fix fr_RF translation (#1486789) 2010-06-13 18:01:50 +00:00
alecpl
2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 2010-06-13 10:15:25 +00:00
alecpl
0133e6b7aa - fix in el_GR translation (#1486788) 2010-06-13 09:06:04 +00:00
alecpl
5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 2010-06-11 13:57:02 +00:00
alecpl
93e3ae1385 - Remove BOM (#1486785) 2010-06-10 11:22:40 +00:00
vbenincasa
d0b981757a - Sanitize CSS universal selector from e-mails. Without this fix any message can play with the CSS from entire mail window or mail preview frame. Test case:
<style type="text/css">*{ background: #000; }</style>
2010-06-09 19:08:15 +00:00
alecpl
172e3346ca - Added mailboxlist options menu in message page 2010-06-09 13:39:48 +00:00
alecpl
40d43b71b0 - Increase pagesize to 99999 when exporting contacts
- Improve performance by disabling counter query when exporting contacts
2010-06-09 12:17:22 +00:00
alecpl
7837b2c723 - typo in label name 2010-06-09 11:19:28 +00:00
alecpl
54759ce120 - some improvements + added splitter in Identities 2010-06-09 11:17:45 +00:00
alecpl
09266796dc - remove some debug code 2010-06-09 06:18:54 +00:00
alecpl
2653fe169f - Reverted r3725 change 2010-06-09 06:16:09 +00:00
thomascube
af3cf8a0a7 Bring back some previously removed lines 2010-06-08 21:13:20 +00:00
thomascube
e9b5a6c2d5 Unify directory/mailbox list actions 2010-06-08 20:50:15 +00:00
alecpl
349a8e36e5 - Add real SMTP error description to displayed error messages (#1485927) 2010-06-08 13:39:57 +00:00