Bug 12103

Summary: Move ajaxfileupload jQuery plugin outside of language-specific directory
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
[Signed-off] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
[PASSED QA] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory

Description Owen Leonard 2014-04-17 17:11:29 UTC
The ajaxfileupload jQuery plugin should be moved to intranet-tmpl/lib/jquery/plugins so that it doesn't have to be duplicated for each translation.
Comment 1 Owen Leonard 2014-04-17 18:39:29 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2014-04-21 18:15:55 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-04-25 13:33:43 UTC
Created attachment 27625 [details] [review]
[PASSED QA] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory

This patch moves the ajaxfileupload jQuery plugin to
intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated
for each set of translated templates.

To test, apply the patch and test a page which requires the file upload
plugin. For instance: Tools -> Upload local cover image. The upload
process should finish correctly.

Tested with patron and local cover images. Works as expected.
Signed-off-by: Marc Veron <veron@veron.ch>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Galen Charlton 2014-04-25 15:39:03 UTC
Pushed to master.  Thanks, Owen!