[koha-commits] main Koha release repository branch master updated. v3.20.00-1136-g8fcd788

Git repo owner gitmaster at git.koha-community.org
Thu Nov 5 15:08:27 CET 2015


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  8fcd788c6d52348bc05f15c67a86494053995087 (commit)
       via  1a9059d32cdb44bc8c2eb76352a763f911103b54 (commit)
       via  b488d2ca77d8cfc4c93d2a545db1a930adabe33d (commit)
       via  3c120e7b9254c369f2257089827f24b2b72d2dd2 (commit)
       via  2e85a7bb11d2a4518f3cba8df4679c1c9dacd477 (commit)
       via  891526e3118181ead310c55bc92d345b95849a2e (commit)
      from  25a0b0f256c7c3af43891d0d110b47d805d6d4d5 (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 8fcd788c6d52348bc05f15c67a86494053995087
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Nov 5 11:05:29 2015 -0300

    Bug 14836: (QA followup) Add missing transaction
    
    Bug 15081 removed transaction handling from t::lib::TestBuilder so this
    patchset had to be ammended to handle it on its own.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 1a9059d32cdb44bc8c2eb76352a763f911103b54
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 30 14:42:55 2015 -0400

    Bug 14836: (QA followup) Fix number of unit tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit b488d2ca77d8cfc4c93d2a545db1a930adabe33d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 29 09:08:07 2015 +0000

    Bug 14836: Add tests for Koha::Patron::Categor[y|ies]
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3c120e7b9254c369f2257089827f24b2b72d2dd2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 29 08:47:08 2015 +0000

    Bug 14836: Move Koha::PatronCategor* to Koha::Patron::Categor*
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2e85a7bb11d2a4518f3cba8df4679c1c9dacd477
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 16 16:50:17 2015 +0100

    Bug 14836: Add Koha::PatronCategor[y|ies] classes
    
    Note that some of the routines are retrieved from bug 10363 (branch
    limitations).
    They are not all used in these patch set, but they will permit to
    replace the subroutines in C4::Form::MessagingPreferences, in the next
    step.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 891526e3118181ead310c55bc92d345b95849a2e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 16 16:50:43 2015 +0100

    Bug 14836: Use Koha::PatronCategor[y|ies] in admin/categories.pl
    
    Test plan:
    Add/edit/remove patron categories from the administration module
    (admin/categories.pl).
    You should get message feedback after each action.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Operations in admin/category is unchanged, and functionnal
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 Koha/{Cities.pm => Patron/Categories.pm}           |   10 +-
 Koha/Patron/Category.pm                            |  188 ++++++
 admin/categorie.pl                                 |  406 ++++---------
 .../prog/en/includes/messaging-preference-form.inc |    9 +-
 .../prog/en/modules/admin/categorie.tt             |  601 +++++++++++---------
 t/db_dependent/Koha/Patron/Categories.t            |   57 ++
 6 files changed, 675 insertions(+), 596 deletions(-)
 copy Koha/{Cities.pm => Patron/Categories.pm} (82%)
 create mode 100644 Koha/Patron/Category.pm
 create mode 100644 t/db_dependent/Koha/Patron/Categories.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list