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