[koha-commits] main Koha release repository branch master updated. v16.11.00-621-g7b5c8cb

Git repo owner gitmaster at git.koha-community.org
Fri Mar 24 19:52:18 CET 2017


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  7b5c8cbf079725381341cea5494717d58735ca9b (commit)
       via  9812c8b26e9886f0a7a79bbcefba1ac91ec7ed79 (commit)
      from  382d086ecdb220f882382bbb58b0121d0604d684 (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 7b5c8cbf079725381341cea5494717d58735ca9b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Dec 23 12:05:35 2016 -0300

    Bug 17792: Add opac_editable and opac_display methods
    
    This patch adds two methods to the Koha::Patron::Attribute:
    
    - opac_display
    - opac_editable
    
    Both method just check the corresponding Koha::Patron::Attribute::Type
    and return the values for those attributes. This is useful to avoid
    checking that manually on the controller scripts.
    
    To test:
    - Run:
      $ prove t/db_dependent/Koha/Patron/Attributes.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9812c8b26e9886f0a7a79bbcefba1ac91ec7ed79
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Dec 21 12:53:07 2016 -0300

    Bug 17792: Introduce Koha::Patron::Attribute(s)
    
    This patch introduces stub Koha::Object(s) for handling patron attributes.
    
    Edit: amended the POD to fix C&p mistake
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/{SMS/Provider.pm => Patron/Attribute.pm} |   45 +++++-----
 Koha/{CsvProfiles.pm => Patron/Attributes.pm} |   14 ++--
 t/db_dependent/Koha/Patron/Attributes.t       |  110 +++++++++++++++++++++++++
 3 files changed, 139 insertions(+), 30 deletions(-)
 copy Koha/{SMS/Provider.pm => Patron/Attribute.pm} (55%)
 copy Koha/{CsvProfiles.pm => Patron/Attributes.pm} (81%)
 create mode 100644 t/db_dependent/Koha/Patron/Attributes.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list