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