[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-50-g6fa03f1

Git repo owner gitmaster at git.koha-community.org
Tue Aug 16 17:42:00 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, 3.22.x has been updated
       via  6fa03f12adbf20d1b6d9225836585dc3887277b2 (commit)
       via  106736d683234d1f5485c025e3974fba64a33299 (commit)
       via  441dee5b0565800c501bb5400c765efee4e9c598 (commit)
      from  14fa3aa1265227df76569de305f59065c1d626b7 (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 6fa03f12adbf20d1b6d9225836585dc3887277b2
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jun 23 14:51:26 2016 -0400

    Bug 16805: Log in with database admin user breaks OPAC
    
    TEST PLAN
    ---------
    1) Apply Jonathan's test patch
    2) prove t/db_dependent/Letters.t
       -- dies before finishing tests
    3) Apply second test patch
    4) prove t/db_dependent/Letters.t
       -- dies before finishing tests
       -- 'addalert' is changed to 'getalert'
    5) Log into OPAC with database admin user.
       -- see error given in comment #0
    6) Apply this patch
    7) prove t/db_dependent/Letters.t
       -- says 'getalert'
       -- all tests pass.
    8) Log into OPAC with database admin user.
       -- logs in, but gives warning with a nice logout button.
    9) run koha qa test tools.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    No kaha qa errors
    In debian display diferent error:
    Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/DBI.pm line 2054.
    Works as advertised
    
    NOTE: Revised test plan, as Jonathan added useful test case.
          Works as I've tested above.
          Hector tested older test plan which was steps
          5,6,8 and 9.
    
          Revised test plan again while tweaking to address comment #9.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit dee29d9f0b2b43bc762cb82a2212cd8a3d243f45)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit e45ed6d2f477aa9a85750c0f7c2a4df1af50e94f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 106736d683234d1f5485c025e3974fba64a33299
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 24 12:28:27 2016 -0400

    Bug 16805: Tweak new test message to say getalert
    
    It said 'addalert', which is likely a cut-paste typo.
    Plus, let's keep running the other tests if that one
    goes bad.
    
    TEST PLAN
    ---------
    1) Apply Jonathan's test patch
    2) prove t/db_dependent/Letters.t
       -- dies before finishing tests
    3) Apply this test patch
    4) prove t/db_dependent/Letters.t
       -- still dies before finished tests,
          'addalert' now is 'getalert' in message.
    5) run koha qa test tools.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit c57655d4ad69f82831b7f1b54b31a69d0d8275ee)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 946764c470a767439d65b463a4db9b2fdb0b58c4)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 441dee5b0565800c501bb5400c765efee4e9c598
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 24 17:02:59 2016 +0100

    Bug 16805: Add test to getalert (no param passed)
    
    TEST PLAN
    ---------
    1) apply patch
    2) prove t/db_dependent/Letters.t
       -- fails
    3) run koha qa test tools
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 5821ff3867c5291558238e54686c6834caa266c6)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit a7dd3dcc3f565f18876f233cf8ade85cbc5b2d25)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Letters.pm                                         |    9 ++++-----
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt |   12 ++++++++++++
 opac/opac-user.pl                                     |    4 ++++
 t/db_dependent/Letters.t                              |   10 ++++++----
 4 files changed, 26 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list