Bugzilla – Attachment 27625 Details for
Bug 12103
Move ajaxfileupload jQuery plugin outside of language-specific directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
PASSED-QA-Bug-12103---Move-ajaxfileupload-jQuery-p.patch (text/plain), 1.94 KB, created by
Kyle M Hall (khall)
on 2014-04-25 13:33:43 UTC
(
hide
)
Description:
[PASSED QA] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-04-25 13:33:43 UTC
Size:
1.94 KB
patch
obsolete
>From 474e6ffd0a2376089b5f14a4ce35599df61e0746 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 17 Apr 2014 13:27:14 -0400 >Subject: [PATCH] [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> >--- > .../en => }/lib/jquery/plugins/ajaxfileupload.js | 0 > .../intranet-tmpl/prog/en/includes/file-upload.inc | 2 +- > 2 files changed, 1 insertions(+), 1 deletions(-) > rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/ajaxfileupload.js (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/ajaxfileupload.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/ajaxfileupload.js >rename to koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc >index 2fbb9f3..d8e9e00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc >@@ -1,5 +1,5 @@ > <!-- AJAX file upload stuff --> >-<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/ajaxfileupload.js"></script> >+<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/ajaxfileupload.js"></script> > <script type="text/javascript"> > //<![CDATA[ > var fileUploadProgressTimer = 0; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12103
:
27271
|
27366
| 27625