source: github/CHANGELOG @ e886c1e

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since e886c1e was e886c1e, checked in by thomascube <thomas@…>, 7 years ago

Fixed some bugs

  • Property mode set to 100644
File size: 7.5 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42006/05/05
5----------
6- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
7- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
8- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
9- Corrected INSTALL description (Bug #1476106)
10- Added charset to javascript HTTP headers
11- Fixed Opera bug with CC and BCC fields (Bug #1474576)
12- Changed login page title regarding product name (Bug #1476413)
13- Pimped search function
14- Applied attachment viewing/forwarding patches by Andrew Fladmark
15- Applied prev/next patch by Leonard Bouchet
16- Applied patches by Mark Bucciarelli
17- Applied patch for requesting receipts by Salvatore Ansani
18- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
19
20
212006/04/13
22----------
23- Added Slovenian localization
24- Updated Portuguese localization
25- Fixed parent.location problem for compose-links
26- Added sort order saving patch by Jacob Brunson
27- Added gzip compression support
28
29
302006/04/02
31----------
32- Added Lithuanian localization
33- Improved search function
34- Added version string as template object
35- Load host-specific configuration file (see config/main.inc.php)
36- New config parameter adding domain to user names for login
37- Strip tags on _auth, _action, _task parameters
38- Corrected labels for next/previous page buttons in address book
39
40
412006/03/23
42----------
43- Auto-detect mail header delimiters
44- Regard daylight savings
45- Localized quota display
46- Started implementing search function
47
48
492006/03/20
50----------
51- Avoid error message when saving an unchanged identity (Bug #1429510)
52- Fixed hard-coded cols selection for sent folder (Bug #1354586)
53- Enable some HTML links for use with "open in new window" or "save target"
54- Check meta-key instead of ctrl on Macs
55- Ignore double clicks when holding down a modifier key
56- Fixed reloading of the login page
57- Fixed typo in compose template (Bug #1446852)
58- Added compose button to message read step (Request #1433288)
59- New config parameter for persistent database connections (Bug #1431817)
60
61
622006/03/14
63----------
64- Don't remove internal HTML tags in plaintext messages
65- Improved error handling in DB connection failure
66
67
682006/02/22
69----------
70- Updated localizations
71- Fixed bug #1435989
72
73
742006/02/19
75----------
76- Updated localizations
77- Applied patch of Anders Karlsson
78- Applied patch of Jacob Brunson
79- Applied patch for virtuser_query by Robin Elfrink
80- Added support for References header (patch by Auke)
81- Added support for mbstring module by Tadashi Jokagi
82- Added function for automatic remove of slashes on GET and POST vars
83  if magic_quotes is enabled
84
85
862006/02/05
87----------
88- Added Slovak, Hungarian, Bosnian and Croation translation
89- Fixed bug when inserting signatures with !?&
90- Chopping message headers before inserting into the message cache table
91  (to avoid bugs in Postgres)
92- Allow one-char domains in e-mail addresses
93- Make product name in page title configurable
94- Make username available as skin object
95- Added session_write_close() in rcube_db class destructor to avoid problems
96  in PHP 5.0.5
97- Use move_uploaded_file() instead of copy() for a more secure handling of
98  uploaded attachments
99- Additional config parameter to show/hide deleted messages
100- Added periodic request for checking new mails (Request #1307821)
101- Added EXPUNGE command
102- Optimized loading time for mail interface
103- Changed to full UTF-8 support
104- Additional timezones (Patch #1389912)
105- Added LDAP public search (experimental)
106- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
107- Casting to strings when adding empty headers to message cache (Bug #1406026)
108- Skip sender-address as recipient when Reply-to-all
109- Fixes in utf8-class
110- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
111- Added garbage collector for message cache
112- Added patches for BCC headers
113
114
1152005/12/16
116----------
117- Added Turkish and Simplified Chinese translation
118- Use virtusertable to resolve e-mail addresses at login
119- Configurable mail_domain used to compose correct e-mail addresses
120  on first login
121
122
1232005/12/03
124----------
125- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
126  Estonian and Chinese translation
127- Get IMAP server capabilities in array
128- Check for NAMESPACE capability before sending command
129- Set default user language from config 'locale_string'
130- Added sorting patch for message list
131- Make default sort col/order configurable
132- Fixed XSS in address book and identities
133- Added more XSS protection (Bug #1308236)
134- Added tab indexes for compose form
135- Added 'changed' col to contacts table
136- Support for 160-bit session hashes
137- Added input check for contacts and identities (Patch #1346523)
138- Added messages/warning to compose step (Patch #1323895)
139- Added favicon to the default skin
140- Fixed Bug #1334337 as far as possible
141- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
142- Redesign of client side AJAX code (enable multi threading)
143- Added keep-alive signal every minute
144- Make logs dir configurable
145- Added support for SMTPS
146- Decode attachment file names
147- Make delimiter for message headers configurable
148- Add generic footer to sent messages
149- Choose the rigt identity when replying
150- Remove signature when replying (Request #1333167)
151- Signatures for each identity
152- Select charset when composing message
153- Complete re-design of the caching mechanism
154
155
1562005/08/11
157----------
158- Write list header to client even if list is empty
159- Add functions "select all", "select none" to message list
160- Improved filter for HTML messages to remove potentially malicious tags
161  (script, iframe, object) and event handlers.
162- Buttons for next/previous message in view mode
163- Add new created contact to list and show confirmation status
164- Added folder management (subscribe/create/delete)
165- Log message sending (SMTP log)
166- Grant access for Camino browser
167- Added German translation
168
169
1702005/10/20
171----------
172- Added Swedish, Latvian, Portuguese and Catalan translation
173- Make SMTP auth method configurable
174- Make mailboxlist scrollable (Bug #1326372)
175- Fixed SSL support
176- Improved support for Courier IMAP (root folder and delimiter issues)
177- Moved taskbar from bottom to top
178- Added 'session_lifetime' parameter
179- Fixed wrong unread count when deleting message (Bug #1332434)
180- Srip tags when creating a new folder (Bug #1332084)
181- Translate HTML tags in message headers (Bug #1330134)
182- Correction in German translation (Bug #1329434)
183- Display folder names with special chars correctly (Bug #1330157)
184
185
1862005/10/07
187----------
188- Added French, Italian, Spanish, Danish, Dutch translation
189- Clarified license (Bug #1305966)
190- Fixed PHP warnings (Bug #1299403)
191- Fixed english translation (Bug #1295406)
192- Fixed bug #1290833: Last character of email not seen
193- Fixed bug #1292199 when creating new user
194- Allow more browsers (Bug #1285101)
195- Added setting for showing pretty dates
196- Added support for SQLite database
197- Make use of message caching configurable
198- Also add attachments when forwarding a message
199- Long folder names will not flow over message list (Bug #1267232)
200- Show nested mailboxes hieracically
201- Enable IMAPS by host
202
203
2042005/08/20
205----------
206- Improved cacheing of mailbox messagecount
207- Fixed javascript bug when creating a new message folder
208- Fixed javascript bugs #1260990 and #1260992: folder selection
209- Make Trash folder configurable
210- Auto create folders Inbox, Sent and Trash (if configured)
211- Support for IMAP root folder
212- Added support fot text/enriched messages
213- Make list of special mailboxes configurable
214
Note: See TracBrowser for help on using the repository browser.