[koha-commits] main Koha release repository branch master updated. v3.22.00-222-ge3f8185

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 20:27:24 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  e3f81857d8193245c8e8483838a9daef676ea994 (commit)
      from  8b171223a6be947fda6f7caacef631847b1cb1d7 (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 e3f81857d8193245c8e8483838a9daef676ea994
Author: Joonas Kylmälä <j.kylmala at gmail.com>
Date:   Wed Nov 4 15:15:04 2015 +0000

    Bug 15129: Add Koha::Object for issuing rules and let smart-rules.pl use it
    
    Test plan:
    1. Make sure that in koha/admin/smart-rules.pl you can still create
       new rules and that the new rules have all their values remained
       after saving the rule (so put to every field something).
    2. Make sure you can edit that rule
    3. Make sure you can delete that rule
    
    Sponsored-by: Vaara-kirjastot
    
    Followed test plan, works as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/{City.pm => IssuingRule.pm}    |   14 ++++++--------
 Koha/{Cities.pm => IssuingRules.pm} |   22 +++++++++++-----------
 admin/smart-rules.pl                |   12 ++++++++----
 3 files changed, 25 insertions(+), 23 deletions(-)
 copy Koha/{City.pm => IssuingRule.pm} (87%)
 copy Koha/{Cities.pm => IssuingRules.pm} (81%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list