Age | Commit message (Expand) | Author |
2012-02-03 | Get rid of global $__skin_path variable (#1488336) | thomascube |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2012-01-13 | - Make mime type detection based on filename extension to be case-insensitive | alecpl |
2012-01-06 | - Fix typo in timezone handling, more exception catching | alecpl |
2012-01-06 | - Don't return 'unknown', use empty string, DateTime* handle more exceptions | alecpl |
2012-01-06 | Handle DateTime exceptions | thomascube |
2012-01-06 | Avoid use of DateTime::getTimestamp() | thomascube |
2012-01-06 | Avoid use of 5.2 functions (#1488292) | thomascube |
2012-01-05 | - Fix bug in handling of base href and inline content (#1488290) | alecpl |
2012-01-04 | Use proper timezones from PHP's internal timezonedb (#1485592) | thomascube |
2011-12-25 | - Add password type field support in rcmail_get_edit_field() (#1488276) | alecpl |
2011-12-16 | Add more classes and options to HTML elements for better styleability | thomascube |
2011-12-11 | Make string for unread count configureable by skin; add file type classes to ... | thomascube |
2011-12-10 | Better CSS url() validation | thomascube |
2011-12-09 | Allow clean background:url(...) styles in safe mode. This will make Roundcube... | thomascube |
2011-12-07 | - Add option to set default font for HTML message (#1484137) | alecpl |
2011-11-27 | - Fix handling of invalid characters in request (#1488124) | alecpl |
2011-11-25 | - Prevent from memory_limit exceeding when trying to parse big messages bodie... | alecpl |
2011-11-23 | - Fixed bug where similiar folder names were highlighted wrong (#1487860) | alecpl |
2011-11-20 | - Added TinyMCE localizations | alecpl |
2011-11-14 | - Don't consider \Noselect flag when building folders tree (#1488004) | alecpl |
2011-11-14 | - Small improvements in rcmail_render_folder_tree_html() | alecpl |
2011-11-08 | - Fix so folders with \Noinferiors attribute aren't listed in parent selector | alecpl |
2011-11-04 | - Fix handling of dates (birthday/anniversary) in contact data - don't conver... | alecpl |
2011-10-18 | - Removed zebra-class | alecpl |
2011-09-30 | Restrict folders list to write-only in selectors for special folders and save... | thomascube |
2011-09-28 | Distinguish standard timezone offset and DST of client | thomascube |
2011-09-22 | Fix compose command from other tasks than mail and address book; skip common ... | thomascube |
2011-09-21 | - Add notice on autocompletion that not all records were displayed | alecpl |
2011-09-12 | Make date/time format user configurable; drop 'date_today' config option | thomascube |
2011-09-12 | - Extend rcube_label_exists() to search in loaded plugins localizations | alecpl |
2011-09-07 | - Rewritten messages caching (merged devel-mcache branch): | alecpl |
2011-09-06 | - Merge devel-spellcheck branch: | alecpl |
2011-09-05 | - Check for "Permission denied" string in IMAP error messages to display more... | alecpl |
2011-08-30 | - Make 5th argument of rcmail_deliver_message() optional | alecpl |
2011-08-25 | Move timezone computation to rcube_config; don't override SESSION['timezone']... | thomascube |
2011-08-24 | Log session_id with logins | thomascube |
2011-08-18 | Fix folders drop-down list: descend into root folder (e.g. INBOX) even if par... | thomascube |
2011-08-16 | - Add client-side checking of uploaded files size | alecpl |
2011-08-14 | More unique error codes | thomascube |
2011-08-01 | - Remove function duplicate (from last commit) | alecpl |
2011-08-01 | - Move rcmail_localize_folderpath() to main.inc | alecpl |
2011-07-29 | - Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories... | alecpl |
2011-07-27 | Move mail sending functions from mail task to core for general usage | thomascube |
2011-07-25 | - Added optional "multithreading" autocomplete feature | alecpl |
2011-07-21 | - Round upload progress percentage value | alecpl |
2011-07-05 | - Remove debug code | alecpl |
2011-07-04 | - Add optional textual upload progress indicator (#1486039) | alecpl |
2011-06-17 | - Don't log errors when charset conversion fails | alecpl |