[koha-commits] main Koha release repository branch master updated. v19.05.00-138-g2af415a

Git repo owner gitmaster at git.koha-community.org
Fri Jun 21 11:36:08 CEST 2019


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  2af415a866d5ce46c6c243dfc6380b002e323db6 (commit)
       via  1b24cf26de54a31699b26174a25dfff509651ecc (commit)
       via  0fd6250ae198dddf09071912e3eb87f7e0702bfd (commit)
       via  f56bba9297087eaeaeefb2aba546c9f107bfad6e (commit)
      from  5aaae31a78db533e998044d9f0bc16f7dfda06b1 (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 2af415a866d5ce46c6c243dfc6380b002e323db6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jun 17 17:58:56 2019 +0000

    Bug 23140: Fix typo in branchcode parameters for print slip
    
    To test:
    1 - Have [% branch.branchcode %] in your TRANSFERSLIP
    2 - Checkin an item from another branch (with AutomaticItemReturn = do )
    3 - Inspect the button in the browser to see the typo
    4 - Click 'Print slip'
    5 - Note the branchcode is not populated
    6 - Clear the transfer
    7 - Apply patch
    8 - Repeat
    9 - Note typo is fixed and slip correctly populated
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1b24cf26de54a31699b26174a25dfff509651ecc
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 21 07:08:39 2019 +0000

    Bug 13640: (QA follow-up) Allow NULL values for default_branch_item_rules.holdallowed
    
    If a rule has not been defined for an itemtype or you submit a biblio level
    hold, you cannot filter on holdallowed<>0.
    
    Test plan:
    Test with a biblio level hold. Have two items; one item should be blocked
    with a policy.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0fd6250ae198dddf09071912e3eb87f7e0702bfd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 13 09:57:52 2019 -0500

    Bug 13640: Do not display unreserveable items on the Holds to pull screen
    
    We should only display the items that meet the hold policies
    
    Test plan:
    It would be good to have a huge list of holds displayed on the "Holds to
    pull" and confirm that the display is now correct.
    
    One of the possible test plan has been let in a comment on the bug
    report:
    Bib Record A has 2 items:
    
    Item Record X (can be placed on hold)
    Item Record Y (cannot be placed on hold)
    
    If you place a bib-level hold on Bib Record A, both Item Record X and
    Item Record Y show up as available items in the Holds To Pull List.
    
    With this patch applied you must not see Y
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f56bba9297087eaeaeefb2aba546c9f107bfad6e
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Jun 10 14:36:49 2019 -0400

    Bug 23090: Add some special characters
    
    TEST PLAN
    ---------
    
    $ sudo mysql -u root
    > CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'badpassword';
    [Magical MySQL Error]
    > CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'GoodP at ssw0rd';
    [Should be okay]
    > DROP USER 'bug23090_test1'@'localhost';
    > QUIT
    $ sudo koha-create --create-db fail23090
    [Magical MySQL Error]
    [Apply this patch and put it (debian/scripts/koha-create) into place in
    /usr/sbin/koha-create]
    $ sudo koha-create --create-db pass23090
    
    (Clean up and databases made)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 circ/pendingreserves.pl                                 |    2 ++
 debian/scripts/koha-create                              |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list