Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | Hide Delivery Status Notification option when smtp_server is unset (#1489336) | Aleksander Machniak | |
2013-09-15 | Style improvements on attachments list in compose screen | Aleksander Machniak | |
2013-09-15 | Display full attachment name using title attribute when name is too long to ↵ | Aleksander Machniak | |
display (#1489320) | |||
2013-09-13 | Move some config options to new and collapsible 'advanced' blocks | Thomas Bruederli | |
2013-09-13 | Better styling for import form | Thomas Bruederli | |
2013-09-12 | Fix attachment icon issue when rare font/language is used (#1489326) | Aleksander Machniak | |
2013-09-01 | Fix iframe scrollbars on webkit browsers (#1489306) | Thomas Bruederli | |
2013-09-01 | Remove redundant colspan=2 | Aleksander Machniak | |
2013-09-01 | Merge pull request #101 from Dennis1993/patch-9 | Aleksander Machniak | |
Removed not allowed syntax | |||
2013-08-24 | Fix small style glitch on first toolbar button in recent Firefox | Aleksander Machniak | |
2013-08-15 | Distinguish mobile/tablet/touch devices | Thomas Bruederli | |
2013-08-15 | Fix scrolling in iframes on touch devices | Thomas Bruederli | |
2013-08-14 | Optimize list events for touch devices | Thomas Bruederli | |
2013-08-09 | Fix image scaling issues when image has only one dimension smaller than the ↵ | Aleksander Machniak | |
limit (#1489274) Other small code improvements. | |||
2013-08-06 | Update compose.html | Dennis1993 | |
Deleted / in wrong line | |||
2013-08-06 | Update mail.html | Dennis1993 | |
Deleted attachmentFieldSize="40" from file tag (that's not allowed) | |||
2013-08-06 | Update compose.html | Dennis1993 | |
- Deleted self-closing Syntax on a link tag (that's not allowed) - Deleted attachmentFieldSize="40" from file tag (that's not allowed too) | |||
2013-07-26 | Update settings.html | Dennis1993 | |
added old frameborder Attribute for IE7 and IE8 | |||
2013-07-26 | Update addressbook.html | Dennis1993 | |
added old frameborder Attribute for IE7 and IE8 | |||
2013-07-26 | Update mail.html | Dennis1993 | |
added old frameborder Attribute for IE7 and IE8 | |||
2013-07-23 | Update settings.html | Dennis1993 | |
deleted deprecated frameborder attribute and use css instead | |||
2013-07-23 | Update addressbook.html | Dennis1993 | |
deleted deprecated frameborder attribute and use css instead | |||
2013-07-23 | Update mail.html | Dennis1993 | |
deleted deprecated frameborder Attribute and use css instead wrong closing DIV tag | |||
2013-07-21 | Update header.html | Dennis1993 | |
deleted old border="0" attribute and use css instead | |||
2013-07-21 | Update login.html | Dennis1993 | |
deleted deprecated border="0" Attribute and use css instead | |||
2013-07-21 | Update styles.css | Dennis1993 | |
added support for required field (HTML5) added border:none; for logos and delete deprecated border="0" html attribute | |||
2013-07-16 | Merge pull request #87 from rimas-kudelis/master | Thomas B. | |
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier | |||
2013-07-12 | Add more icons sizes to favicon.ico's | Rimas Kudelis | |
2013-07-12 | Allow to load config files for different environments (#1487311); keep ↵ | Thomas Bruederli | |
(non-default) filename in URLs throughout the webmail app | |||
2013-07-10 | Right-align size column header | Thomas Bruederli | |
2013-07-10 | Enable fixed message list header in classic skin | Thomas Bruederli | |
2013-07-10 | Set z-index for messagelist and fixed header copy; fix overflow settings; ↵ | Thomas Bruederli | |
removed unused definitions | |||
2013-07-09 | Finally: make message list header stay on top when scrolling (#1295420) | Thomas Bruederli | |
2013-07-05 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-07-05 | Help plugin: CSS fixes, content frame scrollbar fix, about page (classic ↵ | Aleksander Machniak | |
skin) fix | |||
2013-07-05 | Use the more descriprive label 'move to...' for mailbox list drop-down | Thomas Bruederli | |
2013-07-04 | Fix folder names truncation in Classic skin (#1489220) | Aleksander Machniak | |
Fix bug where not all event handlers were executed (because body onload was executed after rcmail init function, sometimes) | |||
2013-07-01 | Contacts drag-n-drop default action is to move contacts (#1488751) | Aleksander Machniak | |
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move' | |||
2013-06-28 | Fix so filename label is "Name" not "Display name" | Aleksander Machniak | |
2013-06-27 | Fix text-overflow | Thomas Bruederli | |
2013-06-27 | Added toolbar container on attachment preview page | Aleksander Machniak | |
2013-06-26 | Fix Close link and remove About link on error pages (#1489109) | Aleksander Machniak | |
2013-06-26 | Make identity signature field wider (#1489159) | Aleksander Machniak | |
2013-06-26 | Fix icon position for all special folders when on second level of the tree. | Aleksander Machniak | |
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element. | |||
2013-06-25 | Fix Junk folder alignment when it's nested in inbox folder. | Victor Benincasa | |
2013-06-24 | Improved/unified attachment preview page | Aleksander Machniak | |
Implemented attachment print button | |||
2013-06-23 | Improve screen min-width calculation | Aleksander Machniak | |
2013-06-23 | Fix screen element height in popups in Opera browser | Aleksander Machniak | |
2013-06-23 | Fix lack of space between searchfiler and quicksearchbar in Larry skin ↵ | Aleksander Machniak | |
(#1489158) | |||
2013-06-18 | Merge branch 'dev-advanced-ldap-groups': | Thomas Bruederli | |
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list |