summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2011-12-14- Fix broken CREATE INDEX queries in SQLite DDL files (#1488255)alecpl
2011-12-10Better CSS url() validationthomascube
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalecpl
2011-12-07- Add option to set default font for HTML message (#1484137) alecpl
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alecpl
rcube_imap class
2011-12-05Replace prompt() with jQuery UI dialog (#1485135)thomascube
2011-12-04- Fix navigation in messages search resultsalecpl
2011-12-02- Improved handling of some malformed values encoded with quoted-printable ↵alecpl
(#1488232)
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alecpl
In deployments where anonymous binds to and/or searches on an LDAP tree are not allowed, and where the LDAP address book(s) have been configured to use the user-specific bind credentials, rcube_ldap.php needs to bind using service credentials in order to be able to find the user's bind dn.
2011-11-30- Fix handling of empty <U> tags in HTML messages (#1488225)alecpl
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomascube
2011-11-28- Use strpos() instead of strstr() when possible (#1488211)alecpl
2011-11-28- Fix handling HTML entities when converting HTML to text (#1488212)alecpl
2011-11-27- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207):alecpl
1) improve its performance by half, 2) don't call it on UI init, it's called after getunread action 3) don't call it for big number of folders (limit is 100 for IE and 500 for others)
2011-11-27- Fix handling of invalid characters in request (#1488124)alecpl
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alecpl
2011-11-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alecpl
2011-11-25- Fix handling contact photo url with https:// prefix (#1488202)alecpl
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alecpl
bodies (#1487424): don't try to parse it, display notice with a link to download it directly
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ↵alecpl
(#1487937)
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alecpl
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alecpl
2011-11-23Updated changelogthomascube
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alecpl
2011-11-22- Fixed bug where session ID's length was limited to 40 characters. Since ↵alecpl
PHP5.3 it's possible to set session.hash_function to any hash algorithm that would produce strings up to 128 characters long (#1488196)
2011-11-18- Added About tab in Settingsalecpl
2011-11-15- Fix handling of HTML form elements in messages (#1485137)alecpl
2011-11-15- Fix regression in setting recipient to self when replying to a Sent ↵alecpl
message (#1487074)
2011-11-15- Fix listing of folders in hidden namespaces (#1486796)alecpl
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alecpl
2011-11-14- Fix sorting autocomplete results to preserve email address significance ↵alecpl
(#1488084)
2011-11-13- Add option to set session name (#1486433)alecpl
2011-11-10- Add option to skip alternative email addresses in autocompletionalecpl
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit ↵alecpl
button for drafts
2011-11-10- Fix problem with parsing HTML message body with non-unicode characters ↵alecpl
(#1487813)
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alecpl
#1487907)
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomascube
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-11-07- Fix handling of curly brackets in URLs (#1488168)alecpl
2011-11-04- Fix handling of dates (birthday/anniversary) in contact data - don't ↵alecpl
convert them to users timezone (#1488147)
2011-11-04- Fix error on opening searched LDAP contact (#1488144)alecpl
2011-11-03- Fix redundant line break in flowed format (#1488146)alecpl
2011-11-02updated with tinymce changestill
2011-10-26- Fix IDN address validation issue (#1488137)alecpl
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomascube
2011-10-07- Fixed ticket numberalecpl
2011-10-07- Plugin API: added 'ready' hook (#1488073)alecpl
2011-10-07- Ignore DSN request when it isn't supported by SMTP server (#1487800)alecpl
2011-10-07- Make sure LDAP name fields aren't arrays (#1488108)alecpl