Bugzilla – Attachment 27329 Details for
Bug 12102
Move humanmsg 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 12102 - Move humanmsg jQuery plugin outside of language-specific directory
PASSED-QA-Bug-12102---Move-humanmsg-jQuery-plugin-.patch (text/plain), 2.14 KB, created by
Katrin Fischer
on 2014-04-20 16:58:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-04-20 16:58:39 UTC
Size:
2.14 KB
patch
obsolete
>From ec762b87fbb3435761579983aa9ed936d29860ae Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 17 Apr 2014 12:57:04 -0400 >Subject: [PATCH] [PASSED QA] Bug 12102 - Move humanmsg jQuery plugin outside > of language-specific directory >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch moves the humanmsg 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 modify a system preference. The >modification messages should appear normally. > >Patch works as expected >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes all tests and QA script, works as described. >No regressions found. >--- > koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/humanmsg.js | 0 > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/humanmsg.js (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js >rename to koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index fc58dbe..f81f1a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -31,7 +31,7 @@ > //]]> > </script> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/humanmsg.css" /> >-<script src="[% themelang %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script> >+<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script> > <script src="[% themelang %]/js/ajax.js" type="text/javascript"></script> > <script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script> > </head> >-- >1.8.3.2
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 12102
:
27266
|
27324
| 27329