[koha-commits] main Koha release repository branch master updated. v16.05.00-846-g6123856

Git repo owner gitmaster at git.koha-community.org
Mon Sep 12 12:40:48 CEST 2016


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  6123856b2561a94254fc1f9a3f94179a4793b7ed (commit)
       via  e63d445e081c81c0a464f7ade9fb1a1b3f847593 (commit)
       via  8ff8e0b8dd363f3b2c61130190ddb7227e3daec4 (commit)
       via  5e4b351f1e82ccfde9c81e054aa452d7bd4c7760 (commit)
       via  4fce42faf4973c6a15067df941ec85c3017162e3 (commit)
       via  381dd46c36260f20a18b054bff142ea9eb519f3a (commit)
       via  7e55d09c420f946d6c214ade287bc80fcb9f3e9c (commit)
       via  5fc1c11198c74ae2921be7c365dd7b1198f6325b (commit)
       via  c3a95f92da64582f5556b861687c65ba7e012cf3 (commit)
       via  f56aa16a931e2a70818dc29df46050eac74c6253 (commit)
       via  5ea3962600d0433a2106047ca24ade3ef7e0ac34 (commit)
       via  b11c8722cb90909b94dd53c8dcf5cf390258ebb8 (commit)
       via  99c25135599c99bb1f1c83d390eca4628a26f4cf (commit)
      from  259679e9dece15b69b216b8e39f8e4ebd0b58800 (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 6123856b2561a94254fc1f9a3f94179a4793b7ed
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 12 09:39:54 2016 +0000

    Bug 7677 - Schema update
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e63d445e081c81c0a464f7ade9fb1a1b3f847593
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 12 09:38:06 2016 +0000

    Bug 7677 [QA Followup] - Fix issues with kohastructure
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8ff8e0b8dd363f3b2c61130190ddb7227e3daec4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 12 09:15:38 2016 +0000

    Bug 7677 - DBRev 16.06.00.025
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5e4b351f1e82ccfde9c81e054aa452d7bd4c7760
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Sep 8 09:15:48 2016 +0200

    Bug 7677: UT: Remove $dbh->rollback
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4fce42faf4973c6a15067df941ec85c3017162e3
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Aug 30 10:41:56 2016 +0200

    Bug 7677: QA followup
    
     - Fix tests
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 381dd46c36260f20a18b054bff142ea9eb519f3a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Aug 25 16:08:45 2016 +0200

    Bug 7677: QA followup
    
    Fix 'unique contraint primary' error when receiving serials
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7e55d09c420f946d6c214ade287bc80fcb9f3e9c
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Jun 3 15:56:36 2016 +0200

    Bug 7677 [QA Followup] - Replace GetItemnumberFromSerialId with use of Koha::Serial::Item(s)
    
     - use _type instead of type (see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446 )
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5fc1c11198c74ae2921be7c365dd7b1198f6325b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 29 01:46:02 2016 +0000

    Bug 7677 [QA Followup] - Replace GetItemnumberFromSerialId with use of Koha::Serial::Item(s)
    
    GetItemnumberFromSerialId has no unit tests. It would be better to start
    using our object system here.
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c3a95f92da64582f5556b861687c65ba7e012cf3
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon Sep 28 16:29:16 2015 +0200

    Bug 7677 [Follow-up]: New areas in subscriptions and new functions when receiving.
    
     - Various fixes.
    
    Test plan:
    
    Once the makePreviousSerialAvailable syspref is enabled, receive a serial, and then another, then check that:
    
     - the first received itemtype has been set to the "previous item type" value (set in the subscription).
    
     - the first received has been made available.
    
     - the last received serial itemtype has been set to the "item type" value (set in the subscription).
    
     - 995$l is automatically prefilled.
    
    Configure the serialsFieldsToAV syspref. When creating or editing a subscription, check that:
    
     - the domain and/or origin and/or support fields are correctly displaying the authorized values configured in the syspref.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f56aa16a931e2a70818dc29df46050eac74c6253
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 23 16:51:41 2014 +0100

    Bug 7677: Fix tests
    
    They don't pass since bug 12098 has been pushed.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=7767
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5ea3962600d0433a2106047ca24ade3ef7e0ac34
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 10 11:58:33 2014 +0100

    Bug 7677: FIX QA issues
    
     FAIL    C4/Serials.pm
       FAIL      forbidden patterns
        forbidden pattern: trailing space char (line 1501)
        forbidden pattern: trailing space char (line 921)
    
     FAIL    serials/serials-edit.pl
       FAIL      valid
            "my" variable $dbh masks earlier declaration in same scope
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=7767
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b11c8722cb90909b94dd53c8dcf5cf390258ebb8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 21 14:38:34 2013 +0200

    Bug 7677: UT: add unit tests for GetPreviousSerialid
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=7767
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 99c25135599c99bb1f1c83d390eca4628a26f4cf
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Jan 9 17:06:14 2014 +0100

    BZ7677: New areas in subscriptions and new functions when receiving.
    
    When enabling the makePreviousSerialAvailable syspref, the previously
     received serial's itemtype is set as defined in the subscription.
     (Please note that the item-level_itypes syspref must be set to specific item.)
     It is also made available.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=7767
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                        |    4 ++
 C4/Serials.pm                                      |   54 +++++++++++++++++---
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Subscription.pm                 |   20 +++++++-
 Koha/{Checkout.pm => Serial/Item.pm}               |    8 +--
 Koha/{ => Serial}/Items.pm                         |   16 +++---
 ...ble_and_makePreviousSerialAvailable_syspref.sql |    2 +
 installer/data/mysql/kohastructure.sql             |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   14 +++++
 .../prog/en/modules/admin/preferences/serials.pref |    6 +++
 .../prog/en/modules/serials/serials-edit.tt        |    1 -
 .../prog/en/modules/serials/subscription-add.tt    |   28 ++++++++++
 serials/serials-edit.pl                            |   20 ++++++++
 serials/subscription-add.pl                        |   22 +++++++-
 t/db_dependent/Serials_2.t                         |   11 +++-
 16 files changed, 183 insertions(+), 28 deletions(-)
 copy Koha/{Checkout.pm => Serial/Item.pm} (87%)
 copy Koha/{ => Serial}/Items.pm (82%)
 create mode 100644 installer/data/mysql/atomicupdate/bug_7677_Adds_fields_to_subscription_table_and_makePreviousSerialAvailable_syspref.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list