]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/technotes-2.3
ebl Modify "missing job" view to take all kind of job
[bacula/bacula] / gui / bweb / technotes-2.3
index 868618718c45e3cf974b25e3d555e7879cd99fe6..ae6385371592bc85711aed1bbdc576e61be39168 100644 (file)
@@ -1,3 +1,74 @@
+28Apr08
+ebl  Change We from 45 to 66 hours (from friday 18h to monday 12h)
+
+10Apr08
+ebl  Fix group statistics to use client_group param
+
+03Apr08
+ebl  Tweak progress bar and add Backuped files count to job status
+ebl  Remove progress bar from restore
+
+02Apr08
+ebl  Add group statistics page
+
+10Mar08
+ebl  Use lineal regression to guess backup progress (postgresql)
+
+09Mar08
+ebl  Add progress bar to backup screen (files and bytes estimation)
+
+07Mar08
+ebl  Fix btime.pl
+
+15Feb08
+ebl  Add bcheck.pl script that check various things in
+     you bacula setup. 
+       - Try to connect to each client
+       - Reports you big backup size change
+       - Reports you useless (or unconfigured) Job
+
+14Feb08
+ebl  Cleanup some SQL
+
+13Feb08
+ebl  Can modify client list group for a specific client
+ebl  Disable use of Enabled flag in volume mgnt
+ebl  Add comment field to client_group
+
+09Jan08
+ebl  Adapt btime for bacula 2.2.7
+
+05Jan08
+ebl  Add basic Device managment (mount, umount, release, status)
+
+02Jan08
+ebl  Fix a couple of bug in btime module
+ebl  Keep level param between overview pages
+
+31Dec07
+ebl  Add new r_view_group role to view group content
+
+27Dec07
+ebl  Fix a bug in user edition.
+ebl  Add Jobs -> Missing Job feature. Now, you can
+     check if jobs are missing or have to be re-run.
+ebl  Add begin/end param to Bweb::Sched object
+ebl  Fix a couple of small bug in GBalloon module when
+     we don't find any valid job
+
+23Dec07
+ebl  Each user can have a different template dir (lang).
+ebl  WARNING: now, bweb/tpl contains main tpl files
+     for english version, you have to use bweb/lang/en/tpl
+
+21Dec07
+ebl  Use main tpl for editing, and use scripts to
+     generate other lang.
+
+19Dec07
+ebl  Add a new balloon graphic mode which display
+     time, bytes and number of files on the same graph
+
 13Dec07
 ebl  Try to extract when= from get_form() more smoothly