[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-22-g418259f

Git repo owner gitmaster at git.koha-community.org
Mon Dec 16 22:49:42 CET 2019


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, 19.05.x has been updated
       via  418259f4d39420856ceb9f5b94b9cb90733f3382 (commit)
       via  180fb25b63731db4aa1a45e59bda1c3691034b86 (commit)
       via  55ccf90711c103ac69e9b047110780453bc83d0a (commit)
      from  907f8985bbc115645cdb2f5ad2db136064037a92 (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 418259f4d39420856ceb9f5b94b9cb90733f3382
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 30 15:20:27 2019 +0000

    Bug 23389: Add 'All' option to report dropdowns
    
    This patch optionally adds an 'all' option to report dropdowns
    
    Note you will need to use 'LIKE' instead of '=' to allow 'All' to work
    
    To test:
     1 - Write a report:
         SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches>>
     2 - Run it
     3 - Select a branch
     4 - You get one branch info
     5 - Note you cannot select all
     6 - Apply patch
     7 - Run report
     8 - No change
     9 - Update report like:
         SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches:all>>
    10 - Run report
    11 - Select 'All'
    12 - You get all branches
    13 - Select one branch
    14 - You get one branch
    15 - Test with other authorised categories (itemtypes, YES_NO, etc.)
    16 - Confirm it works as expected
    17 - Prove -v t/db_dependent/Reports/Guided.t
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7c97f5263d474adc11688b9b7773c5b8705d10d3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 180fb25b63731db4aa1a45e59bda1c3691034b86
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Oct 10 16:05:50 2019 +0000

    Bug 23089: Unit tests
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 55ccf90711c103ac69e9b047110780453bc83d0a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Nov 13 14:31:39 2019 +0000

    Bug 23089: [19.05 and earlier] Use integer field directly for sorting

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

Summary of changes:
 C4/Reports/Guided.pm                               |    1 +
 Koha/SearchEngine/Elasticsearch.pm                 |    2 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    8 +++----
 .../en/modules/reports/guided_reports_start.tt     |    1 +
 reports/guided_reports.pl                          |   11 +++++-----
 t/Koha/SearchEngine/Elasticsearch.t                |   22 ++++++++++++++++----
 t/db_dependent/Reports/Guided.t                    |    6 ++++--
 7 files changed, 35 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list