[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.04-26-gce7cd56

Git repo owner gitmaster at git.koha-community.org
Tue Mar 25 11:54:44 CET 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  ce7cd56c0b60031d6140a61e0f135db17deeba31 (commit)
       via  5d4a6bb712fe2d4b6179cc15eaf29cda2676b547 (commit)
      from  6c6a9ada72451f74d79cc458a081e23c3da07963 (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 ce7cd56c0b60031d6140a61e0f135db17deeba31
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Dec 2 09:41:53 2013 +0100

    Bug 11329: Check for MARC record existence in catalogue/showmarc
    
    Intranet counterpart patch. Same check as in opac/opac-showmarc.
    
    Test plan:
    [1] Run showmarc.pl with valid biblionumber in id parameter.
    [2] Remove id parameter from URL. You should get a 404 now.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d92dc91f778f5db3360f3070d0bb5d44a0d75024)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5d4a6bb712fe2d4b6179cc15eaf29cda2676b547
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Dec 2 09:30:13 2013 +0100

    Bug 11329: Check for MARC record existence in opac-showmarc
    
    Instead of just running as_formatted, check if GetMarcBiblio returned
    a reference. If you e.g. did not pass an id, return 404 instead of 500.
    Consistent with opac-export.pl
    
    Test plan:
    [1] Run opac-showmarc.pl with valid biblionumber in id parameter.
    [2] Remove id parameter from URL. You should get a 404 now.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 80bcbd798991eaa57bcc7b5ac8906b276fbed5bf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 catalogue/showmarc.pl |    4 ++++
 opac/opac-showmarc.pl |    4 ++++
 2 files changed, 8 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list