Skip to content

Commit 5986547

Browse files
author
Tatiana
committed
5.14.61.0
2 parents b55618c + 228c929 commit 5986547

File tree

13 files changed

+27
-8
lines changed

13 files changed

+27
-8
lines changed

Diff for: http/css/main.css

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

Diff for: http/js/lib/marked.min.js

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

Diff for: http/js/main.js

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

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 = '5.13.60.0';
30+
public const VERSION = '5.14.61.0';
3131

3232

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

Diff for: totum/moduls/Table/AdminTableActions.php

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ public function getTableParam()
4545
}
4646
throw new errorException($this->translate('Table is not found.') . ' ' . $this->translate('May be insert row has expired.'));
4747
}
48+
public function getAIProxyData()
49+
{
50+
return ['url'=>$this->Totum->getConfig()->getSettings('h_totum_ai_server'), 'key'=>$this->Totum->getConfig()->getSettings('h_totum_ai_key')];
51+
}
4852

4953
public function bugFinder()
5054
{

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

+2
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@
897897
"{{To_change_and_add}}": "Ändern und hinzufügen",
898898
"{{To_the_greater}}": "Zu den größeren",
899899
"{{Total_calculation_time}}": "Gesamte Berechnungszeit",
900+
"{{Totum_ai_key}}": "Totum AI key",
901+
"{{Totum_ai_server_url}}": "Totum AI server URL",
900902
"{{Totum_documentation}}": "Totum Dokumentation",
901903
"{{Totum_on_GitHub}}": "Totum auf GitHub",
902904
"{{Totum_user_Domain_user}}": "Totum Benutzer\/Domäne Auswahl",

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

+2
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@
897897
"{{To_change_and_add}}": "To change and add",
898898
"{{To_the_greater}}": "To the greater",
899899
"{{Total_calculation_time}}": "Total calculation time",
900+
"{{Totum_ai_key}}": "Totum AI key",
901+
"{{Totum_ai_server_url}}": "Totum AI server URL",
900902
"{{Totum_documentation}}": "Totum documentation",
901903
"{{Totum_on_GitHub}}": "Totum on GitHub",
902904
"{{Totum_user_Domain_user}}": "Totum users\/Domain users",

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

+2
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@
897897
"{{To_change_and_add}}": "Cambiar y agregar",
898898
"{{To_the_greater}}": "Hacia un valor mayor",
899899
"{{Total_calculation_time}}": "Tiempo total de cálculo",
900+
"{{Totum_ai_key}}": "Totum AI key",
901+
"{{Totum_ai_server_url}}": "Totum AI server URL",
900902
"{{Totum_documentation}}": "Documentación de Totum",
901903
"{{Totum_on_GitHub}}": "Totum en GitHub",
902904
"{{Totum_user_Domain_user}}": "Usuario Totum\/Seleccionar dominio",

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

+2
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@
897897
"{{To_change_and_add}}": "Изменять и добавлять",
898898
"{{To_the_greater}}": "В большую сторону",
899899
"{{Total_calculation_time}}": "Общее время расчета",
900+
"{{Totum_ai_key}}": "Totum AI key",
901+
"{{Totum_ai_server_url}}": "Totum AI server URL",
900902
"{{Totum_documentation}}": "Документация Totum",
901903
"{{Totum_on_GitHub}}": "Totum на GitHub",
902904
"{{Totum_user_Domain_user}}": "Пользователь Totum\/Выбор домена",

Diff for: totum/moduls/install/start.json.gz.ttm

191 Bytes
Binary file not shown.

Diff for: totum/templates/__header.php

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
if (is_null($isCreatorView ?? null)) {
44
return;
55
} ?>
6+
<script>App = App || {}; App.isCreatorView = <?=json_encode($isCreatorView)?></script>
67
<nav class="totbar-default navbar-default">
78
<div class="container-fluid">
89
<div

Diff for: totum/templates/page_template.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="/js/libs.js?v=b101ece"></script>
88
<link rel="stylesheet"
99
type="text/css"
10-
href="/css/main.css?v=df6dd09">
10+
href="/css/main.css?v=f4b0767">
1111

1212
<?php
1313
if ($isCreatorView ?? null) { ?>
@@ -18,7 +18,7 @@
1818
<?php
1919
} ?>
2020

21-
<script src="/js/main.js?v=f453624"></script>
21+
<script src="/js/main.js?v=02ba3a3"></script>
2222
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?10"></script>
2323
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>
2424

Diff for: totum/templates/page_template_simple.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<script src="/js/libs.js?v=b101ece"></script>
88
<link rel="stylesheet"
99
type="text/css"
10-
href="/css/main.css?v=df6dd09">
11-
<script src="/js/main.js?v=f453624"></script>
10+
href="/css/main.css?v=f4b0767">
11+
<script src="/js/main.js?v=02ba3a3"></script>
1212
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?10"></script>
1313
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>
1414

0 commit comments

Comments
 (0)