mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
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
This commit is contained in:
parent
31613b60db
commit
6e44772413
22
src/webim/.project
Normal file
22
src/webim/.project
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>litemessenger</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.php.core.PHPNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
@ -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=<?xml version\="1.0" encoding\="UTF-8"?>\n<includepath>\n</includepath>\n
|
@ -2,7 +2,12 @@
|
|||||||
1.0.8
|
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
|
1.0.7
|
||||||
-----
|
-----
|
||||||
|
@ -17,7 +17,7 @@ session_start();
|
|||||||
require(dirname(__FILE__).'/converter.php');
|
require(dirname(__FILE__).'/converter.php');
|
||||||
require(dirname(__FILE__).'/config.php');
|
require(dirname(__FILE__).'/config.php');
|
||||||
|
|
||||||
$version = 'v1.0.8 pre1';
|
$version = 'v1.0.8';
|
||||||
|
|
||||||
function myiconv($in_enc, $out_enc, $string) {
|
function myiconv($in_enc, $out_enc, $string) {
|
||||||
global $_utf8win1251, $_win1251utf8;
|
global $_utf8win1251, $_win1251utf8;
|
||||||
|
Loading…
Reference in New Issue
Block a user