1.6.0 RC1

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@471 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-04-10 20:55:09 +00:00
parent 53c7f4e884
commit 542397829e
2 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,17 @@
1.6.0 alpha 1 1.6.0
----- -----
[+] completely new layout of all administrator pages, XHTML 1.0 [+] completely new layout of all administrator pages, XHTML 1.0
[+] New awaiting users and chat log pages [+] New awaiting users and chat log pages
[+] right menu, show/hide menu on awaiting users page, nice locale chooser [+] right menu, show/hide menu on awaiting users page, nice locale chooser
[+] main page: warning if database is outdated (after install) [+] main page: warning if database is outdated (after install)
[+] "Updates" tab in settings: news, link to the latest version [+] "Updates": news, link to the latest version
[+] Operator's profile page
[+] Configurable pre-chat survey
[+] Create/edit/remove groups [+] Create/edit/remove groups
[+] Canned messages page
[+] Statistics page [+] Statistics page
[+] Popup dialog notification of the new visitor (turned off by default)
[!] Slow loading of awating visitors page
1.5.2 1.5.2
----- -----

View File

@ -17,7 +17,7 @@ session_start();
require_once(dirname(__FILE__).'/converter.php'); require_once(dirname(__FILE__).'/converter.php');
require_once(dirname(__FILE__).'/config.php'); require_once(dirname(__FILE__).'/config.php');
$version = '1.6.0 alpha 1'; $version = '1.6.0 RC1';
function myiconv($in_enc, $out_enc, $string) { function myiconv($in_enc, $out_enc, $string) {
global $_utf8win1251, $_win1251utf8; global $_utf8win1251, $_win1251utf8;
@ -513,7 +513,7 @@ function webim_mail($toaddr, $reply_to, $subject, $body) {
mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers); mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers);
} }
$dbversion = '1.6.0.1'; $dbversion = '1.6.0.2';
$settings = array( $settings = array(
'dbversion' => 0, 'dbversion' => 0,