Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-26 | Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174) | Aleksander Machniak | |
2013-06-26 | Fix icon position for all special folders when on second level of the tree. | Aleksander Machniak | |
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element. | |||
2013-06-25 | Fix empty messages list when register_globals is enabled (#1489157) | Aleksander Machniak | |
2013-06-25 | Fix Junk folder alignment when it's nested in inbox folder. | Victor Benincasa | |
2013-06-25 | Improve code readability | Aleksander Machniak | |
2013-06-25 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-06-25 | Performance improvement for searching in threaded mode. We can use | Aleksander Machniak | |
cached index now. Some other small improvements. | |||
2013-06-25 | Fix improper error checking | Victor Benincasa | |
Currently all (HTML/TEXT) spell checking logs an error (due commit b15cc7d) and HTML spell checking doesn't work (due commit cfe2fc8). Fix: ignore error="0" value from the returned XML as it isn't an error. | |||
2013-06-24 | Revert change where NULL config value wasn't handled as unset (#1489202) | Aleksander Machniak | |
2013-06-24 | Update changelog | Aleksander Machniak | |
2013-06-24 | Improved/unified attachment preview page | Aleksander Machniak | |
Implemented attachment print button | |||
2013-06-23 | Improve screen min-width calculation | Aleksander Machniak | |
2013-06-23 | Fix screen element height in popups in Opera browser | Aleksander Machniak | |
2013-06-23 | Fix lack of space between searchfiler and quicksearchbar in Larry skin ↵ | Aleksander Machniak | |
(#1489158) | |||
2013-06-22 | Fix error when searching in threaded mode | Aleksander Machniak | |
2013-06-21 | CS fixes | Aleksander Machniak | |
2013-06-21 | Remove confusing note about closing ?> tag and no characters after it. | Aleksander Machniak | |
We currently do not require closing tag in config file, we also correctly handle characters after the closing tag (#1489179) | |||
2013-06-21 | Fix so valid and set date.timezone is not required by installer checks ↵ | Aleksander Machniak | |
(#1489180) | |||
2013-06-21 | Disable workaround for http://bugs.php.net/bug.php?id=18556 if PHP 5.5 is ↵ | Aleksander Machniak | |
detected | |||
2013-06-20 | Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ | Thomas Bruederli | |
2013-06-20 | Canonize boolean ini_get() results (#1489189) | Aleksander Machniak | |
2013-06-20 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-06-20 | Improve IMAP APPEND handling so it can read message (parts) from file pointer(s) | Aleksander Machniak | |
and make it less memory consuming | |||
2013-06-19 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-06-19 | Add note about possible connection errors when using ssl with smtp_timeout>0 ↵ | Aleksander Machniak | |
(#1489187) | |||
2013-06-19 | Fixed so ldap cache can be disabled | Aleksander Machniak | |
Fixed issue where ldap groups cache wasn't used correctly | |||
2013-06-19 | Use the right attribute to display group names | Thomas Bruederli | |
2013-06-19 | Cache LDAP's user_specific search and use vlv for better performance (#1489186) | Aleksander Machniak | |
2013-06-19 | CS fixes | Aleksander Machniak | |
2013-06-19 | Fix debug setting in ldap classes | Aleksander Machniak | |
2013-06-19 | Fix so attachment_reminder=false really disables the reminder action | Aleksander Machniak | |
2013-06-18 | CS fixes | Aleksander Machniak | |
2013-06-18 | Unify LDAP debug messages | Aleksander Machniak | |
2013-06-18 | Ignore ldap_search warnings (like in the old code) | Aleksander Machniak | |
2013-06-18 | Describe changes from 'dev-advanced-ldap-groups' | Thomas Bruederli | |
2013-06-18 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2013-06-18 | Consolidate quote_string() method usage; don't add additional filter if ↵ | Thomas Bruederli | |
required field is already in search query | |||
2013-06-18 | Fix so install do not fail when one of DB driver checks fails but other ↵ | Aleksander Machniak | |
drivers exist (#1489178) | |||
2013-06-18 | Merge 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-18 | Mention new feature in changelog | Thomas Bruederli | |
2013-06-18 | Fix so exported vCard specifies encoding in v3-compatible format (#1489183) | Aleksander Machniak | |
2013-06-17 | Merge pull request #58 from kanarip/master | Aleksander Machniak | |
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration | |||
2013-06-16 | Add UI elements for message import to classic skin | Thomas Bruederli | |
2013-06-16 | Fix messages list column dragging after changing column/sort settings | Aleksander Machniak | |
2013-06-16 | Display '(empty subject)' in message view if subject header is missing ↵ | Thomas Bruederli | |
(#1489108) | |||
2013-06-16 | Fix session issues when local and database time differs (#1486132) | Aleksander Machniak | |
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP | |||
2013-06-16 | Remove session.auto_start setting. It is already too late to set this option. | Aleksander Machniak | |
2013-06-15 | Split managesieve.php file into two | Aleksander Machniak | |
2013-06-15 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-06-15 | Implemented date, currentdate and index - RFC5260 (#1488120) | Aleksander Machniak | |