[koha-commits] main Koha release repository branch master updated. v3.16.00-68-g0987f16

Git repo owner gitmaster at git.koha-community.org
Mon May 26 05:09:39 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, master has been updated
       via  0987f1670b31034a9398246fdc743b7ae2ce20a1 (commit)
       via  e95c0bf7131bb715876d4d1761ab4b92d484523c (commit)
       via  bcf27a9cf0f80654f134621c17cdf4adef5987f3 (commit)
       via  ac1f1ed9dd342d49a4c93b93f5e9f6acc8530c2f (commit)
       via  a276d0a9201bbe90931024ad9f4b72d06385c4fe (commit)
       via  dea4ddb5bd860e449fea34d9ad2c28c7c4ad7718 (commit)
       via  8967427ee2aa0e669a4f3d2eddebffe95747eb7e (commit)
      from  f09bdf7142444e2461d1e71656e69f5139133500 (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 0987f1670b31034a9398246fdc743b7ae2ce20a1
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 03:28:46 2014 +0000

    Bug 11629: DBRev 3.17.00.007
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e95c0bf7131bb715876d4d1761ab4b92d484523c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 17 09:47:59 2014 -0400

    Bug 11629: (follow-up) fix message displayed when item is made available
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit bcf27a9cf0f80654f134621c17cdf4adef5987f3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 17 07:08:55 2014 -0400

    Bug 11629: (folllow-up) fix various issues
    
    Changed the syspref.sql file to remove one of the doubled
    up UNIMARCAuthrityField100 that slipped in with an earlier
    patch on this bug.
    
    Passes all tests and QA script, also t/db_dependent/Circulation_issue.t
    
    Tested with items that had
    - no notforloan value set
    - notforloan value not used in updateNotforLoanStatusOnCheckin
    - the notforloan value defined in UpdateNotForLoanStatusOnCheckin
    
    Also verified it works the same, when the item was checked out or
    not checked out on return.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ac1f1ed9dd342d49a4c93b93f5e9f6acc8530c2f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 24 08:46:18 2014 -0500

    Bug 11629: (follow-up) remove <strong> tags to ease translation
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a276d0a9201bbe90931024ad9f4b72d06385c4fe
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 24 08:39:16 2014 -0500

    Bug 11629: (follow-up) add unit tests
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit dea4ddb5bd860e449fea34d9ad2c28c7c4ad7718
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 31 13:56:47 2014 -0500

    Bug 11629: (follow-up) Add message for librarian that status was updated
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8967427ee2aa0e669a4f3d2eddebffe95747eb7e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 28 11:43:50 2014 -0500

    Bug 11629 - Add ability to update not for loan status on checkin
    
    Some libraries would like to streamline the cataloging process my
    automatically updating notforloan values on checkin. For example, an
    item is set to notforloan of -1 ( ordered ). The item, is received,
    processed, and checked in for the first time before being shelved.
    The checkin automatically changes the nfl value from -1 to 0. The
    same workflow could be used for damaged items as well.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Set the new system preference UpdateNotForLoanStatusOnCheckin
       to the following:
    -1: 0
    0: 1
    4) Create an item, set its notforloan value to -1
    5) Check in the item, note its not for loan value is now 0
    6) Check in the item again, note its not for loan value is now 1
    7) Check in the item again, note its not for loan value reamins 1
    
    Signed-off-by: Havilah Lyon <havilah at aflibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Testing notes on last patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   20 ++++++++++++++
 circ/returns.pl                                    |    3 ++
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +++++
 .../en/modules/admin/preferences/circulation.pref  |    7 +++++
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   18 ++++++++++++
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Circulation_issue.t                 |   29 +++++++++++++++++++-
 8 files changed, 85 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list