From 6e447724137e7a08d033cb3e54c5efe219ed047a Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 13 Dec 2007 10:26:41 +0000 Subject: [PATCH] 1.0.8 whatsnew, update version, pdt project git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@39 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/webim/.project | 22 +++++++++++++++++++ .../org.eclipse.php.core.projectOptions.prefs | 5 +++++ src/webim/install/whatsnew.txt | 7 +++++- src/webim/libs/common.php | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 src/webim/.project create mode 100644 src/webim/.settings/org.eclipse.php.core.projectOptions.prefs diff --git a/src/webim/.project b/src/webim/.project new file mode 100644 index 00000000..f9dce8ae --- /dev/null +++ b/src/webim/.project @@ -0,0 +1,22 @@ + + + litemessenger + + + + + + org.eclipse.php.core.PhpIncrementalProjectBuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + + org.eclipse.php.core.PHPNature + + diff --git a/src/webim/.settings/org.eclipse.php.core.projectOptions.prefs b/src/webim/.settings/org.eclipse.php.core.projectOptions.prefs new file mode 100644 index 00000000..686586eb --- /dev/null +++ b/src/webim/.settings/org.eclipse.php.core.projectOptions.prefs @@ -0,0 +1,5 @@ +#Thu Dec 13 00:56:02 MSK 2007 +eclipse.preferences.version=1 +org.eclipse.php.core.contextRoot= +org.eclipse.php.core.defaultEncoding= +org.eclipse.php.core.includePath=\n\n\n diff --git a/src/webim/install/whatsnew.txt b/src/webim/install/whatsnew.txt index 4b060a6f..906acbcb 100644 --- a/src/webim/install/whatsnew.txt +++ b/src/webim/install/whatsnew.txt @@ -2,7 +2,12 @@ 1.0.8 ----- - [+] install/update wizard + [+] install/update wizard, can create database and update it if needed + [+] leave message form when no operator is available + [!] location of web application can be other than /webim (see config.php) + [!] locale-specific resources extracted into /locales + [!] some fixes for Safari browser + [!] email validation in forms 1.0.7 ----- diff --git a/src/webim/libs/common.php b/src/webim/libs/common.php index c569a71b..dada55bd 100644 --- a/src/webim/libs/common.php +++ b/src/webim/libs/common.php @@ -17,7 +17,7 @@ session_start(); require(dirname(__FILE__).'/converter.php'); require(dirname(__FILE__).'/config.php'); -$version = 'v1.0.8 pre1'; +$version = 'v1.0.8'; function myiconv($in_enc, $out_enc, $string) { global $_utf8win1251, $_win1251utf8;