source: subversion/trunk/roundcubemail/CHANGELOG @ 165

Last change on this file since 165 was 165, checked in by roundcube, 7 years ago

Minor bugfixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.5 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42006/03/14
5----------
6- Don't remove internal HTML tags in plaintext messages
7- Improved error handling in DB connection failure
8
9
102006/02/22
11----------
12- Updated localizations
13- Fixed bug #1435989
14
15
162006/02/19
17----------
18- Updated localizations
19- Applied patch of Anders Karlsson
20- Applied patch of Jacob Brunson
21- Applied patch for virtuser_query by Robin Elfrink
22- Added support for References header (patch by Auke)
23- Added support for mbstring module by Tadashi Jokagi
24- Added function for automatic remove of slashes on GET and POST vars
25  if magic_quotes is enabled
26
27
282006/02/05
29----------
30- Added Slovak, Hungarian, Bosnian and Croation translation
31- Fixed bug when inserting signatures with !?&
32- Chopping message headers before inserting into the message cache table
33  (to avoid bugs in Postgres)
34- Allow one-char domains in e-mail addresses
35- Make product name in page title configurable
36- Make username available as skin object
37- Added session_write_close() in rcube_db class destructor to avoid problems
38  in PHP 5.0.5
39- Use move_uploaded_file() instead of copy() for a more secure handling of
40  uploaded attachments
41- Additional config parameter to show/hide deleted messages
42- Added periodic request for checking new mails (Request #1307821)
43- Added EXPUNGE command
44- Optimized loading time for mail interface
45- Changed to full UTF-8 support
46- Additional timezones (Patch #1389912)
47- Added LDAP public search (experimental)
48- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
49- Casting to strings when adding empty headers to message cache (Bug #1406026)
50- Skip sender-address as recipient when Reply-to-all
51- Fixes in utf8-class
52- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
53- Added garbage collector for message cache
54- Added patches for BCC headers
55
56
572005/12/16
58----------
59- Added Turkish and Simplified Chinese translation
60- Use virtusertable to resolve e-mail addresses at login
61- Configurable mail_domain used to compose correct e-mail addresses
62  on first login
63
64
652005/12/03
66----------
67- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
68  Estonian and Chinese translation
69- Get IMAP server capabilities in array
70- Check for NAMESPACE capability before sending command
71- Set default user language from config 'locale_string'
72- Added sorting patch for message list
73- Make default sort col/order configurable
74- Fixed XSS in address book and identities
75- Added more XSS protection (Bug #1308236)
76- Added tab indexes for compose form
77- Added 'changed' col to contacts table
78- Support for 160-bit session hashes
79- Added input check for contacts and identities (Patch #1346523)
80- Added messages/warning to compose step (Patch #1323895)
81- Added favicon to the default skin
82- Fixed Bug #1334337 as far as possible
83- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
84- Redesign of client side AJAX code (enable multi threading)
85- Added keep-alive signal every minute
86- Make logs dir configurable
87- Added support for SMTPS
88- Decode attachment file names
89- Make delimiter for message headers configurable
90- Add generic footer to sent messages
91- Choose the rigt identity when replying
92- Remove signature when replying (Request #1333167)
93- Signatures for each identity
94- Select charset when composing message
95- Complete re-design of the caching mechanism
96
97
982005/08/11
99----------
100- Write list header to client even if list is empty
101- Add functions "select all", "select none" to message list
102- Improved filter for HTML messages to remove potentially malicious tags
103  (script, iframe, object) and event handlers.
104- Buttons for next/previous message in view mode
105- Add new created contact to list and show confirmation status
106- Added folder management (subscribe/create/delete)
107- Log message sending (SMTP log)
108- Grant access for Camino browser
109- Added German translation
110
111
1122005/10/20
113----------
114- Added Swedish, Latvian, Portuguese and Catalan translation
115- Make SMTP auth method configurable
116- Make mailboxlist scrollable (Bug #1326372)
117- Fixed SSL support
118- Improved support for Courier IMAP (root folder and delimiter issues)
119- Moved taskbar from bottom to top
120- Added 'session_lifetime' parameter
121- Fixed wrong unread count when deleting message (Bug #1332434)
122- Srip tags when creating a new folder (Bug #1332084)
123- Translate HTML tags in message headers (Bug #1330134)
124- Correction in German translation (Bug #1329434)
125- Display folder names with special chars correctly (Bug #1330157)
126
127
1282005/10/07
129----------
130- Added French, Italian, Spanish, Danish, Dutch translation
131- Clarified license (Bug #1305966)
132- Fixed PHP warnings (Bug #1299403)
133- Fixed english translation (Bug #1295406)
134- Fixed bug #1290833: Last character of email not seen
135- Fixed bug #1292199 when creating new user
136- Allow more browsers (Bug #1285101)
137- Added setting for showing pretty dates
138- Added support for SQLite database
139- Make use of message caching configurable
140- Also add attachments when forwarding a message
141- Long folder names will not flow over message list (Bug #1267232)
142- Show nested mailboxes hieracically
143- Enable IMAPS by host
144
145
1462005/08/20
147----------
148- Improved cacheing of mailbox messagecount
149- Fixed javascript bug when creating a new message folder
150- Fixed javascript bugs #1260990 and #1260992: folder selection
151- Make Trash folder configurable
152- Auto create folders Inbox, Sent and Trash (if configured)
153- Support for IMAP root folder
154- Added support fot text/enriched messages
155- Make list of special mailboxes configurable
156
Note: See TracBrowser for help on using the repository browser.