Commit Graph

4584 Commits

Author SHA1 Message Date
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
Thomas Bruederli
f0a7159c40 Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422 2013-03-02 00:10:54 +01:00
Aleksander Machniak
a6fd1578c3 Better @package/@subpackage assignment 2013-03-01 09:07:55 +01:00
Thomas Bruederli
bd1e16f343 Don't skip message/* attachments when opening a draft. Restore check as it was before [fa57c988] 2013-02-28 22:03:40 +01:00
Thomas Bruederli
4090870623 Localization updates from Transifex 2013-02-28 18:14:55 +01:00
Aleksander Machniak
77f9a402db Fix undefined msg variable error 2013-02-26 18:48:24 +01:00
Aleksander Machniak
4383e062ef CS fixes 2013-02-26 13:35:20 +01:00
Aleksander Machniak
36391cf342 Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973) 2013-02-25 11:10:22 +01:00
Aleksander Machniak
ffc2d09cb4 Remove UI messages from the DOM after hide/fadeOut 2013-02-24 09:33:18 +01:00
Aleksander Machniak
7c851e669e Don't try to print file extension in a warning message if it's not available 2013-02-21 09:38:21 +01:00
Aleksander Machniak
726297e5f8 Add workaround for invalid message charset detection by IMAP servers (#1488968) 2013-02-19 16:56:02 +01:00
Aleksander Machniak
2187b2b7d8 Revert "Make autoloading of the framework classes work from any location".
Allow loading rcube_* classes from other locations (for e.g. managesieve plugin).

This reverts commit e4394c95e0.
2013-02-19 09:08:33 +01:00
Aleksander Machniak
7bba0032fe Fix NUL characters in content-type of ms-tnef attachment (#1488964) 2013-02-18 15:35:02 +01:00
Thomas Bruederli
e4394c95e0 Make autoloading of the framework classes work from any location 2013-02-18 08:31:09 +01:00
Aleksander Machniak
eafb68b321 - Fix regression in handling LDAP contact identifiers (#1488959) 2013-02-17 16:23:30 +01:00
Aleksander Machniak
33dc8249fd Fix regression in copying contacts (with drag'n'drop) 2013-02-17 15:47:09 +01:00
Aleksander Machniak
bc2c02feec When connection to read-only db fails try to connect to write-master, but only if it is defined 2013-02-17 10:52:45 +01:00
Aleksander Machniak
1961146227 Make cleanup() method public 2013-02-17 10:25:46 +01:00
Thomas Bruederli
d94a710e7a Trigger and forward 'listupdate' events from list.js 2013-02-10 18:19:41 +01:00
Thomas Bruederli
d6185f3c91 Only scroll tree list of selected item isn't fully visible 2013-02-10 17:06:08 +01:00
Thomas Bruederli
aed581b6c4 Import all translations from Transifex 2013-02-10 16:01:22 +01:00
Thomas Bruederli
8e50ae9a6f Extend copyright to 2013 2013-02-10 15:42:48 +01:00
Thomas Bruederli
d30460ad2f Let some env variables survive reset(); don't show taskbar and top line in framed error pages (#1488938) 2013-02-10 15:31:39 +01:00
Thomas Bruederli
63cff249a8 Properly quote form validation error messages 2013-02-10 14:37:37 +01:00
Aleksander Machniak
a7e8ebc509 Fix reference to non-existing class rcube_output_html (#1488948) 2013-02-08 08:18:34 +01:00