Skip to content

Commit 687a3f7

Browse files
author
Tatiana
committed
6.15.61.0
2 parents 0ee5bec + c1b5a1c commit 687a3f7

File tree

17 files changed

+3749
-3412
lines changed

17 files changed

+3749
-3412
lines changed

Diff for: http/js/i18n/de.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: http/js/i18n/en.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: http/js/i18n/es.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: http/js/i18n/ru.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: totum/common/Lang/DE.php

+363-363
Large diffs are not rendered by default.

Diff for: totum/common/Lang/EN.php

+346-7
Large diffs are not rendered by default.

Diff for: totum/common/Lang/ES.php

+323-323
Large diffs are not rendered by default.

Diff for: totum/common/Lang/RU.php

+61-61
Large diffs are not rendered by default.

Diff for: totum/common/Totum.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
class Totum
2929
{
30-
public const VERSION = '6.14.61.0';
30+
public const VERSION = '6.15.61.0';
3131

3232

3333
public const TABLE_CODE_PARAMS = ['row_format', 'table_format', 'on_duplicate', 'default_action'];

Diff for: totum/common/configs/WithPhpMailerSmtpTrait.php

+3-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ public function sendMail($to, $title, $body, $attachments = [], $from = null, $r
6262
$mail->Subject = $title;
6363
$mail->Body = $body;
6464

65-
try {
66-
return $mail->send();
67-
} catch (\Exception) {
68-
return $mail->send();
69-
}
65+
66+
return $mail->send();
67+
7068

7169
} catch (\Exception $e) {
7270
throw new \ErrorException($mail->ErrorInfo);

Diff for: totum/moduls/Auth/AuthController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function ($match) use ($pass, $email, $login) {
9696

9797
if (in_array(1, $userRow['roles'])) {
9898
$schema = is_callable([$this->Config, 'setHostSchema']) ? '"' . $this->Config->getSchema() . '"' : '';
99-
`cd {$baseDir} && bin/totum check-service-notifications {$schema} &`;
99+
`cd {$baseDir} && bin/totum check-service-notifications {$schema} > /dev/null 2>&1 &`;
100100
}
101101

102102
$this->location($_GET['from'] && $_GET['from'] !== '/' ? $_GET['from'] : Auth::getUserById($this->Config,

Diff for: totum/moduls/install/de.json

+761-761
Large diffs are not rendered by default.

Diff for: totum/moduls/install/en.json

+739-739
Large diffs are not rendered by default.

Diff for: totum/moduls/install/es.json

+747-747
Large diffs are not rendered by default.

Diff for: totum/moduls/install/ru.json

+398-398
Large diffs are not rendered by default.

Diff for: totum/templates/page_template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
} ?>
2020

2121
<script src="/js/main.js?v=f4cfb23"></script>
22-
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?11"></script>
22+
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?12"></script>
2323
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>
2424

2525

Diff for: totum/templates/page_template_simple.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
type="text/css"
1010
href="/css/main.css?v=0a0b95d">
1111
<script src="/js/main.js?v=f4cfb23"></script>
12-
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?11"></script>
12+
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?12"></script>
1313
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>
1414

1515
<link rel="shortcut icon" type="image/png" href="/fls/6_favicon.png"/>

0 commit comments

Comments
 (0)