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