bareos: master 791c6703

Author Committer Branch Timestamp Parent
Frank Bergkemper Frank Bergkemper master 2016-08-03 16:33 master c3485427 Pending
Changeset Refactoring: Dashboard Model

- Removes getLastDirectorMessages() from the Dashboard Model. The Dashboard Controller
  uses the getDirectorMessages() method of the Director Model now. getDirectorMessages()
  is extended to be more flexible.

- Moves the getJobsLastStatus() method into its context, the Job Model.

- Removes getJobs() from the Dashboard Model. The Dashboard Controller uses the getJobsByStatus()
  method of the Job Model now.
mod - module/Dashboard/src/Dashboard/Controller/DashboardController.php Diff File
mod - module/Dashboard/src/Dashboard/Model/DashboardModel.php Diff File
mod - module/Director/src/Director/Controller/DirectorController.php Diff File
mod - module/Director/src/Director/Model/DirectorModel.php Diff File
mod - module/Director/view/director/director/messages.phtml Diff File
mod - module/Job/src/Job/Model/JobModel.php Diff File