[koha-commits] main Koha release repository branch master updated. v3.16.00-1028-g9042ce4

Git repo owner gitmaster at git.koha-community.org
Tue Nov 11 21:26:55 CET 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, master has been updated
       via  9042ce4ea508b689d7e54222ee8ae50d7c85e1ab (commit)
       via  4413a1ac4af46cbeb3eee9c47ef5997d011e3390 (commit)
      from  3443056e15d7f2cc36e137a5ac50580375f3e1e4 (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 9042ce4ea508b689d7e54222ee8ae50d7c85e1ab
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 10 07:56:11 2014 -0400

    Bug 10632 [Follow-up] Enable datatables for courses and course details in the OPAC
    
    This follow-up adds some style improvements and corrects some errors in
    the previous patch:
    
    - The path to datatables.css has been corrected
    - Unused CSS has been removed from datatables.css (particularly related
      to pagination controls, which are currently unused in the OPAC).
    - Style has been added to datatables.css to make the table search form
      look better.
    - The configuration of the course details table has been enhanced to
      include a title sort which ignores articles and date sorting according
      to the "title-string" method for date format agnostic sorting.
    - Unrelated: A message <div> has been modified to have the correct style
      for the Bootstrap theme.
    
    To test you should have multiple courses and at least one course with
    multiple reserves. Clear your browser cache if necessary and view the
    list of courses in the OPAC. All table sorting should work correctly, as
    should the table search form.
    
    View the details of a course which has multiple reserves. All sorting
    should work correctly, including title sort excluding articles. Sorting
    by date due should work correctly for any dateformat system preference
    setting.
    
    View the details of a course which has no reserves. You should see a "No
    reserves" message box with a style consistent with similar messages in
    the Bootstrap OPAC.
    
    View other sorted tables in the OPAC to confirm that the CSS changes
    have not negatively affected their appearance: opac-user.pl for
    instance, or opac-detail.pl.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4413a1ac4af46cbeb3eee9c47ef5997d011e3390
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 9 10:01:16 2014 -0400

    Bug 10632 - Enable datatables for courses and course details in the OPAC
    
    We should use datatables for the courses and course items tables. This
    will make the tables sortable and searchable from the client side.
    
    Test Plan:
    1) Apply this patch
    2) View the courses in the OPAC, try sorting and searching
    3) View the course details for a course, try sorting and searching the items.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signing off, but have a follow-up to address some missing stuff.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/css/datatables.css   |  261 ++------------------
 .../bootstrap/en/modules/opac-course-details.tt    |   27 +-
 .../bootstrap/en/modules/opac-course-reserves.tt   |   23 +-
 opac/opac-course-reserves.pl                       |   12 +-
 4 files changed, 51 insertions(+), 272 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list