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

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