]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/ReleaseNotes
ebl update
[bacula/bacula] / gui / bweb / ReleaseNotes
1           Release Notes for bweb 2.0
2
3 2007/03/19
4  - add a re-run option in display_job_zoom
5
6 2007/03/05
7  - Fix fileset option when running a job
8
9 2007/03/02
10  - Add Postgresql and Mysql5 database size information (See INSTALL for mysql)
11
12 2007/03/01
13  - Add display_time_log option to get timestamp in display_log
14  - Add Warning filter on display_job (see jobstatus=T and joberrors > 0)
15
16 2007/02/28
17  - Add limit and offset params to display_log
18
19 2007/02/25
20  - Update INSTALL notes (GRANT options for mysql)
21  - You can choose a other table than Job to do your statistics
22    Job is purged by Media or Job retention, it's not very useful
23    to follow trends.
24
25 2007/02/14
26  - Add EndTime to display_job if you want add it to your tpl
27
28 2007/01/25
29  - Add spanish translation, thanks to Santiago Alberch <caesarneron@gmail.com>
30
31 2007/01/15
32  - fix do_update_media timeout bug
33
34 2007/01/09
35  - fix stats bug on main page
36
37 2007/01/01
38  - Add an index.html page on /bweb
39
40 2006/12/31
41  - Move /etc/bweb/config to /etc/bacula/bweb.conf
42
43 2006/12/29
44  - Add graphical backup view. See INSTALL to enable it. It's usefull
45    for tuning backup.
46    NOTES : 
47     - You must use brestore -b to initialise database after BackupCatalog job
48     - If you have an old installation, you must alter your schema (see INSTALL)
49
50 2006/12/14
51  - Add pool filter to job form
52
53 2006/12/12
54  - Add More options button to run_job and Start Date field
55
56 2006/12/09
57  - Update Copyright
58
59 2006/12/05
60  - Add html form filter to media view
61
62 2006/12/04
63  - Add mediatype filter to pool view
64
65 2006/11/18
66  - Add system log to job log (JobId = 0)
67
68 2006/11/18
69  - Add debian package   
70  - Add cgi/bconsole.pl and BwebConsole package to keep bconsole installation and
71    scp usage on admin workstation.
72
73 2006/11/16
74  - Add Comment and RecyclePool to Media Update
75
76 2006/11/13:
77  - Use LogId instead of Time in get_log function
78
79 2006/10/31:
80  - remove Purged and Recycle volume size from total pool size
81
82 2006/10/26:
83  - Fix javascript sort bug
84  - Add french translation for bweb (template_dir must point to bweb/lang/fr/tpl)
85
86 2006/10/14:
87  - Fix Mysql bug for pool display #639
88
89 2006/09/20:
90  - Fix SQL query for pool display
91
92 2006/09/08:
93  - Eject media takes Location as Autochanger Name
94  - Email is now sent when request to move media
95
96 2006/09/06:
97  - Can delete empty location
98  - Drop Bconsole::send_cmd_with_drive and use drive= instead
99  - Use JavaScript to display Human size and time
100
101 2006/08/31:
102  - Add FileSet view action
103  - Add view fileset to job_zoom
104
105 2006/08/26:
106  - Add more graphics
107    o job avg size/days
108    o job avg size/hours
109    o ...
110
111 2006/08/25:
112  - Cleanup
113  - Add more graphics
114     o job/days
115     o job/hours
116     o size/days
117     o size/hours
118     o ... 
119
120 2006/08/24:
121  - Add Location log to media zoom view 
122
123 2006/08/23:
124  - Add client/media search box (with regexp)
125  - Add menubar instead of plain menu
126  - Drop all <button> element (works now with IE)
127  - Fix big div
128  - Add favicon
129
130 2006/08/22:
131  - Add autochanger module (add/del/mod)
132  - Add copyright notice
133