[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-39-gd3bdf5d

Git repo owner gitmaster at git.koha-community.org
Mon May 19 15:56:48 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  d3bdf5de9fc1265def455878963253af93694d2e (commit)
      from  0e0b39deafed3376bc65af9bf9ee7ec678c60d35 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d3bdf5de9fc1265def455878963253af93694d2e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Feb 11 13:02:03 2014 -0500

    Bug 11743 - Remove unused DataTables plugin from OPAC theme directories
    
    The Bootstrap and CCSR theme directories contain older copies of the
    DataTables plugin which is no longer in use. This patch removes them
    both.
    
    To test, apply the patch and confirm that DataTables still work on the
    following pages in both the Bootstrap and CCSR OPAC themes:
    
    - The Cart. Add items to the Cart, open it and confirm that the table is
      sorted correctly.
    
    - The detail page: View the detail page for a title (opac-detail.pl)
      with multiple items and confirm that the table of items is sorted
      correctly.
    
    - A subscription's "full history" page: Navigate to the detail page of a
      subscription in your catalog which has received multiple issues. From
      the subscriptions tab click the "More details" link, then the "Full
      history" link. Confirm that the table of issues is sorted correctly.
    
    - Search history: Enable the EnableOpacSearchHistory system
      preference. Perform a few searches so that your current session
      will record them. View the search history page and confirm that the
      tables of current and past searches are sorted correctly.
    
    - Suggestions (enable 'suggestion' system pref if necessary)
    - Tags (enable TagsEnabled if necessary)
    - Most popular (enable OpacTopissue if necessary)
    
    - User summary (opac-user.pl): Checkouts, overdues, and holds tables
      should all sort correctly.
    - Self checkout: Enable WebBasedSelfCheck if necessary. Check out as a
      patron who has multiple existing checkouts. Confirm that the table is
      sorted correctly.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Existing uses of datatables.min.js don't point to the theme directory.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d3c565f12c5c9136588a17e6497d860f6c5e95ed)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 .../lib/jquery/plugins/jquery.dataTables.min.js    |  153 --------------------
 .../en/lib/jquery/plugins/jquery.dataTables.min.js |  153 --------------------
 2 files changed, 306 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.dataTables.min.js
 delete mode 100644 koha-tmpl/opac-tmpl/ccsr/en/lib/jquery/plugins/jquery.dataTables.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list