]>
git.sur5r.net Git - bacula/bacula/log
Davide Franco [Thu, 17 Feb 2011 17:21:10 +0000 (18:21 +0100)]
bacula-web: Improved PHP code for GetDbSize() function in bweb.inc.php
Davide Franco [Tue, 15 Feb 2011 14:33:38 +0000 (15:33 +0100)]
bacula-web: Added Backup Job period
- Added the period information in the Backup Job report page
Davide Franco [Tue, 15 Feb 2011 14:20:18 +0000 (15:20 +0100)]
bacula-web: Added total transfered files in Backup job report page
Davide Franco [Tue, 15 Feb 2011 13:25:56 +0000 (14:25 +0100)]
bacula-web: Changed title for Transfered files graph
- Changed title to Transfered Files (last week)
Davide Franco [Tue, 15 Feb 2011 11:10:23 +0000 (12:10 +0100)]
bacula-web: Link to backup job report page in jobs page
- Added new link to Backup Job report page in Job page for each jobs
Davide Franco [Tue, 15 Feb 2011 11:09:22 +0000 (12:09 +0100)]
bacula-web: Fixed bug in GetStoredFilesByJob() function
- Fixed a bug with number of stored files in bweb.inc.php
Davide Franco [Tue, 15 Feb 2011 11:08:29 +0000 (12:08 +0100)]
bacula-web: Added graph for last 7 days stored file in Backup Job report
- New graph in Backup Job report page which display last 7 days stored files
Davide Franco [Mon, 14 Feb 2011 13:51:48 +0000 (14:51 +0100)]
bacula-web: Link to backup job report page in jobs page
- Added new link to Backup Job report page in Job page for each jobs
Davide Franco [Mon, 14 Feb 2011 13:37:41 +0000 (14:37 +0100)]
bacula-web: New function GetStoredFilesByJob() in bweb.inc.php
- This function return how many files were backed up for one job during an interval
Davide Franco [Fri, 11 Feb 2011 16:24:00 +0000 (17:24 +0100)]
bacula-web: Added Total stored bytes to the BackupJob Report's page
Davide Franco [Thu, 3 Feb 2011 14:02:19 +0000 (15:02 +0100)]
bacula-web: Changed graph title in backupjob-report.tpl
- Changed title for Last week transfered bytes in backupjob-report.tpl to
Transfered Bytes (last week in GB)
Davide Franco [Thu, 3 Feb 2011 13:59:29 +0000 (14:59 +0100)]
bacula-web: Fixed SQL query bug in GetStoredBytesByJob() function
- Fixed bug in SQL query for GetStoredBytesByJob() function in bweb.inc.php
Davide Franco [Mon, 31 Jan 2011 17:15:43 +0000 (18:15 +0100)]
bacula-web: Changed main dashboard layout
- Added third column to main dashboard
Davide Franco [Mon, 31 Jan 2011 16:53:14 +0000 (17:53 +0100)]
bacula-web: Enhanced pools and volume page
- Different background for odd and even lines in pools and volumes page
Davide Franco [Mon, 31 Jan 2011 16:35:51 +0000 (17:35 +0100)]
bacula-web: Changed last used volume in main dashboard
- Limited to last 10 used volumes in main dashboard
- Added last written information to the list
- Changed css class attribute in default.css
Davide Franco [Mon, 31 Jan 2011 16:14:55 +0000 (17:14 +0100)]
bacula-web: Made some cleaning in css class (default.css)
- Changed class for table header in index.tpl, jobs.tpl and pools.tpl
- Removed useless css class declared in default.css
Davide Franco [Mon, 31 Jan 2011 15:06:19 +0000 (16:06 +0100)]
bacula-web: Add last used volumes to main dashboard
- Add a list of 15 last used volumes to main dashboard with the following information
- Volume name
- Volume status
- Job Id
Davide Franco [Mon, 31 Jan 2011 13:55:06 +0000 (14:55 +0100)]
bacula-web: Changed css class attributes for main dashboard
Davide Franco [Fri, 28 Jan 2011 16:25:36 +0000 (17:25 +0100)]
bacula-web: New function GetStoredBytesByJob in bweb.inc.php
- The new function GetStoredBytesByJob return the total stored bytes for a specific backup job name during an interval of time
Davide Franco [Fri, 28 Jan 2011 16:05:46 +0000 (17:05 +0100)]
bacula-web: New PHP scrips for Backup Job report
- backupjob-report.php and templates/backupjob-report.tpl
Davide Franco [Tue, 25 Jan 2011 18:20:44 +0000 (19:20 +0100)]
bacula-web: Removed useless simplegraph.php php script
Davide Franco [Tue, 25 Jan 2011 18:19:41 +0000 (19:19 +0100)]
bacula-web: Test page design and internal code improvments
- THe test page's graph use the BGraph classe from now
- Seriously improved internal php code
- Improved test page design
- Splitted required components and graph in the test page
Davide Franco [Tue, 25 Jan 2011 17:52:13 +0000 (18:52 +0100)]
bacula-web: Modifications in CSS file (default.css)
- Removed useless classe and id definition (no more used in template)
- Added css classe attributes for some html tags (td and input)
Davide Franco [Tue, 25 Jan 2011 17:49:39 +0000 (18:49 +0100)]
bacula-web: Internal code inprovment in bgraph classe
- Inproved BGraph class constructor
- Changed some options in graph construction
Davide Franco [Tue, 25 Jan 2011 17:47:49 +0000 (18:47 +0100)]
bacula-web: Changed git exclusion file in templates_c folder
- Added *.png to git exclusion
Davide Franco [Mon, 24 Jan 2011 09:18:32 +0000 (10:18 +0100)]
bacula-web: Changed icon in test page
Davide Franco [Fri, 21 Jan 2011 16:14:56 +0000 (17:14 +0100)]
bacula-web: Removed useless html code in index.tpl
Davide Franco [Wed, 19 Jan 2011 11:27:26 +0000 (12:27 +0100)]
bacula-web: Upgraded phplot from version 5.2.0 to 5.3.1
Davide Franco [Wed, 19 Jan 2011 09:37:21 +0000 (10:37 +0100)]
bacula-web: Fixed wrong SQL query for failed jobs
- Added <E> job status to failed filter in jobs.php and bweb.inc.php
Davide Franco [Wed, 19 Jan 2011 08:55:10 +0000 (09:55 +0100)]
bacula-web: Some improvments in main dashboard
- Useless html code cleaning in index.tpl
- New link to last 24 hours job status
- Removed link for each job status (top right)
Davide Franco [Mon, 17 Jan 2011 16:25:28 +0000 (17:25 +0100)]
bacula-web: Dynamic jobs per page filter in jobs page
- Jobs per page option list is automaticaly set to current now
- More options now (25,50,75,100,150) jobs per page
Davide Franco [Mon, 17 Jan 2011 14:25:05 +0000 (15:25 +0100)]
bacula-web: Removed useless internal php code in index.php
Davide Franco [Mon, 17 Jan 2011 13:01:35 +0000 (14:01 +0100)]
bacula-web: Added last 24 hours waiting jobs in main dashboard
Davide Franco [Mon, 17 Jan 2011 11:11:42 +0000 (12:11 +0100)]
bacula-web: Removed useless last 24 hours elapsed time info in main dashboard
Davide Franco [Fri, 14 Jan 2011 15:50:48 +0000 (16:50 +0100)]
bacula-web: Fixed html typo in pools template file
- Changed from width=100px to width=100
Davide Franco [Fri, 14 Jan 2011 15:47:58 +0000 (16:47 +0100)]
bacula-web: JobFiles detail added in job list (jobs.php)
Davide Franco [Fri, 14 Jan 2011 12:52:18 +0000 (13:52 +0100)]
bacula-web: Improved Jobs page
- Merged running and last jobs list (all jobs in one list)
- Job status filter more dynamic (automaticaly selected with current filter)
- New icons for job status
- Added job backed up bytes to job details
- Changed job list order (by JobId)
Davide Franco [Wed, 12 Jan 2011 14:04:14 +0000 (15:04 +0100)]
bacula-web: More explicit Job level description in jobs report
- Modified php code in jobs.php (Full instead of F, Diff instead of D and Incr instead of I)
Davide Franco [Mon, 10 Jan 2011 17:01:59 +0000 (18:01 +0100)]
bacula-web: New function Get_ElapsedTime in bweb.inc.php
- Internal php code improvments in jobs.php (elapsed time calculation for jobs)
Davide Franco [Mon, 10 Jan 2011 10:22:42 +0000 (11:22 +0100)]
bacula-web: Internal PHP code fix
- Replaced 86400 values by LAST_DAY constant in bweb.inc.php, bgraph.inc.php and index.php
Davide Franco [Fri, 7 Jan 2011 16:53:29 +0000 (17:53 +0100)]
bacula-web: html and css bug fix and modifications
- Removed refresh link in header.tpl
- Fixed a typo in default.css
Davide Franco [Wed, 29 Dec 2010 12:02:12 +0000 (13:02 +0100)]
bacula-web: Fixed typo in last 24 hours job status graph
- From Completed with errors to Terminated with errors
Davide Franco [Mon, 27 Dec 2010 15:46:41 +0000 (16:46 +0100)]
bacula-web: Ordered running jobs by JobId
Davide Franco [Wed, 22 Dec 2010 13:26:22 +0000 (14:26 +0100)]
bacula-web: Improved Running jobs in jobs page
- Improved lisibility of running jobs list
Davide Franco [Wed, 22 Dec 2010 13:21:28 +0000 (14:21 +0100)]
bacula-web: Moved filter bar to top in jobs page
Davide Franco [Wed, 22 Dec 2010 10:44:06 +0000 (11:44 +0100)]
bacula-web: Internal code improvments and Jobs number result in jobs page
- Added info <Jobs found> in jobs page result
- Improved CountJobs function in bweb.inc.php (jobs number returned directly
- Adapted CountJobs function call in index.php and jobs.php
Davide Franco [Tue, 21 Dec 2010 17:01:03 +0000 (18:01 +0100)]
bacula-web: Moved constants declaration
- Moved constant declaration from bweb.inc.php to config.inc.php
- Removed useless comment from bweb.inc.php
Davide Franco [Tue, 21 Dec 2010 16:53:25 +0000 (17:53 +0100)]
bacula-web: Renamed CountLastJobs function to CountJobs in bweb.inc.php
- Even changed function's name in index.php
Davide Franco [Tue, 21 Dec 2010 16:23:48 +0000 (17:23 +0100)]
bacula-web: New features and improvments in jobs page
- Added Jobs Status filter (completed, failed and canceled)
- Added more choice in <Jobs per page> list
Davide Franco [Tue, 21 Dec 2010 13:37:50 +0000 (14:37 +0100)]
bacula-web: Improved Jobs page
- Improved apparence for last jobs
- Added scrollbar for last jobs
- Possibility to choose how many jobs to see in the list (20,40 or 60)
Davide Franco [Tue, 21 Dec 2010 10:55:15 +0000 (11:55 +0100)]
bacula-web: Added running jobs in jobs page
- Running jobs and last jobs now displayed in jobs page
- Removed Failed jobs from this page
- Improved design (css and html)
Davide Franco [Tue, 21 Dec 2010 09:21:58 +0000 (10:21 +0100)]
bacula-web: Changed jobs and pools link apparence in main dashboard
Davide Franco [Mon, 20 Dec 2010 16:29:23 +0000 (17:29 +0100)]
bacula-web: Optimized last completed and failed jobs
- Replaced by CountLastJobs instead of GetLastJobs and GetLastErrorJobs for last 24 hours completed and failed jobs.
Davide Franco [Mon, 20 Dec 2010 16:26:53 +0000 (17:26 +0100)]
bacula-web: New function CoutLastJobs in bweb.inc.php
- Removed GetLastJobs() from bweb.inc.php
- Removed GetLastErrorJobs() from bweb.inc.php
Davide Franco [Fri, 17 Dec 2010 16:57:58 +0000 (17:57 +0100)]
bacula-web: Fixed elpased time format in bweb.inc.php
Davide Franco [Thu, 16 Dec 2010 11:11:36 +0000 (12:11 +0100)]
bacula-web: Fixed typo for date function in bweb.inc.php and jobs.php
- Fixed wrong argument in date function for minute (H:m:s instead of H:i:s)
Davide Franco [Thu, 16 Dec 2010 10:32:35 +0000 (11:32 +0100)]
bacula-web: Fixed column width in pools view
Davide Franco [Wed, 15 Dec 2010 17:01:34 +0000 (18:01 +0100)]
bacula-web: Changed Pools and Volumes design
- In Pools page, volumes list by pool is now scrollable (appreciable if more than 100 volumes by pool)
Davide Franco [Tue, 14 Dec 2010 16:30:19 +0000 (17:30 +0100)]
bacula-web: Changed day format in Stored bytes graph
- Changed to Day of week / Day (example: Tue 14)
Davide Franco [Tue, 14 Dec 2010 15:32:13 +0000 (16:32 +0100)]
bacula-web: Internal code cleaning in index.php
Davide Franco [Tue, 14 Dec 2010 14:51:42 +0000 (15:51 +0100)]
bacula-web: New function GetStoredFiles() in bweb.inc.php
- Replaced totalfiles value with GetStoredFiles in index.php
Davide Franco [Tue, 14 Dec 2010 11:17:22 +0000 (12:17 +0100)]
bacula-web: Improved human_file_size function in bweb.inc.php
- New argument unit (auto by default)
- Modified unit argument to GB in GetStoredBytesByInterval function
- Fixed Last 7 days stored bytes graph in main dashboard (all days in GB now)
Davide Franco [Mon, 13 Dec 2010 14:42:18 +0000 (15:42 +0100)]
bacula-web: Last 7 days transfered bytes graph in GigaBytes
Davide Franco [Mon, 13 Dec 2010 14:08:30 +0000 (15:08 +0100)]
bacula-web: Moved graph images into templates_c folder
- Images graph are generated into the folder templates_c
Davide Franco [Mon, 13 Dec 2010 13:49:32 +0000 (14:49 +0100)]
bacula-web: Improved stored bytes graph and modified dashboard design
- Improved GetStoredBytesByInterval function returning day (dd/mm) and 0 if no value returned from SQL query
- Revert order of Last 7 days stored bytes (older to newer)
- No legends for bars graph in bgraph.inc.php
- Moved link to last 24 hours Jobs in main layout
- New link to Pools and Volumes in main layout
Davide Franco [Fri, 10 Dec 2010 19:44:12 +0000 (20:44 +0100)]
bacula-web: New Stored bytes graph in main layout
- New function in bweb.inc.php GetStoredBytesByInterval()
- Added new graph in main layout for last 7 days stored bytes
- Improved some internal code
Davide Franco [Fri, 10 Dec 2010 18:01:53 +0000 (19:01 +0100)]
bacula-web: Internal code improvments
- New function FetStored Bytes in bweb.inc.php
- New constant in config.inc.php ALL ( mean no interval )
- Improved stored bytes function in index.php
Davide Franco [Tue, 7 Dec 2010 13:33:10 +0000 (14:33 +0100)]
bacula-web: Fixed bug with PEAR DB fetch mode in bweb.inc.php
Davide Franco [Tue, 7 Dec 2010 11:01:13 +0000 (12:01 +0100)]
bacula-web: Fixed bug with fetchmode in bweb.inc.php
Davide Franco [Tue, 7 Dec 2010 10:46:05 +0000 (11:46 +0100)]
bacula-web: Removed pools and volumes list from main layout
- New pools.php script
- Renammed volumes.tpl to pools.tpl
- Modified css attributes for main layout
Davide Franco [Tue, 7 Dec 2010 08:35:33 +0000 (09:35 +0100)]
bacula-web: CSS modifications for jobs.tpl and index.tpl
Davide Franco [Mon, 6 Dec 2010 16:31:27 +0000 (17:31 +0100)]
bacula-web: New pools.php php script
Davide Franco [Mon, 6 Dec 2010 16:29:53 +0000 (17:29 +0100)]
bacula-web: Customized main layout stylesheet
Davide Franco [Mon, 6 Dec 2010 14:57:20 +0000 (15:57 +0100)]
bacula-web: Internal code improvments
Davide Franco [Mon, 6 Dec 2010 12:53:48 +0000 (13:53 +0100)]
bacula-web: Changed main layout apparence
Davide Franco [Mon, 6 Dec 2010 09:41:23 +0000 (10:41 +0100)]
bacula-web: Removed graph files from git
Davide Franco [Mon, 6 Dec 2010 09:40:08 +0000 (10:40 +0100)]
bacula-web: New gitignore for PNG graph files
Eric Bollengier [Mon, 28 Feb 2011 15:53:43 +0000 (16:53 +0100)]
regress: more work on remote-fd test
Eric Bollengier [Mon, 28 Feb 2011 15:08:47 +0000 (16:08 +0100)]
regress: tweak bweb regression tests
Kern Sibbald [Tue, 1 Mar 2011 20:22:26 +0000 (21:22 +0100)]
Add extra Bacula plugin variables
Eric Bollengier [Mon, 28 Feb 2011 09:02:41 +0000 (10:02 +0100)]
regress: tweak remote-fd-test
Eric Bollengier [Sun, 27 Feb 2011 14:45:52 +0000 (15:45 +0100)]
regress: Add remote fd test
Eric Bollengier [Sun, 27 Feb 2011 14:45:30 +0000 (15:45 +0100)]
regress: Add variables in prototype.conf for remote test
Eric Bollengier [Sun, 27 Feb 2011 14:44:17 +0000 (15:44 +0100)]
regress: add remote control functions
Kern Sibbald [Sat, 26 Feb 2011 19:30:54 +0000 (20:30 +0100)]
Fix Windows build entrypoints
Eric Bollengier [Sat, 26 Feb 2011 08:35:19 +0000 (09:35 +0100)]
regress: Tweak timing in prune-migration-test
Eric Bollengier [Sat, 26 Feb 2011 08:19:11 +0000 (09:19 +0100)]
regress: Improve debug in base-job test
Eric Bollengier [Thu, 24 Feb 2011 17:45:13 +0000 (18:45 +0100)]
regress: Add test with for find_next_volume and StorageId
Kern Sibbald [Fri, 25 Feb 2011 20:43:06 +0000 (21:43 +0100)]
Add new maxuseduration-test
Kern Sibbald [Fri, 25 Feb 2011 18:14:25 +0000 (19:14 +0100)]
Fix bug #1389 MaxUseDuration uses job start instead of first write time
Kern Sibbald [Fri, 25 Feb 2011 05:09:07 +0000 (06:09 +0100)]
Tweak date, version, and copyright
Kern Sibbald [Fri, 25 Feb 2011 05:06:08 +0000 (06:06 +0100)]
Better fix for bug #1603 restart of Virtual Full
Eric Bollengier [Tue, 22 Feb 2011 10:06:52 +0000 (11:06 +0100)]
regress: Add a deleted file test for restart
Eric Bollengier [Tue, 22 Feb 2011 16:16:55 +0000 (17:16 +0100)]
Use system malloc in strack_trace() instead of smartalloc
Kern Sibbald [Thu, 24 Feb 2011 17:19:46 +0000 (18:19 +0100)]
Fix bug #1603 restart of Virtual Full becomes a Full
Kern Sibbald [Thu, 24 Feb 2011 17:18:54 +0000 (18:18 +0100)]
Use jcr->is_xxx instead of direct tests
Kern Sibbald [Thu, 24 Feb 2011 16:55:00 +0000 (17:55 +0100)]
Fix bug #1608 btape test failure when block size too big
Kern Sibbald [Thu, 24 Feb 2011 16:22:44 +0000 (17:22 +0100)]
Fix week of year schduling bug #1699
Kern Sibbald [Thu, 24 Feb 2011 12:12:27 +0000 (13:12 +0100)]
Comment out unused variables in tray-monitor
Kern Sibbald [Thu, 24 Feb 2011 12:12:02 +0000 (13:12 +0100)]
Fix uninitialized variable in bat