summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-14- Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868)alecpl
2011-04-14- mbstring internal encoding is set in iniset.phpalecpl
2011-04-14Fix vcard folding with uncode characters (#1487868)thomascube
2011-04-13- Added scroll position reset for Opera (#1487689), small code improvementsalecpl
2011-04-13- Use mbstring's strtolower() for Unicode characters in normalize_string()alecpl
2011-04-13- Fixed possible js error occurance (#1487872)alecpl
2011-04-13Convert normalized latin-1 string back to utf8thomascube
2011-04-12Keep all submitted data if contact form validation fails (#1487865)thomascube
2011-04-12Handle unicode strings when normalizing for search (#1487866)thomascube
2011-04-12- Fix bug where template name without plugin prefix was used in render_page ↵alecpl
hook (the same fix for deprecated_templates)
2011-04-12- Fix handling of debug_level=4 in ajax requests (#1487831)alecpl
2011-04-12Don't decode recipent strings submitted by address bookthomascube
2011-04-11Fix call to parent windowthomascube
2011-04-11- Fix setting 'unfocused' class on folder selectionalecpl
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add ↵alecpl
error handling
2011-04-11- Fix so 1024 bytes is displayed as 1KB, the same for MB and GBalecpl
2011-04-11- Support 'off' as bolean falsealecpl
2011-04-08- Prevent javascript error if TinyMCE is not initialized (#1487862)alecpl
2011-04-08- Fix bug where some content would cause hang on html2text conversion ↵alecpl
(#1487863)
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alecpl
2011-04-08- Fixed bug where some dates would produce SQL error in MySQL (#1487856)alecpl
2011-04-08- Added workaround for some IMAP server with broken STATUS response (#1487859)alecpl
2011-04-08- Fix bug where default_charset was not used for text messages (#1487836)alecpl
2011-04-08- Removed dependency on rcube_* functions, small improvementsalecpl
2011-04-08Testing SVNsvncommit
2011-04-08Testing SVNsvncommit
2011-04-01- jQuery 1.5.2alecpl
2011-03-31translations updateyllar
2011-03-31- Add info about indexcontacts.sh script in upgrade procedurealecpl
2011-03-28- Use English name for German language (like for others)alecpl
2011-03-28- Fix SQL query for postgresalecpl
2011-03-27Fix request token generation if no cookies setthomascube
2011-03-27- Update changelogalecpl
2011-03-27- TinyMCE 3.4.1alecpl
2011-03-26- Remove unused rcube_mail_header class variablesalecpl
2011-03-23- Use size-optimized quota indicator image (use old gif version on IE6 only)alecpl
2011-03-23- Use size-optimized quota indicator image (use old gif version on IE6 only)alecpl
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in ↵thomascube
session and thus no keep-alive necessary; fixes #1487829
2011-03-21- Fixed IE/FF detection (#1487838)alecpl
2011-03-18- Optimized size of some imagesalecpl
2011-03-17- Use \n as a word separator to workaround some strange Google spellchecker ↵alecpl
issue
2011-03-17- Fix console handling in IE8alecpl
2011-03-17- Handle properly situation when uploaded attachment file is too bigalecpl
2011-03-15Keep session alive while showing login page (request token is stored in ↵thomascube
session data)
2011-03-15- Move console initialization to rcube.init(), hide console area if ↵alecpl
browser's console exists, some code cleanup
2011-03-11- PEAR::Net_SMTP 1.5.1alecpl
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-03-10- Force names of unique constraints in PostgreSQL DDL (postgres 9.x uses ↵alecpl
different naming convention than older versions)
2011-03-09- Fix tabs on identity edit pagealecpl
2011-03-09- Add code for prevention from IMAP connection hangs when server closes ↵alecpl
socket unexpectedly