[koha-commits] main Koha release repository branch master updated. v3.22.00-728-g4c6d3ed

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 05:13:50 CET 2016


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  4c6d3edc0bf95604ee171a5ec34e76a61f100a7d (commit)
       via  1b07012f030aa8067e19035f303d2d0045d332a9 (commit)
       via  6c3a413f949ce05352f102330f99c9d06e97f31a (commit)
       via  eb3b68b7a4e8715149bb0a6c61d26cc3d0fb7d7f (commit)
       via  39e61f56ae861032eecd16e0f7d0655a1b4a52ae (commit)
      from  0fdc1021d4477d838c6b38a1172137a5eec08978 (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 4c6d3edc0bf95604ee171a5ec34e76a61f100a7d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 1 09:53:10 2016 +0000

    Bug 14753: Improve the table display
    
    - thead should contain a tr
    - use a correct dom for the table
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 1b07012f030aa8067e19035f303d2d0045d332a9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 1 09:52:31 2016 +0000

    Bug 14753: Use the KohaDates plugin to display dates
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 6c3a413f949ce05352f102330f99c9d06e97f31a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 1 09:52:17 2016 +0000

    Bug 14753: Add the "page" parameter in the yml file
    
    checkedintable is on the returns page
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit eb3b68b7a4e8715149bb0a6c61d26cc3d0fb7d7f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 10 00:54:26 2016 +0000

    Bug 14753 - Use columns configuration for checkins table
    
    This patch adds the ability to configrue the visible columns on the
    check in screen.
    
    To test with both patches:
    1 - Check in an item
    2 - Note there is no 'Date acquired' column
    3 - Apply  patches
    4 - Note there is still no 'Date acquired' column
    5 - Note that there is now a "Show / hide columns" button
    6 - Verify that you can check the box and view the 'Date acquired'
    column
    7 - Verify that showing/hiding columns works (it will not carry over
            between items due to page reload)
    8 - Verify that changes from the 'Configure columns' section of
    Administration hold between checkins
    
    Sponsored by: North Central Regional Library (ncrl.org)
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 39e61f56ae861032eecd16e0f7d0655a1b4a52ae
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sun Feb 7 03:39:58 2016 +0000

    Bug 14753 - Show accession date on checkin
    
    This patch adds the dateaccessioned column fro an item to the display on
    returns.pl. The column is added with a CSS class for easy selection.
    
    To test:
    Check in some items
    Note date accessioned is not shown
    Apply patch
    Refresh page
    Check in some items
    See the added column 'Date acquired'
    
    Sponsored by: North Central Regional Library (ncrl.org)
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 admin/columns_settings.yml                         |   28 ++++++++++++++++++++
 circ/returns.pl                                    |    1 +
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   17 ++++++++++--
 3 files changed, 44 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list