]> git.donarmstrong.com Git - roundcube.git/blob - CHANGELOG
Merge commit 'debian/0.1.1-1' into debian
[roundcube.git] / CHANGELOG
1 CHANGELOG RoundCube Webmail
2 ---------------------------
3
4 - Clear selection when selecting single item (#1484942)
5 - Remove hard-coded image size in skin templates (#1484893)
6 - Database schema improvements (dropped unnecessary indexes)
7 - Fixed creating a new folder with a comma in its name (#1484681)
8 - Fixed sorting of messages when default mailbox is empty (#1484317)
9 - Improve message previewpane - less loading (#1484316)
10 - Fixed login form autoompletion (#1484839)
11 - Fixed virtuser_query option for mdb2 backend (#1484874)
12 - Fixed attachment resoting from Drafts when message body was empty (#1484506)
13 - Fixed usage of ob_gzhandler (#1484851)
14 - Fixed message part window in IE6 (#1484610)
15 - Fixed decoding of mime-encoded strings (#1484191)
16 - Fixed some iconv/mb_string problems (#1484598)
17 - Correctly quote mailbox name when using in URL (#1484313)
18 - Fixed "headers already sent" errors (#1484860)
19
20 RELEASE 0.1-STABLE
21
22 - Added interactive installer script
23 - Fix folder adding/renaming inspired by #1484800
24 - Localize folder name in page title (#1484785)
25 - Fix code using wrong variable name (#1484018)
26 - Allow to send mail with BCC recipients only
27 - condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
28 - Add function to mark the selected messages as read/unread (#1457360)
29 - Also do charset decoding as suggested in RFC 2231 (fix #1484321)
30 - Show message count in folder list and hint when creating a subfolder
31 - Distinguish ssl and tls for imap connections (#1484667)
32 - Added some charset aliases to fix typical mis-labelling (#1484565)
33 - Remember decision to display images for a certain message during session (#1484754)
34 - Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
35 - Make sending of read receipts configurable
36 - Respect config when localize folder names (#1484707)
37 - Also respect receipt and priority settings when re-opening a draft message
38 - Remember search results (closes #1483883), patch by the_glu
39 - Add Received header on outgoing mail
40 - Upgrade to TinyMCE 2.1.3
41 - Allow inserting image attachments into HTML messages while composing (#1484557)
42 - Implement Message-Disposition-Notification (Receipts)
43 - Fix overriding of session vars when register_globals is on (#1484670)
44 - Fix bug with case-sensitive folder names (#1484245)
45 - Don't create default folders by default
46 - Fixed some potential security risks (audited by Andris)
47 - Only show new messages if they match the current search (#1484176)
48 - Switch to/from when searcing in Sent folder (#1484555)
49 - Correctly read the References header (#1484646)
50 - Unset old cookie before sending a new value (#1484639)
51 - Correctly decode attachments when downloading them (#1484645 and #1484642)
52 - Suppress IE errors when clearing attachments form (#1484356)
53 - Log error when login fails due to auto_create_user turned off
54 - Filter linked/imported CSS files (closes #1484056)
55 - Improve message compose screen (closes #1484383)
56 - Select next row after removing one from list (#1484387)
57
58 RELEASE 0.1-RC2
59
60 - Enable drag-&-dropping of folders to a new parent and allow to create subfolders (#1457344)
61 - Suppress IE errors when clearing attachments form (#1484356)
62 - Set preferences field in user table to NULL (#1484386)
63 - Log error when login fails due to auto_create_user turned off
64 - Filter linked/imported CSS files (closes #1484056)
65 - Improve message compose screen (closes #1484383)
66 - Select next row after removing one from list (#1484387)
67 - Make smtp HELO/EHLO hostname configurable (#1484067)
68 - IPv6 Compatability (#1484322), Patch #1484373
69 - Unlock interface when message sending fails (#1484570)
70 - Eval PHP code in template includes (if configured)
71 - Show message when folder is empty. Mo more static text in table (#1484395)
72 - Only display unread count in page title when new messages arrived
73 - Fixed wrong delete button tooltip (#1483965)
74 - Fixed charset encoding bug (#1484429)
75 - Applied patch for LDAP version (#1484552)
76 - Improved XHTML validation
77 - Fix message list selection (#1484550)
78 - Better fix lowercased usernames (#1484473)
79 - Update pngbehavior Script as suggested in #1484490
80 - Fixed moving/deleting messages when more than 1 is selected
81 - Applied patch for LDAP contacts listing by Glen Ogilvie
82 - Applied patch for more address fields in LDAP contacts (#1484402)
83 - Add alternative for getallheaders() (fix #1484508)
84 - Identify mailboxes case-sensitive
85 - Sort mailbox list case-insensitive (closes #1484338)
86 - Fix display of multipart messages from Apple Mail (closes #1484027)
87 - Protect AJAX request from being fetched by a foreign site (XSS)
88 - Make autocomplete for loginform configurable by the skin template
89 - Fix compose function from address book (closes #1484426)
90 - Added //IGNORE to iconv call (patch #1484420, closes #1484023)
91 - Check if mbstring supports charset (#1484290 and #1484292)
92 - Prefer iconv over mbstring (as suggested in #1484292)
93 - Check filesize of template includes (#1484409)
94 - Fixed bug with buttons not dimming/enabling properly after switching folders
95 - Fixed compose window becoming unresponsive after saving a draft (#1484487)
96 - Re-enabled "Back" button in compose window now that bug #1484487 is fixed
97 - Fixed unresponsive interface issue when downloading attachments (#1484496)
98 - Lowered status message time from 5 to 3 seconds to improve responsiveness
99 - Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
100 - Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
101 - Fix status message bug #1484464 with regard to #1484353
102 - Fix address adding bug reported by David Koblas
103 - Applied socket error patch by Thomas Mangin
104 - Pass-by-reference workarround for PHP5 in sendmail.inc
105 - Fixed buggy imap_root settings (closes #1484379)
106 - Prevent default events on subject links (#1484399)
107 - Use HTTP-POST requests for actions that change state
108
109 RELEASE 0.1-RC1
110
111 - Use global filters and bind username/ for Ldap searches (#1484159)
112 - Hide quota display if imap server does not support it
113 - Hide address groups if no LDAP servers configured
114 - Add link to message subjects (closes #1484257)
115 - Better SQL query for contact listing/search (closes #1484369)
116 - Fixed marking as read in preview pane (closes #1484364)
117 - CSS hack to display attachments correctly in IE6
118 - Wrap message body text (closes #1484148)
119 - LDAP access is back in address book (closes #1484087)
120 - Added search function for contacts
121 - New Template parsing and output encoding
122 - Fixed bugs #1484119 and #1483978
123 - Fixed message moving procedure (closes #1484308)
124 - Fixed display of multiple attachments (closes #1466563)
125 - Fixed check for new messages (closes #1484310)
126 - List attachments without filename
127 - New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
128   Should close bugs #1483951 and #1484299
129 - Correctly translate mailbox names (closes #1484276)
130 - Quote e-mail address links (closes #1484300)
131 - Updated PEAR::Mail_mime package
132 - Accept single quotes for HTML attributes when modifying message body (thanks Jason)
133 - Sanitize input for new users/identities (thanks Colin Alston)
134 - Don't download HTML message parts
135 - Convert HTML parts to plaintext if 'prefer_html' is off
136 - Correctly parse message/rfc822 parts (closes #1484045)
137 - Also use user_id for unique key in messages table (closes #1484074)
138 - Hide contacts drop down on blur (closes #1484203)
139 - Make entries in contacts drop down clickable
140 - Turn off browser autocompletion on login page
141 - Quote <? in text/html message parts
142 - Hide border around radio buttons
143 - Applied patch for attachment download by crichardson (closes #1484198)
144 - Fixed bug in Postgres DB handling (closes #1484068)
145 - Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
146 - Fixed array_merge bug (closes #1484281)
147 - Fixed flag for deletion in list view (closes #1484264)
148 - Finally support semicolons as recipient separator (closes ##1484251)
149 - Fixed message headers (subject) encoding
150 - check if safe mode is on or not (closes #1484269)
151 - Show "no subject" in message list if subject is missing (closes #1484243)
152 - Solved page caching of message preview (closes #1484153)
153 - Only use gzip compression if configured (closes #1484236)
154 - Fixed priority selector issue (#1484150)
155 - Fixed some CSS issues in default skin (closes #1484210 and #1484161)
156 - Prevent from double quoting of numeric HTML character references (closes #1484253)
157 - Fixed display of HTML message attachments (closes #1484178)
158 - Applied patch for preview caching (closes #1484186)
159 - Added error handling for attachment uploads
160 - Use multibyte safe string functions where necessary (closes #1483988)
161 - Applied security patch to validate the submitted host value (by Kees Cook)
162 - Applied security patch to validate input values when deleting contacts (by Kees Cook)
163 - Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
164 - Applied a patch to more aggressively sanitize a HTML message
165 - Visualize blocked images in HTML messages
166 - Fixed wrong message listing when showing search results (closes #1484131)
167 - Show remote images when opening HTML message part as attachment
168 - Improve memory usage when sending mail (closes #1484098)
169 - Mark messages as read once the preview is loaded (closes #1484132)
170 - Include smtp final response in log (closes #1484081)
171 - Corrected date string in sent message header (closes #1484125)
172 - Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
173 - Changed srong tooltips for message browse buttons (closes #1483930)
174 - Fixed signature delimeter character to be standard (Bug #1484035)
175 - Fixed XSS vulnerability (Bug #1484109)
176 - Remove newlines from mail headers (Bug #1484031)
177 - Selection issues when moving/deleting (Bug #1484044)
178 - Applied patch of Clement Moulin for imap host auto-selection
179 - ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
180 - Fixed folder name encoding in subscription list (Bug #1484113)
181 - Fixed JS errors in identity list (Bug #1484120)
182 - Translate foldernames in folder form (closes #1484113)
183 - Added first and last buttons to message list, address book
184   and message detail
185 - Pressing Shift-Del bypasses Trash folder
186 - Enable purge command for Junk folder
187 - Fetch all aliases if virtuser_query is used instead
188 - Re-enabled multi select of contacts (Bug #1484017)
189 - Enable contact editing right after creation (Bug #1459641)
190 - Correct UTF-7 to UTF-8 conversion if mbstring is not available
191 - Fixed IMAP fetch of message body (Bug #1484019)
192 - Fixed safe_mode problems (Bug #1418381)
193 - Fixed wrong header encoding (Bug #1483976)
194 - Made automatic draft saving configurable
195 - Fixed JS bug when renaming folders (Bug #1483989)
196 - Added quota display as image (by Brett Patterson)
197 - Corrected creation of a message-id
198 - New indentation for quoted message text
199 - Improved HTML validity
200 - Fixed URL character set (Ticket #1445501)
201 - Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
202 - Fixed folder renaming: unsubscribe before rename (Bug #1483920)
203 - Finalized new message parsing (+ chaching)
204 - Fixed wrong usage of mbstring (Bug #1462439)
205 - Set default spelling language (Ticket #1483938)
206 - Added support for Nox Spell Server
207 - Re-built message parsing (Bug #1327068)
208   Now based on the message structure delivered by the IMAP server.
209 - Fixed some XSS and SQL injection issues
210 - Fixed charset problems with folder renaming
211