summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
Conflicts: program/include/rcmail.php
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-28Fix handling of MYRIGHTS on private namespace roots - fixes issue whereAleksander Machniak
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix). Conflicts: program/include/rcube_imap.php
2012-06-26Add rcube_message_header class (alias for rcube_mail_header) definition to ↵Aleksander Machniak
prevent errors when trying to use cached message objects created in master (0.9) version
2012-06-13Set skin in js environmentThomas Bruederli
2012-06-13Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8 Conflicts: CHANGELOG
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
Conflicts: CHANGELOG
2012-06-10Fix storing X-ANNIVERSARY date in vCard format (#1488527)Aleksander Machniak
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
Conflicts: program/include/rcube_message_header.php program/include/rcube_mime.php
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type ↵Aleksander Machniak
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8
2012-05-26Fix calls to renamed methodsThomas Bruederli
2012-05-25Remove possible confusion on session reads - PHP expects string result not ↵Aleksander Machniak
boolean
2012-05-23Small code improvementAleksander Machniak
2012-05-23Improved PERMANENTFLAGS checking code, added code for flags caching ↵Aleksander Machniak
(currently commented out)
2012-05-23Fix possible PHP warning in in_array_nocase() when 2nd argument is not an arrayAleksander Machniak
Conflicts: program/include/rcube_shared.inc
2012-05-21Fix Call to undefined method rcube_mail_header::get() in ↵Aleksander Machniak
show_additional_headers plugin (#1488489)
2012-05-21Fix merged change s/rcube/rcmail/Aleksander Machniak
2012-05-21Fix PHP error where calling get() on a non objectAleksander Machniak
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-21Fix listing folders on Courier IMAP (#1488466)Aleksander Machniak
2012-05-15Add public list_folder_direct() and list_folders_subscribed_direct()Aleksander Machniak
Conflicts: program/include/rcube_imap.php
2012-05-13Fix support for large uuencode attachments.Giovanni Bajo
Currently, Roundcube tries to match with a regexp a whole uuencode attachment. This is not always possible because PHP enforces a limit on the maximum match size.
2012-05-09Use similar language as a fallback for plugin localization (#1488401)Aleksander Machniak
Don't load en_US localization more than once Conflicts: CHANGELOG program/include/rcube.php
2012-05-08Fixed PHP warningAleksander Machniak
2012-05-08Fix handling of 'serialzied' LDAP address attributesthomascube
2012-05-08- Allow to configure the number of values allowed for each LDAP attributethomascube
- Support for serialized LDAP address values (usually delimited with a $) Conflicts: config/main.inc.php.dist
2012-05-08Print last commit date as (git) versionAleksander Machniak
Conflicts: program/include/rcube_template.php
2012-05-08Better handling of HTTP request errors; re-send keep-alive requests on ↵thomascube
failure (#1488449)
2012-05-08Accept two past time slots for auth cookie validation; don't encode ↵thomascube
user-agent into session auth hash (#1488449) Conflicts: program/include/rcube.php
2012-04-24- Applied fixes from trunk up to r6123alecpl
2012-04-23- Applied fixes from trunk up to r6118alecpl
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447)alecpl
2012-04-15- Applied fixes from trunkalecpl
2012-04-13cleanup release branch; update versionsthomascube
2012-04-12- Make buttons self-closing (#1488424)alecpl
2012-04-12- Fix importing to LDAP addressbook when mail attribute is required byalecpl
validating input data with autofix
2012-04-11Keep improvement from r6060: show 'loading...' message when redirectingthomascube
2012-04-11- Revert r6060, fix #1487822 using css-onlyalecpl
2012-04-11Force page reload if list columns changed in IE8 (#1487822)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-10- Fix removing all folders on import to LDAP addressbook (added ↵alecpl
rcube_ldap::delete_all()) - Fix removing sub-entries in delete()
2012-04-07Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073)thomascube
2012-04-07Reset IP stored in session when destroying session data (#1488056)thomascube
2012-04-07- Fix format_date() when $convert=false (#1488147)alecpl
2012-04-07- Improved validation and forced RDN in required_fields (#1488254)alecpl