Summary: | Remove jQuery plugins which were used by Solr | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | Main | ||
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: | ||
Circulation function: | |||
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
Created attachment 32639 [details] [review] 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. Created attachment 32704 [details] [review] 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> 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. Patch pushed to master. Thanks Owen! |