source: subversion/trunk/roundcubemail/CHANGELOG @ 154

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

Minor bugfixes and localization updates

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