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