[koha-commits] main Koha release repository branch master updated. v3.22.00-1317-gef97b6b

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 04:39:10 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, master has been updated
       via  ef97b6b301a5c1a9ef5c63cc93933bf7442513fc (commit)
       via  5fc93bce9b786797724539bea1a1689e959078e6 (commit)
       via  95f492b4d2505103269b295a34bab74804df9746 (commit)
      from  b84aa1779e0aa09c1a307e195908a205ea82aa88 (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 ef97b6b301a5c1a9ef5c63cc93933bf7442513fc
Author: Marc Véron <veron at veron.ch>
Date:   Wed Apr 27 12:38:58 2016 +0200

    Bug 12721: (followup) Replace mysqlism by DBIx::Class
    
    This patch removes the mysqlism (see comment #18)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Fixed QA tools complaints about missing lines before
    and after =cut in POD.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 5fc93bce9b786797724539bea1a1689e959078e6
Author: Marc Véron <veron at veron.ch>
Date:   Sun Oct 18 16:28:52 2015 +0200

    Bug 12721 - Prevent software error if incorrect fieldnames given in sypref StatisticsFields
    
    To reproduce issue:
    See comment #1
    
    To test:
    - Apply patch
    - Leave syspref StatisticsFields empty
    - Display statistics for an author
    
      => Result: Table displays Shelving location, Collection code, Item type
               (as before)
    
    - Change syspref to any combination of location|itype|ccode
      => Result: Table displays columns as appropriate
    
    - Change syspref to some garbage
      => Result: Same as with empty syspref (was crashing without patch)
    
    - Change syspref to valid combination with trailing |
      => Result: Table displays columns as appropriate (was crashing
         without patch)
    
    - Change syspref to a combination of valid and invalid fields
      (location|blah|ccode)
      => Result: Table displays column of valid fields only (was crashing
         without patch)
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 95f492b4d2505103269b295a34bab74804df9746
Author: Marc Véron <veron at veron.ch>
Date:   Sun Oct 18 18:27:58 2015 +0200

    Bug 12721 - Syspref StatisticsFields: Warning on About page and text change in System preferences
    
    This patch adds a warning to the about page if the syspref 'StatisticsFields' is misconfigured.
    Additionally, the text on Home > Administration > SystemPreferences for 'Statistics Fields'
    is changed.
    
    To test:
    - Apply patch
    - Edit syspref 'StatisticsFields'. Verify that the explanation makes sense.
    - Leave field empty
      => verify that no message appears on About page, tab System information
    - Insert valid field names, e.g. location|itype
      => verify that no message appears on the About page
    - Add trailing char
      => verify that the warning message appears on the About page
    - Fill in some garbage or misspell a field name
      => verify that the warning message appears on the About page
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Members/Statistics.pm                           |   36 +++++++++++++++++---
 about.pl                                           |   10 ++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    7 ++--
 .../prog/en/modules/admin/preferences/patrons.pref |    2 +-
 4 files changed, 47 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list