Bug 23846: Add a check to the data inconsistencies script
[koha.git] / Koha / UploadedFile.pm
2018-06-22 Marcel de RooyBug 20727: (QA follow-up) Fix Upload.t and Plugins.t
2018-06-22 Kyle M HallBug 20727: Move temporary_directory() to C4::Context
2018-05-14 Marcel de RooyBug 20428: (QA follow-up) Remove redundant directory...
2018-05-14 Tomas Cohen AraziBug 20428: Make upload_tmp a more general tmp directory
2018-05-14 Tomas Cohen AraziBug 20428: Make Koha::UploadedFile use the new config...
2018-03-26 Nick ClemensBug 20081: Set inline headers for uploaded pdfs
2017-04-21 Marcel de RooyBug 17669: [QA Follow-up] More consistency in return...
2017-01-20 Marcel de RooyBug 17501: [Follow-up] QA Requests
2017-01-20 Marcel de RooyBug 17501: Additional polishing (POD, unit tests)
2017-01-20 Marcel de RooyBug 17501: Move getCategories and httpheaders from...
2017-01-20 Marcel de RooyBug 17501: Remove Koha::Upload::get from Koha::Upload
2017-01-20 Marcel de RooyBug 17501: Move Koha::Upload::delete to Koha::UploadedF...
2017-01-20 Marcel de RooyBug 17501: Introduce Koha::Object[s] classes for Upload...