mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
-> 1.6.3
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@691 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
6096bf2fb6
commit
8188c730b4
@ -5,7 +5,7 @@
|
||||
##################################################################
|
||||
|
||||
$targetFolder = "deploy";
|
||||
$suffix = "162";
|
||||
$suffix = "163";
|
||||
|
||||
##################################################################
|
||||
# Copies tree into target folder, preprocess .phps
|
||||
|
@ -1 +1 @@
|
||||
Mibew/1.6.2
|
||||
Mibew/1.6.3
|
@ -1,3 +1,10 @@
|
||||
1.6.3
|
||||
-----
|
||||
[+] password restore functionality for agent
|
||||
[!] button code conflicts with spam filters and mod_security
|
||||
[!] compatibility with PHP 5.3.0
|
||||
[!] new domain: mibew.org
|
||||
|
||||
1.6.2
|
||||
-----
|
||||
[+] bi-licensed: EPL / GPL
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<project basedir="." default="update" name="Obfuscator">
|
||||
<property name="obfuscator.location" value="." />
|
||||
<property name="webim.location" value="../162" />
|
||||
<property name="webim.location" value="../163" />
|
||||
|
||||
<target name="update" depends="build">
|
||||
<java classname="JSO" fork="true" error="${obfuscator.location}/bin/obfuscation.log">
|
||||
|
@ -24,8 +24,8 @@ session_start();
|
||||
require_once(dirname(__FILE__).'/converter.php');
|
||||
require_once(dirname(__FILE__).'/config.php');
|
||||
|
||||
$version = '1.6.2';
|
||||
$jsver = "162";
|
||||
$version = '1.6.3';
|
||||
$jsver = "163";
|
||||
|
||||
function myiconv($in_enc, $out_enc, $string) {
|
||||
global $_utf8win1251, $_win1251utf8;
|
||||
|
@ -26,7 +26,6 @@ chat.wait
|
||||
chat.window.chatting_with
|
||||
chat.window.close_title
|
||||
chat.window.poweredby
|
||||
chat.window.poweredreftext
|
||||
chat.window.predefined.select_answer
|
||||
chat.window.product_name
|
||||
chat.window.send_message
|
||||
|
@ -68,6 +68,8 @@ form.field.ban_comment
|
||||
form.field.ban_comment.description
|
||||
form.field.ban_days
|
||||
form.field.ban_days.description
|
||||
form.field.password
|
||||
form.field.password_confirm
|
||||
image.button.login
|
||||
image.button.save
|
||||
image.button.search
|
||||
@ -89,6 +91,8 @@ menu.profile.content
|
||||
menu.translate
|
||||
menu.updates
|
||||
menu.updates.content
|
||||
my_settings.error.password_match
|
||||
no_such_operator
|
||||
page.analysis.search.head_browser
|
||||
page.analysis.search.head_group
|
||||
page.analysis.search.head_host
|
||||
@ -147,6 +151,22 @@ report.byoperator.4
|
||||
report.byoperator.title
|
||||
report.no_items
|
||||
report.total
|
||||
resetpwd.changed
|
||||
resetpwd.changed.title
|
||||
resetpwd.intro
|
||||
resetpwd.login
|
||||
resetpwd.submit
|
||||
resetpwd.title
|
||||
restore.back_to_login
|
||||
restore.emailorlogin
|
||||
restore.intro
|
||||
restore.mailsubj
|
||||
restore.mailtext
|
||||
restore.pwd.message
|
||||
restore.sent
|
||||
restore.sent.title
|
||||
restore.submit
|
||||
restore.title
|
||||
right.administration
|
||||
right.main
|
||||
right.other
|
||||
|
Loading…
Reference in New Issue
Block a user