Bug 12199 - Move textarea-expander and tablednd jQuery plugins outside of language-specific directory
Summary: Move textarea-expander and tablednd jQuery plugins outside of language-specif...
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 16:49 UTC by Owen Leonard
Modified: 2015-06-04 23:23 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12199 - Move textarea-expander and tablednd jQuery plugins outside of language-specific directory (2.82 KB, patch)
2014-05-06 16:57 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2014-05-06 16:49:22 UTC
The textarea-expander and tablednd jQuery plugins should be moved to intranet-tmpl/lib/jquery/plugins so that they do not have to be duplicated for each translation.
Comment 1 Owen Leonard 2014-05-06 16:57:23 UTC
Created attachment 27991 [details] [review]
Bug 12199 - Move textarea-expander and tablednd jQuery plugins outside of language-specific directory

This patch moves the textarea-expander and tablednd jQuery plugins to
intranet-tmpl/prog/lib/jquery/plugins so that they will not be
duplicated for each set of translated templates.

To test you must have the SearchEngine system preference set to 'Solr.'
Apply the patch and test Solr search engine configuration in
Administration -> Search engine configuration. Textarea resizing should
work correctly. Table row reordering should work correctly.
Comment 2 Owen Leonard 2014-08-13 13:30:03 UTC
Made obsolete by Bug 12538 - Solr removal?