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