[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-43-g5effa8b

Git repo owner gitmaster at git.koha-community.org
Thu Jun 12 08:49:35 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  5effa8b3fc0e764fb26c85f6b649ffe2c64031f7 (commit)
      from  f1e42752cb265cecd4e29b1ee64a79d33d10f2b4 (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 5effa8b3fc0e764fb26c85f6b649ffe2c64031f7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 10 09:29:13 2014 -0500

    Bug 11718 - Use new DataTables include in reports templates
    
    Bug 10649 introduced a new include file for adding DataTables-related
    JavaScript assets. This patch adds use of this include file to all
    circ-related pages which use DataTables.
    
    Apply the patch and test the following pages to confirm that table
    sorting works correctly:
    
    - Reports -> Guided reports -> Use saved
      (reports/guided_reports.pl?phase=Use saved):
      "Creation date" sorting has been reconfigured to use the title-string
      method for sorting on an unformatted date. C4:Reports::Guided.pm has
      been modified to pass an unformatted date to the template. Sorting
      should work correctly for all settings of the dateformat system pref.
    
    - Reports -> Catalog by item type
      (reports/manager.pl?report_name=itemtypes)
    
    - Reports -> Serials statistics wizard (reports/serials_stats.pl):
      The subscription begin and subscription end columns have been modified
      to use the title-string filter for sorting. An unformatted date is now
      passed from reports/serials_stats.pl to the template, where the
      KohaDates filter is used for formatting. Sorting is based on the
      unformatted date. Sorting should work correctly for all settings of
      the dateformat system pref.
    
      - Sorting of titles should now exclude article from sorting.
      - Minor template improvements:
        - Vendor name now links to vendor details.
        - Subscription title now links to subscription details.
        - Library name is now shown instead of branchcode.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Checked all pages, no regressions or Javascript errors detected.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d6c40ebe5a2ff7ce883c1d36a47720a37754c633)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Reports/Guided.pm                               |    1 -
 .../en/modules/reports/guided_reports_start.tt     |   18 ++++++--------
 .../prog/en/modules/reports/itemtypes.tt           |    6 ++---
 .../prog/en/modules/reports/serials_stats.tt       |   26 +++++++++++---------
 reports/serials_stats.pl                           |    3 +--
 5 files changed, 24 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list