]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/technotes-3.0
Fix Expired option in media list to select Used media
[bacula/bacula] / gui / bweb / technotes-3.0
1 24Jul09
2 ebl  Fix Expired option in media list to select Used media
3 23Jul09
4 ebl  Permit to filter on the directory name as for file
5 17Jul09
6 ebl  Optimize a bit the running job view
7 ebl  Fix bresto relocation box
8 06Jul09
9 ebl  Display command output by default
10 19May09
11 ebl  Speed up media list generation when using
12      "compute with directories" option
13 15May09
14 ebl  speed up mysql to compute restore table
15 ebl  speed up mysql when computing media list
16 ebl  fix media list display
17 ebl  fix bresto problem with drag&drop
18 05May09
19 ebl  Make working the "compute with directories" option 
20 04May09
21 ebl  Add View copies option to bresto
22 ebl  Tweak command output to add hide/display button
23 29Mar09
24 ebl  add bypool option to btime
25 09Mar09
26 ebl  Add 'W' JobStatus type (for warning)
27 27Feb09
28 ebl  Should fix #1240 about job output parsing
29 04Feb09
30 ebl  Fix new Purged status from update_media
31 03Feb09
32 ebl  Add pool parameter to label barcode process
33 ebl  Add purged and recycle volume to loading procedure when expired=on
34 20Jan09
35 ebl  Use default age in missing job view
36 19Jan09
37 ebl  Work on check_bacula.pl
38       - Modify warning/critical threshold 
39           Ok = value < warning
40           Warning = critical < value >= warning 
41           Critical = value >= critical
42       - Add new options -R|-F to specify "max Run test" or "count Failed"
43           => nothing will be done by default
44       - remove -a option, now -R and -F take time option
45       - Add JobId keyword in the scan of the storage status command
46       - Add new level option
47
48 13Jan09
49 ebl  Add Purged status to update_media form even if the
50      update volume console doesn't permit it.
51 04Jan09
52 ebl  Fix group edition for client
53 03Jan09
54 ebl  Use a special icon for Admin/Migration/Copy etc.. job
55 23Dec08
56 ebl  Update final restore options box with tabpanel
57 18Dec08
58 ebl  Rewrite bresto (bweb restore interface) to work with ExtJS 2.2
59      Fix lots of bug
60 15Dec08
61 ebl  Update Bconsole.pm to use raw_pty() instead of using IO::Pty noecho
62 10Dec08
63 ebl  Fix mysql bug in log output
64 07Nov08
65 ebl  Fix statistics page
66 ebl  Add new "Cancel missing job" feature to be able
67      to mark missing job as failed in history table.
68 ebl  Fix a couple of unchecked arguments.
69
70 06Nov08
71 ebl  Fix a Bconsole.pm with Expect bug on debian lenny
72 ebl  Fix in storage command
73
74 04Nov08
75 ebl  Display all groups in display_stat page
76
77 21Oct08
78 ebl  Fix lot of small bugs
79
80 20Oct08
81 ebl  Rename job_old to JobHistory
82
83 07Oct08
84 ebl  Add base64_decode_lstat() function to Mysql 
85
86 22Sep08
87 ebl  Add an option to bgraph that shows each levels as different source
88
89 21Sep08
90 ebl  
91  bfileview: 
92   - Add error message for pruned of uncomputed jobs
93   - Bugfix for looking /
94  Bweb.pm
95   - Add support for age=1w2d40m
96   - Add new configuration variable to modify default age
97  general.tpl
98   - Add hyperlink to failed job count
99
100 25Aug08
101 ebl  Fix #1132 about typo in directory creation in install_bweb
102
103 02Jul08
104 ebl  Add documentation link on missing job view
105
106 31Jun08
107 ebl  Fix log display in job zoom view
108
109 22Jun08
110 ebl  Fix bug in missing job view
111
112 20Jun08
113 ebl  Update check_bacula.pl documentation
114
115 16Jun08
116 ebl  Take Recycle volumes from the import/export tool.
117
118 03Jun08
119 ebl  Add a nagios plugin for bacula script/check_bacula.pl
120
121 02Jun08
122 ebl  Modify missing job view to handle all kind of job
123
124 28Apr08
125 ebl  Change We from 45 to 66 hours (from friday 18h to monday 12h)
126
127 10Apr08
128 ebl  Fix group statistics to use client_group param
129
130 03Apr08
131 ebl  Tweak progress bar and add Backuped files count to job status
132 ebl  Remove progress bar from restore
133
134 02Apr08
135 ebl  Add group statistics page
136
137 10Mar08
138 ebl  Use lineal regression to guess backup progress (postgresql)
139
140 09Mar08
141 ebl  Add progress bar to backup screen (files and bytes estimation)
142
143 07Mar08
144 ebl  Fix btime.pl
145
146 15Feb08
147 ebl  Add bcheck.pl script that check various things in
148      you bacula setup. 
149        - Try to connect to each client
150        - Reports you big backup size change
151        - Reports you useless (or unconfigured) Job
152
153 14Feb08
154 ebl  Cleanup some SQL
155
156 13Feb08
157 ebl  Can modify client list group for a specific client
158 ebl  Disable use of Enabled flag in volume mgnt
159 ebl  Add comment field to client_group
160
161 09Jan08
162 ebl  Adapt btime for bacula 2.2.7
163
164 05Jan08
165 ebl  Add basic Device managment (mount, umount, release, status)
166
167 02Jan08
168 ebl  Fix a couple of bug in btime module
169 ebl  Keep level param between overview pages
170
171 31Dec07
172 ebl  Add new r_view_group role to view group content
173
174 27Dec07
175 ebl  Fix a bug in user edition.
176 ebl  Add Jobs -> Missing Job feature. Now, you can
177      check if jobs are missing or have to be re-run.
178 ebl  Add begin/end param to Bweb::Sched object
179 ebl  Fix a couple of small bug in GBalloon module when
180      we don't find any valid job
181
182 23Dec07
183 ebl  Each user can have a different template dir (lang).
184 ebl  WARNING: now, bweb/tpl contains main tpl files
185      for english version, you have to use bweb/lang/en/tpl
186
187 21Dec07
188 ebl  Use main tpl for editing, and use scripts to
189      generate other lang.
190
191 19Dec07
192 ebl  Add a new balloon graphic mode which display
193      time, bytes and number of files on the same graph
194
195 13Dec07
196 ebl  Try to extract when= from get_form() more smoothly
197
198 06Dec07
199 ebl  Add Bweb::Schedule Object to parse show schedule output.
200      Now, we can make ical events for example...
201
202 05Dec07
203 ebl  Add truncate to second function
204 ebl  Add btime module
205
206 28Nov07
207 ebl  Fix the time slice between overview and overview_zoom 
208
209 26Nov07
210 ebl  Fix overview to works with mysql
211 ebl  Add date support to bresto
212 ebl  Make bresto works with mysql (no DISTINCT ON (c1,c2))
213 ebl  Add the list of media that will be needed for resto
214
215 25Nov07
216 ebl  Use a automatic rediction when launching a new job
217 ebl  Add new overview view.
218
219 24Nov07
220 ebl  Add ERR= to error log filter
221 ebl  Set where_field when selecting a directory in the tree
222 ebl  Add a wiki option to integrate a link to jobs documentation
223      directly in bweb.
224 ebl  Add a tpl field to bweb_user. (To be able to have a tpl for each
225      user).
226
227 23Nov07
228 ebl  Add brestore_xxx tables to sql scripts
229 ebl  Add a batch=1 option to bresto.pl to fill bresto tables
230 ebl  Adapt Bconsole.pm to run a restore job
231 ebl  Make bresto.html/js working (you can restore files now)
232 ebl  Improve run job from scheduled view and missing view