Changeset 23 in subversion


Ignore:
Timestamp:
Oct 7, 2005 10:37:06 AM (8 years ago)
Author:
roundcube
Message:

Latest updates for release

Location:
trunk/roundcubemail
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r21 r23  
    2727 
    2828 
    29 2005/10/09 
     292005/10/07 
    3030---------- 
    3131- Added French, Italian, Spanish, Danish, Dutch translation 
    32 - Clearified license (Bug #1305966) 
     32- Clarified license (Bug #1305966) 
    3333- Fixed PHP warnings (Bug #1299403) 
    34 - Fixed english translation bug #1295406 
     34- Fixed english translation (Bug #1295406) 
    3535- Fixed bug #1290833: Last character of email not seen 
    3636- Fixed bug #1292199 when creating new user 
    37 - Allow more borwsers (Bug #1285101) 
     37- Allow more browsers (Bug #1285101) 
    3838- Added setting for showing pretty dates 
    3939- Added support for SQLite database 
  • trunk/roundcubemail/index.php

    r21 r23  
    44 +-----------------------------------------------------------------------+ 
    55 | RoundCube Webmail IMAP Client                                         | 
    6  | Version 0.1-20050929                                                  | 
     6 | Version 0.1-20051007                                                  | 
    77 |                                                                       | 
    88 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      | 
     
    5353ini_set('session.use_cookies', 1); 
    5454ini_set('error_reporting', E_ALL&~E_NOTICE); 
    55 //ini_set('session.save_path', $INSTALL_PATH.'session'); 
    5655 
    5756 
  • trunk/roundcubemail/program/steps/settings/func.inc

    r21 r23  
    5353  $field_id = 'rcmfd_lang'; 
    5454  $select_lang = new select(array('name' => '_language', 'id' => $field_id)); 
    55   // $select_lang->add('Czech', 'cs'); 
    5655  $select_lang->add('Dansk', 'da'); 
    5756  $select_lang->add('Deutsch', 'de'); 
Note: See TracChangeset for help on using the changeset viewer.