Skip to content

Commit

Permalink
6.15.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatiana committed Jan 15, 2025
2 parents 0ee5bec + c1b5a1c commit 687a3f7
Show file tree
Hide file tree
Showing 17 changed files with 3,749 additions and 3,412 deletions.
2 changes: 1 addition & 1 deletion http/js/i18n/de.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion http/js/i18n/en.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion http/js/i18n/es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion http/js/i18n/ru.js

Large diffs are not rendered by default.

726 changes: 363 additions & 363 deletions totum/common/Lang/DE.php

Large diffs are not rendered by default.

353 changes: 346 additions & 7 deletions totum/common/Lang/EN.php

Large diffs are not rendered by default.

646 changes: 323 additions & 323 deletions totum/common/Lang/ES.php

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions totum/common/Lang/RU.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion totum/common/Totum.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
class Totum
{
public const VERSION = '6.14.61.0';
public const VERSION = '6.15.61.0';


public const TABLE_CODE_PARAMS = ['row_format', 'table_format', 'on_duplicate', 'default_action'];
Expand Down
8 changes: 3 additions & 5 deletions totum/common/configs/WithPhpMailerSmtpTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ public function sendMail($to, $title, $body, $attachments = [], $from = null, $r
$mail->Subject = $title;
$mail->Body = $body;

try {
return $mail->send();
} catch (\Exception) {
return $mail->send();
}

return $mail->send();


} catch (\Exception $e) {
throw new \ErrorException($mail->ErrorInfo);
Expand Down
2 changes: 1 addition & 1 deletion totum/moduls/Auth/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function ($match) use ($pass, $email, $login) {

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

$this->location($_GET['from'] && $_GET['from'] !== '/' ? $_GET['from'] : Auth::getUserById($this->Config,
Expand Down
1,522 changes: 761 additions & 761 deletions totum/moduls/install/de.json

Large diffs are not rendered by default.

1,478 changes: 739 additions & 739 deletions totum/moduls/install/en.json

Large diffs are not rendered by default.

1,494 changes: 747 additions & 747 deletions totum/moduls/install/es.json

Large diffs are not rendered by default.

796 changes: 398 additions & 398 deletions totum/moduls/install/ru.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion totum/templates/page_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
} ?>

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


Expand Down
2 changes: 1 addition & 1 deletion totum/templates/page_template_simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type="text/css"
href="/css/main.css?v=0a0b95d">
<script src="/js/main.js?v=f4cfb23"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?11"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?12"></script>
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>

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

0 comments on commit 687a3f7

Please sign in to comment.