summaryrefslogtreecommitdiff
path: root/program/include/main.inc
AgeCommit message (Collapse)Author
2012-01-06- Fix typo in timezone handling, more exception catchingalecpl
2012-01-06- Don't return 'unknown', use empty string, DateTime* handle more exceptionsalecpl
2012-01-06Handle DateTime exceptionsthomascube
2012-01-06Avoid use of DateTime::getTimestamp()thomascube
2012-01-06Avoid use of 5.2 functions (#1488292)thomascube
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alecpl
2012-01-04Use 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-16Add more classes and options to HTML elements for better styleabilitythomascube
2011-12-11Make string for unread count configureable by skin; add file type classes to ↵thomascube
attachments list
2011-12-10Better CSS url() validationthomascube
2011-12-09Allow clean background:url(...) styles in safe mode. This will make ↵thomascube
Roundcube pass the Email Standards Acid Test
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 ↵alecpl
bodies (#1487424): don't try to parse it, display notice with a link to download it directly
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-20- Added TinyMCE localizationsalecpl
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 selectoralecpl
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-11-04- Fix handling of dates (birthday/anniversary) in contact data - don't ↵alecpl
convert them to users timezone (#1488147)
2011-10-18- Removed zebra-classalecpl
2011-09-30Restrict folders list to write-only in selectors for special folders and ↵thomascube
save-message-to option
2011-09-28Distinguish standard timezone offset and DST of clientthomascube
2011-09-22Fix compose command from other tasks than mail and address book; skip common ↵thomascube
request parameters
2011-09-21- Add notice on autocompletion that not all records were displayedalecpl
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomascube
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalecpl
- Allow use localized addressbook field subtypes from plugins
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method
2011-09-06- Merge devel-spellcheck branch:alecpl
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-05- Check for "Permission denied" string in IMAP error messages to display ↵alecpl
more appropriate message to the user
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalecpl
2011-08-25Move timezone computation to rcube_config; don't override ↵thomascube
SESSION['timezone'] when saving prefs
2011-08-24Log session_id with loginsthomascube
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if ↵thomascube
part of the exception list
2011-08-16- Add client-side checking of uploaded files sizealecpl
2011-08-14More unique error codesthomascube
2011-08-01- Remove function duplicate (from last commit)alecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle ↵alecpl
directories on any level of the structure
2011-07-27Move mail sending functions from mail task to core for general usagethomascube
2011-07-25- Added optional "multithreading" autocomplete featurealecpl
2011-07-21- Round upload progress percentage valuealecpl
2011-07-05- Remove debug codealecpl
2011-07-04- Add optional textual upload progress indicator (#1486039)alecpl
2011-06-17- Don't log errors when charset conversion failsalecpl
2011-06-02- Fix identities "reply-to" and "bcc" fields have a bogus value when left ↵alecpl
empty (#1487943)
2011-06-02- Replace preg_match() with faster strpos()alecpl
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalecpl
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomascube
offset syntax