alecpl
2008-04-29 6ee5ed253b92593ac5784300ac425f34f7fd1728
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
T 2 ---------------------------
3
257782 4 2008/04/29 (alec)
A 5 ----------
6 - improved messages list performance - patch from Justin Heesemann
7
ae0c82 8 2008/04/23 (alec)
A 9 ----------
10 - Append skin_path to images location only when it starts 
11   with '/' sign (#1484859)
12
653242 13 2008/04/20 (estadtherr)
S 14 ----------
15 - fix parse_attrib_string to handle unquoted values, which fixes
16   display issues with HTML messages that do not quote attributes
17
0a97a0 18 2008/04/17 (alec)
A 19 ----------
20 - Fix IMAP response in message body when message has no body (#1484964)
157881 21 - Updated PEAR::Auth_SASL to 1.0.2
ea090c 22 - Fix non-RFC dates formatting (#1484901)
0a97a0 23
A 24 2008/04/16 (estadtherr)
140d6e 25 ----------
S 26 - Fix mail sending with new TinyMCE
27
f94a80 28 2008/04/16 (alec)
A 29 ----------
30 - Fix typo in set_charset() (#1484991)
e7d37a 31 - Decode entities when inserting HTML signature to plain text message (#1484990)
f94a80 32
d9344f 33 2008/04/15 (estadtherr)
S 34 ----------
35 - HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
dbbd1f 36 - fix signature loading on Windows (#1484545)
8e5def 37 - add language support to HTML editing (#1484862)
d9344f 38
76a89b 39 2008/04/15 (alec)
A 40 ----------
41 - Fix remove signature when replying (#1333167)
42 - Fix problem with line with a space at the end (#1484916)
43 - Don't send set_env() in ajax response when env array is empty
d7a411 44 - Fix <!DOCTYPE> tag filtering (#1484391)
A 45 - Fix <?xml> tag filtering (#1484403)
46  
a901aa 47 2008/04/14 (alec)
A 48 ----------
49 - Added sections (fieldset+label) in Settings interface
50
3d3531 51 2008/04/12 (alec)
A 52 ----------
53 - Fixed and optimized 'read_when_deleted': mark as read on server side
54   in one action when marking as deleted, fixed js bugs when deleting
55   from message preview page 
56
47124c 57 2008/04/12 (thomasb)
T 58 ----------
59 - Changed codebase to PHP5 with autoloader
60 - Added some new classes from devel-vnext branch
deb921 61
47124c 62 2008/04/11 (alec)
T 63 ----------
deb921 64 - Mark as read in one action with message preview (#1484972)
A 65 - Delete redundant quota reads (#1484972)
66 - Add options for empty trash and expunge inbox on logout (#1483863)
67
68 2008/04/10 (alec)
47124c 69 ----------
deb921 70 - Add rows highlighting in onmousemove on ksearch list
A 71 - Remove lines wrapping when displaying message
72 - Fix month localization
73 - Do ob_start/ob_end_clean when reading config files (#1484624)
74 - Fix debug (ajax) console 
75
76 2008/04/02 (alec)
47124c 77 ----------
deb921 78 - Updated timezones list (#1484908)
A 79 - Fix design in Settings (#1484799)
80 - Fix deleting messages after clicking on "All" (#1484838)
81 - Fix sorting o0f message list when default folder is empty (#1484317)
82 - Fix creating a new folder w/a comma in its name (#1484681)
83
84 2008/04/01 (thomasb)
47124c 85 ----------
deb921 86 - Fix Enter problem on login (#1484839)
A 87 - Make the http-received header in outgoing mails configurable
88
89 2008/03/30 (till)
47124c 90 ----------
deb921 91 - Fix Firefox problem with ob_gzhandler (#1484932)
A 92 - Improve message previewpane - less loading (#1484316)
93
94 2008/03/28 (thomasb)
47124c 95 ----------
deb921 96 - Disable installer by default; add config option to enable it again 
A 97
98 2008/03/24 (till)
47124c 99 ----------
deb921 100 - Don't send mark requests for already marked messages (#1484906)
A 101 - Fix "quote inside a quote" (#1484783)
102
103 2008/03/23 (till)
104
105 - Applied patch to strip newlines from headers (#1484811)
106 - Applied patch to trim login (#1484231)
107 - Added robots.txt
108 - Fix attachment problem when restoring saved draft without body (#1484506)
109 - Fix call to undefined function decrypt_passwd()  
110
17b5fb 111 2008/03/21 (thomasb)
T 112 ----------
113 - Add configurable default charset for message decoding
bf1be0 114 - Applied patch to fix mime decoding an folder subscription (#1484191)
T 115 - Applied patch to correctly quote email recipient strings (#1484191)
116 - Fix wrong charset aliases (#1484818 and #1484598)
117 - Remove hard-coded size of logo image (#1484378)
118 - Strip slashes from virtuser email values (#1484700)
119 - Fixed message part window display in IE6 (#1484610)
17b5fb 120
27564f 121 2008/02/28 (thomasb)
T 122 ----------
123 - Fix folder adding/renaming inspired by #1484800
124 - Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
125 - Fix quirky message selection
126 - Completed installer
127
fed22f 128 2008/02/20 (thomasb)
T 129 ----------
130 - Localize folder name in page title (#1484785)
103d6b 131 - Fix code using wrong variable name (#1484018)
e8f8fe 132 - Allow to send mail with BCC recipients only
103d6b 133 - Remove MDN headers before saving in sent folder
fed22f 134
2f93b0 135 2008/02/12 (estadtherr)
S 136 ----------
66f12a 137 - fix switching between HTML/plain composing (#1484752) 
2f93b0 138 - condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
S 139 - fix image removal in message display when message HTML includes JS event handlers
140
7f9ea1 141 2008/02/11 (thomasb)
T 142 ----------
143 - Add function to mark the selected messages as read/unread (#1457360)
283eca 144 - Also do charset decoding as suggested in RFC 2231 (fix #1484321)
T 145 - Show message count in folder list and hint when creating a subfolder
7f9ea1 146
2062ba 147 2008/02/08 (thomasb)
T 148 ----------
149 - Distinguish ssl and tls for imap connections (#1484667)
150 - Added some charset aliases to fix typical mis-labelling (#1484565)
151
c3f94d 152 2008/02/07 (thomasb)
6726f0 153 ----------
T 154 - Remember decision to display images for a certain message during session (#1484754)
2062ba 155 - Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
c3f94d 156 - Fix size of the attachment preview frame (#1484758)
6726f0 157
cf1f0f 158 2008/02/05 (thomasb)
0ea884 159 ----------
T 160 - Fix regular expression for checking e-mail address (#1484710)
161 - Make sending of read receipts configurable
cf1f0f 162 - Respect config when localize folder names (#1484707)
a02d48 163 - Applied patch for updating page title (#1484727, #1484650)
T 164 - Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
6726f0 165 - Applied patch to prevent bad header delimiters (#1484751)
b15568 166 - Also send search request when deleting a contact (#1484620)
a02d48 167 - Add CSS hack for Safari
0ea884 168
ff08ee 169 2008/02/02 (thomasb)
T 170 ----------
171 - Always update $CONFIG with user prefs (#1484729)
172 - Don't ask for MDN confirmations on drafted messages (#1484691)
2062ba 173 - Also respect receipt and priority settings when re-opening a draft message
ff08ee 174
1f020b 175 2008/01/31 (robin)
2062ba 176 ----------
1f020b 177 - Remember search results (closes #1483883), patch by the_glu
S 178
371d9d 179 2008/01/08 (tomekp)
S 180 ----------
d4cbfa 181 - add he (Hebrew) localization (#1484713)
S 182
183 2008/01/08 (tomekp)
184 ----------
371d9d 185 - update fr localization
S 186
ff5c99 187 2008/01/04 (tomekp)
S 188 - purge kur_KU because it has no messages translation
5b3c99 189 - bump copyright for all localization files
ff5c99 190
0df5b2 191 2007/12/31 (tomekp)
S 192 ----------
193 - update es localization
194
11751f 195 2007/12/28 (tomekp)
S 196 ----------
197 - update mk localization
198
823012 199 2007/12/27 (tomekp)
S 200 ----------
201 - update se localization
202
28f49e 203 2007/12/13 (robin)
S 204 ----------
205 - Add Received header on outgoing mail
206
deb302 207 2007/12/10 (estadtherr)
S 208 ----------
209 - Upgrade to TinyMCE 2.1.3
338551 210 - Allow inserting image attachments into HTML messages while composing (#1484557)
deb302 211
fba1f5 212 2007/12/10 (thomasb)
T 213 ----------
214 - Delegate user-stuff to new class rcube_user
215 - Implement Message-Disposition-Notification (Receipts)
216
0e6ee2 217 2007/12/05 (tomekp)
S 218 ----------
219 - update bg, uk localization
220
78ab48 221 2007/12/04 (tomekp)
S 222 ----------
223 - update bg localization
224
c57996 225 2007/11/25 (thomasb)
T 226 ----------
227 - Applied UID fetch patch by Glen Ogilvie
228 - Applied patch for correct Postgres instructions from ticket #1484674
229 - Fix overriding of session vars when register_globals is on (#1484670)
230 - Fix wrong Postgres setup instructions in INSTALL (#1484674)
231 - Fix bug with case-sensitive folder names (#1484245)
232 - Don't create default folders by default
233 - Added Georgian localization by Zaza Zviadadze
234 - Updated Russian localization
235 - Fixed some potential security risks (audited by Andris)
110748 236 - Only show new messages if they match the current search (#1484176)
c57996 237
082f00 238 2007/11/20 (tomekp)
S 239 ----------
240 - add Korean (kr) localization
241
96facb 242 2007/11/14 (tomekp)
S 243 ----------
244 - update id_ID localization
245
e4867e 246 2007/11/06 (thomasb)
T 247 ----------
248 - Switch to/from when searcing in Sent folder (#1484555)
249 - Correctly read the References header (#1484646)
250 - Unset old cookie in before sending a new value (#1484639)
a9cc52 251 - Correctly decode attachments when downloading them (#1484645 and #1484642)
e4867e 252
b14f77 253 2007/10/22 (tomekp)
e4867e 254 ----------
b14f77 255 - update ru, eo localizations
S 256
ecd2e7 257 2007/10/17 (thomasb)
T 258 ----------
259 - Make message listing less error prone
260
b37599 261 2007/10/10 (thomasb)
T 262 ----------
ecd2e7 263 - Suppress IE errors when clearing attachments form (#1484356)
b37599 264 - Set preferences field in user table to NULL (#1484386)
T 265 - Log error when login fails due to auto_create_user turned off
266 - Update UPGRADING instructions
267
732539 268 2007/10/05 (tomekp)
S 269 ----------
270 - Add Esperanto localization
271
272 2007/10/04 (Stiwi)
273 ----------
274 - Updated German localization
275
fc7492 276 2007/10/04 (yllar)
S 277 ----------
278 - Added Malay localization
279 - Updated Lithuanian localization
280
0c3ab1 281 2007/09/27 (tomekp)
S 282 ----------
283 - Update dutch localization (closes #1484588)
284
97bd2c 285 2007/09/29 (thomasb)
T 286 ----------
287 - Filter linked/imported CSS files (closes #1484056)
288
289
e2f373 290 2007/09/27 (tomekp)
S 291 ----------
292 - Update brazilian portuguese localization (#1484580)
293
7984ec 294 2007/09/26 (thomasb)
T 295 ----------
296 - Improve message compose screen (closes #1484383)
f4f8c6 297 - Select next row after removing one from list (#1484387)
7984ec 298
T 299
c7b726 300 2007/09/26 (tomekp)
7984ec 301 ----------
10766b 302 - Add polish labels for changes in r816.
c7b726 303 - Update polish localization (#1484579)
804489 304 - Update thai localization (#1484578)
c7b726 305
b0dbf3 306 2007/09/25 (robin)
S 307 ----------
308 - Enable drag-/dropping of folders to a new parent folder (#1457344)
309
310
c45471 311 2007/09/24 (robin)
S 312 ----------
313 - Fix preview pane size for Safari & Konqueror (#1484187)
314
315
aca3d2 316 2007/09/20 (robin)
S 317 ----------
318 - Make smtp HELO/EHLO hostname configurable (#1484067)
319
320
4d0413 321 2007/09/19 (thomasb)
5eee00 322 ----------
7984ec 323 - IPv6 Compatability (#1484322), Patch #1484373
4d0413 324 - Unlock interface when message sending fails (#1484570)
5eee00 325 - Eval PHP code in template includes (if configured)
T 326 - Show message when folder is empty. Mo more static text in table (#1484395)
327 - Only display unread count in page title when new messages arrived
328 - Show mailbox name in page title
329
330
03b271 331 2007/09/09 (thomasb)
T 332 ----------
eb6842 333 - Fixed wrong delete button tooltip (#1483965)
74ae88 334 - Fixed charset encoding bug (#1484429)
03b271 335 - Applied patch for LDAP version (#1484552)
T 336 - Improved XHTML validation
337
338
0d1dd7 339 2007/09/05 (thomasb)
T 340 ----------
341 - Fix message list selection (#1484550)
342 - Better fix lowercased usernames (#1484473)
343 - Update pngbehavior Script as suggested in #1484490
344
345
301454 346 2007/08/29 (richs)
S 347 ----------
348 - Fixed moving/deleting messages when more than 1 is selected
349
6b603d 350 2007/08/15 (thomasb)
T 351 ----------
352 - Applied patch for LDAP contacts listing by Glen Ogilvie
353 - Applied patch for more address fields in LDAP contacts (#1484402)
354 - Close LDAP connections on script shutdown
355
356
88f66e 357 2007/08/13 (thomasb)
T 358 ----------
359 - Add alternative for getallheaders() (fix #1484508)
360 - Revert changes for mbstring usage (fix #1484509)
361
362
31d9ef 363 2007/08/10 (thomasb)
719a25 364 ----------
T 365 - Identify mailboxes case-sensitive
366 - Sort mailbox list case-insensitive (closes #1484338)
367 - Fix display of multipart messages from Apple Mail (closes #1484027)
368 - Protect AJAX request from being fetched by a foreign site (XSS)
369 - Make autocomplete for loginform configurable by the skin template
fc7374 370 - Fix compose function from address book (closes #1484426)
b8e65c 371 - Added //IGNORE to iconv call (patch #1484420, closes #1484023)
T 372 - Check if mbstring supports charset (#1484290 and #1484292)
373 - Prefer iconv over mbstring (as suggested in #1484292)
8810b6 374 - Check filesize of template includes (#1484409)
e71598 375 - Updated Simplified Chinese localization
T 376 - Added Ukrainian translation
719a25 377
T 378
31d9ef 379 2007/08/09 (richs)
4b9efb 380 ----------
S 381 - Fixed bug with buttons not dimming/enabling properly after switching folders
382 - Fixed compose window becoming unresponsive after saving a draft (#1484487)
383 - Re-enabled "Back" button in compose window now that bug #1484487 is fixed
384 - Fixed unresponsive interface issue when downloading attachments (#1484496)
385 - Lowered status message time from 5 to 3 seconds to improve responsiveness
386 - Added note to INSTALL about .htaccess limiting upload_max_filesize
387 - Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
fc7374 388 - Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
4b9efb 389 - Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
S 390
719a25 391
3fc00e 392 2007/07/03 (thomasb)
T 393 ----------
394 - Added Macedonian (Slavic FYROM) localization
395 - Fix status message bug #1484464 with regard to #1484353
396 - Fix address adding bug reported by David Koblas
9e0bb6 397 - Applied socket error patch by Thomas Mangin
3fc00e 398
T 399
5bd325 400 2007/06/28 (tomekp)
S 401 ----------
402 - fix typos in Polish localization (Janusz Zamecki)
403
404
9cc925 405 2007/06/27 (tomekp)
S 406 ----------
407 - Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
408
409
95609c 410 2007/06/12 (thomasb)
T 411 ----------
412 - Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
413 - Added Irish/Gaelic translation
414 - Little correction in Swedish translation
415 - Quote username for virtuser_query
416 - Pass-by-reference workarround for PHP5 in sendmail.inc
417
418
570f0b 419 2007/06/04 (estadtherr)
S 420 ----------
421 - Fixed bug in HTML->Plain editor toggling
422
423
b2fb95 424 2007/05/28 (thomasb)
T 425 ---------
426 - Fixed buggy imap_root settings (closes #1484379)
427 - Prevent default events on subject links (#1484399)
428 - Typo in rcube_smtp.inc
429
430
2c6337 431 2007/05/23 (estadtherr)
S 432 ----------
433 - Upgrade to TinyMCE v2.1.1.1
434
435
8d0758 436 2007/05/18 (thomasb)
T 437 ----------
438 - Use HTTP-POST requests for actions that change state
439
440
028953 441 2007/05/17 (thomasb)
T 442 ----------
6ae6e4 443 - Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
028953 444 - Renamed localization folder for Chinese (Big5)
T 445 - Chanegd Slovenian language code from 'si' to 'sl'
e3caaf 446 - Added Sinhala (Sri-Lanka) localization
T 447 - Use global filters and bind username/ for Ldap searches (#1484159)
6ae6e4 448 - Hide quota display if imap server does not support it
T 449 - Hide address groups if no LDAP servers configured
450 - Add link to message subjects (closes #1484257)
451 - Better SQL query for contact listing/search (closes #1484369)
028953 452
T 453
cd6396 454 2007/05/13 (thomasb)
T 455 ----------
456 - Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
2e8a61 457 - Fixed marking as read in preview pane (closes #1484364)
281e3e 458 - CSS hack to display attachments correctly in IE6
a23884 459 - Wrap message body text (closes #1484148)
cd6396 460
T 461
462 2007/05/03 (yllar)
463 ----------
464 - Updated French, Lithuanian, Armenian, Spanish and Italian translations
465
466
a19598 467 2007/05/01 (thomasb)
T 468 ----------
f5d6a9 469 - Updated German, Euskara, Hungarian, Romanian and Spanish translation
a19598 470 - Added Hindi and Kurdish localization
T 471
472
f5d6a9 473 2007/04/28 (thomasb)
a19598 474 ----------
f5d6a9 475 - LDAP access is back in address book (closes #1484087)
a19598 476 - Added search function for contacts
T 477 - New Template parsing and output encoding
f5d6a9 478 - Fixed bugs #1484119 and #1483978
a19598 479
T 480
fd3934 481 2007/04/08 (thomasb)
T 482 ----------
483 - Fixed message moving procedure (closes #1484308)
484 - Fixed display of multiple attachments (closes #1466563)
485 - Fixed check for new messages (closes #1484310)
486 - List attachments without filename
487
488
aad6e2 489 2007/03/27 (thomasb)
T 490 ----------
491 - New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
492   Should close bugs #1483951 and #1484299
493
494
28bfe4 495 2007/03/23 (thomasb)
T 496 ----------
497 - Correctly translate mailbox names (closes #1484276)
498 - Quote e-mail address links (closes #1484300)
499
500
3cf664 501 2007/03/21 (thomasb)
T 502 ----------
503 - Updated PEAR::Mail_mime package
504 - Added Persian localization
505 - Updated Catalan and Brazilian Portuguese translations
506 - Updated INSTALL manual with a note about database passwords
507 - Accept single quotes for HTML attributes when modifying message body (thanks Jason)
508 - Sanitize input for new users/identities (thanks Colin Alston)
509
510
5cc4b1 511 2007/03/19 (thomasb)
T 512 ----------
513 - Don't download HTML message parts
514 - Convert HTML parts to plaintext if 'prefer_html' is off
515 - Correctly parse message/rfc822 parts (closes #1484045)
516 - Code cleanup
517
518
86958f 519 2007/03/18 (thomasb)
T 520 ----------
521 - Also use user_id for unique key in messages table (closes #1484074)
522 - Hide contacts drop down on blur (closes #1484203)
523 - Make entries in contacts drop down clickable
524 - Turn off browser autocompletion on login page
525 - Quote <? in text/html message parts
526 - Hide border around radio buttons
527 - Replaced old JS function calls.
528
529
5a6ad2 530 2007/03/13 (thomasb)
T 531 ----------
532 - Applied patch for attachment download by crichardson (closes #1484198)
533 - Fixed bug in Postgres DB handling (closes #1484068)
534 - Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
535 - Fixed array_merge bug (closes #1484281)
536 - Fixed flag for deletion in list view (closes #1484264)
537 - Finally support semicolons as recipient separator (closes ##1484251)
538 - Fixed message headers (subject) encoding
539
540
024797 541 2007/03/04 (tomekp)
5a6ad2 542 ----------
024797 543 - check if safe mode is on or not (closes #1484269)
S 544
5a6ad2 545
7bbd5f 546 2007/03/02 (thomasb)
ff52be 547 ----------
7bbd5f 548 - Show "no subject" in message list if subject is missing (closes #1484243)
ff52be 549 - Solved page caching of message preview (closes #1484153)
T 550 - Only use gzip compression if configured (closes #1484236)
551
552
e17702 553 2007/02/25 (estadtherr)
S 554 ----------
555 - Fixed priority selector issue (#1484150)
87e2fd 556 - Upgraded to TinyMCE v2.1.0
e17702 557
S 558
e6a406 559 2007/02/21 (thomasb)
T 560 ----------
561 - Fixed some CSS issues in default skin (closes #1484210 and #1484161)
562 - Prevent from double quoting of numeric HTML character references (closes #1484253)
563
564
a9e531 565 2007/02/07 (tomekp)
S 566 ----------
567 - Updated (bg) translation (Doichin Dokov)
e6a406 568
a9e531 569
9d41ed 570 2007/02/06 (tomekp)
S 571 ----------
572 - Updated (pl) translation
573 - Updated (pt_BR) translation (Robson F. Ramaldes)
574 - Big cleanup in program/localization
575
e6a406 576
9dbf74 577 2007/02/05 (thomasb)
T 578 ----------
579 - Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
580
581
bb8562 582 2007/01/07 (estadtherr)
S 583 ----------
584 - Fixed display of HTML message attachments (closes #1484178)
585
586
97c8d3 587 2007/01/07 (thomasb)
T 588 ----------
589 - Applied patch for preview caching (closes #1484186)
21b5c7 590 - Added Thai and Vietnamese localization files
97c8d3 591
bb8562 592
86df15 593 2006/12/29 (thomasb)
T 594 ----------
595 - Added error handling for attachment uploads
596 - Use multibyte safe string functions where necessary (closes #1483988)
597 - Updated Swiss German localization (de_CH)
598
599
ee883a 600 2006/12/22 (thomasb)
T 601 ----------
602 - Applied security patch to validate the submitted host value (by Kees Cook)
603 - Applied security patch to validate input values when deleting contacts (by Kees Cook)
604 - Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
605 - Applied a patch to more aggressively sanitize a HTML message
606 - Visualize blocked images in HTML messages
607
608
04c618 609 2006/12/20 (thomasb)
T 610 ----------
611 - Fixed wrong message listing when showing search results (closes #1484131)
612 - Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
613 - Show remote images when opening HTML message part as attachment
614
615
a7d5c6 616 2006/12/17 (thomasb)
T 617 ----------
618 - Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
619
620
1a98a6 621 2006/12/06 (thomasb)
T 622 ----------
623 - Improve memory usage when sending mail (closes #1484098)
624 - Mark messages as read once the preview is loaded (closes #1484132)
625 - Include smtp final response in log (closes #1484081)
626
627
421f5e 628 2006/12/04 (thomasb)
T 629 ----------
630 - Corrected date string in sent message header (closes #1484125)
631 - Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
632 - Changed srong tooltips for message browse buttons (closes #1483930)
633
634
dd792e 635 2006/12/03 (estadtherr)
S 636 ----------
637 - Added fix to convert HTML signatures for plain text messages
638 - Fixed signature delimeter character to be standard (Bug #1484035)
639
640
53ed1e 641 2006/12/01 (thomasb)
T 642 ----------
643 - Implemented preview pane
644 - Fixed XSS vulnerability (Bug #1484109)
645 - Remove newlines from mail headers (Bug #1484031)
646 - Selection issues when moving/deleting (Bug #1484044)
647 - Applied patch of Clement Moulin for imap host auto-selection
648 - ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
649 - Fixed folder name encoding in subscription list (Bug #1484113)
650 - Fixed JS errors in identity list (Bug #1484120)
651 - Show client debug console on debug_level 8
733c78 652 - Added Serbian translation
T 653 - Updated Spanish and Bulgarian localization
53ed1e 654
cf87c1 655
086377 656 2006/11/22 (robin)
53ed1e 657 ----------
086377 658 - Fix a bug introduced with Shift-Del yesterday
S 659
660
cf87c1 661 2006/11/21 (robin)
53ed1e 662 ----------
b6677b 663 - Add missing nl_NL translations
S 664 - Translate foldernames in folder form (closes #1484113)
665
666
667 2006/11/21 (robin)
53ed1e 668 ----------
cf87c1 669 - Added first and last buttons to message list, address book
S 670   and message detail
671 - Pressing Shift-Del bypasses Trash folder
672 - Enable purge command for Junk folder
673
674
675 2006/11/17 (robin)
676 ----------
677 - Re-initialize message list after shift-select and delete
678
679
680 2006/11/16 (robin)
681 ----------
682 - Fixed updating message list after expunge and purge
683 - Fetch all aliases if virtuser_query is used instead
684   of only the first one
685
686
8e2090 687 2006/11/11 (estadtherr)
S 688 ----------
689 - fixed deletion/moving of messages from within "show" page
690
691
53ed1e 692 2006/11/09 (thomasb)
T 693 ----------
694 - Little bugfix in HTML encoding
695 - Fixed encoding issues and delete-on-reply problem
696 - Corrected template parsing
697
698
f0ea59 699 2006/11/07 (estadtherr)
S 700 ----------
701 - Upgraded to TinyMCE v2.0.8
702 - Fixed CSS path for editor popups
703
6b1fc0 704 2006/09/26 (estadtherr)
S 705 ----------
706 - Added spellchecker plugin to TinyMCE configuration
707 - Fixed HTML/Plain toggle labels
708
709
6b47de 710 2006/09/24 (thomasb)
T 711 ----------
712 - Partial client re-write with a common list class
713 - Re-enabled multi select of contacts (Bug #1484017)
714 - Enable contact editing right after creation (Bug #1459641)
715 - Updated Hungarian, Estonian and Traditional Chinese localization
716
717
c8c1a3 718 2006/09/19 (thomasb)
T 719 ----------
720 - Correct UTF-7 to UTF-8 conversion if mbstring is not available
721
722
a0109c 723 2006/09/13 (estadtherr)
S 724 ----------
725 - Introduction of TinyMCE HTML editor support for message composition and signatures
726   Note : a new column is added to the "identities" database table
727
728
40ed9b 729 2006/09/12 (estadtherr)
S 730 ----------
731 - Fixed html2text treatment of table headers (Bug #1484020)
732 - Fixed IMAP fetch of message body (Bug #1484019)
733
734
8acab0 735 2006/09/08 (thomasb)
T 736 ----------
737 - Fixed safe_mode problems (Bug #1418381)
738 - Fixed wrong header encoding (Bug #1483976)
739
740
e170b4 741 2006/09/07 (thomasb)
T 742 ----------
743 - Made automatic draft saving configurable
744 - Fixed JS bug when renaming folders (Bug #1483989)
745 - Don't wait for complete page load when calling JavaScript init()
746 - Some improvements to prevent session expiration
747 - Prevent from double submit of spell check requests
748
749
5cd296 750 2006/09/01 (thomasb)
T 751 ----------
752 - Imporoved message parsing and HTML validation
753 - Added quota display as image (by Brett Patterson)
754 - Corrected creation of a message-id
755 - Updated Norwegian (bokmal) localization
756
757
10c92b 758 2006/08/30 (thomasb)
T 759 ----------
760 - New indentation for quoted message text
761 - Improved HTML validity
762
763
949dea 764 2006/08/28 (estadtherr)
S 765 ----------
766 - Fixed URL character set (Ticket #1445501)
767 - Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
768
769
f7bfec 770 2006/08/25 (thomasb)
T 771 ----------
772 - Fixed folder renaming: unsubscribe before rename (Bug #1483920)
773 - Finalized new message parsing (+ chaching)
774 - Updated SQL scripts and UPGRADING instructions
775
776
6c76c9 777 2006/08/23 (thomasb)
T 778 ----------
779 - Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
780
781
a5d3e6 782 2006/08/20 (thomasb)
T 783 ----------
6c76c9 784 - Fixed wrong usage of mbstring (Bug #1462439)
a5d3e6 785 - Set default spelling language (Ticket #1483938)
T 786 - Added support for Nox Spell Server
787
788
789 2006/08/18 (thomasb)
790 ----------
791 - Re-built message parsing (Bug #1327068)
f7bfec 792   Now based on the message structure delivered by the IMAP server.
a5d3e6 793 - Fixed some XSS and SQL injection issues
T 794
795
4d4264 796 2006/08/10 (thomasb)
T 797 ----------
798 - Fixed charset problems with folder renaming
799
800
fa4cd2 801 2006/08/04 (thomasb)
T 802 ----------
803 - Fixed Bug in saving identities (Ticket #1483915)
804 - Set folder name in window title (Bug #1483919)
805 - Don't add imap_root to INBOX path (Bug #1483816)
806 - Attempt to create default folders only after login
807 - Avoid usage of $CONFIG in rcube_imap class
808
809
fe79b1 810 2006/07/30 (thomasb)
T 811 ----------
812 - Alter links in HTML messages (Bug #1326402)
813 - Added fallback if host not found in 'mail_domain' array
814 - Applied patch of Charles to highlight droptargets (Ticket #1473034)
f9c107 815 - Fixed folder renaming (Bug #1483914)
T 816 - Added confirmation message after deleting a folder
fe79b1 817
T 818
24053e 819 2006/07/25 (thomasb)
T 820 ----------
821 - Made folder renaming a bit more ajax-style
822 - Changed rename-labels and German translation
823 - Fixed addressbox countbar width (Bug #1483845)
824 - Fixed refresh interval problems in Safari (Bug #1483902) 
825 - Fixed clear_message_list_header() errors (Bug #1483898)
826 - Sanity check of $message_set in imap.inc (Bug #1443200)
827 - Added correct changing of message list headers for Sent folder
828 - Updated Spanish localization (Ticket #1483887)
829 - Applied patch #1483846
830
831
f0f98f 832 2006/07/24 (richs)
S 833 ----------
834 - Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
835 - Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
836 - Draft saving now properly returns an error when saving fails
837 - Draft timer stops and resets properly when attachments are uploaded, or when saving manually
838 - Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
839
840
078adf 841 2006/07/19 (thomasb)
T 842 ----------
843 - Correct entity encoding of link urls (HTML validity)
baf135 844 - Improved usability in compose step (Ticket #1483807)
078adf 845 - Added absolute URLs to several buttons (for "open in new window")
baf135 846 - Applied patch #1328032
T 847 - Fixed Bug/Patch #1443200
078adf 848
T 849
66e2bf 850 2006/07/18 (thomasb)
bac7d1 851 ----------
T 852 - Fixed password with spaces issue (Bug #1364122)
853 - Replaced _auth hash with second cookie (Ticket #1483811)
854 - Don't use get_input_value() for passwords (Bug #1468895)
855 - Made password encryption key configurable
856 - Minor bugfixes with charset encoding
66e2bf 857 - Added <label> tags to forms (Ticket #1483810)
bac7d1 858
T 859
66e2bf 860 2006/07/07 (thomasb)
321302 861 ----------
T 862 - Fixed INSTALL_PATH bug #1425663
863
864
b4b081 865 2006/07/03 (richs)
S 866 ----------
867 - Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
868 - Updated French localizations (Ticket #1483862)
869 - Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
870 - Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
871 - Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
872 - Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php) 
873
874
25d8ba 875 2006/06/30 (richs)
S 876 ----------
877 - Fixed empty INBOX compatibility bug (Patch #1443200)
878 - Temporarily fixed French "compact" localization (Patch #1483862)
879 - Fixed "Select All" not working with Delete interface button (Bug #1332434)
880 - Fixed messsage list column compatibility with Konqueror (Bug #1395711)
881 - Fixed "unread count" in window title when count changed (Bug #1483812)
882 - Fixed DB error when deleting from message table (Patch #1483835)
883
b4b081 884
a894ba 885 2006/06/29 (richs)
S 886 ----------
887 - Added ability to remove attachments (Feature #1436721)
888 - Default folders are now auto-created on first login (Feature #1471594)
889 - Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
890 - Corrected Italian localizations
891 - Tweaked rename-folder form to clear after a rename
892
893
c8c1e0 894 2006/06/26 (richs)
S 895 ----------
896 - Added button to immediately check for new messages 
897 - New message checking now displays status "Checking for new messages..."
898 - New message checking now looks for unread messages in all mailboxes (Feature #1326401)
899 - Task buttons now respond to clicks by darkening (as in other applications)
900 - Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
901 - Added ability to sort messages by "Size"
902 - Added ability to rename folders (Feature #1326396)
903 - Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
904 - Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
905
906
b068a0 907 2006/06/25
T 908 ----------
909 - Changed behavior to include host-specific configuration (Bug #1483849)
910 - Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
911 - Fixed spell checker to work with the new URL at google.com
912 - Some memory and security optimizations sendmail.inc
913 - Updated UGRADING description
914
915
1966c5 916 2006/06/19
S 917 ----------
918 - Added Drafts support (Feature #1326839) (richs)
919
b068a0 920
d72d41 921 2006/06/02
T 922 ----------
923 - Updated Estonian localization and moved from ee to et
924 - Added Bulgarian localization
925
926
927 2006/05/25
928 ----------
929 - Finalized GoogieSpell integration
930
931
cead5c 932 2006/05/18
T 933 ----------
934 - Added Arabic and Armenian localizations
935 - Updated Russian localization
936 - Removed MDB2 classes from repository. Install them seperately if used.
937 - Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
938 - Allow & in e-mail addresses
939
940
e886c1 941 2006/05/05
326e87 942 ----------
e886c1 943 - Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
T 944 - Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
945 - Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
946 - Corrected INSTALL description (Bug #1476106)
ad7063 947 - Added charset to javascript HTTP headers
e886c1 948 - Fixed Opera bug with CC and BCC fields (Bug #1474576)
T 949 - Changed login page title regarding product name (Bug #1476413)
326e87 950 - Pimped search function
69b83b 951 - Applied attachment viewing/forwarding patches by Andrew Fladmark
dd53e2 952 - Applied prev/next patch by Leonard Bouchet
T 953 - Applied patches by Mark Bucciarelli
954 - Applied patch for requesting receipts by Salvatore Ansani
955 - Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
956
957
c40563 958 2006/04/13
T 959 ----------
960 - Added Slovenian localization
961 - Updated Portuguese localization
962 - Fixed parent.location problem for compose-links
963 - Added sort order saving patch by Jacob Brunson
964 - Added gzip compression support
965
966
0f246a 967 2006/04/02
T 968 ----------
969 - Added Lithuanian localization
970 - Improved search function
971 - Added version string as template object
972 - Load host-specific configuration file (see config/main.inc.php)
973 - New config parameter adding domain to user names for login
974 - Strip tags on _auth, _action, _task parameters
975 - Corrected labels for next/previous page buttons in address book 
976
977
4647e1 978 2006/03/23
T 979 ----------
980 - Auto-detect mail header delimiters
981 - Regard daylight savings
982 - Localized quota display
983 - Started implementing search function
984
985
8c2e58 986 2006/03/20
T 987 ----------
ad57b3 988 - Avoid error message when saving an unchanged identity (Bug #1429510)
8c2e58 989 - Fixed hard-coded cols selection for sent folder (Bug #1354586)
T 990 - Enable some HTML links for use with "open in new window" or "save target"
991 - Check meta-key instead of ctrl on Macs
992 - Ignore double clicks when holding down a modifier key
993 - Fixed reloading of the login page
994 - Fixed typo in compose template (Bug #1446852)
995 - Added compose button to message read step (Request #1433288)
996 - New config parameter for persistent database connections (Bug #1431817)
997
998
ffcbd8 999 2006/03/14
T 1000 ----------
1001 - Don't remove internal HTML tags in plaintext messages
1002 - Improved error handling in DB connection failure
1003
0a6937 1004
T 1005 2006/02/22
1006 ----------
1007 - Updated localizations
1008 - Fixed bug #1435989
1009
1010
f88d41 1011 2006/02/19
T 1012 ----------
1013 - Updated localizations
1014 - Applied patch of Anders Karlsson
1015 - Applied patch of Jacob Brunson
1016 - Applied patch for virtuser_query by Robin Elfrink
1017 - Added support for References header (patch by Auke)
1018 - Added support for mbstring module by Tadashi Jokagi
1019 - Added function for automatic remove of slashes on GET and POST vars
1020   if magic_quotes is enabled
1021
1022
1023 2006/02/05
15a9d1 1024 ----------
58e360 1025 - Added Slovak, Hungarian, Bosnian and Croation translation
15a9d1 1026 - Fixed bug when inserting signatures with !?&
f88d41 1027 - Chopping message headers before inserting into the message cache table
T 1028   (to avoid bugs in Postgres)
15a9d1 1029 - Allow one-char domains in e-mail addresses
T 1030 - Make product name in page title configurable
1031 - Make username available as skin object
f88d41 1032 - Added session_write_close() in rcube_db class destructor to avoid problems
T 1033   in PHP 5.0.5
1034 - Use move_uploaded_file() instead of copy() for a more secure handling of
1035   uploaded attachments
15a9d1 1036 - Additional config parameter to show/hide deleted messages
T 1037 - Added periodic request for checking new mails (Request #1307821)
1038 - Added EXPUNGE command
1039 - Optimized loading time for mail interface
051893 1040 - Changed to full UTF-8 support
T 1041 - Additional timezones (Patch #1389912)
1042 - Added LDAP public search (experimental)
03cc16 1043 - Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
T 1044 - Casting to strings when adding empty headers to message cache (Bug #1406026)
58e360 1045 - Skip sender-address as recipient when Reply-to-all
T 1046 - Fixes in utf8-class
1047 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
f88d41 1048 - Added garbage collector for message cache
T 1049 - Added patches for BCC headers
15a9d1 1050
977a29 1051
T 1052 2005/12/16
1053 ----------
1054 - Added Turkish and Simplified Chinese translation
1055 - Use virtusertable to resolve e-mail addresses at login
f88d41 1056 - Configurable mail_domain used to compose correct e-mail addresses
T 1057   on first login
977a29 1058
T 1059
1cded8 1060 2005/12/03
4e17e6 1061 ----------
f88d41 1062 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
T 1063   Estonian and Chinese translation
f3b659 1064 - Get IMAP server capabilities in array
T 1065 - Check for NAMESPACE capability before sending command
1066 - Set default user language from config 'locale_string'
b076a4 1067 - Added sorting patch for message list
T 1068 - Make default sort col/order configurable
dba5f7 1069 - Fixed XSS in address book and identities
e0ddd4 1070 - Added more XSS protection (Bug #1308236)
T 1071 - Added tab indexes for compose form
10a699 1072 - Added 'changed' col to contacts table
T 1073 - Support for 160-bit session hashes
1074 - Added input check for contacts and identities (Patch #1346523)
1075 - Added messages/warning to compose step (Patch #1323895)
b4a999 1076 - Added favicon to the default skin
583f1c 1077 - Fixed Bug #1334337 as far as possible
ecf759 1078 - Added Reply-To-All functionality (Request #1326395, Patch #1349777)
T 1079 - Redesign of client side AJAX code (enable multi threading)
1080 - Added keep-alive signal every minute
0cbc09 1081 - Make logs dir configurable
fd8c50 1082 - Added support for SMTPS
4b0f65 1083 - Decode attachment file names
T 1084 - Make delimiter for message headers configurable
1085 - Add generic footer to sent messages
1cded8 1086 - Choose the rigt identity when replying
T 1087 - Remove signature when replying (Request #1333167)
1088 - Signatures for each identity
1089 - Select charset when composing message
1090 - Complete re-design of the caching mechanism
4b0f65 1091
T 1092
1cded8 1093 2005/08/11
T 1094 ----------
1095 - Write list header to client even if list is empty
1096 - Add functions "select all", "select none" to message list
f88d41 1097 - Improved filter for HTML messages to remove potentially malicious tags
T 1098   (script, iframe, object) and event handlers.
1cded8 1099 - Buttons for next/previous message in view mode
T 1100 - Add new created contact to list and show confirmation status
1101 - Added folder management (subscribe/create/delete)
1102 - Log message sending (SMTP log)
1103 - Grant access for Camino browser
1104 - Added German translation
1105
1106
1107 2005/10/20
1108 ----------
1109 - Added Swedish, Latvian, Portuguese and Catalan translation
1110 - Make SMTP auth method configurable
1111 - Make mailboxlist scrollable (Bug #1326372)
1112 - Fixed SSL support
1113 - Improved support for Courier IMAP (root folder and delimiter issues)
1114 - Moved taskbar from bottom to top
1115 - Added 'session_lifetime' parameter
1116 - Fixed wrong unread count when deleting message (Bug #1332434)
1117 - Srip tags when creating a new folder (Bug #1332084)
1118 - Translate HTML tags in message headers (Bug #1330134)
1119 - Correction in German translation (Bug #1329434)
1120 - Display folder names with special chars correctly (Bug #1330157)
1121
1122
1123 2005/10/07
1124 ----------
1125 - Added French, Italian, Spanish, Danish, Dutch translation
1126 - Clarified license (Bug #1305966)
1127 - Fixed PHP warnings (Bug #1299403)
1128 - Fixed english translation (Bug #1295406)
1129 - Fixed bug #1290833: Last character of email not seen
1130 - Fixed bug #1292199 when creating new user
1131 - Allow more browsers (Bug #1285101)
1132 - Added setting for showing pretty dates
1133 - Added support for SQLite database
1134 - Make use of message caching configurable
1135 - Also add attachments when forwarding a message
1136 - Long folder names will not flow over message list (Bug #1267232)
1137 - Show nested mailboxes hieracically
1138 - Enable IMAPS by host
1139
1140
1141 2005/08/20
1142 ----------
1143 - Improved cacheing of mailbox messagecount
1144 - Fixed javascript bug when creating a new message folder
1145 - Fixed javascript bugs #1260990 and #1260992: folder selection
1146 - Make Trash folder configurable
1147 - Auto create folders Inbox, Sent and Trash (if configured)
1148 - Support for IMAP root folder
1149 - Added support fot text/enriched messages
1150 - Make list of special mailboxes configurable
1151