[koha-commits] main Koha release repository branch master updated. v3.14.00-394-gb945557

Git repo owner gitmaster at git.koha-community.org
Tue Feb 4 18:28: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, master has been updated
       via  b94555719f0b3f7750bccd4db810dd9121ecacbf (commit)
       via  dec3f8ec70df17ed8f67a5bf706544989c429905 (commit)
       via  776825651a204756ddbec2a8ef1b8819038408f9 (commit)
      from  684143a529cb556236f46d1d2a8ef05908c0b2f9 (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 b94555719f0b3f7750bccd4db810dd9121ecacbf
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jan 27 10:14:35 2014 +0100

    Bug 10851: (follow-up) FIX bad c/p (variable name)
    
    In catalogue.detail.tt, a wrong variable loop was used.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Patches pass QA script and tests.
    Additional tests done:
    - Receiving issues, setting and unsetting new status
    - Display on serial summary page
    - Display on subscription detail page, issues tab
    - Display on OPAC and staff detail pages, subscription tab
        OPAC: ok
        Staff: ok
    - Claiming issues, filtering and status display
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit dec3f8ec70df17ed8f67a5bf706544989c429905
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jan 21 09:28:24 2014 +0100

    Bug 10851: (follow-up) fix issues reported by QA script
    
    This patch fixes following warnings:
    
     FAIL   C4/Serials.pm
       FAIL   valid
            Useless use of a constant (43) in void context
            Useless use of a constant (41) in void context
            Useless use of a constant (44) in void context
            Useless use of a constant (42) in void context
            Useless use of a constant (4) in void context
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 776825651a204756ddbec2a8ef1b8819038408f9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 20 11:14:09 2013 +0200

    Bug 10851: add additional "missing" statuses for serials issues
    
    4 new statuses to represent variations on "missing" is added by this
    patch: "never received", "sold out", "damaged", and "lost.
    
    These status have the same behavior than the simple Missing status.
    
    Test plan:
    - Find a serial to claim.
    - Modify the status of this serial with one of these new statuses.
    - Try to find it with the "serials to claim" search.
    - Verify that the status is displayed on the serial module pages and on
      the OPAC.
    
    Signed-off-by: Nicolas Bravais <nicolas.bravais at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Serials.pm                                      |   19 ++++++----
 .../prog/en/modules/catalogue/detail.tt            |    4 ++
 .../prog/en/modules/serials/claims.tt              |    8 ++++
 .../prog/en/modules/serials/serial-issues-full.tt  |    4 ++
 .../prog/en/modules/serials/serials-collection.tt  |    4 ++
 .../prog/en/modules/serials/serials-edit.tt        |   40 ++++++++++++++++++++
 .../prog/en/modules/serials/serials-recieve.tt     |   20 ++++++++++
 .../prog/en/modules/serials/subscription-detail.tt |    4 ++
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   27 +++++++------
 .../prog/en/modules/opac-full-serial-issues.tt     |    4 ++
 10 files changed, 113 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list