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