summaryrefslogtreecommitdiff
path: root/skins/classic
AgeCommit message (Collapse)Author
2014-08-05lot of stuffHugues Hiegel
2013-11-08Adjust date column size to fit the widest possible date format (#1489368)Thomas Bruederli
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-30Fix small regression in #listmenuAleksander Machniak
2013-10-25Better fix for menu scrollbars: only allow vertical scrollbar to appearThomas Bruederli
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-24Eliminate horizontal scrollbar in popup menus with many options (e.g. ↵Aleksander Machniak
spellcheck languages list)
2013-10-18Avoid popup menus overflowing the browser windowThomas Bruederli
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
2013-09-28Generate settings tabs with a template object 'settingstabs' and let plugins ↵Thomas Bruederli
register themselves there using the 'settings_actions' hook
2013-09-21Hide Delivery Status Notification option when smtp_server is unset (#1489336)Aleksander Machniak
2013-09-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-15Style improvements on attachments list in compose screenAleksander Machniak
2013-09-15Display full attachment name using title attribute when name is too long to ↵Aleksander Machniak
display (#1489320)
2013-09-12Fix attachment icon issue when rare font/language is used (#1489326)Aleksander Machniak
2013-09-04Use the correct label for responses list headerThomas Bruederli
2013-09-04Add canned response UI elements to classic skinThomas Bruederli
2013-08-09Fix image scaling issues when image has only one dimension smaller than the ↵Aleksander Machniak
limit (#1489274) Other small code improvements.
2013-07-16Merge pull request #87 from rimas-kudelis/masterThomas B.
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
2013-07-12Add more icons sizes to favicon.ico'sRimas Kudelis
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-07-10Right-align size column headerThomas Bruederli
2013-07-10Enable fixed message list header in classic skinThomas Bruederli
2013-07-05Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-07-05Help plugin: CSS fixes, content frame scrollbar fix, about page (classic ↵Aleksander Machniak
skin) fix
2013-07-05Use the more descriprive label 'move to...' for mailbox list drop-downThomas Bruederli
2013-07-04Fix 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-01Contacts 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-27Added toolbar container on attachment preview pageAleksander Machniak
2013-06-26Make identity signature field wider (#1489159)Aleksander Machniak
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-18Merge 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-16Add UI elements for message import to classic skinThomas Bruederli
2013-06-13Add styles for image thumbnails in print mode (#1489134)Thomas Bruederli
2013-06-04Move rcube_layer class to classic skin, it was used only thereAleksander Machniak
2013-06-01Improved handling of Reply-To/Bcc addresses of identity in compose form ↵Aleksander Machniak
(#1489016)
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-04-29Catch possible "Permission denied" error on iframe elements in IEAleksander Machniak
2013-04-02Fix empbedded warning iconAleksander Machniak
2013-03-28Remove unwanted horizontal scrollbar on addressbook in Internet ExplorerAleksander Machniak
2013-03-15Add ability to toggle between view as HTML and text while viewing a message ↵Aleksander Machniak
(#1486939)
2013-03-09Remove font style definition on td, th, div, p elements (#1488408)Aleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-03-02Update copyright in about pagesThomas Bruederli
2013-02-07Finish hierarchical groups browsing in LDAP address books; add according UI ↵Thomas Bruederli
elements and styles to the skins; adapt habavior of the compose address book widget
2013-02-07Fix contacts-table position when there's more than one addressbookAleksander Machniak
2013-01-31Set treelist items to position:realtive to correctly align toggle iconsThomas Bruederli
2013-01-31Set the new treelist class to all mailboxlist objectsThomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items
2013-01-31Define a global style for tree listsThomas Bruederli