Koha/members
Kyle M Hall 82275fa2db Bug 11703 - Convert checkouts table to ajax datatable
When a patron has many checked out items, circulation.pl can take a very
long time to load ( on the order of minutes in some cases ). This is
primarily due to the processing of the previous checkouts list. If we
convert to this table to a datatable that fetches its data via ajax, we
can make circulation.pl far more responsive. The same should be done
with relative's checkouts as well.

Test Plan:
1) Apply this patch
2) Observe that the checkouts and relatives' checkouts tables
   are now loaded asynchronously
3) Observe and verify the renew and return actions are now
   ajax based and function in a manner equivilent to how they
   used to.

This bug had quite a few followups, so I squashed all of them into one
change so that code is easier to follow. Original commit messages are below:

Bug 11703 - Use the ajax datatables on patron details page

Bug 11703 - Convert holds tables to ajax datatables

Bug 11703 [QA Followup 1] - Center bProcessing message over table

Bug 11703 [QA Followup 2] - Remove icons from checkout and clear buttons

Bug 11703 [QA Followup 3] - Remove references to UseTablesortForCirc

Bug 11703 [QA Followup 4] - Add back in Today's checkouts/Previous checkouts rows

Bug 11703 [QA Followup 5]

Bug 11703 [QA Followup 6] - Move strings to an include file for translation purposes

Bug 11703 [QA Followup 7] - Fix issues spotted by koha-qa.pl

Bug 11703 [QA Followup 8] - Speed up api/checkouts.pl as much as possible

Bug 11703 [QA Followup 9] - Move scripts from api directory to svc directory

Bug 11703 [QA Followup 10] - Fix errors caused by rebase

Bug 11703 [QA Followup 11] - Prevent multiple fetchs from ajax source

Bug 11703 [QA Followup 12] - Fix problem detected by koha-qa.pl

Bug 11703 [QA Followup 13] - Removed uneccessary data from renewal box during renewal

Bug 11703 [QA Followup 14] - Fix table column span

Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.
Test plan on bug report:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703#c98

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
2014-07-03 11:22:10 -03:00
..
boraccount.pl Bug 6273: add support for recording type of payment made via SIP2 2014-04-30 16:38:09 +00:00
default_messageprefs.pl
deletemem.pl Bug 10277 - Add C4::Context->IsSuperLibrarian() 2013-12-30 15:47:23 +00:00
files.pl
guarantor_search.pl Bug 12198: (follow-up) fix warning when opening guarantor search form 2014-05-08 16:16:52 +00:00
mancredit.pl Bug 9448: Add separate permission for writing off fees 2014-04-17 15:41:23 +00:00
maninvoice.pl Bug 9448: Add separate permission for writing off fees 2014-04-17 15:41:23 +00:00
member-flags.pl
member-password.pl
member.pl Bug 9811: Various fixes 2014-07-01 09:59:09 -03:00
memberentry.pl Bug 766: remove disused routine buildCGISort 2014-05-04 23:03:24 +00:00
members-home.pl Bug 9811: FIX branches loop was not correctly set 2014-07-01 09:57:40 -03:00
members-update-do.pl
members-update.pl
mod_debarment.pl Bug 12069: redirect to staff login if you access members/mod_debarment.pl when logged out 2014-04-12 18:00:18 +00:00
moremember.pl Bug 11703 - Convert checkouts table to ajax datatable 2014-07-03 11:22:10 -03:00
notices.pl
patronimage.pl
pay.pl Bug 9448: Add separate permission for writing off fees 2014-04-17 15:41:23 +00:00
paycollect.pl Bug 9448: Add separate permission for writing off fees 2014-04-17 15:41:23 +00:00
printfeercpt.pl Bug 6273: add support for recording type of payment made via SIP2 2014-04-30 16:38:09 +00:00
printinvoice.pl Bug 6273: add support for recording type of payment made via SIP2 2014-04-30 16:38:09 +00:00
printslip.pl
purchase-suggestions.pl Bug 11802 - corrects for the patron purchase suggestions page 2014-03-10 15:11:53 +00:00
readingrec.pl Bug 11009: (follow-up) tweak wording and remove potential log noise 2013-12-10 20:20:37 +00:00
routing-lists.pl Bug 7372: Move road types from the roadtype table to the ROADTYPE AV 2014-02-21 16:00:53 +00:00
setstatus.pl
statistics.pl
update-child.pl Bug 10453: fix unintended password reset when updating child to adult 2013-12-26 15:29:40 +00:00