[koha-commits] main Koha release repository branch master updated. v3.20.00-256-gf194bca

Git repo owner gitmaster at git.koha-community.org
Thu Jun 25 19:47:42 CEST 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  f194bca26891a338761f5a4041b0886f87631e27 (commit)
       via  69baa022a587ffd9df2bc065a0e8e72c14cf7c4f (commit)
       via  08871a324fa731ffdbbe87afde1ee145c604a22b (commit)
       via  f1acb5615d0cbcba5db5b84e12fbad3d41454347 (commit)
       via  015c26a5e36dae5070eab57f400237715d93ae44 (commit)
      from  186b635a75c4e67b20d6fd80d9fee3a8cb3cd2cb (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 f194bca26891a338761f5a4041b0886f87631e27
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Tue Jun 16 19:25:58 2015 +0200

    Bug 14002: Display readonly values as plain text
    
    There is no need to display the cardnumber and expiration date values in
    a disabled input.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 69baa022a587ffd9df2bc065a0e8e72c14cf7c4f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Jun 10 00:52:39 2015 +0200

    Bug 14002: Show patron expiry date in OPAC
    
    This patch makes it possible to show the expiration date
    of a patron account in the OPAC on the details tab in the
    patron account.
    
    Extras:
    - Makes it possible to hide cardnumber with
      PatronSelfRegistrationBorrowerUnwantedField
    
    To test:
    - Toggle OPACPatronDetails and test date expiry always shows
    - Check PatronSelfRegistrationBorrowerUnwantedField for dateexpiry
      and cardnumber
    - Verify a patron address modification request still works
      as expected
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 08871a324fa731ffdbbe87afde1ee145c604a22b
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Wed Jun 24 11:03:22 2015 +0200

    Bug 14440: get_template_and_user can not have an empty template_name (quote*_ajax.pl)
    
    This patch uses check_api_auth instead of get_template_and_user.
    
    Test plan:
    Confirm that you are still able to access to the quote editor with the
    edit_quotes permission.
    Confirm that you are not if you don't have the permission.
    
    wget your_url/cgi-bin/koha/tools/quotes/quotes_ajax.pl
    should return "403 : Forbidden."
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit f1acb5615d0cbcba5db5b84e12fbad3d41454347
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jun 23 17:45:30 2015 +0200

    Bug 14440: get_template_and_user can not have an empty template_name (opac-ratings.pl)
    
    Since Bug 14408, the method get_template_and_user can not have an empty template_name.
    Pages calling with an empty value should use C4::Auth::checkauth()
    
    This patch corrects opac/opac-ratings.pl
    
    Test plan :
    - Apply patch
    - Set sysopref OpacStarRatings to 'results and details'
    - Disable Javascipt on your browser (otherwise it will use ajax)
    - Login at OPAC
    - Go to a record
    - Click on a button left of 'Rate me' to choose a rating, ie 4
    - Click on 'Rate me'
    => The page is reloaded and you see 'your rating: 4'
    - Loggout from OPAC
    - Try to access URL : http://<serveur>/cgi-bin/koha/opac-ratings.pl
    => You see the loggin page
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 015c26a5e36dae5070eab57f400237715d93ae44
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jun 23 16:45:21 2015 +0200

    Bug 14440: get_template_and_user can not have an empty template_name (updatesupplier.pl)
    
    Since Bug 14408, the method get_template_and_user can not have an empty template_name.
    Pages calling with an empty value should use C4::Auth::checkauth()
    
    This patch corrects acqui/updatesupplier.pl
    
    Test plan :
    - Apply patch
    - Connect to intranet with a user having "vendors_manage" permission
    - Go to acquisition module
    - Create a new vendor
    - Click on "Edit vendor"
    - Change some information and save
    => Your change is saved
    - Connect to intranet with a user not having "vendors_manage" permission
    - Try to access <intranet>/cgi-bin/koha/acqui/updatesupplier.pl
    => Access is denied
    - Disconnect from intranet
    - Try to access <intranet>/cgi-bin/koha/acqui/updatesupplier.pl
    => Access is denied
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 acqui/updatesupplier.pl                            |   11 ++--------
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    1 -
 .../bootstrap/en/modules/opac-memberentry.tt       |   13 ++++++++++--
 opac/opac-ratings.pl                               |   22 ++++++--------------
 tools/quotes/quotes-upload_ajax.pl                 |   16 ++++++--------
 tools/quotes/quotes_ajax.pl                        |   16 ++++++--------
 6 files changed, 31 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list