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