[koha-commits] main Koha release repository branch master updated. v3.20.00-43-g480ac86

Git repo owner gitmaster at git.koha-community.org
Wed May 27 19:32:57 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, master has been updated
       via  480ac8667971a638b4b27d0dc8e5bb29f9f2a372 (commit)
       via  764b425c1ce0573f9b02bfa3b9b2425137630f0c (commit)
       via  4d4582566ee7d2014f30f15db4889d4cad956316 (commit)
       via  7d7bac40c13ebeef442d30812f29905f50f966d5 (commit)
      from  e021b512e34d0521803fa5f32dd67f1532ddb73d (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 480ac8667971a638b4b27d0dc8e5bb29f9f2a372
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 25 11:22:07 2015 +0200

    Bug 13946: Change order status 'Pending' to 'Ordered'
    
    The order status after closing the basket is 'ordered' in the
    database, but displays as 'pending' in the staff interface.
    
    As we use 'pending' when you have to review a suggestion, this
    clashes in translations and the meaning is different. The patch
    renames 'pending' for the order status to 'Ordered' to be more
    clear.
    
    To test:
    - Verfiy 'Ordered' shows in the pull down on the acq advanced
      search and search still works correctly
    - Verify the results table also display 'Ordered' as the status
    
    Signed-off-by: Cédric Vita <cedric.vita at dracenie.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 764b425c1ce0573f9b02bfa3b9b2425137630f0c
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue May 26 11:00:02 2015 -0300

    Bug 14275: Remove CGI::scrolling_list from guided_reports.pl
    
    Remove an instance of CGI::scrolling_list from this file
    
    To test:
    1) Go to Reports, Guided report wizard, New SQL report
    
    2) Create a report with some auth value list, e.g.
    
    SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter patrons library|branches>>
    
    Save
    
    3) Clic on 'Run this report", look at the dropdown, that will be changed
    
    4) Apply the patch
    
    5) Reload, check dropdown and any regression
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4d4582566ee7d2014f30f15db4889d4cad956316
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri May 22 09:02:23 2015 -0400

    Bug 14112: Silence warnings in t/Charset.t
    
    After Jonathan said this was the wrong way to correct the issue,
    www.utf8-chartable.de made it clear to me that the \c3\a9 were
    missing x's.
    
    TEST PLAN
    ---------
    1) prove t/Charset.t
       -- noise
    2) apply patch
    3) prove t/Charset.t
       -- no noise
    4) koha qa test tools
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7d7bac40c13ebeef442d30812f29905f50f966d5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 25 12:18:02 2015 +0200

    Bug 7143: Release team for 3.22
    
    See: http://wiki.koha-community.org/wiki/Roles_for_3.22
    The 3.20 roles are moved to the Development section. Note that we did
    not add the Bug wranglers role under Development until now. If that
    should change, please provide a follow-up.
    
    Test plan:
    Verify that all roles are covered correctly.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Seems correct for me, no errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   42 ++++++++++++--------
 .../prog/en/modules/acqui/histsearch.tt            |    6 +--
 .../en/modules/reports/guided_reports_start.tt     |    8 +++-
 reports/guided_reports.pl                          |   17 +++-----
 t/Charset.t                                        |    2 +-
 5 files changed, 42 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list