]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: New create backup job wizard
authorMarcin Haba <marcin.haba@bacula.pl>
Sat, 13 Apr 2019 12:13:19 +0000 (14:13 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 15 Apr 2019 19:00:32 +0000 (21:00 +0200)
commitff8f25f7d4e1b0512741f6730dacc092ee4b5ed6
tree47bfc73641c9d81dc68d8a34075edca526d53506
parent735327228201b1e577cca0237a2959c16608bb1e
baculum: New create backup job wizard

Changes:
- New client file browser for selecting FileSet includes/excludes
- Resign from using BConditional control
- Start using renderer classes
- Rename basic directive controls to have consistent names
- Show 'save' button for editing existing resources
- Show 'create' button for creating new resource
- Fix run job Accurate and Priority values
62 files changed:
gui/baculum/protected/Common/Class/Miscellaneous.php
gui/baculum/protected/Web/JavaScript/bacula-config.js
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/Layouts/Wizard.tpl
gui/baculum/protected/Web/Pages/FileSetView.php
gui/baculum/protected/Web/Pages/JobHistoryList.page
gui/baculum/protected/Web/Pages/JobList.page
gui/baculum/protected/Web/Pages/NewJobWizard.page
gui/baculum/protected/Web/Pages/NewJobWizard.php
gui/baculum/protected/Web/Portlets/BConditional.php
gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php
gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.tpl
gui/baculum/protected/Web/Portlets/DirectiveCheckBox.php [moved from gui/baculum/protected/Web/Portlets/DirectiveBoolean.php with 89% similarity]
gui/baculum/protected/Web/Portlets/DirectiveCheckBox.tpl [moved from gui/baculum/protected/Web/Portlets/DirectiveBoolean.tpl with 100% similarity]
gui/baculum/protected/Web/Portlets/DirectiveComboBox.php
gui/baculum/protected/Web/Portlets/DirectiveComboBox.tpl
gui/baculum/protected/Web/Portlets/DirectiveFileSet.php
gui/baculum/protected/Web/Portlets/DirectiveFileSet.tpl
gui/baculum/protected/Web/Portlets/DirectiveInteger.php
gui/baculum/protected/Web/Portlets/DirectiveInteger.tpl
gui/baculum/protected/Web/Portlets/DirectiveListBox.tpl
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/DirectiveRenderer.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveRunscript.php
gui/baculum/protected/Web/Portlets/DirectiveRunscript.tpl
gui/baculum/protected/Web/Portlets/DirectiveSchedule.php
gui/baculum/protected/Web/Portlets/DirectiveSchedule.tpl
gui/baculum/protected/Web/Portlets/DirectiveSize.php
gui/baculum/protected/Web/Portlets/DirectiveSize.tpl
gui/baculum/protected/Web/Portlets/DirectiveTemplate.php
gui/baculum/protected/Web/Portlets/DirectiveTextBox.php [moved from gui/baculum/protected/Web/Portlets/DirectiveText.php with 90% similarity]
gui/baculum/protected/Web/Portlets/DirectiveTextBox.tpl [moved from gui/baculum/protected/Web/Portlets/DirectiveText.tpl with 96% similarity]
gui/baculum/protected/Web/Portlets/DirectiveTimePeriod.php
gui/baculum/protected/Web/Portlets/DirectiveTimePeriod.tpl
gui/baculum/protected/Web/Portlets/FileSetBrowser.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/FileSetBrowser.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/FileSetOptionRenderer.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/JobRunscriptRenderer.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/MessageTypes.php
gui/baculum/protected/Web/Portlets/MessageTypes.tpl
gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.php [moved from gui/baculum/protected/Web/Portlets/NewFileSetMenu.php with 88% similarity]
gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/NewFileSetMenu.tpl [deleted file]
gui/baculum/protected/Web/Portlets/NewRunscriptMenu.tpl
gui/baculum/protected/Web/Portlets/RunJob.php
gui/baculum/protected/Web/endpoints.xml
gui/baculum/themes/Baculum-v2/css/baculum.css
gui/baculum/themes/Baculum-v2/css/restore-wizard.css
gui/baculum/themes/Baculum-v2/link-icon.png [new file with mode: 0644]