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