source: subversion/branches/release-0.7/CHANGELOG @ 5452

Last change on this file since 5452 was 5452, checked in by alec, 18 months ago
  • Applied fixes from trunk up to r5451
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1CHANGELOG Roundcube Webmail
2===========================
3
4
5- Fix handling of HTML form elements in messages (#1485137)
6- Fix regression in setting recipient to self when replying to a Sent message (#1487074)
7- Fix listing of folders in hidden namespaces (#1486796)
8- Don't consider \Noselect flag when building folders tree (#1488004)
9- Fix sorting autocomplete results (#1488084)
10- Add option to set session name (#1486433)
11- Add option to skip alternative email addresses in autocompletion
12- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
13- Fix problem with parsing HTML message body with non-unicode characters (#1487813)
14- Add option to define matching method for addressbook search (#1486564, #1487907)
15- Make email recipients separator configurable
16- Fix so folders with \Noinferiors attribute aren't listed in parent selector
17- Fix handling of curly brackets in URLs (#1488168)
18- Fix handling of dates (birthday/anniversary) in contact data (#1488147)
19- Fix error on opening searched LDAP contact (#1488144)
20- Fix redundant line break in flowed format (#1488146)
21- Fix IDN address validation issue (#1488137)
22- Fix JS error when dst_active checkbox doesn't exist (#1488133)
23- Autocomplete LDAP records when adding contacts from mail (#1488073)
24- Plugin API: added 'ready' hook (#1488063)
25- Ignore DSN request when it isn't supported by SMTP server (#1487800)
26- Make sure LDAP name fields aren't arrays (#1488108)
27- Fixed imap test to non-default port when using ssl (#1488118)
28- Force all files to be overwritten when updating (#1488117)
29- Fix issue where it wasn't possible to change list view mode in folder manager for INBOX (#1488107)
30- Fix namespace handling in special folders settings (#1488112)
31- Disable time limit for CLI scripts (#1488109)
32- Fix misleading display when chaning editor type (#1488104)
33- Add loading indicator on contact delete
34- Fix bug where after delete message rows can be added to the list of another folder (#1487752)
35- Add notice on autocompletion that not all records were displayed
36- Add option 'searchonly' for LDAP address books
37- Add Priority filter to the messages list
38- Cache synchronization using QRESYNC/CONDSTORE
39- Trigger 'new_messages' hook for all checked folders (#1488083)
40- Make date/time format user configurable; drop 'date_today' config option
41- Fix setting title for truncated subject in IE (#1487128)
42- Fix displaying multipart/alternative messages with only one part (#1487938)
43- Rewritten messages caching:
44  Indexes are stored in a separate table, so there's no need to store all messages in a folder
45  Added threads data caching
46  Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
47- Improved FETCH response handling
48- Improvements in response tokenization method
49- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'
50- Fix username case-insensitivity issue in MySQL (#1488021)
51- Addressbook Saved Searches
52- Added spellchecker exceptions dictionary (shared or per-user)
53- Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
54- Added 'priority' column on messages list (#1486782)
55- Localize forwarded message header (#1488058)
56
Note: See TracBrowser for help on using the repository browser.