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