Age | Commit message (Expand) | Author |
2012-04-19 | - Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() w... | alecpl |
2012-04-18 | - Fix render_folder_tree_select() (#1488441) | alecpl |
2012-04-16 | - Moved session init/config functionality into rcube class | alecpl |
2012-04-16 | - Framework refactoring (I hope it's the last one): | alecpl |
2012-04-13 | - Merge devel-framework branch, resolved conflicts | alecpl |
2012-03-22 | Always return the correct connection state | thomascube |
2012-03-19 | - Image resize with GD extension (#1488383) | alecpl |
2012-02-25 | Remember custom skin selection after logout (#1488355) | thomascube |
2012-02-21 | Refactored IMAP cache expunge: delegate to storage object; don't rely on depr... | thomascube |
2012-02-08 | - Fix URL building - skip null parameters | alecpl |
2012-02-02 | Allow users to choose cols for contacts list sorting | thomascube |
2012-01-25 | Fix autoselect_host() for login (#1488297) | thomascube |
2012-01-18 | - Handle ldap_public misconfiguration | alecpl |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-16 | Run imap_init plugin hook as deprecated hook; set $_SESSION['imap_host'] for ... | thomascube |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2012-01-03 | - Move some checks into login() method | alecpl |
2011-12-29 | - Add separate pagesize setting for mail messages and contacts (#1488269) | alecpl |
2011-12-07 | - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead | alecpl |
2011-12-07 | - Remove deprecated global $IMAP variable usage (#1488148) | alecpl |
2011-12-07 | Remove unused code | thomascube |
2011-12-01 | - Remove debug code from last commit | alecpl |
2011-12-01 | - Fix so connection to LDAP will be properly closed | alecpl |
2011-12-01 | - Simplified compose session data handling, no need for session->cleanup() | alecpl |
2011-11-13 | - Add option to set session name (#1486433) | alecpl |
2011-11-08 | Remove unused cruft | thomascube |
2011-10-30 | Allow cross-task ajax requests | thomascube |
2011-10-03 | - Fix namespace handling in special folders settings (#1488112) | alecpl |
2011-09-28 | Distinguish standard timezone offset and DST of client | thomascube |
2011-09-21 | Skip confirmation dialog when deleting a contact from a source that supports ... | thomascube |
2011-09-19 | - Allow setting connection options in imap_connect hook | alecpl |
2011-09-16 | - Fix default folders settings (according to namespaces) for new users too | alecpl |
2011-09-12 | - Extend rcube_label_exists() to search in loaded plugins localizations | alecpl |
2011-09-05 | Improved memcache connection procedure from release-0.6; use call_user_func t... | thomascube |
2011-08-27 | - Fix is_a() usage for PHP>5.3.6 | alecpl |
2011-08-24 | Add copyright line on files with significant changes from Kolab Systems | thomascube |
2011-08-16 | - Add option to hide selected LDAP addressbook on the list | alecpl |
2011-08-14 | More unique error codes | thomascube |
2011-08-02 | - Fix get_address_book() to call get_address_sources() internally when lookin... | alecpl |
2011-07-29 | - Fix 'sql' identifier for addressbook handling (#1488013) | alecpl |
2011-07-27 | - Performance fix: don't create addressbook object to close() it if it wasn't... | alecpl |
2011-07-27 | - Don't use default source if source id is specified in get_address_source() | alecpl |
2011-07-11 | Session object can be null if db/memcache is not available | thomascube |
2011-07-10 | - Add add_shutdown_function() method. Make possible to call user function bef... | alecpl |
2011-07-07 | - Added possibility to undo last contact delete operation | alecpl |
2011-06-29 | - Fix url() so zero-values are not skipped (#1487979) | alecpl |
2011-06-03 | - Call addressbook_get hook only if build-in addressbook doesn't match wanted... | alecpl |
2011-05-23 | - Add read/write methods for immediate operations on cache backend (no affect... | alecpl |
2011-05-23 | - Store user preferences in session when write-master is not available and se... | alecpl |
2011-05-23 | - Add TTL parameter to rcube_cache class (and rcmail::get_cache method) | alecpl |