source: github/CHANGELOG @ b068a07d

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

Typos, Optimizations, Updates

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