Age | Commit message (Expand) | Author |
2011-06-15 | - Add possibility to return subscription status and css class name for folder... | alecpl |
2011-06-15 | - Add 'foldername' attribute to folders table rows, so plugin writers would b... | alecpl |
2011-06-15 | - Force allowed attributes on table rows | alecpl |
2011-06-15 | - Added html_table::get_row_attribs(), extended html_table::set_row_attribs() | alecpl |
2011-06-15 | - Fixed initial directory selection | alecpl |
2011-06-15 | Allow to specify multiple sort columns as array (currently only used for VLV) | thomascube |
2011-06-14 | - Added searching in all addressbook sources (global-search) | alecpl |
2011-06-13 | Use dechex() instead of sprintf() for base conversion | thomascube |
2011-06-13 | Show more debug output | thomascube |
2011-06-13 | - Support array in 2nd argument of search() when searching by primary key, as... | alecpl |
2011-06-10 | Only select dn for count queries | thomascube |
2011-06-09 | Implement LDAPv3 Virtual List View (VLV) for paged results listing | thomascube |
2011-06-08 | - Label fix | alecpl |
2011-06-05 | - Fix contacts import (#1487947) | alecpl |
2011-06-03 | Use address_template config when adding a new address block (#1487944) | thomascube |
2011-06-03 | - Fix regexp matching field names | alecpl |
2011-06-03 | - Small fix for advanced searching | alecpl |
2011-06-03 | - typo | alecpl |
2011-06-03 | - Call addressbook_get hook only if build-in addressbook doesn't match wanted... | alecpl |
2011-06-03 | - Performance improvement, fix case-sensitivness in advanced search | alecpl |
2011-06-03 | - Added addressbook advanced search | alecpl |
2011-06-02 | - Don't call rcube_idn_to_ascii() on empty data | alecpl |
2011-06-02 | - Fix identities "reply-to" and "bcc" fields have a bogus value when left emp... | alecpl |
2011-06-02 | - Replace preg_match() with faster strpos() | alecpl |
2011-06-01 | - Fix doubled encoding in save-pref request (#1487941), small code improvements | alecpl |
2011-06-01 | Add collected text labels in one single function call | thomascube |
2011-06-01 | - Add popup with basic fields selection for addressbook search | alecpl |
2011-05-31 | Case-insensitive matching in autocompletion (#1487933); replace old string of... | thomascube |
2011-05-31 | - Optimization for spellcheck_before_send: don't invoke new ajax request. Whi... | alecpl |
2011-05-30 | - Fix setting language for spellchecker on spellcheck_before_send | alecpl |
2011-05-30 | - Add option to force spellchecking before sending a message (#1485458) | alecpl |
2011-05-30 | - Provided rcube_spellchecker class, simplified code in utils task (less spel... | alecpl |
2011-05-27 | - Fix handling of "<" character in group name | alecpl |
2011-05-27 | - Allow setting special folder with "<" character | alecpl |
2011-05-27 | - Fix handling of "<" character in contact data, search fields and folder nam... | alecpl |
2011-05-27 | - Added option to specify to which address book add new contacts | alecpl |
2011-05-27 | - Make debug handler to be a method of rcube_mdb2 | alecpl |
2011-05-23 | Add support for X-AB-EDIT field upon user request | thomascube |
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 |
2011-05-21 | - Fix s/pattern/prefix/ in clear_cache() | alecpl |
2011-05-21 | - Use index record for memcache/apc engine, don't load the whole cache into m... | alecpl |
2011-05-20 | Catch write-errors on database (yet untested) | thomascube |
2011-05-20 | - Re-designed cache, fixes memcache/apc issues | alecpl |
2011-05-20 | - Improve performence of folder manager operations by moving subscriptions ta... | alecpl |
2011-05-20 | - Clear properly mailboxes cache on folder subscription change | alecpl |
2011-05-20 | - Fix error when rcube_cache::remove() was used in pattern mode | alecpl |
2011-05-20 | - Fix func_get_args() usage for PHP<5.3 (#1487928) | alecpl |
2011-05-19 | - Removed focus_on_new_message option, added newmail_notify plugin | alecpl |