If the patch for Bug 9443 gets pushed there will be no more instances of the tablesorter in Koha which require the include file 'table-pager.inc'. At that time it can be safely removed.
Created attachment 17309 [details] [review] Bug 9925 - Remove unused table-pager include While the tablesorter plugin has not been completely eliminated from the staff client yet, there are no more instances where it requires the include file for showing paging controls. table-pager.inc can be safely removed. To test, apply the patch and confirm that the file is gone. A search of Koha templates for references to table-pager.inc should return no results.
Created attachment 17384 [details] [review] Bug 9925 - Remove unused table-pager include While the tablesorter plugin has not been completely eliminated from the staff client yet, there are no more instances where it requires the include file for showing paging controls. table-pager.inc can be safely removed. To test, apply the patch and confirm that the file is gone. A search of Koha templates for references to table-pager.inc should return no results. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
QA comment: This patch just remove an unused file. The following command returns no result: git grep table-pager | grep -v translator Marked as Passed QA.
Created attachment 17607 [details] [review] Bug 9925 - Remove unused table-pager include While the tablesorter plugin has not been completely eliminated from the staff client yet, there are no more instances where it requires the include file for showing paging controls. table-pager.inc can be safely removed. To test, apply the patch and confirm that the file is gone. A search of Koha templates for references to table-pager.inc should return no results. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This patch has been pushed to master and 3.12.x.