Commit Graph

347 Commits (38bf401cf88bc88d3b4d96fee8d2166cc2cac8c6)

Author SHA1 Message Date
Aleksander Machniak e2872900f4 Fix small style glitch on first toolbar button in recent Firefox 11 years ago
Thomas Bruederli 4910b0666e Distinguish mobile/tablet/touch devices 11 years ago
Thomas Bruederli 85e10cbb41 Fix scrolling in iframes on touch devices 11 years ago
Thomas Bruederli dc84008266 Optimize list events for touch devices 11 years ago
Aleksander Machniak 328876db5c Fix image scaling issues when image has only one dimension smaller than the limit (#1489274)
Other small code improvements.
11 years ago
Dennis1993 df618da530 Update compose.html
Deleted / in wrong line
11 years ago
Dennis1993 057af166c8 Update mail.html
Deleted attachmentFieldSize="40" from file tag (that's not allowed)
11 years ago
Dennis1993 4112be7263 Update compose.html
- Deleted self-closing Syntax on a link tag (that's not allowed)
- Deleted attachmentFieldSize="40" from file tag (that's not allowed too)
11 years ago
Dennis1993 bb0ff20140 Update settings.html
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993 4bf322d256 Update addressbook.html
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993 269b5bfa95 Update mail.html
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993 cfd799b905 Update settings.html
deleted deprecated frameborder attribute and use css instead
11 years ago
Dennis1993 5b976a6187 Update addressbook.html
deleted deprecated frameborder attribute and use css instead
11 years ago
Dennis1993 f6196e75e8 Update mail.html
deleted deprecated frameborder Attribute and use css instead
wrong closing DIV tag
11 years ago
Dennis1993 7095f54fdc Update header.html
deleted old border="0" attribute and use css instead
11 years ago
Dennis1993 02b1a15775 Update login.html
deleted deprecated border="0" Attribute and use css instead
11 years ago
Dennis1993 7d4b41f592 Update styles.css
added support for required field (HTML5)
added border:none; for logos and delete deprecated border="0" html attribute
11 years ago
Thomas B. 5acb99a498 Merge pull request #87 from rimas-kudelis/master
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
11 years ago
Rimas Kudelis 471157982b Add more icons sizes to favicon.ico's 11 years ago
Thomas Bruederli deb2b8d080 Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app 11 years ago
Thomas Bruederli 2c03b71d28 Set z-index for messagelist and fixed header copy; fix overflow settings; removed unused definitions 11 years ago
Thomas Bruederli 73ad4f1bfd Finally: make message list header stay on top when scrolling (#1295420) 11 years ago
Aleksander Machniak 2b8eb4a5ed Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak eabc0564cd Help plugin: CSS fixes, content frame scrollbar fix, about page (classic skin) fix 11 years ago
Thomas Bruederli c492b0745f Use the more descriprive label 'move to...' for mailbox list drop-down 11 years ago
Aleksander Machniak a45f9b7bf5 Contacts drag-n-drop default action is to move contacts (#1488751)
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751)
Use consistent naming: 'moveto' -> 'move'
11 years ago
Aleksander Machniak ad052b81d8 Fix so filename label is "Name" not "Display name" 11 years ago
Thomas Bruederli 94b11361b5 Fix text-overflow 11 years ago
Aleksander Machniak 57d1d60ef1 Added toolbar container on attachment preview page 11 years ago
Aleksander Machniak 528366f693 Fix Close link and remove About link on error pages (#1489109) 11 years ago
Aleksander Machniak d675abc571 Make identity signature field wider (#1489159) 11 years ago
Aleksander Machniak 3aa16c320b Fix icon position for all special folders when on second level of the tree.
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element.
11 years ago
Victor Benincasa d7604c8c59 Fix Junk folder alignment when it's nested in inbox folder. 11 years ago
Aleksander Machniak 0494288999 Improved/unified attachment preview page
Implemented attachment print button
11 years ago
Aleksander Machniak 3a0f822767 Improve screen min-width calculation 11 years ago
Aleksander Machniak bcc1590663 Fix screen element height in popups in Opera browser 11 years ago
Aleksander Machniak 12e69ce13d Fix lack of space between searchfiler and quicksearchbar in Larry skin (#1489158) 11 years ago
Thomas Bruederli dd54725b21 Merge branch 'dev-advanced-ldap-groups':
- 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
11 years ago
Thomas Bruederli 4f53ab347e Add feature to import messages to the currently selected folder 11 years ago
Thomas Bruederli c7f958df50 Add styles for image thumbnails in print mode (#1489134) 11 years ago
Thomas Bruederli 020bded515 Set minimum height for message headers block (#1489108) 11 years ago
Aleksander Machniak 36adaf630d Improved width of message list menu dialog 11 years ago
Aleksander Machniak ec532341ce Fix list mode switch to 'List' after saving list settings in Larry skin (#1489164) 11 years ago
Aleksander Machniak 8f9a8b6fce Fix decorated select width in Firefox 11 years ago
Aleksander Machniak de15846c54 Make update_quota public 11 years ago
Aleksander Machniak 15482bcade Improved handling of Reply-To/Bcc addresses of identity in compose form (#1489016) 11 years ago
Aleksander Machniak 0279879871 Small css fix in compose page footer 11 years ago
Aleksander Machniak 2355045ded Change Reply-All button label/title when mailing list is detected (#1488938) 11 years ago
Aleksander Machniak c958452d09 Catch possible "Permission denied" error on iframe elements in IE 11 years ago
Victor Benincasa ef3f1dfca9 Small code optimization
Remove function argument as a local variable is used.
11 years ago
Aleksander Machniak 9576906bbe Fix hide-headers icon 11 years ago
Aleksander Machniak e088291024 Remove dropdown style from attachment menu 11 years ago
Aleksander Machniak 443b92a7ee Add add_popup() method to make possible to register popup from a plugin.
It was possible with show_popup(), however sometimes it is needed
to register a popup before show_popup() is being used.
11 years ago
Aleksander Machniak d227eda9cb Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005) 11 years ago
Aleksander Machniak aa4b379e9f Fix html button (when html is not selected) 11 years ago
Thomas Bruederli 90e41a7cc0 Small improvements to text/html switch 11 years ago
Thomas Bruederli 52448c63a1 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli 6996dee856 Add switch for text/html alternative part view (#1486939) 11 years ago
Victor Benincasa 2f1d6c3edc Small CSS optimizations 11 years ago
Aleksander Machniak 32da699830 Fix javascript errors when working in a page opened with taget="_blank" 11 years ago
Aleksander Machniak bc2c4380b5 Add attachment menu with Open and Download options (#1488975) 12 years ago
Thomas Bruederli d30460ad2f Let some env variables survive reset(); don't show taskbar and top line in framed error pages (#1488938) 12 years ago
Thomas Bruederli de98a897f6 Add link to pop the address group stack; add animations when pushing/popping lists (in larry skin) 12 years ago
Thomas Bruederli 86552ffc8f Finish hierarchical groups browsing in LDAP address books; add according UI elements and styles to the skins; adapt habavior of the compose address book widget 12 years ago
Thomas Bruederli c5a5f989a9 Allow to list contact groups in (paged) list (yet incomplete) 12 years ago
Thomas Bruederli d9e16f02aa Set treelist items to position:realtive to correctly align toggle icons 12 years ago
Thomas Bruederli 873ae9e9de Add work-around for IE <= 8 which doesn't support :last-child CSS selector 12 years ago
Thomas Bruederli 18de07e86f Set the new treelist class to all mailboxlist objects 12 years ago
Thomas Bruederli e654d9bd24 Better indentation styles for mailbox list 12 years ago
Thomas Bruederli 3c309af066 - Refactored the hierarchical mailboxlist control into a separate widget class
- 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
12 years ago
Thomas Bruederli b7ea947844 Define a global style for tree lists 12 years ago
Thomas Bruederli f5aecf055b Only trigger timers when dragging is active 12 years ago
Aleksander Machniak 00b9c25f24 Improve contacts import interface, add #message object 12 years ago
Thomas Bruederli bcbfe0ba45 Make searchbox properly scale to 100% using box-sizing trick (#1488381) 12 years ago
Thomas Bruederli bd0daee7fd Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 6c27c3b55e Add search box to compose address book widget (#1488381) 12 years ago
Thomas Bruederli 7bdfd78426 Define generic .searchbox styles 12 years ago
Aleksander Machniak bbdd624e12 Added embed.css for classic skin, improved/unified warnings style (button is still different), cleanup 12 years ago
Thomas Bruederli 1730cf8d7b Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages) 12 years ago
Thomas Bruederli 11d7e6c825 Add file type icons for pgp/pks7 signatures and attached email messages 12 years ago
Thomas Bruederli 6d57b11d83 Save some vertical space in message part view 12 years ago
Thomas Bruederli 9a6c38e148 New feature to export only selected contacts from addressbook (by Phil Weir) 12 years ago
Thomas Bruederli 1f87107b08 Fix logo display in IE8 (#1488889) 12 years ago
Thomas Bruederli 18e23ab763 Welcome to 2013 12 years ago
Thomas Bruederli dee159317f Adjust searchbox position 12 years ago
Aleksander Machniak 212ff905bb Fix Chrome issue with unwanted horizontal scrollbar (#1488851) 12 years ago
Aleksander Machniak 0b56baa06c Remove invalid css rule 12 years ago
Thomas Bruederli b903c21450 Fix minimal header mode in ext wins 12 years ago
Aleksander Machniak eecb447b2a Fix checkbox/label alignment. We do this by additional span inside label
and vertical-align:middle on both checkbox and span.
12 years ago
Aleksander Machniak 347ba311e6 Add possibility to search in message body only (#1488770) 12 years ago
Thomas Bruederli d9f180adf9 Minor IE7/8 fixes 12 years ago
Thomas Bruederli 54241516d7 Add toggle to minimize page header; automatically triggers on small screens 12 years ago
Aleksander Machniak f5e7a1f36a Add Compose button on message view page (#1488747)
Fixed javascript error on extwin message page (classic skin) - removed splitter.
12 years ago
Aleksander Machniak 3f08b3a35a Fix unwanted horizontal scrollbar in message preview header (#1488866) 12 years ago
Aleksander Machniak 25bf00ecbc Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak d9f109b56a Allow forwarding of multiple emails (#1486854) 12 years ago
Thomas Bruederli a8a72e2e7e Nicely render headers of message/rfc822 parts 12 years ago
Aleksander Machniak 04acc75f77 Replace topline container with topline-left, topline-center, topline-right containers (#1488846) 12 years ago
Aleksander Machniak e327ebd7fe Unify top-border on message-part and image-attachment elements 12 years ago
Aleksander Machniak 743d9206df Optimized images size (#1488835) 12 years ago