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