summaryrefslogtreecommitdiff
path: root/roundcubemail
AgeCommit message (Collapse)Author
2011-02-01- Fix command handlers return value check, unify typeof usagealec
git-svn-id: https://svn.roundcube.net/trunk@4476 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-31- Prevent from messages_sort_col == nullalec
git-svn-id: https://svn.roundcube.net/trunk@4475 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-31- Fix add/remove columns in message list when message_sort_order isn't set ↵alec
(#1487751) git-svn-id: https://svn.roundcube.net/trunk@4474 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-30- Use less codealec
git-svn-id: https://svn.roundcube.net/trunk@4473 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-30- Clarify regexp (#1487722)alec
git-svn-id: https://svn.roundcube.net/trunk@4470 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Check mime headers before attempt to parse them (#1487745); broken since r4421thomasb
git-svn-id: https://svn.roundcube.net/trunk@4468 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Add groups support for LDAP address books, contributed by Andreas Dickthomasb
git-svn-id: https://svn.roundcube.net/trunk@4467 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Improve session validity check with changing auth cookies; reduce writes to ↵thomasb
DB; better phpdoc git-svn-id: https://svn.roundcube.net/trunk@4466 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Updated more translationsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4463 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Updated translations from user submissionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4462 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Don't block CSS styles having important keywordsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4461 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-26Fix group item identifiersthomasb
git-svn-id: https://svn.roundcube.net/trunk@4460 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-26Clear message cache table when upgradingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4459 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-26Updated changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@4457 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-26Fix settings UI on IE 6 (#1487724)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4456 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-26Separate full message headers UI element from headers table (#1487715) + ↵thomasb
Remove double borders in folder listing (#1487713) git-svn-id: https://svn.roundcube.net/trunk@4455 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23When creating a new contact, add it to the selected group; consider the ↵thomasb
selected group when deleting a contact git-svn-id: https://svn.roundcube.net/trunk@4454 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23Define required publich memberthomasb
git-svn-id: https://svn.roundcube.net/trunk@4453 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23Also wrap unread count in span on server side (#1487720)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4452 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23- Add part MIME ID to message_part_* hooks (#1487718)alec
git-svn-id: https://svn.roundcube.net/trunk@4449 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23- Fix typo (#1487717)alec
git-svn-id: https://svn.roundcube.net/trunk@4448 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Update CHANGELOGthomasb
git-svn-id: https://svn.roundcube.net/trunk@4446 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Wrap unread count in <span> for more flexible stylingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4445 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Improve parsing of vCards exported by MS Outlook (#1487716)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4444 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Fix search with no results; no size for date fieldthomasb
git-svn-id: https://svn.roundcube.net/trunk@4443 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-21Better grouping of contact informationthomasb
git-svn-id: https://svn.roundcube.net/trunk@4441 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-21Fix window size detection on IEthomasb
git-svn-id: https://svn.roundcube.net/trunk@4440 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-21Use improved strtotime() function + reduce duplicated codethomasb
git-svn-id: https://svn.roundcube.net/trunk@4439 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-20- Updated PEAR::Net_Socket to 1.0.10alec
git-svn-id: https://svn.roundcube.net/trunk@4437 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-20- Updated PEAR::Net_IDNA2 to 0.1.1alec
git-svn-id: https://svn.roundcube.net/trunk@4436 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-20- Some cleanup in LDAP config descriptionalec
git-svn-id: https://svn.roundcube.net/trunk@4435 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-20- Fix handling of comments inside an email address spec. (#1487673)alec
git-svn-id: https://svn.roundcube.net/trunk@4433 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19Show full mail subject as title (#1487128)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4432 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19Fix randomly disappearing folders list in IE (#1487704)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4431 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Fix: selecting Preferences tab doesn't work after clicking other tabalec
git-svn-id: https://svn.roundcube.net/trunk@4430 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Fix setting timezone in Preferences (#1487705)alec
git-svn-id: https://svn.roundcube.net/trunk@4429 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19Better fix for login redirect, don't force mail taskthomasb
git-svn-id: https://svn.roundcube.net/trunk@4428 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Uncomment code (commented out for testing?) + cleanup whitespacesalec
git-svn-id: https://svn.roundcube.net/trunk@4427 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19Fix list column add/removal in IE (#1487703)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4426 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Fix add link has faulty characters in swedish (#1487702)alec
git-svn-id: https://svn.roundcube.net/trunk@4425 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alec
git-svn-id: https://svn.roundcube.net/trunk@4422 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Workaround for setting charset in case of malformed bodystructure response ↵alec
(#1487700) git-svn-id: https://svn.roundcube.net/trunk@4421 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Fix %h/%z variables in username_domain option (#1487701)alec
git-svn-id: https://svn.roundcube.net/trunk@4420 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
git-svn-id: https://svn.roundcube.net/trunk@4419 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-14Fix login redirect issues (#1487686)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4418 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-14- Fix typo in hu_HU localization labels (#1487682)alec
git-svn-id: https://svn.roundcube.net/trunk@4417 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-14- Require PHP 5.2.1 or greateralec
git-svn-id: https://svn.roundcube.net/trunk@4416 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-13- Fix typos in encoding names (#1487680)alec
git-svn-id: https://svn.roundcube.net/trunk@4415 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12- include css files before scripts for speedup (with parallel downloads) + ↵alec
some code cleanups git-svn-id: https://svn.roundcube.net/trunk@4414 208e9e7b-5314-0410-a742-e7e81cd9613c