source: subversion/trunk/roundcubemail/CHANGELOG @ 292

Last change on this file since 292 was 292, checked in by thomasb, 7 years ago

Several bugfixes; see CHANGELOG for details

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 12.4 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42006/08/04 (thomasb)
5----------
6- Fixed Bug in saving identities (Ticket #1483915)
7- Set folder name in window title (Bug #1483919)
8- Don't add imap_root to INBOX path (Bug #1483816)
9- Attempt to create default folders only after login
10- Avoid usage of $CONFIG in rcube_imap class
11
12
132006/07/30 (thomasb)
14----------
15- Alter links in HTML messages (Bug #1326402)
16- Added fallback if host not found in 'mail_domain' array
17- Applied patch of Charles to highlight droptargets (Ticket #1473034)
18- Fixed folder renaming (Bug #1483914)
19- Added confirmation message after deleting a folder
20
21
222006/07/25 (thomasb)
23----------
24- Made folder renaming a bit more ajax-style
25- Changed rename-labels and German translation
26- Fixed addressbox countbar width (Bug #1483845)
27- Fixed refresh interval problems in Safari (Bug #1483902)
28- Fixed clear_message_list_header() errors (Bug #1483898)
29- Sanity check of $message_set in imap.inc (Bug #1443200)
30- Added correct changing of message list headers for Sent folder
31- Updated Spanish localization (Ticket #1483887)
32- Applied patch #1483846
33
34
352006/07/24 (richs)
36----------
37- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
38- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
39- Draft saving now properly returns an error when saving fails
40- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
41- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
42
43
442006/07/19 (thomasb)
45----------
46- Correct entity encoding of link urls (HTML validity)
47- Improved usability in compose step (Ticket #1483807)
48- Added absolute URLs to several buttons (for "open in new window")
49- Applied patch #1328032
50- Fixed Bug/Patch #1443200
51
52
532006/07/18 (thomasb)
54----------
55- Fixed password with spaces issue (Bug #1364122)
56- Replaced _auth hash with second cookie (Ticket #1483811)
57- Don't use get_input_value() for passwords (Bug #1468895)
58- Made password encryption key configurable
59- Minor bugfixes with charset encoding
60- Added <label> tags to forms (Ticket #1483810)
61
62
632006/07/07 (thomasb)
64----------
65- Fixed INSTALL_PATH bug #1425663
66
67
682006/07/03 (richs)
69----------
70- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
71- Updated French localizations (Ticket #1483862)
72- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
73- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
74- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
75- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
76
77
782006/06/30 (richs)
79----------
80- Fixed empty INBOX compatibility bug (Patch #1443200)
81- Temporarily fixed French "compact" localization (Patch #1483862)
82- Fixed "Select All" not working with Delete interface button (Bug #1332434)
83- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
84- Fixed "unread count" in window title when count changed (Bug #1483812)
85- Fixed DB error when deleting from message table (Patch #1483835)
86
87
882006/06/29 (richs)
89----------
90- Added ability to remove attachments (Feature #1436721)
91- Default folders are now auto-created on first login (Feature #1471594)
92- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
93- Corrected Italian localizations
94- Tweaked rename-folder form to clear after a rename
95
96
972006/06/26 (richs)
98----------
99- Added button to immediately check for new messages
100- New message checking now displays status "Checking for new messages..."
101- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
102- Task buttons now respond to clicks by darkening (as in other applications)
103- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
104- Added ability to sort messages by "Size"
105- Added ability to rename folders (Feature #1326396)
106- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
107- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
108
109
1102006/06/25
111----------
112- Changed behavior to include host-specific configuration (Bug #1483849)
113- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
114- Fixed spell checker to work with the new URL at google.com
115- Some memory and security optimizations sendmail.inc
116- Updated UGRADING description
117
118
1192006/06/19
120----------
121- Added Drafts support (Feature #1326839) (richs)
122
123
1242006/06/02
125----------
126- Updated Estonian localization and moved from ee to et
127- Added Bulgarian localization
128
129
1302006/05/25
131----------
132- Finalized GoogieSpell integration
133
134
1352006/05/18
136----------
137- Added Arabic and Armenian localizations
138- Updated Russian localization
139- Removed MDB2 classes from repository. Install them seperately if used.
140- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
141- Allow & in e-mail addresses
142
143
1442006/05/05
145----------
146- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
147- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
148- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
149- Corrected INSTALL description (Bug #1476106)
150- Added charset to javascript HTTP headers
151- Fixed Opera bug with CC and BCC fields (Bug #1474576)
152- Changed login page title regarding product name (Bug #1476413)
153- Pimped search function
154- Applied attachment viewing/forwarding patches by Andrew Fladmark
155- Applied prev/next patch by Leonard Bouchet
156- Applied patches by Mark Bucciarelli
157- Applied patch for requesting receipts by Salvatore Ansani
158- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
159
160
1612006/04/13
162----------
163- Added Slovenian localization
164- Updated Portuguese localization
165- Fixed parent.location problem for compose-links
166- Added sort order saving patch by Jacob Brunson
167- Added gzip compression support
168
169
1702006/04/02
171----------
172- Added Lithuanian localization
173- Improved search function
174- Added version string as template object
175- Load host-specific configuration file (see config/main.inc.php)
176- New config parameter adding domain to user names for login
177- Strip tags on _auth, _action, _task parameters
178- Corrected labels for next/previous page buttons in address book
179
180
1812006/03/23
182----------
183- Auto-detect mail header delimiters
184- Regard daylight savings
185- Localized quota display
186- Started implementing search function
187
188
1892006/03/20
190----------
191- Avoid error message when saving an unchanged identity (Bug #1429510)
192- Fixed hard-coded cols selection for sent folder (Bug #1354586)
193- Enable some HTML links for use with "open in new window" or "save target"
194- Check meta-key instead of ctrl on Macs
195- Ignore double clicks when holding down a modifier key
196- Fixed reloading of the login page
197- Fixed typo in compose template (Bug #1446852)
198- Added compose button to message read step (Request #1433288)
199- New config parameter for persistent database connections (Bug #1431817)
200
201
2022006/03/14
203----------
204- Don't remove internal HTML tags in plaintext messages
205- Improved error handling in DB connection failure
206
207
2082006/02/22
209----------
210- Updated localizations
211- Fixed bug #1435989
212
213
2142006/02/19
215----------
216- Updated localizations
217- Applied patch of Anders Karlsson
218- Applied patch of Jacob Brunson
219- Applied patch for virtuser_query by Robin Elfrink
220- Added support for References header (patch by Auke)
221- Added support for mbstring module by Tadashi Jokagi
222- Added function for automatic remove of slashes on GET and POST vars
223  if magic_quotes is enabled
224
225
2262006/02/05
227----------
228- Added Slovak, Hungarian, Bosnian and Croation translation
229- Fixed bug when inserting signatures with !?&
230- Chopping message headers before inserting into the message cache table
231  (to avoid bugs in Postgres)
232- Allow one-char domains in e-mail addresses
233- Make product name in page title configurable
234- Make username available as skin object
235- Added session_write_close() in rcube_db class destructor to avoid problems
236  in PHP 5.0.5
237- Use move_uploaded_file() instead of copy() for a more secure handling of
238  uploaded attachments
239- Additional config parameter to show/hide deleted messages
240- Added periodic request for checking new mails (Request #1307821)
241- Added EXPUNGE command
242- Optimized loading time for mail interface
243- Changed to full UTF-8 support
244- Additional timezones (Patch #1389912)
245- Added LDAP public search (experimental)
246- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
247- Casting to strings when adding empty headers to message cache (Bug #1406026)
248- Skip sender-address as recipient when Reply-to-all
249- Fixes in utf8-class
250- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
251- Added garbage collector for message cache
252- Added patches for BCC headers
253
254
2552005/12/16
256----------
257- Added Turkish and Simplified Chinese translation
258- Use virtusertable to resolve e-mail addresses at login
259- Configurable mail_domain used to compose correct e-mail addresses
260  on first login
261
262
2632005/12/03
264----------
265- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
266  Estonian and Chinese translation
267- Get IMAP server capabilities in array
268- Check for NAMESPACE capability before sending command
269- Set default user language from config 'locale_string'
270- Added sorting patch for message list
271- Make default sort col/order configurable
272- Fixed XSS in address book and identities
273- Added more XSS protection (Bug #1308236)
274- Added tab indexes for compose form
275- Added 'changed' col to contacts table
276- Support for 160-bit session hashes
277- Added input check for contacts and identities (Patch #1346523)
278- Added messages/warning to compose step (Patch #1323895)
279- Added favicon to the default skin
280- Fixed Bug #1334337 as far as possible
281- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
282- Redesign of client side AJAX code (enable multi threading)
283- Added keep-alive signal every minute
284- Make logs dir configurable
285- Added support for SMTPS
286- Decode attachment file names
287- Make delimiter for message headers configurable
288- Add generic footer to sent messages
289- Choose the rigt identity when replying
290- Remove signature when replying (Request #1333167)
291- Signatures for each identity
292- Select charset when composing message
293- Complete re-design of the caching mechanism
294
295
2962005/08/11
297----------
298- Write list header to client even if list is empty
299- Add functions "select all", "select none" to message list
300- Improved filter for HTML messages to remove potentially malicious tags
301  (script, iframe, object) and event handlers.
302- Buttons for next/previous message in view mode
303- Add new created contact to list and show confirmation status
304- Added folder management (subscribe/create/delete)
305- Log message sending (SMTP log)
306- Grant access for Camino browser
307- Added German translation
308
309
3102005/10/20
311----------
312- Added Swedish, Latvian, Portuguese and Catalan translation
313- Make SMTP auth method configurable
314- Make mailboxlist scrollable (Bug #1326372)
315- Fixed SSL support
316- Improved support for Courier IMAP (root folder and delimiter issues)
317- Moved taskbar from bottom to top
318- Added 'session_lifetime' parameter
319- Fixed wrong unread count when deleting message (Bug #1332434)
320- Srip tags when creating a new folder (Bug #1332084)
321- Translate HTML tags in message headers (Bug #1330134)
322- Correction in German translation (Bug #1329434)
323- Display folder names with special chars correctly (Bug #1330157)
324
325
3262005/10/07
327----------
328- Added French, Italian, Spanish, Danish, Dutch translation
329- Clarified license (Bug #1305966)
330- Fixed PHP warnings (Bug #1299403)
331- Fixed english translation (Bug #1295406)
332- Fixed bug #1290833: Last character of email not seen
333- Fixed bug #1292199 when creating new user
334- Allow more browsers (Bug #1285101)
335- Added setting for showing pretty dates
336- Added support for SQLite database
337- Make use of message caching configurable
338- Also add attachments when forwarding a message
339- Long folder names will not flow over message list (Bug #1267232)
340- Show nested mailboxes hieracically
341- Enable IMAPS by host
342
343
3442005/08/20
345----------
346- Improved cacheing of mailbox messagecount
347- Fixed javascript bug when creating a new message folder
348- Fixed javascript bugs #1260990 and #1260992: folder selection
349- Make Trash folder configurable
350- Auto create folders Inbox, Sent and Trash (if configured)
351- Support for IMAP root folder
352- Added support fot text/enriched messages
353- Make list of special mailboxes configurable
354
Note: See TracBrowser for help on using the repository browser.