Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-06-16 | Add UI elements for message import to classic skin | Thomas Bruederli | |
2013-06-14 | Add feature to import messages to the currently selected folder | Thomas Bruederli | |
2013-06-13 | Add styles for image thumbnails in print mode (#1489134) | Thomas Bruederli | |
2013-06-13 | Set minimum height for message headers block (#1489108) | Thomas Bruederli | |
2013-06-12 | Improved width of message list menu dialog | Aleksander Machniak | |
2013-06-11 | Fix list mode switch to 'List' after saving list settings in Larry skin ↵ | Aleksander Machniak | |
(#1489164) | |||
2013-06-07 | Fix decorated select width in Firefox | Aleksander Machniak | |
2013-06-05 | Make update_quota public | Aleksander Machniak | |
2013-06-04 | Move rcube_layer class to classic skin, it was used only there | Aleksander Machniak | |
2013-06-01 | Improved handling of Reply-To/Bcc addresses of identity in compose form ↵ | Aleksander Machniak | |
(#1489016) | |||
2013-05-31 | Small css fix in compose page footer | Aleksander Machniak | |
2013-05-20 | Change Reply-All button label/title when mailing list is detected (#1488938) | Aleksander Machniak | |
2013-04-29 | Catch possible "Permission denied" error on iframe elements in IE | Aleksander Machniak | |
2013-04-19 | Small code optimization | Victor Benincasa | |
Remove function argument as a local variable is used. | |||
2013-04-15 | Fix hide-headers icon | Aleksander Machniak | |
2013-04-15 | Remove dropdown style from attachment menu | Aleksander Machniak | |
2013-04-04 | Add add_popup() method to make possible to register popup from a plugin. | Aleksander Machniak | |
It was possible with show_popup(), however sometimes it is needed to register a popup before show_popup() is being used. | |||
2013-04-02 | Fix empbedded warning icon | Aleksander Machniak | |
2013-03-28 | Remove unwanted horizontal scrollbar on addressbook in Internet Explorer | Aleksander Machniak | |
2013-03-22 | Call resize handler in intervals to prevent lags and double onresize calls ↵ | Aleksander Machniak | |
in Chrome (#1489005) | |||
2013-03-21 | Fix html button (when html is not selected) | Aleksander Machniak | |
2013-03-21 | Small improvements to text/html switch | Thomas Bruederli | |