* Split BackupPC_Admin into a set of modules, one for each major action.
authorcbarratt <cbarratt>
Fri, 4 Jul 2003 05:51:33 +0000 (05:51 +0000)
committercbarratt <cbarratt>
Fri, 4 Jul 2003 05:51:33 +0000 (05:51 +0000)
commit329e870f56fb6572fa697998d33676588034c149
treed096fd4462091c126909bc9fa6f06c327a1e3053
parent8d7768574bb328c669a44c6efbff01e8a7e93d7e
* Split BackupPC_Admin into a set of modules, one for each major action.
  Each action is now a seperate module in lib/BackupPC/CGI.

* Added directory history display to BackupPC_Admin, allowing the
  user to quickly see which files changed between backups.

* Swapped the Server and Hosts sections on the Nav bar.  Moved the
  host search text box to the top of the hosts section.  This was
  done to move the variable-length part of the Nav bar (when all
  hosts are displayed) to the bottom.
44 files changed:
bin/BackupPC
bin/BackupPC_compressPool
bin/BackupPC_dump
bin/BackupPC_link
bin/BackupPC_nightly
bin/BackupPC_restore
bin/BackupPC_sendEmail
bin/BackupPC_serverMesg
bin/BackupPC_tarCreate
bin/BackupPC_tarExtract
bin/BackupPC_trashClean
bin/BackupPC_zcat
bin/BackupPC_zipCreate
cgi-bin/BackupPC_Admin
configure.pl
lib/BackupPC/Attrib.pm
lib/BackupPC/CGI/Browse.pm [new file with mode: 0644]
lib/BackupPC/CGI/DirHistory.pm [new file with mode: 0644]
lib/BackupPC/CGI/EmailSummary.pm [new file with mode: 0644]
lib/BackupPC/CGI/GeneralInfo.pm [new file with mode: 0644]
lib/BackupPC/CGI/HostInfo.pm [new file with mode: 0644]
lib/BackupPC/CGI/LOGlist.pm [new file with mode: 0644]
lib/BackupPC/CGI/Lib.pm [new file with mode: 0644]
lib/BackupPC/CGI/Queue.pm [new file with mode: 0644]
lib/BackupPC/CGI/Restore.pm [new file with mode: 0644]
lib/BackupPC/CGI/RestoreFile.pm [new file with mode: 0644]
lib/BackupPC/CGI/RestoreInfo.pm [new file with mode: 0644]
lib/BackupPC/CGI/StartStopBackup.pm [new file with mode: 0644]
lib/BackupPC/CGI/Summary.pm [new file with mode: 0644]
lib/BackupPC/CGI/View.pm [new file with mode: 0644]
lib/BackupPC/FileZIO.pm
lib/BackupPC/Lang/de.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lang/es.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lib.pm
lib/BackupPC/PoolWrite.pm
lib/BackupPC/View.pm
lib/BackupPC/Xfer/Rsync.pm
lib/BackupPC/Xfer/RsyncFileIO.pm
lib/BackupPC/Xfer/Smb.pm
lib/BackupPC/Xfer/Tar.pm
lib/BackupPC/Zip/FileMember.pm
makeDist