[koha-commits] main Koha release repository branch master updated. v3.14.00-770-g9064395

Git repo owner gitmaster at git.koha-community.org
Fri Apr 18 22:48:42 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  90643958921caeed76b94012ce9590c07f7da9ec (commit)
       via  d2c424eda2449f963315a6f595ff0d2ab4c2e5fc (commit)
       via  a9f1c3a66f924b7d9162b9471b2e2a6136943ce6 (commit)
       via  3285e34dc2924bdbe0f1573b5d1a6da5032ab5f3 (commit)
      from  47a9afcb7ecedc805550f46e6373b9a8c8615bdc (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 90643958921caeed76b94012ce9590c07f7da9ec
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Apr 18 21:12:31 2014 +0000

    Bug 11689: (follow-up) fix another warning when running Serials.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d2c424eda2449f963315a6f595ff0d2ab4c2e5fc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 27 13:12:40 2014 +0100

    Bug 11689: (follow-up) fix warnings generated when running Serials.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a9f1c3a66f924b7d9162b9471b2e2a6136943ce6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 27 13:12:16 2014 +0100

    Bug 11689: Add unit tests for serials statuses
    
    prove t/db_dependent/Serials.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3285e34dc2924bdbe0f1573b5d1a6da5032ab5f3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 5 11:05:19 2014 +0100

    Bug 11689: Take new serial missing statuses into account in more places
    
    Bug 10851 introduced new missing status (codes 41,42,43,44), but in
    GetSerials and _update_missinglist, they are not taken into account.
    
    This patch corrects the issue.
    
    To reproduce:
    1/ Create a serial with 10 issues.
    2/ Set different statuses on each one, with at least 6 missing statuses
    (not only "Missing").
    3/ Go on the subscription detail page, tab "Summary", the issues with a
    new missing status are not listed in the missing issues list.
    4/ On the "Issues" tab, all missing are listed (normally only 5 should
    be listed.
    5/ Apply the patch.
    6/ Edit serial (to rewrite the missing list).
    6/ Verify that steps 3 and 4 have now correct behavior.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes QA script and tests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Serials.pm            |   26 +++++++++---------
 t/db_dependent/Serials.t |   67 +++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 78 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list