summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2011-06-22Fix check in pagenavthomascube
2011-06-22Trigger keep_alive hook when checking for recent messages, toothomascube
2011-06-21- pl_PL localization updatealecpl
2011-06-21- Make local_skin_path() to be a public methodalecpl
2011-06-21- Set css class name on directory list row according to readonly flag and ↵alecpl
'class' data provided by plugins
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomascube
2011-06-18- Fix set_row_attribs() for backward compat.alecpl
2011-06-17- Use more descriptive labels for group actionsalecpl
2011-06-17- Improved namespace roots handling in folder manageralecpl
2011-06-17- Don't log errors when charset conversion failsalecpl
2011-06-16- Add addressbook name in contact info frame (#1487958)alecpl
2011-06-15- Add possibility to return subscription status and css class name for ↵alecpl
folder row from "folder_save" hook - Fix folder preview frame state after folder creation
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would ↵alecpl
be able to iterate over the table rows and find wanted folders (folders_list hook)
2011-06-15- Force allowed attributes on table rowsalecpl
2011-06-15- Added html_table::get_row_attribs(), extended html_table::set_row_attribs()alecpl
2011-06-15- Fixed initial directory selectionalecpl
2011-06-15Allow 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
- Added addressbook source selection in contacts import
2011-06-13Use dechex() instead of sprintf() for base conversionthomascube
2011-06-13Show more debug outputthomascube
2011-06-13- Support array in 2nd argument of search() when searching by primary key, ↵alecpl
as in rcube_contacts class
2011-06-10Only select dn for count queriesthomascube
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomascube
2011-06-08- Label fixalecpl
2011-06-05- Fix contacts import (#1487947)alecpl
2011-06-03Use address_template config when adding a new address block (#1487944)thomascube
2011-06-03- Fix regexp matching field namesalecpl
2011-06-03- Small fix for advanced searchingalecpl
2011-06-03- typoalecpl
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match ↵alecpl
wanted ID (for better performance), other improvements
2011-06-03- Performance improvement, fix case-sensitivness in advanced searchalecpl
2011-06-03- Added addressbook advanced searchalecpl
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalecpl
2011-06-02- Fix identities "reply-to" and "bcc" fields have a bogus value when left ↵alecpl
empty (#1487943)
2011-06-02- Replace preg_match() with faster strpos()alecpl
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalecpl
2011-06-01Add collected text labels in one single function callthomascube
2011-06-01- Add popup with basic fields selection for addressbook searchalecpl
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomascube
offset syntax
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alecpl
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalecpl
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 ↵alecpl
spell* files)
2011-05-27- Fix handling of "<" character in group namealecpl
2011-05-27- Allow setting special folder with "<" characteralecpl
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alecpl
names, identity name and organization fields (#1487864)
2011-05-27- Added option to specify to which address book add new contactsalecpl
2011-05-27- Make debug handler to be a method of rcube_mdb2alecpl
2011-05-23Add support for X-AB-EDIT field upon user requestthomascube
2011-05-23- Add read/write methods for immediate operations on cache backend (no ↵alecpl
affect in-memory cache) - Add possibility to disable data serialization in cache