Commit Graph

4608 Commits

Author SHA1 Message Date
Aleksander Machniak
39f40104f0 Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) 2013-03-22 18:53:24 +01:00
Aleksander Machniak
3d525ffaf5 Bump up also RCUBE_VERSION 2013-03-22 11:34:24 +01:00
Aleksander Machniak
1bce142058 Fix handling of some conditional comment tags in HTML message (#1489004) 2013-03-22 09:35:47 +01:00
Thomas Bruederli
708b1bca9f Synchronized translations with Transifex 2013-03-21 13:58:22 +01:00
Aleksander Machniak
4f693e9daa Workaround for some versions/systems where finfo_open() with second
argument doesn't do the same as with no 2nd argument as it should
2013-03-20 10:31:37 +01:00
Aleksander Machniak
02c9c931fe Make mime.types common locations list OS-aware 2013-03-19 13:53:49 +01:00
Aleksander Machniak
1e32540839 Add rel="noreferrer" for links in displayed messages (#1484686) 2013-03-19 12:47:07 +01:00
Aleksander Machniak
a8040cf0bd Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
Prevent from re-adding the same forward attachment on compose page refresh
2013-03-19 09:11:56 +01:00
Aleksander Machniak
d8270b66cc Fix wrapping of text lines with the same length as specified length limit 2013-03-18 19:51:32 +01:00
Aleksander Machniak
6228e3784f Fix javascript error when window name (for window.open()) in IE8 contains a dot 2013-03-17 12:26:01 +01:00
Aleksander Machniak
4d1fe2d230 Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f, small improvements
2013-03-17 09:59:48 +01:00
Aleksander Machniak
6e8f2a7448 Notify about a new mail only if it's UNSEEN (#1388965) 2013-03-16 19:01:10 +01:00
Aleksander Machniak
bb080af14d Bump version number up to 1.0-git 2013-03-15 12:53:02 +01:00
Aleksander Machniak
0e32d7032b Fix load-attachment link 2013-03-15 12:50:53 +01:00
Aleksander Machniak
ea98ec0939 Fixed MOVE command result handling 2013-03-15 10:50:26 +01:00
Aleksander Machniak
f111423755 Fix storing 'safe' flag on a message. The key for session value should include
folder name. A message with the same UID may exist in another folder.
2013-03-15 10:41:09 +01:00
Aleksander Machniak
a02c77c584 Add ability to toggle between view as HTML and text while viewing a message (#1486939) 2013-03-15 10:30:53 +01:00
Aleksander Machniak
0ef894ec29 Fix has_*_part() methods so they return same result no matter what
prefer_html option value is
2013-03-15 09:09:06 +01:00
Aleksander Machniak
574928200f Use $mime_parts not $parts in has_*_part() methods so detection is
correct no matter if prefer_html is enabled or not.
2013-03-14 13:20:28 +01:00
Aleksander Machniak
542f15bfec Enriched content should be also converted to text if html is disabled 2013-03-14 12:17:38 +01:00
Aleksander Machniak
5c26bd49b1 Added rcube_message::has_text_part(), simplified has_html_part() so it always
works in "recursive mode" - removed $recursive argument.
2013-03-14 12:10:40 +01:00
Aleksander Machniak
daddbf2555 Better handling of session errors in ajax requests - do page reload
on 403 Forbidden response (#1488960)
2013-03-14 09:30:13 +01:00
Thomas Bruederli
bfa667ab02 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-03-13 19:02:42 +01:00
Thomas Bruederli
d4f8a4f28a Re-implement rcube_db::num_rows() to ensure backwards compatibility 2013-03-13 19:02:31 +01:00
Aleksander Machniak
f41edfb91f Fix draglayer list building, so the element used as the text source can
contain any element, not only A tag or text node, but also e.g. span
2013-03-13 12:02:04 +01:00
Aleksander Machniak
567e45ba56 Fix HTML part detection for some specific message structures (#1488992) 2013-03-13 11:03:21 +01:00
Aleksander Machniak
ff7542bfb9 Don't show fake address - phishing prevention (#1488981) 2013-03-12 08:43:21 +01:00
Aleksander Machniak
abf46755c9 Fix forward as attachment bug with editormode != 1 (#1488991) 2013-03-11 16:20:01 +01:00
Aleksander Machniak
336d2000f8 Fix handling of empty $uids argument in change_flag() 2013-03-11 10:26:58 +01:00
Aleksander Machniak
ec6a77bab2 Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+ 2013-03-11 08:35:21 +01:00
Thomas Bruederli
65de0018c8 Trigger 'refresh' hook in mail view 2013-03-10 16:18:45 +01:00
Aleksander Machniak
8b771646fa Fix so task name can really contain all from a-z0-9_- characters (#1488941) 2013-03-10 11:49:20 +01:00
Aleksander Machniak
9fdba79094 Merge pull request #60 from thijskh/master
Test content_id with isset instead of a true/false value
2013-03-08 06:38:03 -08:00
Aleksander Machniak
d9dc320a40 Support IMAP MOVE extension [RFC 6851] 2013-03-08 15:35:03 +01:00
Thijs Kinkhorst
8cfba1bb2a Test content_id with isset instead of a true/false value.
This broke html email in which one image had Content-ID: <0>, which is a
valid value but evaulates to false in this test.
2013-03-08 15:28:36 +01:00
Aleksander Machniak
32da699830 Fix javascript errors when working in a page opened with taget="_blank" 2013-03-08 08:49:57 +01:00
Aleksander Machniak
cf8b9fc004 Move spellcheck options section below signature options section 2013-03-07 14:10:21 +01:00
Aleksander Machniak
d7e129e07d Increase maxlength to 254 chars for email input fields in addressbook (#1488987) 2013-03-06 13:17:52 +01:00
Aleksander Machniak
bc2c4380b5 Add attachment menu with Open and Download options (#1488975) 2013-03-06 11:11:37 +01:00
Aleksander Machniak
ac37746c2a Add type 'ident' in quote() so we can quote identifiers (eg. column names) there.
Using array2list() for list of identifiers is now possible.
2013-03-06 08:37:41 +01:00
Aleksander Machniak
cbe07532fa Fix so full filename is used for title attribute 2013-03-05 16:50:13 +01:00
Aleksander Machniak
139635f189 Fix thumbnail size when GD extension is used for image resize (#1488985) 2013-03-05 10:25:12 +01:00
Aleksander Machniak
a5c9fd11ac Small CS improvements 2013-03-05 09:04:57 +01:00
Aleksander Machniak
879b2331e1 Generate simpler query for MSSQL when offset in limit clause is not set 2013-03-04 11:50:06 +01:00
Aleksander Machniak
8c93c29d04 Really fix "quotum would exceed" error message handling 2013-03-04 10:38:03 +01:00
Aleksander Machniak
d3e7f92d88 Smarter overquota error detection (known error strings are:
"Quota exceeded" and "quotum would exceed") (#1484164)
2013-03-04 09:05:42 +01:00
Aleksander Machniak
e7c1aad832 Even better message on over quota error in move to trash operation (#1484164) 2013-03-02 20:29:20 +01:00
Aleksander Machniak
0bf724ef1f Display user-friendly message on IMAP "over quota" errors (#1484164) 2013-03-02 19:54:11 +01:00
Aleksander Machniak
ee89c6dff6 Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526) 2013-03-02 16:13:08 +01:00
Thomas Bruederli
5688d5baa2 Avoid loading already registered attachments when opening a draft message (on page reload) 2013-03-02 00:12:04 +01:00