Summary: | Move humanmsg jQuery plugin outside of language-specific directory | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | 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: | ||
Circulation function: | |||
Attachments: |
Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory
[Signed-off] Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory [PASSED QA] Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory |
Description
Owen Leonard
2014-04-17 16:57:13 UTC
Created attachment 27266 [details] [review] Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory 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. Created attachment 27324 [details] [review] [Signed-off] Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory 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> Created attachment 27329 [details] [review] [PASSED QA] Bug 12102 - Move humanmsg jQuery plugin outside of language-specific directory 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. Pushed to master. Thanks, Owen! |