mirror of
https://github.com/Mibew/java.git
synced 2025-01-23 01:50:34 +03:00
1.4.3 rc1
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@196 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
28c33e0714
commit
e9bdd8a8b5
@ -5,7 +5,7 @@
|
|||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
$targetFolder = "deploy";
|
$targetFolder = "deploy";
|
||||||
$suffix = "142";
|
$suffix = "143";
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Copies tree into target folder, preprocess .phps
|
# Copies tree into target folder, preprocess .phps
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
|
1.4.3
|
||||||
|
-----
|
||||||
|
[+] chat styles support: selectors in button generation and in settings
|
||||||
|
[+] styles are applied as set of page templates
|
||||||
|
[+] added styles preview page (the link from settings page) with "fake" chat
|
||||||
|
[+] 2 styles are included: original (old one) and default (new green scheme)
|
||||||
|
[+] new options in settings: user can change name, presentable name pattern
|
||||||
|
|
||||||
1.4.2
|
1.4.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -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 = 'v1.4.2';
|
$version = 'v1.4.3';
|
||||||
|
|
||||||
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