summaryrefslogtreecommitdiff
path: root/roundcubemail
AgeCommit message (Collapse)Author
2011-06-17- Don't log errors when charset conversion failsalec
git-svn-id: https://svn.roundcube.net/trunk@4859 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-16- Add addressbook name in contact info frame (#1487958)alec
git-svn-id: https://svn.roundcube.net/trunk@4857 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Add possibility to return subscription status and css class name for ↵alec
folder row from "folder_save" hook - Fix folder preview frame state after folder creation git-svn-id: https://svn.roundcube.net/trunk@4856 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would ↵alec
be able to iterate over the table rows and find wanted folders (folders_list hook) git-svn-id: https://svn.roundcube.net/trunk@4855 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Force allowed attributes on table rowsalec
git-svn-id: https://svn.roundcube.net/trunk@4854 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Added html_table::get_row_attribs(), extended html_table::set_row_attribs()alec
git-svn-id: https://svn.roundcube.net/trunk@4853 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Fixed initial directory selectionalec
git-svn-id: https://svn.roundcube.net/trunk@4852 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15Allow to specify multiple sort columns as array (currently only used for VLV)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4851 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-14- Added searching in all addressbook sources (global-search)alec
- Added addressbook source selection in contacts import git-svn-id: https://svn.roundcube.net/trunk@4850 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13Use dechex() instead of sprintf() for base conversionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4849 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13Show more debug outputthomasb
git-svn-id: https://svn.roundcube.net/trunk@4848 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13- Fix autoloading of Auth_SASL classes in Installeralec
git-svn-id: https://svn.roundcube.net/trunk@4847 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-13- Support array in 2nd argument of search() when searching by primary key, ↵alec
as in rcube_contacts class git-svn-id: https://svn.roundcube.net/trunk@4846 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-10Only select dn for count queriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@4845 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4844 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-08- Label fixalec
git-svn-id: https://svn.roundcube.net/trunk@4843 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-05- Fix contacts import (#1487947)alec
git-svn-id: https://svn.roundcube.net/trunk@4841 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03Use address_template config when adding a new address block (#1487944)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4840 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Fix regexp matching field namesalec
git-svn-id: https://svn.roundcube.net/trunk@4839 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Small fix for advanced searchingalec
git-svn-id: https://svn.roundcube.net/trunk@4838 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- typoalec
git-svn-id: https://svn.roundcube.net/trunk@4837 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match ↵alec
wanted ID (for better performance), other improvements git-svn-id: https://svn.roundcube.net/trunk@4836 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Performance improvement, fix case-sensitivness in advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4835 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Added addressbook advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4834 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-02- Updated changelogalec
git-svn-id: https://svn.roundcube.net/trunk@4832 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalec
git-svn-id: https://svn.roundcube.net/trunk@4829 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-02- Fix identities "reply-to" and "bcc" fields have a bogus value when left ↵alec
empty (#1487943) git-svn-id: https://svn.roundcube.net/trunk@4828 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-02- Replace preg_match() with faster strpos()alec
git-svn-id: https://svn.roundcube.net/trunk@4827 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@4826 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01Add collected text labels in one single function callthomasb
git-svn-id: https://svn.roundcube.net/trunk@4825 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Fix typosalec
git-svn-id: https://svn.roundcube.net/trunk@4822 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomasb
offset syntax git-svn-id: https://svn.roundcube.net/trunk@4819 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alec
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again git-svn-id: https://svn.roundcube.net/trunk@4818 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less ↵alec
spell* files) git-svn-id: https://svn.roundcube.net/trunk@4815 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in group namealec
git-svn-id: https://svn.roundcube.net/trunk@4814 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Allow setting special folder with "<" characteralec
git-svn-id: https://svn.roundcube.net/trunk@4813 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alec
names, identity name and organization fields (#1487864) git-svn-id: https://svn.roundcube.net/trunk@4812 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Added option to specify to which address book add new contactsalec
git-svn-id: https://svn.roundcube.net/trunk@4811 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Make debug handler to be a method of rcube_mdb2alec
git-svn-id: https://svn.roundcube.net/trunk@4810 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-25- A little better fix for radiobuttons in popupmenu (previous solution ↵alec
breaks other popup windows, e.g. from acl plugin) git-svn-id: https://svn.roundcube.net/trunk@4808 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-24Let plugins hook into keep-alive requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@4807 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23Add support for X-AB-EDIT field upon user requestthomasb
git-svn-id: https://svn.roundcube.net/trunk@4804 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Add read/write methods for immediate operations on cache backend (no ↵alec
affect in-memory cache) - Add possibility to disable data serialization in cache git-svn-id: https://svn.roundcube.net/trunk@4803 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Store user preferences in session when write-master is not available and ↵alec
session is stored in memcache, write them later git-svn-id: https://svn.roundcube.net/trunk@4802 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)alec
git-svn-id: https://svn.roundcube.net/trunk@4801 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Fix #listmenu after popupmenu change in r4775alec
git-svn-id: https://svn.roundcube.net/trunk@4800 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Fix s/pattern/prefix/ in clear_cache()alec
git-svn-id: https://svn.roundcube.net/trunk@4799 208e9e7b-5314-0410-a742-e7e81cd9613c