[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-47-gf8432bb

Git repo owner gitmaster at git.koha-community.org
Mon Jan 19 14:14:31 CET 2015


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.16.x has been updated
       via  f8432bb26d3d981a0276dc62e81576a455e323bb (commit)
       via  b633f56c35376db9d800f7a056d4f1c88b00019b (commit)
      from  5dc1477beb9fb513dbbfb24d805ff9280c1610a5 (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 f8432bb26d3d981a0276dc62e81576a455e323bb
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Nov 4 09:34:32 2014 +0100

    Bug 13190: Refactor the checkouts table template code
    
    This code is duplicated and should be centralised.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit b633f56c35376db9d800f7a056d4f1c88b00019b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 3 17:23:22 2014 +0100

    Bug 13190: Reintroduce the checkouts export feature
    
    Bug 11703 breaks the checkouts export feature.
    
    To reproduce: Fill the ExportWithCsvProfile pref and go on the
    circ/circulation.pl page. The export column appears, but not the export
    button.
    
    Test plan:
    Go on the checkout list (circ/circulation.pl and members/moremember.pl)
    and verify the export column and the export button appears.
    If you click on the button, a file should be generated.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Record.pm                                       |    3 +-
 circ/circulation.pl                                |    2 -
 .../prog/en/includes/checkouts-table.inc           |   70 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/js/pages/circulation.js  |    7 +-
 .../prog/en/modules/circ/circulation.tt            |   62 +++++++----------
 .../prog/en/modules/members/moremember.tt          |   70 +++-----------------
 tools/export.pl                                    |    2 +-
 7 files changed, 107 insertions(+), 109 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list