summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-07-06Improve iframe form buttons display: fix iframe heights and make footer ↵Thomas Bruederli
buttons float if scrolling is active
2012-07-06Suppress error message popups on login screenThomas Bruederli
2012-07-06Fix connection error alerts when page unloads (#1488547)Thomas Bruederli
2012-07-06There's a case (reason unknown) when destroy() is called with empty session key.Aleksander Machniak
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty. Conflicts: program/include/rcube_session.php
2012-07-05Plugin API: Add 'unauthenticated' hook (#1488138)Aleksander Machniak
2012-07-05Set input field padding up again. That is by design.Thomas Bruederli
2012-07-04Some last layout changes for Larry: move search box to the right, visually ↵Thomas Bruederli
connect message list footer to the list
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
Conflicts: program/include/rcmail.php
2012-06-30Slightly increase plain text font sizeThomas Bruederli
2012-06-30Fix wrong compose screen elements focus in IE9 (#1488541)Aleksander Machniak
2012-06-30Decorated select width fix is also needed for IE and SafariAleksander Machniak
2012-06-30CSS improvements in mail screen:Aleksander Machniak
- don't display full-circle image for quota below 100% (but close to, e.g.97%) - unified selects style/height, - improvements in search box and messagelist footer
2012-06-29Better style for preview header toggleThomas Bruederli
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-28Fix empty user agent string on error page for "incompatible browser" errorAleksander Machniak
2012-06-28Moved advanced switch into table actions menu - fixed css issue in Larry skinAleksander Machniak
2012-06-28Fix handling of MYRIGHTS on private namespace roots - fixes issue whereAleksander Machniak
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix). Conflicts: program/include/rcube_imap.php
2012-06-28Fix fatal error when date.timezone isn't set (#1488546)Aleksander Machniak
Conflicts: program/steps/settings/func.inc
2012-06-26Add rcube_message_header class (alias for rcube_mail_header) definition to ↵Aleksander Machniak
prevent errors when trying to use cached message objects created in master (0.9) version
2012-06-25Remove redundant Changelog entryAleksander Machniak
2012-06-25Update to TinyMCE 3.5.4.1Aleksander Machniak
2012-06-24Fix form buttons (#1488548)Aleksander Machniak
Conflicts: skins/default/settings.css
2012-06-21Fixed custom header name validity check, made RFC2822-compliantAleksander Machniak
Updated localization files list in package.xml
2012-06-20Bring back delete button for identities in default skin (#1488542)Thomas Bruederli
2012-06-20Better icons with distinct shapes for priority columns (#1488377); fix ↵Thomas Bruederli
overflow in decorated drop-downs
2012-06-20Fix icon for multipart/report messages in Larry skin (#1488524)Thomas Bruederli
2012-06-20Highlight the entire row of selected items with a slightly darker backgroundThomas Bruederli
2012-06-18Increase negative text-indents to properly hide button texts (#1488534)Thomas Bruederli
2012-06-14Fix target check with nested buttonsThomas Bruederli
2012-06-14Give calendar/ics attachment styles precedence over generic text classThomas Bruederli
2012-06-13Set skin in js environmentThomas Bruederli
2012-06-13Fix handling of unitless CSS size values in HTML message (#1488535)Aleksander Machniak
2012-06-13Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8 Conflicts: CHANGELOG
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
Conflicts: CHANGELOG
2012-06-10Fix DDL update from 0.7 for MS SQL ServerAleksander Machniak
2012-06-10Fix storing X-ANNIVERSARY date in vCard format (#1488527)Aleksander Machniak
2012-06-10Add text-align:right for size columnAleksander Machniak
2012-06-09Display attachment icon for multipart/signed messages (#1488525)Aleksander Machniak
2012-06-09Update to Mail_Mime-1.8.5 (#1488521)Aleksander Machniak
Conflicts: CHANGELOG program/lib/Mail/mime.php program/lib/Mail/mimePart.php
2012-06-08Fix operator incompat. in some queries on contacts table using MS SQL Server ↵Aleksander Machniak
(#1488505)
2012-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-08Fix handling of links with various URI schemes e.g. "skype:" (#1488106)Aleksander Machniak
Fix handling of links inside PRE elements on html to text conversion Fix indexing of links on html to text conversion Conflicts: CHANGELOG
2012-06-06No quotes around input field (doesn't really fit in Chrome)Thomas Bruederli
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
Conflicts: program/include/rcube_message_header.php program/include/rcube_mime.php
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander Machniak
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type ↵Aleksander Machniak
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
2012-06-03Fix reference to GPL in about pageThomas Bruederli
2012-06-01Update to TinyMCE 3.5.2Aleksander Machniak