source: subversion/trunk/roundcubemail/CHANGELOG @ 313

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

Reverted files to r305

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