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