]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: New advanced schedule settings
authorMarcin Haba <marcin.haba@bacula.pl>
Sat, 31 Jul 2021 03:29:47 +0000 (05:29 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:26 +0000 (09:03 +0100)
commitb7feea49903dbc60c1160618c0631efe62bf18bd
treeb448b00ac4237193e050957bcfc19cf41982e767
parent2b907ab14efc7823cff37fe31844135ab9f29ab2
baculum: New advanced schedule settings

There has been also changed way of loading all directive controls. Now they are loaded on PreRender event instead of on Load event.
54 files changed:
gui/baculum/protected/API/Class/BaculaSetting.php
gui/baculum/protected/Common/Class/BClientScript.php
gui/baculum/protected/Common/Class/Params.php
gui/baculum/protected/Web/Lang/en/messages.mo
gui/baculum/protected/Web/Lang/en/messages.po
gui/baculum/protected/Web/Lang/ja/messages.mo
gui/baculum/protected/Web/Lang/ja/messages.po
gui/baculum/protected/Web/Lang/pl/messages.mo
gui/baculum/protected/Web/Lang/pl/messages.po
gui/baculum/protected/Web/Lang/pt/messages.mo
gui/baculum/protected/Web/Lang/pt/messages.po
gui/baculum/protected/Web/Lang/ru/messages.mo
gui/baculum/protected/Web/Lang/ru/messages.po
gui/baculum/protected/Web/Pages/DirectorView.php
gui/baculum/protected/Web/Pages/NewBackupJobWizard.page
gui/baculum/protected/Web/Pages/NewBackupJobWizard.php
gui/baculum/protected/Web/Pages/NewCopyJobWizard.page
gui/baculum/protected/Web/Pages/NewCopyJobWizard.php
gui/baculum/protected/Web/Pages/Security.php
gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php
gui/baculum/protected/Web/Portlets/BaculaConfigResourceList.php
gui/baculum/protected/Web/Portlets/BaculaConfigResourceList.tpl
gui/baculum/protected/Web/Portlets/DirectiveComboBox.php
gui/baculum/protected/Web/Portlets/DirectiveDaysOfMonth.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveDaysOfMonth.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveDaysOfWeek.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveDaysOfWeek.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveFileSet.php
gui/baculum/protected/Web/Portlets/DirectiveListBox.php
gui/baculum/protected/Web/Portlets/DirectiveListTemplate.php
gui/baculum/protected/Web/Portlets/DirectiveMessages.php
gui/baculum/protected/Web/Portlets/DirectiveMessages.tpl
gui/baculum/protected/Web/Portlets/DirectiveMonthsOfYear.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveMonthsOfYear.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveRenderer.php
gui/baculum/protected/Web/Portlets/DirectiveRunscript.php
gui/baculum/protected/Web/Portlets/DirectiveSchedule.php
gui/baculum/protected/Web/Portlets/DirectiveSchedule.tpl
gui/baculum/protected/Web/Portlets/DirectiveTemplate.php
gui/baculum/protected/Web/Portlets/DirectiveTime.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveTime.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveWeeksOfMonth.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveWeeksOfMonth.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveWeeksOfYear.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveWeeksOfYear.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/JobRunscriptRenderer.php
gui/baculum/protected/Web/Portlets/MessageTypes.php
gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.tpl
gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.tpl
gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.tpl
gui/baculum/protected/Web/Portlets/NewMessagesMenu.tpl
gui/baculum/protected/Web/Portlets/NewRunscriptMenu.tpl
gui/baculum/protected/Web/Portlets/NewScheduleMenu.tpl
gui/baculum/themes/Baculum-v2/css/baculum.css