Commit Graph

3843 Commits

Author SHA1 Message Date
alecpl
8d67c7b8bc - Fix counting messages search results 2012-03-13 08:54:05 +00:00
alecpl
4be86f3a37 - Unified (single) spellchecker button 2012-03-09 13:23:24 +00:00
alecpl
3cbdbd9bb7 - Improve logo handling in default skin (#1488385) 2012-03-09 09:44:12 +00:00
alecpl
fe3a1d60a5 - Fix encoding of attachment with comma in name (#1488389) 2012-03-09 07:43:19 +00:00
alecpl
54dfd15541 - On login screen show only one message at a time 2012-03-08 13:04:06 +00:00
thomascube
c388257078 Only run value through format_date if no render_func was called before 2012-03-08 09:11:07 +00:00
alecpl
479af90579 - Hook unregister methods (#1488184) 2012-03-07 10:07:57 +00:00
alecpl
8b3c68d42d - Fix handling of % character in IMAP protocol (#1488382) 2012-03-06 19:42:23 +00:00
alecpl
4da69b953e - Have DSN parser pass database name through url decode (#1488035) 2012-03-06 13:38:33 +00:00
alecpl
0203f16312 - Fix duplicate names handling in addressbook searches (#1488375) 2012-03-05 19:56:17 +00:00
alecpl
8eae72a53c - Add check_connection() to storage abstract class 2012-03-05 14:20:07 +00:00
alecpl
66d2152ab5 Exclude E_STRICT from error_reporting for PHP 5.4 2012-03-04 07:59:46 +00:00
thomascube
18a28ae3f8 Move address book widget initialization out of the 'compose' action block 2012-03-03 18:33:28 +00:00
thomascube
6357223bd1 Fix spelling 2012-03-03 18:32:31 +00:00
alecpl
1837c33002 - Prevent from folder selection on virtual folder collapsing (#1488346) 2012-03-03 13:12:52 +00:00
thomascube
dc365cc929 Imported translations from launchpad 2012-03-02 17:39:37 +00:00
thomascube
b95794d0a8 Upgraded to jQuery 1.7.1 (#1488337) 2012-03-02 16:30:45 +00:00
alecpl
c6a9cd6799 - Fix automatic unsubscribe of non-existent folders (with small perf fix) 2012-03-02 13:43:45 +00:00
alecpl
82d69583fd - Fixed double-quotes handling in recipient names 2012-03-02 13:09:05 +00:00
thomascube
15dfdbe54e Fix language code maps 2012-02-29 20:27:48 +00:00
alecpl
38dc510b2d - Fix warning when properties array is empty 2012-02-29 11:53:52 +00:00
alecpl
8f77c03bd8 - Add 'type' and 'attribs' parameters for render_mailboxlist hook 2012-02-29 07:41:36 +00:00
alecpl
2b4855b1aa - Add Russian to the spellchecker languages list (#1488135) 2012-02-28 12:00:12 +00:00
alecpl
e4f822a34a - Fixed file header 2012-02-28 11:46:27 +00:00
thomascube
20efa59fc9 Fix function call 2012-02-28 10:35:52 +00:00
thomascube
b91f048c3b Map renamed methods for backwards compatibility 2012-02-27 12:04:22 +00:00
alecpl
2c1937220e - Move percent_indicator from app.js into the skin 2012-02-27 08:43:16 +00:00
alecpl
223ae9d148 - Fixed identity delete button state, removed delete button in identity-edit form (for consistency) 2012-02-26 17:02:16 +00:00
alecpl
af5995d41b Fix larry issues: 'Mark' button position, broken folders list footer 2012-02-26 11:34:08 +00:00
thomascube
ef1e877a8d Connect to IMAP server before reading quota 2012-02-25 18:15:25 +00:00
thomascube
589385f37f Fix script error in IE (#1488368) 2012-02-25 17:56:11 +00:00
thomascube
c0806c6dfb Renamed error message label 2012-02-25 16:09:49 +00:00
thomascube
71e9efb152 Add titles to error and photo upload popups (#1488354) 2012-02-25 15:52:08 +00:00
thomascube
40d246fff2 Remember custom skin selection after logout (#1488355) 2012-02-25 15:01:30 +00:00
thomascube
1e09cd0811 Slighlty increase minimum browser requirements 2012-02-25 14:48:30 +00:00
thomascube
fec2d8e130 Refactored IMAP cache expunge: delegate to storage object; don't rely on deprecated 'enable_caching' config option 2012-02-21 21:43:39 +00:00
alecpl
45dc955ad7 - Add lost 'listoptions' label 2012-02-17 08:32:09 +00:00
alecpl
e5306ee5d0 - Fix date_today, broken in r5707 2012-02-17 07:29:32 +00:00
alecpl
43c40f043c - Don't list mailto: and anchor links
- List only unique URLs
2012-02-15 13:24:04 +00:00
thomascube
3ed9e80cd6 Skip empty group members (seen in OpenLDAP backends) 2012-02-15 08:28:14 +00:00
alecpl
18a3dcaf56 - Fix issue with folder creation under INBOX. namespace (#1488349) 2012-02-13 14:26:46 +00:00
alecpl
06c990ead2 - Added mailto: protocol handler registration link in User Preferences (#1486580) 2012-02-13 08:39:39 +00:00
thomascube
f9a967763e User configurable setting how to display contact names in list 2012-02-11 11:28:58 +00:00
alecpl
6db9df39c6 - Fix 'settings' label in en_GB 2012-02-09 12:34:56 +00:00
alecpl
33423a5570 - Fix issue where some text from original message was missing on reply (#1488340) 2012-02-08 12:54:49 +00:00
alecpl
a7321e7578 - Fix URL building - skip null parameters 2012-02-08 11:59:11 +00:00
alecpl
f3599505f1 - Improved r5861 change: Content converted to upper case can contain HTML tags, handle them properly 2012-02-08 11:58:33 +00:00
alecpl
67e5925897 - Handle HTML entities properly when converting strong/b/th content to upper case 2012-02-08 09:06:59 +00:00
alecpl
f3136149fe - Workaround IMAP server issue when THREAD command returns less messages than exist in a folder: don't update folder status in second count() call 2012-02-07 09:30:41 +00:00
alecpl
337dc54132 - Support AD's objectClass=group 2012-02-05 14:17:19 +00:00