Bugzilla – Attachment 27271 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]
Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
Bug-12103---Move-ajaxfileupload-jQuery-plugin-outs.patch (text/plain), 1.81 KB, created by
Owen Leonard
on 2014-04-17 18:39:29 UTC
(
hide
)
Description:
Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-04-17 18:39:29 UTC
Size:
1.81 KB
patch
obsolete
>From 9736b3f6d937fd2007b34925a9d54c510e86b39a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 17 Apr 2014 13:27:14 -0400 >Subject: [PATCH] Bug 12103 - Move ajaxfileupload jQuery plugin outside of > language-specific directory >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../en => }/lib/jquery/plugins/ajaxfileupload.js | 0 > .../intranet-tmpl/prog/en/includes/file-upload.inc | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > 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.9.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