[Koha-bugs] [Bug 20727] Replace usage of File::Spec->tmpdir with Koha::UploadedFile->temporary_directory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 9 12:48:25 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20727

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 75200
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75200&action=edit
Bug 20727: Replace usage of File::Spec->tmpdir with
Koha::UploadedFile->temporary_directory

As explained in bug 20428 use tmpdir can cause issues and it just makes sense
to standardize our temp directory in a universal way.

Test Plan:
1) Apply this patch
2) Verify you can still log in and use Koha
3) Verify the web installer still works
4) Verify EDI module can still download files via FTP
5) Verify fines.pl still runs with -o option
6) prove t/db_dependent/Plugins.t
7) prove t/db_dependent/Sitemapper.t
8) prove t/db_dependent/Templates.t

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list