summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-30Abbreviate long attachment file names with ellipsis (#1488499)Thomas Bruederli
2012-05-28Fix html2text conversion of strong|b|a|th|h tags when used in upper caseAleksander Machniak
2012-05-27Add listcontrols template container in Larry skin (#1488498)Thomas Bruederli
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26Fix possible PHP warningAleksander Machniak
2012-05-26Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8
2012-05-26Catch DateTime* exceptions (#1488497) - skipping buggy timezonesAleksander Machniak
2012-05-26Fix calls to renamed methodsThomas Bruederli
2012-05-25improve .htaccess security rules:Raoul Bhatia
1. also prevent access to .gitignore 2. make the second security rule work as expected 3. include README.md in security rules
2012-05-25Move messages forwarding mode setting into PreferencesAleksander Machniak
Conflicts: CHANGELOG
2012-05-25Fixes for IE: better background for Hide/Show button, fixed invisible button ↵Aleksander Machniak
in IE8
2012-05-25Remove possible confusion on session reads - PHP expects string result not ↵Aleksander Machniak
boolean
2012-05-25Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-05-23Small code improvementAleksander Machniak
2012-05-23hide_blockquote - a new plugin for hiding citation blocksAleksander Machniak
2012-05-23Use the same margin in blockquotes for printing as for displayingAleksander Machniak
2012-05-23Improved PERMANENTFLAGS checking code, added code for flags caching ↵Aleksander Machniak
(currently commented out)
2012-05-23Fix possible PHP warning in in_array_nocase() when 2nd argument is not an arrayAleksander Machniak
Conflicts: program/include/rcube_shared.inc
2012-05-23Remove <Unknown> from localization author lineAleksander Machniak
Conflicts: bin/importgettext.sh
2012-05-22- Fix HTML entities handling in HTML editor (#1488483)Aleksander Machniak
2012-05-22Always use 1 step as a fallback (#1488490)Aleksander Machniak
2012-05-21Fix Call to undefined method rcube_mail_header::get() in ↵Aleksander Machniak
show_additional_headers plugin (#1488489)
2012-05-21Fix merged change s/rcube/rcmail/Aleksander Machniak
2012-05-21Fix PHP error where calling get() on a non objectAleksander Machniak
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-21Update changelogAleksander Machniak
Conflicts: CHANGELOG
2012-05-21Fix listing folders on Courier IMAP (#1488466)Aleksander Machniak
2012-05-17New plugin translations from launchpadv0.8-rcThomas Bruederli
2012-05-17Added new languages Belarusian, Interlingua and Malayalam from launchpad importThomas Bruederli
2012-05-17Get language code from filename if not specified in the .po file itself ↵Thomas Bruederli
(#1488478)
2012-05-16Fix object referenceThomas Bruederli
2012-05-15Add public list_folder_direct() and list_folders_subscribed_direct()Aleksander Machniak
Conflicts: program/include/rcube_imap.php
2012-05-15Remove 'focused' class on blurAleksander Machniak
2012-05-14Larry: fix unfocused message thread row highlighting (#1488477)Thomas Bruederli
2012-05-14Updated plugin translations from launchpadThomas Bruederli
2012-05-14Update localizations from launchpadThomas Bruederli
2012-05-13Flipped compose options arrow (#1488474)Thomas Bruederli
2012-05-13Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Thomas Bruederli
release-0.8
2012-05-13Fix support for large uuencode attachments.Giovanni Bajo
Currently, Roundcube tries to match with a regexp a whole uuencode attachment. This is not always possible because PHP enforces a limit on the maximum match size.
2012-05-13Update changelogAleksander Machniak
2012-05-12Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Thomas Bruederli
release-0.8
2012-05-12Fix handling of "usemap" attribute (#1488472)Aleksander Machniak
2012-05-12Fix handling of some HTML tags e.g. IMG (#1488471) - reworked fix for #1486812Aleksander Machniak
2012-05-10Fix PHP warning on PHP 5.4 (#1488469)Aleksander Machniak
2012-05-10Replace directory .svn/ by .git/ in security rulesAntoine Catton
2012-05-10Change version text to reflect new versioning systemBrian Ronald
Conflicts: program/include/iniset.php
2012-05-10s/SVN/GIT/Thomas B
2012-05-09Fix add_contact() (#1488465)Aleksander Machniak
2012-05-09Use similar language as a fallback for plugin localization (#1488401)Aleksander Machniak
Don't load en_US localization more than once Conflicts: CHANGELOG program/include/rcube.php
2012-05-09- Add file type icons for plain text (#1488451) and vcard filesThomas Bruederli
- Align heights of search box and decorated drop-down menu (#1488354)