Age | Commit message (Expand) | Author |
2012-11-17 | Fix parsing header in English when localized map is defined | Aleksander Machniak |
2012-11-16 | Add more data validation | Aleksander Machniak |
2012-11-16 | Support contacts import from CSV file (#1486399) | Aleksander Machniak |
2012-11-16 | Properly set object properties in set() method, small perf. improvement | Aleksander Machniak |
2012-11-15 | Fix rcube_utils::explode_quoted_string() with explode(), added tests | Aleksander Machniak |
2012-11-15 | Move BIG5 at the end of charsets list in detect() | Aleksander Machniak |
2012-11-15 | Improved rcube_charset::detect() with BOM checks from rcube_vcard::detect_enc... | Aleksander Machniak |
2012-11-15 | Merge branch 'keep-alive' | Aleksander Machniak |
2012-11-14 | Fix handling of text/enriched content on message reply/forward/edit | Aleksander Machniak |
2012-11-14 | Remove useless code | Aleksander Machniak |
2012-11-14 | Enable default behavior of the browser when shift/ctrl-click task links (e.g.... | Thomas Bruederli |
2012-11-13 | Fix warning when 'autovalues' property isn't set | Aleksander Machniak |
2012-11-13 | Cache identities data in memory for faster access when get_identity() is call... | Aleksander Machniak |
2012-11-12 | Avoid deprecated template warnings in extended skins | Thomas Bruederli |
2012-11-12 | Renamed config options: keep_alive to refresh_interval, min_keep_alive to min... | Aleksander Machniak |
2012-11-12 | Don't throw error when plugin doesn't register 'refresh' action handler | Aleksander Machniak |
2012-11-12 | Fix skin template paths when linking js and css files (#1488790) | Thomas Bruederli |
2012-11-12 | BINARY extension can't be used with $formatting=true on binary content | Aleksander Machniak |
2012-11-11 | Make recent changes in skin template engine more backwards-compatible (#1488790) | Thomas Bruederli |
2012-11-11 | Added cross-task 'refresh' request for system state updates | Aleksander Machniak |
2012-11-10 | New feature: display attached images as thumbnails below message body | Thomas Bruederli |
2012-11-10 | Simplify keep-alive action. Now the interval is based on session_lifetime, | Aleksander Machniak |
2012-11-09 | Add config options to automatically generate LDAP attributes for new entries | Thomas Bruederli |
2012-11-07 | Adapt to common naming scheme for template tag attributes | Thomas Bruederli |
2012-11-06 | Allow setting contentframe from template (as frame object attribute) | Aleksander Machniak |
2012-11-06 | Fix syntax error | Thomas Bruederli |
2012-11-06 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-11-06 | Recursively resolve paths of iframe contents; unify contentframe registration... | Thomas Bruederli |
2012-11-06 | Remove unused unEscape() method | Aleksander Machniak |
2012-11-05 | Make sure affected_rows() method returns expected (consistent with other RDBM... | Aleksander Machniak |
2012-11-05 | Fixed rcube_imap_generic::uncompressMessageSet() result when argument is empt... | Aleksander Machniak |
2012-10-31 | Improve client-side timezone detection using jsTimezoneDetect by Jon Nylander... | Thomas Bruederli |
2012-10-31 | Make sure HTML part size>0 before assuming the message has got HTML part | Aleksander Machniak |
2012-10-27 | Merge branch 'dev-compose-newwindow' | Thomas Bruederli |
2012-10-27 | Merge pull request #38 from dupondje/master | Thomas B. |
2012-10-26 | Prepare template processor to handle skin inheritance | Thomas Bruederli |
2012-10-25 | Add deprecated alias clear_mailbox() | Aleksander Machniak |
2012-10-23 | Give option to hide DB address book with addressbook plugin | Jean-Louis Dupond |
2012-10-22 | Fix HTML part detection in messages with attachments (#1488769) | Aleksander Machniak |
2012-10-19 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-10-19 | Match http://localhost/xxx as link | Thomas Bruederli |
2012-10-19 | Improved error message when setting required options fails (#1488682) | Aleksander Machniak |
2012-10-18 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2012-10-18 | Skip redundant SELECT on new user creation | Aleksander Machniak |
2012-10-18 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-10-18 | Don't display session error message if imap connection failed | Thomas Bruederli |
2012-10-18 | Fix handling of URLs with asterisk characters (#1488759) | Aleksander Machniak |
2012-10-18 | Ignore htmlspecialchars() warnings | Aleksander Machniak |
2012-10-18 | Remove automatic to-lowercase conversion of usernames (#1488715) | Aleksander Machniak |
2012-10-17 | Add user settings to open message view and compose form in new windows. This ... | Thomas Bruederli |