Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | Fix attachment menu link in IE8 | Aleksander Machniak | |
2013-11-10 | First version of the local storage compose data saving feature; some ↵ | Thomas Bruederli | |
behavioral improvements and encrytion are still to be added | |||
2013-11-08 | Fix listicons image with wrong message header icon | Thomas Bruederli | |
2013-11-08 | Better icon for advanced settings blocks; message list row borders | Thomas Bruederli | |
2013-11-08 | Adjust recipients textarea size according to conent. | Thomas Bruederli | |
This reduces the height to 1 row on Firefox < 25 which renders textareas rows+1 heigh (#1489198) | |||
2013-11-08 | Adjust date column size to fit the widest possible date format (#1489368) | Thomas Bruederli | |
2013-11-08 | Add filetype icons for Powerpoint and Openoffice Presentations (#1489225) | Thomas Bruederli | |
2013-10-30 | Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) | Aleksander Machniak | |
2013-10-30 | Fix small regression in #listmenu | Aleksander Machniak | |
2013-10-25 | Fixed status icon in messages list header, fixed position of flag icon | Aleksander Machniak | |
2013-10-25 | Better fix for menu scrollbars: only allow vertical scrollbar to appear | Thomas Bruederli | |
2013-10-25 | Fix message content scrolling on touch devices | Thomas Bruederli | |
2013-10-25 | Merge branch 'dev-canned-responses' | Thomas Bruederli | |
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html | |||
2013-10-24 | Eliminate horizontal scrollbar in popup menus with many options (e.g. ↵ | Aleksander Machniak | |
spellcheck languages list) | |||
2013-10-18 | Avoid popup menus overflowing the browser window | Thomas Bruederli | |
2013-09-30 | Also truncate the list of addresses in print view + add link to show them all | Thomas Bruederli | |
2013-09-28 | Generate settings tabs with a template object 'settingstabs' and let plugins ↵ | Thomas Bruederli | |
register themselves there using the 'settings_actions' hook | |||
2013-09-21 | Hide Delivery Status Notification option when smtp_server is unset (#1489336) | Aleksander Machniak | |
2013-09-19 | Allow sysadmins to define static responses which are immutable for the user | Thomas Bruederli | |
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-04 | Use the correct label for responses list header | Thomas Bruederli | |
2013-09-04 | Add canned response UI elements to classic skin | Thomas Bruederli | |
2013-09-04 | Keep current selection on IE browsers by adding unselectable=on to link elements | Thomas Bruederli | |
2013-09-04 | Toolbar and list icons for responses + list header icon for prority column ↵ | Thomas Bruederli | |
(#1489234) | |||
2013-09-04 | New settings section to manage canned responses | Thomas Bruederli | |
2013-09-04 | Add new feature to save and recall text snippets (aka canned responses) when ↵ | Thomas Bruederli | |
composing messages | |||
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 |