Commit Graph

287 Commits

Author SHA1 Message Date
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
thomascube
43875379d5 Allow users to choose cols for contacts list sorting 2012-02-02 22:18:10 +00:00
alecpl
63ff2a22ca - Fix warning when default_folders setting is not an array 2012-01-19 12:25:39 +00:00
alecpl
ce4c610311 - Fix warning when default_folders setting is not an array 2012-01-19 07:17:06 +00:00
thomascube
50d6e918e1 Use <uri> value from package.xml to build download links in about screen; show links in default style 2012-01-18 11:50:17 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
alecpl
c1d27d8679 - Fix setting pagesizes (#1488295) 2012-01-08 10:57:49 +00:00
thomascube
5879c09ca0 Use proper timezones from PHP's internal timezonedb (#1485592) 2012-01-04 12:47:50 +00:00
thomascube
7c2a9310c4 Use iframes for identity management 2012-01-02 14:44:28 +00:00
alecpl
a61ccea31a - Small fixes to r5662 2011-12-30 07:20:53 +00:00
alecpl
08ffd939a7 - Add separate pagesize setting for mail messages and contacts (#1488269) 2011-12-29 09:35:01 +00:00
alecpl
81c2ce9b7b - Remove some UI-specific one-liners from rcube_webmail object 2011-12-28 10:10:36 +00:00
alecpl
e2dfb5ebad - Fix handling of INBOX's subfolders in special folders config (#1488279) 2011-12-28 09:26:19 +00:00
alecpl
34c2e34671 - Fix "PHP Warning: Invalid argument supplied for foreach()" (#1488264) 2011-12-19 10:23:09 +00:00
thomascube
b540ed15a3 Larry is growing up 2011-12-14 23:13:38 +00:00
thomascube
01d0affaa1 Pass attributes from skin to form table 2011-12-14 14:50:30 +00:00
thomascube
e19229ce09 Larry's identities settings and about page 2011-12-14 11:53:02 +00:00
alecpl
a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 2011-12-07 10:41:15 +00:00
alecpl
7e263ea204 - Add option to set default font for HTML message (#1484137) 2011-12-07 09:35:29 +00:00
alecpl
c33dc1a451 - Fix typos in handling support link label 2011-12-06 18:11:29 +00:00
alecpl
73571d3d26 - Reload UI after skin change 2011-12-03 08:41:13 +00:00
alecpl
e01e798517 - Fix action when toggling prefer_html option state 2011-11-22 13:32:44 +00:00
thomascube
ce22f1e0c6 Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests 2011-11-21 14:10:29 +00:00
alecpl
1911cc4062 - Use channel/uri as possible source locations
- Handle dependent/required plugins
2011-11-19 09:46:38 +00:00
alecpl
45fa64c3c9 - Added About tab in Settings 2011-11-18 12:51:28 +00:00
alecpl
710b1bd684 - Add option to skip alternative email addresses in autocompletion 2011-11-10 14:30:51 +00:00
alecpl
aa07b22906 - Fix so folders with \Noinferiors attribute aren't listed in parent selector
- Add LIST result and folder attributes cache
- rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-11-08 11:22:14 +00:00
alecpl
0324621797 - Fix JS error when dst_active checkbox doesn't exist (#1488133) 2011-10-23 13:13:10 +00:00
alecpl
8881766a9f - Improved performance by skipping folders list sorting when it's not needed in folder manager 2011-10-05 11:35:19 +00:00
alecpl
b96ed4b74e - Fix issue where it wasn't possible to change list view mode in folder manager for INBOX (#1488107), also show messages count and size in such case 2011-10-04 09:03:28 +00:00
thomascube
e750d1b816 Restrict folders list to write-only in selectors for special folders and save-message-to option 2011-09-30 15:22:08 +00:00
thomascube
1cc9e210f5 Make date/time format user configurable; drop 'date_today' config option 2011-09-12 19:56:12 +00:00
alecpl
66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
alecpl
13d45dfbda - Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
2011-08-28 09:47:15 +00:00
thomascube
da71783bc9 Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs 2011-08-25 20:09:36 +00:00
alecpl
dd6a47c24a - Fix parent folder ACL checking in some cases 2011-08-19 08:07:05 +00:00
alecpl
72fa193335 - Disable subscription on virtual shared folders 2011-08-18 12:32:35 +00:00
alecpl
189a0ae4dc - Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI 2011-08-18 09:30:28 +00:00
alecpl
85e7a3d4a3 - Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023) 2011-08-04 10:59:50 +00:00
alecpl
c6c99c89e6 - Add ACL check on parent folder 2011-08-04 09:01:36 +00:00
alecpl
363514e30b - Move rcmail_localize_folderpath() to main.inc 2011-08-01 08:15:22 +00:00
alecpl
1cd36267a1 - Improved detection of folder rename possibility and its handling 2011-08-01 07:58:30 +00:00
alecpl
f9e2858ae1 - Exclude edited folder from parent selector 2011-07-29 11:54:50 +00:00
alecpl
e86b4f4246 - Fix: folder selector doesn't list unsubscribed folders, followup to r4942 2011-07-28 13:28:21 +00:00
alecpl
210438a6be - Unsubscribe from non-existing folders automaticly on folders listing 2011-07-26 13:22:11 +00:00
alecpl
c9cfd6d4bf - Improved parent folder selector 2011-07-20 09:51:31 +00:00