Change password plugins fixes

Small fixes
This commit is contained in:
RainLoop Team 2014-08-31 00:04:11 +04:00
parent 4cc1a0b0b7
commit c7108a74e0
13 changed files with 339 additions and 378 deletions

View file

@ -82,7 +82,7 @@ abstract class NetClient
$this->bUnreadBuffer = false;
$this->bRunningCallback = false;
$this->oLogger = null;
$this->__AUTOLOGOUT__ = true;
$this->sResponseBuffer = '';
@ -238,11 +238,6 @@ abstract class NetClient
{
@\stream_set_timeout($this->rConnect, $this->iSocketTimeOut);
}
if (\MailSo\Base\Utils::FunctionExistsAndEnabled('stream_set_blocking'))
{
@\stream_set_blocking($this->rConnect, 1);
}
}
}
@ -339,7 +334,7 @@ abstract class NetClient
{
$bFake = false;
}
if ($bFake)
{
$sFakeRaw .= "\r\n";
@ -413,6 +408,8 @@ abstract class NetClient
}
else
{
// $this->writeLog('Stream Meta: '.
// \print_r($aSocketStatus, true), \MailSo\Log\Enumerations\Type::ERROR);
$this->writeLogException(
new Exceptions\SocketReadException(),
\MailSo\Log\Enumerations\Type::ERROR, true);

View file

@ -637,7 +637,7 @@
filter: Alpha(Opacity=30);
}
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
@ -1150,7 +1150,7 @@ table {
border-spacing: 0;
border-collapse: collapse;
}
@charset "UTF-8";
@font-face {
@ -1522,7 +1522,7 @@ table {
.icon-resize-out:before {
content: "\e06d";
}
/** initial setup **/
.nano {
/*
@ -1638,7 +1638,7 @@ table {
.nano > .pane2.active > .slider2 {
background-color: rgba(0, 0, 0, 0.4);
}
/* Magnific Popup CSS */
.mfp-bg {
position: fixed;
@ -2094,7 +2094,7 @@ img.mfp-img {
padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
@ -2135,7 +2135,7 @@ img.mfp-img {
-ms-transform: translateX(50px);
transform: translateX(50px);
}
.simple-pace {
pointer-events: none;
@ -2210,7 +2210,7 @@ img.mfp-img {
transform: translate(-32px, 0);
transform: translate(-32px, 0);
}
}
}
.inputosaurus-container {
display: inline-block;
margin: 0 5px 0 0;
@ -2275,7 +2275,7 @@ img.mfp-img {
.inputosaurus-input-hidden {
display: none;
}
.flag-wrapper {
display: inline-block;
width: 24px;
@ -2397,7 +2397,7 @@ img.mfp-img {
.flag.flag-zh-hk {
background-position: -208px -22px;
}
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
.clearfix {
*zoom: 1;
@ -6295,7 +6295,7 @@ html.rgba.textshadow .btn.btn-primary {
}
.tooltip .tooltip-inner {
padding: 5px 10px;
max-width: 400px;
max-width: 380px;
border-radius: 2px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

File diff suppressed because one or more lines are too long