]> 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)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 31 Jul 2021 03:29:47 +0000 (05:29 +0200)
commitfb90c4b40b45cd09375b9c992b6a277bbd208497
tree00bc9acbf02b49cf7e70ef6f62e3b8859cfa8d98
parent0f5e73596dd6e0b6e47552552e1db6877f02eebf
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