Bug 13138

Summary: Remove jQuery plugins which were used by Solr
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: tomascohen
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 12538    
Attachments: Bug 13138 - Remove jQuery plugins which were used by Solr
Bug 13138 - Remove jQuery plugins which were used by Solr
[PASSED QA] Bug 13138 - Remove jQuery plugins which were used by Solr

Description Owen Leonard 2014-10-23 18:26:35 UTC
Two jQuery plugins are included in the staff client templates which were only used by Solr-related templates. They can be removed:

jquery.textarea-expander.js
tablednd.js
Comment 1 Owen Leonard 2014-10-23 18:33:48 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-25 05:44:22 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-25 11:08:10 UTC
Created attachment 32721 [details] [review]
[PASSED QA] Bug 13138 - Remove jQuery plugins which were used by Solr

This patch removes two jQuery plugins which were used only by
Solr-related templates. With the removal of Solr these plugins are
obsolete.

To test, search the Koha code for references to the two plugins:

jquery.textarea-expander.js
tablednd.js

There should be none.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Couldn't find any references. Also passes tests and QA script.
Comment 4 Tomás Cohen Arazi 2014-10-27 14:16:16 UTC
Patch pushed to master.

Thanks Owen!