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