Bug 14321: Final cleanup, removing obsolete files
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 17 Aug 2015 11:54:44 +0000 (13:54 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 25 Sep 2015 15:02:52 +0000 (12:02 -0300)
commitf8a58d310ee96a4bf272c9ae16dc347bf1d0e4ea
tree1e6ab525822479650ba67113f2b6e340ed4919c7
parent83ea49a0095853ab414981ff11b93b6f97886fc9
Bug 14321: Final cleanup, removing obsolete files

The new Upload.pm, unit test and file-upload.js obsolete a number of
files, including an older jQuery plugin.
The test files progressbar.pl and progressbarsubmit.pl are outdated and
do not serve any purpose in this form. (Actually, we could argue if they
should be here or just be part of a debugging phase.)

Test plan:
[1] Git grep on file-progress, file-upload.inc, UploadedFile,
    ajaxfileupload, ajaxFileUpload
    UploadedFile: Only a reference to DBIx file is found
    ajaxfileupload: Only release notes
[2] Upload a file with tools/upload and stage-marc-import.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
12 files changed:
C4/UploadedFile.pm [deleted file]
C4/UploadedFiles.pm [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/upload.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/upload_delete_file.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt [deleted file]
t/db_dependent/UploadedFile.t [deleted file]
t/db_dependent/UploadedFiles.t [deleted file]
test/progressbar.pl [deleted file]
test/progressbarsubmit.pl [deleted file]
tools/upload-file-progress.pl [deleted file]