summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-21Updated Changelogthomascube
2012-04-21Support mutliple name/email pairs for Bcc and Reply-To identity settings ↵thomascube
(#1488445)
2012-04-21Revert r6094; Add caching for ACL and Metadatathomascube
2012-04-21Add (missing) support for textarea cols to be added to the contact formthomascube
2012-04-20- Fix typo (#1488325)alecpl
2012-04-20- Use user object instead of session, if possible, to get user ID when ↵alecpl
creating cache object
2012-04-19- Update the HTTPSocket class from 2.7 to 2.8 to avoid plugin problems when ↵vbenincasa
used with SSL (and when DirectAdmin uses the option "force_hostname" that requires a correct "host" header value).
2012-04-19- Improved ttl values handlingalecpl
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() ↵alecpl
where mktime() without arguments was used
2012-04-19- Fix attachment name regression (#1488446)alecpl
2012-04-18- Fix creating folders if ACL exists (1488443)alecpl
2012-04-18- Fix render_folder_tree_select() (#1488441)alecpl
2012-04-18- Add RCMAIL_CHARSET definition for Installer (#1488436)alecpl
2012-04-18- Uncomment 'organization'=>'o' - it worksalecpl
2012-04-17Respect force flag when counting messagesthomascube
2012-04-16- Moved session init/config functionality into rcube classalecpl
2012-04-16- Replace some references to rcmail with rcubealecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc
2012-04-16- Fix label for group-remove-selected actionalecpl
2012-04-15- Small optimizationsalecpl
2012-04-15- More aliases of deprecated functionsalecpl
2012-04-14- More public methods, code cleanupalecpl
2012-04-14- Make some methods public (#1488428)alecpl
2012-04-14- Fix folder collapsing/expanding broken with framework merge (#1488430)alecpl
2012-04-13allow read-only access to rcube_output::$envthomascube
2012-04-13- Code improvements, handle post/get request arguments as objectsalecpl
2012-04-13- Add lost functions from devel-framework mergealecpl
2012-04-13- Import contacts to default addressbookalecpl
2012-04-13- Improved attachment icon positionalecpl
2012-04-13- Fixed doble urlencoding of vcard identifieralecpl
- Fixed encoding when default charset is different than vcard charset - Improved vcards import to work as addressbook::import procedure (with validation and autofix)
2012-04-13- Add 3rd argument to rcube_message::get_part_content() to skip charset ↵alecpl
conversion
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-04-12- Make buttons self-closing (#1488424)alecpl
2012-04-12- facsimileTelephoneNumber attribute also doesn't work, commented outalecpl
2012-04-12- More LDAP fields mapping (inetOrgPerson)alecpl
2012-04-12- Small fixalecpl
2012-04-12- Fix importing to LDAP addressbook when mail attribute is required byalecpl
validating input data with autofix
2012-04-12- Fix "false" placeholder in contact notes textareaalecpl
2012-04-12- Fix adding contact form fields in situation when the fieldset is empty.alecpl
Fixes issue with lost manager/assistant fields in LDAP addressbook
2012-04-12- Added 0.7.2 and 0.8-beta to releases listalecpl
2012-04-11Keep improvement from r6060: show 'loading...' message when redirectingthomascube
2012-04-11- Revert r6060, fix #1487822 using css-onlyalecpl
2012-04-11Set flexible width to login form fields (#1488418); remove IE7 warningthomascube
2012-04-11Force page reload if list columns changed in IE8 (#1487822)thomascube
2012-04-11Allow mass-removal of addresses from a group (#1487748)thomascube
2012-04-11- Fix contact information update in case when contact photo exists (#1488420)alecpl
2012-04-10- Improved member attribute detection with fallback in create_group()alecpl
2012-04-10Add support link to login page in default skinthomascube
2012-04-10- Fix removing all folders on import to LDAP addressbook (added ↵alecpl
rcube_ldap::delete_all()) - Fix removing sub-entries in delete()
2012-04-10- Fix so "Back" from compose/show doesn't reset search request (#1488238)alecpl