[koha-commits] main Koha release repository branch master updated. v3.20.00-893-gd331bcfb

Git repo owner gitmaster at git.koha-community.org
Mon Oct 26 15:20:40 CET 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  d331bcfbee31c623761dacdd851d7b042ad368ac (commit)
       via  17af2c9a1e689ea845c65ffaaa6efaeb49eeec98 (commit)
       via  9faada90bcc605226f2403e75df1202e8abb883d (commit)
       via  ddbccd69cd70f1e558ded3485eb9507cf6a2c840 (commit)
       via  9dde8c1632983606f6ffac8a23314a3885473ba9 (commit)
      from  9c3efeaab70ef25f834e4f9ffd1765d0e1bd1c53 (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 d331bcfbee31c623761dacdd851d7b042ad368ac
Author: Marc Véron <veron at veron.ch>
Date:   Thu Oct 8 19:34:56 2015 +0200

    Bug 14982: Remove C4::Dates from guided report wizard and dictionary
    
    This patch removes C4::Dates from files:
    - reports/guided_reports.pl
    - reports/dictionary.pl
    - C4/Reports/Guided.pm
    
    To test:
    - Go to Home > Reports > Guided reports wizard
    - Then go to 'View Dictionary' (menue at teh left)
    - Click 'New definition' and step through
    - In step 2. select e.g. borrowers
    - In step 3 select a date field
    - In step 4, select date range and test start / end dates
    - In step 5, verify that dates display properly
    - Save and verify that dates are insertet properly in sql definition
    
    - Go back to Home > Reports > Guided reports wizard
    - Step through the wizard and verify that it works as before.
    
    http://bugs.koha-community.org/show_bug.cgi?id=14982
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 17af2c9a1e689ea845c65ffaaa6efaeb49eeec98
Author: Marc Véron <veron at veron.ch>
Date:   Mon Oct 5 23:34:38 2015 +0200

    Bug 14961: Remove C4::Dates from files reports/*_stats.pl
    
    Remove C4::Dates from following files:
    
    - reports/acquisitions_stats.pl
    - reports/borrowers_stats.pl
    - reports/reserves_stats.pl
    - reports/serials_stats.pl
    - reports/issues_avg_stats.pl
    - reports/issues_stats.pl
    
    To test:
    - Go to Home > Reports
    - Verify that following reports work as before:
      - Other > Average loan time
      - Statistic wizards
        - Acquisitions
        - Patrons
        - Circulation
        - Serials
        - Holds
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9faada90bcc605226f2403e75df1202e8abb883d
Author: Magnus Enger <magnus at libriotech.no>
Date:   Tue Sep 15 10:24:44 2015 +0200

    Bug 14824: Fix sorting of Norwegian vowels
    
    Currently, Norwegian vowels are not sorted correctly, even when
    you have chosen "nb" as the ZEBRA_LANGUAGE during installation.
    
    To test:
    - Make sure you have three records with titles that begin with ÆØÅ
      respectively
    - Do a search that turns up those three records and some others, and
      sort the results by title, bot ascending and descending.
    - Verify that ÆØÅ is shown in some weird order.
    - Edit your sort-string-utf.chr* so it is in line with the current
      patch. It should include these two lines:
      lowercase {0-9}{a-z}æøå
      uppercase {0-9}{A-Z}ÆØÅ
    - Restart Zebra and reindex all the records, e.g.:
      $ sudo koha-restart-zebra <instancename>
      $ sudo koha-rebuild-zebra -f -v <instancename>
    - Do the search again, make sure you order by title and check that
      ÆØÅ are sorted in the order of 1. Æ 2. Ø 3. Å, and after all other
      characters
    
    * = If you are on a gitified install, you need to edit this file:
    /etc/koha/zebradb/lang_defs/<your ZEBRA_LANGUAGE>/sort-string-utf.chr
    NOT the file in your git clone (yeah, i wasted some time there...)
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ddbccd69cd70f1e558ded3485eb9507cf6a2c840
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 26 11:18:04 2015 -0300

    Bug 14778: (QA followup) remove warnings
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9dde8c1632983606f6ffac8a23314a3885473ba9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 26 13:59:06 2015 +0000

    Bug 14778: Make Search.t pass - replace SHOW COLUMNS
    
    For an unkown reason, when executed from a test file, the 'SHOW COLUMNS'
    statement does not return anything.
    We need to retrieve the column list from the DBIx::Class resultset.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Reports/Guided.pm                         |    4 ++--
 C4/Search.pm                                 |    5 ++---
 etc/zebradb/lang_defs/nb/sort-string-utf.chr |    8 ++++----
 reports/acquisitions_stats.pl                |   17 ++++++++++------
 reports/borrowers_stats.pl                   |   11 ++++++----
 reports/dictionary.pl                        |   28 ++++++++++++++------------
 reports/guided_reports.pl                    |    1 -
 reports/issues_avg_stats.pl                  |   19 +++++++++++------
 reports/issues_stats.pl                      |   15 ++++++++------
 reports/reserves_stats.pl                    |   11 +++++-----
 reports/serials_stats.pl                     |    3 ---
 t/db_dependent/Search.t                      |   11 ++++++----
 12 files changed, 76 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list