Age | Commit message (Expand) | Author |
2013-11-22 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2013-11-22 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2013-11-22 | Trigger event when opening new windows with a reference to the window object ... | Thomas Bruederli |
2013-11-22 | Fix rowcount when list element contains bot only tr/li elements but also text... | Aleksander Machniak |
2013-11-22 | Display status messages as pile of black bars overlaying the UI in order to i... | Thomas Bruederli |
2013-11-21 | Fix issue where subject input might get filled with "null" string (IE8) | Aleksander Machniak |
2013-11-21 | Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9) | Aleksander Machniak |
2013-11-21 | Fix folders sorting procedure. | Aleksander Machniak |
2013-11-21 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2013-11-21 | Make sort_folder_list() public | Aleksander Machniak |
2013-11-21 | Add hook to notify plugins about message sending errors | Thomas Bruederli |
2013-11-20 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2013-11-20 | Small fixes: variable scope | Aleksander Machniak |
2013-11-20 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2013-11-18 | Fix browser version detection and failing tests | Aleksander Machniak |
2013-11-18 | Code improvements and some unification with browser detection code in javascript | Aleksander Machniak |
2013-11-18 | Fix deprecated function usage | Aleksander Machniak |
2013-11-16 | Make $force parameter only override the task check for required plugins (#148... | Thomas Bruederli |
2013-11-16 | Move 'advanced' block to the end of the settings form | Thomas Bruederli |
2013-11-15 | Accept text/html parts inside multipart/mixed parts as HTML contents | Thomas Bruederli |
2013-11-15 | Fix (again) IE11 detection where document.all is not defined. | Aleksander Machniak |
2013-11-15 | Fix bgcolor attribute handling | Aleksander Machniak |
2013-11-15 | Fix Internet Explorer 11 detection (#1489434) | Aleksander Machniak |
2013-11-14 | Reset $part_orig_mimetype variable in for-loop. This avoids attachments along... | Thomas Bruederli |
2013-11-14 | Clean HTML message body from URL parameters after enabling HTML mode in commi... | Thomas Bruederli |
2013-11-14 | Make require_plugin() force loading of the required plugin | Thomas Bruederli |
2013-11-14 | Allow plugins to override message compose mode | Thomas Bruederli |
2013-11-11 | Do not start autocomplete request on arrow keys press | Aleksander Machniak |
2013-11-10 | Compare draft message-ID when restoring local message contents | Thomas Bruederli |
2013-11-10 | Track typing activity in HTML editor | Thomas Bruederli |
2013-11-10 | Better button text for message restore dialog | Thomas Bruederli |
2013-11-10 | Track typing in compose screen and only update local storage on activity | Thomas Bruederli |
2013-11-10 | First version of the local storage compose data saving feature; some behavior... | Thomas Bruederli |
2013-11-10 | Fix errors in error page :-) | Thomas Bruederli |
2013-11-08 | Finish advanced prefs feature (#1488829) | Thomas Bruederli |
2013-11-07 | Fix categories/groups import from csv | Aleksander Machniak |
2013-11-07 | Fix operations on folders with trailing spaces in name (#1489419) | Aleksander Machniak |
2013-11-07 | Better handling of fopen() errors | Aleksander Machniak |
2013-11-07 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2013-11-07 | Avoid rcube_session::reload() to reset previous changes. This fixes parallel ... | Thomas Bruederli |
2013-11-06 | Small performance improvements, use str_replace() instead of strtr(), | Aleksander Machniak |
2013-11-05 | Fix regression where child messages on collapsed thread weren't selected | Aleksander Machniak |
2013-11-05 | Keep all security rules in one place, support Apache 2.4 syntax | Aleksander Machniak |
2013-11-04 | Merge pull request #152 from cmcnulty/control-shift | Aleksander Machniak |
2013-11-04 | Code improvements | Aleksander Machniak |
2013-11-04 | Improve identity selection based on From: header (#1489378) | Aleksander Machniak |
2013-11-03 | Fix issue where mails with inline images of the same name contained only the ... | Aleksander Machniak |
2013-11-02 | Remove duplicate languages on spellchecker langs list (#1489395) | Aleksander Machniak |
2013-11-02 | Fix list record selection on lists with toggleselect:true, i.e. folder manager | Aleksander Machniak |
2013-10-30 | need to reset shift_start on control select | cmcnulty |