Skip to content

Commit

Permalink
5.14.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatiana committed Oct 18, 2024
2 parents b55618c + 228c929 commit 5986547
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion http/css/main.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions http/js/lib/marked.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions http/js/main.js

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


public const TABLE_CODE_PARAMS = ['row_format', 'table_format', 'on_duplicate', 'default_action'];
Expand Down
4 changes: 4 additions & 0 deletions totum/moduls/Table/AdminTableActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ public function getTableParam()
}
throw new errorException($this->translate('Table is not found.') . ' ' . $this->translate('May be insert row has expired.'));
}
public function getAIProxyData()
{
return ['url'=>$this->Totum->getConfig()->getSettings('h_totum_ai_server'), 'key'=>$this->Totum->getConfig()->getSettings('h_totum_ai_key')];
}

public function bugFinder()
{
Expand Down
2 changes: 2 additions & 0 deletions totum/moduls/install/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,8 @@
"{{To_change_and_add}}": "Ändern und hinzufügen",
"{{To_the_greater}}": "Zu den größeren",
"{{Total_calculation_time}}": "Gesamte Berechnungszeit",
"{{Totum_ai_key}}": "Totum AI key",
"{{Totum_ai_server_url}}": "Totum AI server URL",
"{{Totum_documentation}}": "Totum Dokumentation",
"{{Totum_on_GitHub}}": "Totum auf GitHub",
"{{Totum_user_Domain_user}}": "Totum Benutzer\/Domäne Auswahl",
Expand Down
2 changes: 2 additions & 0 deletions totum/moduls/install/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,8 @@
"{{To_change_and_add}}": "To change and add",
"{{To_the_greater}}": "To the greater",
"{{Total_calculation_time}}": "Total calculation time",
"{{Totum_ai_key}}": "Totum AI key",
"{{Totum_ai_server_url}}": "Totum AI server URL",
"{{Totum_documentation}}": "Totum documentation",
"{{Totum_on_GitHub}}": "Totum on GitHub",
"{{Totum_user_Domain_user}}": "Totum users\/Domain users",
Expand Down
2 changes: 2 additions & 0 deletions totum/moduls/install/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,8 @@
"{{To_change_and_add}}": "Cambiar y agregar",
"{{To_the_greater}}": "Hacia un valor mayor",
"{{Total_calculation_time}}": "Tiempo total de cálculo",
"{{Totum_ai_key}}": "Totum AI key",
"{{Totum_ai_server_url}}": "Totum AI server URL",
"{{Totum_documentation}}": "Documentación de Totum",
"{{Totum_on_GitHub}}": "Totum en GitHub",
"{{Totum_user_Domain_user}}": "Usuario Totum\/Seleccionar dominio",
Expand Down
2 changes: 2 additions & 0 deletions totum/moduls/install/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,8 @@
"{{To_change_and_add}}": "Изменять и добавлять",
"{{To_the_greater}}": "В большую сторону",
"{{Total_calculation_time}}": "Общее время расчета",
"{{Totum_ai_key}}": "Totum AI key",
"{{Totum_ai_server_url}}": "Totum AI server URL",
"{{Totum_documentation}}": "Документация Totum",
"{{Totum_on_GitHub}}": "Totum на GitHub",
"{{Totum_user_Domain_user}}": "Пользователь Totum\/Выбор домена",
Expand Down
Binary file modified totum/moduls/install/start.json.gz.ttm
Binary file not shown.
1 change: 1 addition & 0 deletions totum/templates/__header.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
if (is_null($isCreatorView ?? null)) {
return;
} ?>
<script>App = App || {}; App.isCreatorView = <?=json_encode($isCreatorView)?></script>
<nav class="totbar-default navbar-default">
<div class="container-fluid">
<div
Expand Down
4 changes: 2 additions & 2 deletions totum/templates/page_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="/js/libs.js?v=b101ece"></script>
<link rel="stylesheet"
type="text/css"
href="/css/main.css?v=df6dd09">
href="/css/main.css?v=f4b0767">

<?php
if ($isCreatorView ?? null) { ?>
Expand All @@ -18,7 +18,7 @@
<?php
} ?>

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

Expand Down
4 changes: 2 additions & 2 deletions totum/templates/page_template_simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script src="/js/libs.js?v=b101ece"></script>
<link rel="stylesheet"
type="text/css"
href="/css/main.css?v=df6dd09">
<script src="/js/main.js?v=f453624"></script>
href="/css/main.css?v=f4b0767">
<script src="/js/main.js?v=02ba3a3"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?10"></script>
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>

Expand Down

0 comments on commit 5986547

Please sign in to comment.