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