[Koha-bugs] [Bug 11703] Convert checkouts table to ajax datatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 13 11:19:00 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25986|0                           |1
        is obsolete|                            |
  Attachment #25987|0                           |1
        is obsolete|                            |
  Attachment #25988|0                           |1
        is obsolete|                            |
  Attachment #25989|0                           |1
        is obsolete|                            |
  Attachment #25990|0                           |1
        is obsolete|                            |
  Attachment #25991|0                           |1
        is obsolete|                            |
  Attachment #25992|0                           |1
        is obsolete|                            |
  Attachment #25993|0                           |1
        is obsolete|                            |
  Attachment #25994|0                           |1
        is obsolete|                            |
  Attachment #25995|0                           |1
        is obsolete|                            |
  Attachment #25996|0                           |1
        is obsolete|                            |
  Attachment #25997|0                           |1
        is obsolete|                            |
  Attachment #25999|0                           |1
        is obsolete|                            |
  Attachment #26085|0                           |1
        is obsolete|                            |
  Attachment #26131|0                           |1
        is obsolete|                            |
  Attachment #26158|0                           |1
        is obsolete|                            |
  Attachment #26160|0                           |1
        is obsolete|                            |

--- Comment #53 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 26241
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26241&action=edit
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 at rot13.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list