[koha-commits] main Koha release repository branch master updated. v17.05.00-262-g490a68c

Git repo owner gitmaster at git.koha-community.org
Mon Jul 17 21:15:00 CEST 2017


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  490a68c98b919605d0c1d4780b49cb4d7ea3b2dd (commit)
       via  14d53117943f4a151ad47de1112e8fb92efd23b9 (commit)
       via  d2d784a917d64ce982fdf8c20ac2a5653b6b037f (commit)
       via  01f2440dcbc011dc9d2448b2a63d5cb65904f624 (commit)
       via  cb940292c2a24417eae6540bf3dc51194f2d1e02 (commit)
       via  19439a54aaddab702da5d5ae92738f5bb3ea6d97 (commit)
       via  a355e31701b32bd16517af57a585444c93eef771 (commit)
       via  85b895c2dfdf9499fdb12bd108c740144597c89e (commit)
       via  ad367a47003f341e1c517c6fbcc96246cbf21609 (commit)
       via  648e2a2b808efac22a8b88545d53b05112a1f6f0 (commit)
      from  a2c9513b1c3449a34f942d8fa53f8ce1fe374e3f (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 490a68c98b919605d0c1d4780b49cb4d7ea3b2dd
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 17 14:48:55 2017 -0300

    Bug 18942: (QA followup) Add new tests descriptions
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 14d53117943f4a151ad47de1112e8fb92efd23b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 17 13:48:17 2017 -0300

    Bug 18942: Simplify syntax
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d2d784a917d64ce982fdf8c20ac2a5653b6b037f
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jul 14 14:15:20 2017 +0000

    Bug 18942: Internal Server Error symptomatic of using system user
    
    TEST PLAN
    ---------
    1) sudo koha-shell -c bash kohadev
    2) prove -v t/Budgets/CanUserUseBudget.t
       -- works
    3) prove -v t/Budgets/CanUserModifyBudget.t
       -- works
    4) exit
    5) git bz apply 18942
       -- interactive just the test patch
    6) repeat steps 1-4
       -- prove fails (similar message with 919 in comment #0)
    7) git bz apply 18942
       -- interactive just the actual fix
    8) repeat steps 1-4
       -- works
    9) run koha qa test tools
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 01f2440dcbc011dc9d2448b2a63d5cb65904f624
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jul 14 14:41:39 2017 +0000

    Bug 18942: Add test case to prove change
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cb940292c2a24417eae6540bf3dc51194f2d1e02
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 23 12:33:26 2017 +0200

    Bug 18672: [QA Follow-up] Simplify without sleep
    
    Set the creation date one hour back, store and check again.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 19439a54aaddab702da5d5ae92738f5bb3ea6d97
Author: Marc Véron <veron at veron.ch>
Date:   Mon May 29 10:17:06 2017 +0200

    Bug 18672: Test for fixing overwriting creation date
    
    Use this test to highlight issue:
    prove -v t/db_dependent/Virtualshelves.t
    
    After applying patch for Koha/Virtualshelf.pm it should turn green
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Works correctly according to test case. Passes QA Tools and the
    indicated t/db_dependent/Virtualshelves.t unit test.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a355e31701b32bd16517af57a585444c93eef771
Author: Marc Véron <veron at veron.ch>
Date:   Mon May 29 08:56:14 2017 +0200

    Bug 18672: Fix overwriting creation date with modification date when editing list
    
    To reproduce:
    - In staff client, create a new list (if you have not already one)
    - In db, update virtualshelves and set field created_on to an earlier date,
      something like:
      update virtualshelves set created_on = '2017-04-01 02:09:12' where shelfnumber = 1;
    - Go to Home > Lists > Your lists
    - Verify that the modified creation date for this list appears in staff client
    - Edit list in staff client, save
    - Verify that creation date is overwritten by modification date (wrong)
    
    To test:
    - Apply patch
    - Repeat steps above, verify that creation date no longer is overwritten
      by modification date
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: Use existing indendation

commit 85b895c2dfdf9499fdb12bd108c740144597c89e
Author: Marc Véron <veron at veron.ch>
Date:   Wed Jun 21 09:47:13 2017 +0200

    Bug 18832: Missing space between icon and label in button 'Patron lists'
    
    On page Home > Patrons the button 'Patron lists' misses a space between
    icon and text. This patch adds it to make the button display like the other
    ones.
    
    To test, apply patch and verify that the button displays as expected.
    
    Signed-off-by: fcouffignal <fcouffignal at gmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ad367a47003f341e1c517c6fbcc96246cbf21609
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Tue Jul 11 09:12:37 2017 +0000

    Bug 18613: Add unit tests for getletter
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 648e2a2b808efac22a8b88545d53b05112a1f6f0
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Fri May 19 09:23:17 2017 +0000

    Bug 18613: Remove letter rule correctly as superlibrarian
    
    TEST PLAN
    
    (reproducing bug)
    1 - Set 'IndependantBranches' to enable
    2 - Log in as Superlibrarian.
    3 - Create 3 rules
        - 1 for all librairies (1)
        - 1 for the library of the superlibrarian (2)
        - 1 for another library (3)
    4 - Try to delete them and see them and see that (3) isn't the good one
    
    (checking patch)
    5 - Apply patch
    6 - Try again 3-
    7 - Connect as not superlibrarian
    8 - Try again 3-
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Budgets.pm                                      |    8 +++-
 C4/Letters.pm                                      |    8 ++--
 Koha/Virtualshelf.pm                               |    3 +-
 .../prog/en/includes/patron-toolbar.inc            |    2 +-
 t/Budgets/CanUserModifyBudget.t                    |    3 +-
 t/Budgets/CanUserUseBudget.t                       |    4 +-
 t/db_dependent/Letters.t                           |   43 +++++++++++++++-----
 t/db_dependent/Virtualshelves.t                    |    8 +++-
 8 files changed, 57 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list