summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-04Merge pull request #25 from raoulbhatia/fix-1488669Aleksander Machniak
fix commit 68b9f365b38fe68848eedf81a9eaad7810f51b0b (#1488669)
2012-09-04fix commit 68b9f365b38fe68848eedf81a9eaad7810f51b0b (#1488669)Raoul Bhatia
2012-09-04Fix parse error in virtualmin driver (#1488668)Aleksander Machniak
2012-09-03Fix bug where parentnotwritable error wasn't displayed in the interfaceAleksander Machniak
2012-09-03Fix displaying all headers when they contain malformed characters (#1488666)Aleksander Machniak
2012-09-02Fix possible PHP Warning: in_array() expects parameter 2 to be arrayAleksander Machniak
2012-08-30Add splitter for preferences sections listAleksander Machniak
2012-08-30Small style improvements - fix rounded corners in message list,Aleksander Machniak
don't show horizontal scroller in contacts list
2012-08-29Fix decoding of HTML messages with UTF-16 charset specified (#1488654)Aleksander Machniak
2012-08-29Fix quota capability detection so it can be overwritten by a plugin (#1488655)Aleksander Machniak
2012-08-28Improvements/fixes for Larry skinAleksander Machniak
Conflicts: plugins/acl/skins/larry/acl.css
2012-08-27Fix identity selection on reply (#1488101)Aleksander Machniak
Conflicts: CHANGELOG
2012-08-26Fix Larry's messages list filter in IE (#1488632)Aleksander Machniak
2012-08-25Fix compose headers display issue in IE10Aleksander Machniak
2012-08-25Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag ↵Aleksander Machniak
(#1488626)
2012-08-24Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628)Aleksander Machniak
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
Conflicts: program/include/rcube_utils.php tests/Utils.php
2012-08-23Fix email address validation for addresses with IP address in domain partAleksander Machniak
2012-08-21 Fix Larry skin issues in IE7 compat. mode (#1488618)Aleksander Machniak
2012-08-21Fix so subscribed non-existing/non-accessible shared folder can be unsubscribedAleksander Machniak
Conflicts: CHANGELOG
2012-08-18More default->larry fixesAleksander Machniak
Conflicts: program/include/rcube_plugin.php
2012-08-17Bump version to 0.8.1v0.8.1Thomas Bruederli
2012-08-17Fix bug where domain name was converted to lower-case even with ↵Aleksander Machniak
login_lc=false (#1488593) Conflicts: CHANGELOG program/include/rcmail.php
2012-08-17Fix PHP Warning: strlen() expects parameter 1 to be string, object givenAleksander Machniak
2012-08-16Force at least one subtype of address to be specified.Aleksander Machniak
Fixes issue where contact address wasn't displayed at all.
2012-08-15Fix lower-casing email address on replies (#1488598)Aleksander Machniak
2012-08-15Fix line separator in exported messages (#1488603)Aleksander Machniak
2012-08-15Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)Aleksander Machniak
2012-08-15Fix XSS issue with href="javascript:" not being removed (#1488613)Aleksander Machniak
2012-08-15Remove redundant label tagAleksander Machniak
2012-08-15Add changelog entry for fix in last commitAleksander Machniak
2012-08-15Fix stripped apostrophes when replying in plain text to HTML message (#1488606)Aleksander Machniak
2012-08-14Fix inactive Save search option after advanced search (#1488607)Aleksander Machniak
2012-08-14- Fix Remove from group option is active for contact search result (#1488608)Aleksander Machniak
2012-08-14Disable autocapitalization in login form on iPad/iPhone (#1488609)Aleksander Machniak
Conflicts: program/include/html.php
2012-08-14Improve text wrapping in repliesThomas Bruederli
2012-08-14Chrome requires child elements to define border-radius, tooThomas Bruederli
2012-08-14Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8
2012-08-14Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] ↵Aleksander Machniak
(#1488594)
2012-08-13Skip IDN conversion when saving/reading identies. This should provide proper ↵Thomas Bruederli
support for multiple recipeint values including name blocks in bcc and reply-to fields
2012-08-13Fix handling of LDAP values - support arrays (#1488604)Aleksander Machniak
Conflicts: plugins/new_user_identity/package.xml
2012-08-12Fix text wrapping in menuselector (disabled wrapping in search filter)Aleksander Machniak
2012-08-11Fix focus on the list when list row is clicked (#1488600)Aleksander Machniak
2012-08-11Fix wrong search result on servers without SORT supportAleksander Machniak
2012-08-11Fix bug in last commit which broke searchingAleksander Machniak
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-08-09Replace some forgotten references to skins/default (#1488591)Thomas Bruederli
Conflicts: program/include/rcube_config.php program/include/rcube_template.php
2012-08-09- Fix (workaround) delete operations with some versions of memcache (#1488592)Aleksander Machniak
2012-08-08Fix image cid substitution in compose/sendmailAleksander Machniak
Conflicts: program/steps/mail/compose.inc
2012-08-08- Fix (disable) request validation for spell and spell_html actionsAleksander Machniak
Consider action whitelist also for ajax requests Conflicts: CHANGELOG index.php