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