[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.14-38-g6855686

Git repo owner gitmaster at git.koha-community.org
Fri Oct 2 15:00:03 CEST 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, 3.16.x has been updated
       via  6855686ff173540f07e0b5fd615a431bb8628c86 (commit)
       via  74b8002d59cadb0d68c2dd083c2bd38473c93831 (commit)
       via  0f7b0ac8299075b8b77218cff31d5c5900b90d37 (commit)
       via  0bac7826012b3536bfa62bf2fc1adee91da55b26 (commit)
      from  4c9abf7673d2ba02d02fd82c0d04fc4c7405017f (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 6855686ff173540f07e0b5fd615a431bb8628c86
Author: Mason James <mtj at kohaaloha.com>
Date:   Sat Oct 3 01:55:45 2015 +1300

    Revert "Bug 6756: Add info messages"
    
    This reverts commit 674438016c0fae72c151c3d9e2e6d414cafb26c6.

commit 74b8002d59cadb0d68c2dd083c2bd38473c93831
Author: Mason James <mtj at kohaaloha.com>
Date:   Sat Oct 3 01:55:30 2015 +1300

    Revert "Bug 6756: Fix bad behaviors if AnonymousPatron is not defined"
    
    This reverts commit 0b615c8db9bf9efcd8dbc4b06b1fd4eff4ae1289.

commit 0f7b0ac8299075b8b77218cff31d5c5900b90d37
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Thu Jun 4 11:35:15 2015 +0200

    Bug 14256: (follow-up) Check for unique constraint to regenerate random data
    
    There were some issues in the previous patch. This patch fixes the
    following:
    - rename $value with $original_value
    - remove $at_least_one_constraint_failed and $values_ok which make the
      code unnecessarily complicated
    - the constraints have to be checked only if no original value is passed
    - _buildColumnValue created a key to the default value hashref, it broke
      the test:
        last BUILD_VALUE if exists( $default_value->{$source} );
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0bac7826012b3536bfa62bf2fc1adee91da55b26
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 3 15:54:57 2015 -0300

    Bug 14256: Check for unique constraint to regenerate random data
    
    Unique constraints should be checked when creating random data. Otherwise
    we get failures when the generated data already exists on the DB.
    
    This patch takes advantage of ->unique_constraints() to do the job,
    looping through all the unique constraints defined for the source.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    5 +-
 .../prog/en/modules/tools/cleanborrowers.tt        |    4 -
 misc/cronjobs/batch_anonymise.pl                   |    1 -
 t/db_dependent/Circulation/AnonymiseIssueHistory.t |  138 ------
 t/lib/TestBuilder.pm                               |  449 ++++++++++++++++++++
 5 files changed, 451 insertions(+), 146 deletions(-)
 delete mode 100644 t/db_dependent/Circulation/AnonymiseIssueHistory.t
 create mode 100644 t/lib/TestBuilder.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list