[koha-commits] main Koha release repository branch master updated. v16.11.00-873-g039bb20

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 16:59:13 CEST 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  039bb200de2507f81cafb88dfe826e74160d2fa2 (commit)
       via  925734ee781c3d64b8e360c34f7036d335fce67d (commit)
      from  7cbd9561271c1ac9ca3ccfd8ef257259a341f464 (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 039bb200de2507f81cafb88dfe826e74160d2fa2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 18 15:13:18 2017 -0300

    Bug 10357: Do not change the alerttype
    
    Previous patch modified the alerttype from "issue" to "issue_det" or
    "issue_ser". This is wrong, we do not want to modify this value,
    especially because it's used in C4::Letters::SendAlerts
    This patch uses a $referer variable instead, like it is already used in
    other scripts for redirection.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 925734ee781c3d64b8e360c34f7036d335fce67d
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Feb 6 21:26:54 2017 +0000

    Bug 10357: Adding link for email notification for new subscription issues to opac-detail
    
    This patch adds the link to the opac-detail.pl page so it is less hard
    to find.
    Update: Fixing link to look like button, adding span ID around element
    Update: Changing ID to Class
    Update: Comment 14 fixes
    
    To test:
    1) Add a subscription, attach it to a record and select a notice under
    'Patron notification'. Hit Next, fill in some fields and save the
    subscription
    2) Go to that record detail page in the OPAC. Go to the subscriptions
    tab, click 'More details'. Notice how many clicks it takes to see the
    'Subscribe' button
    3) Apply patch and go back to the details page for the record
    4) Notice now there is a 'subscribe' button
    5) Confirm this button works as expected and you are redirected to
    the detail page
    6) Confirm 'Cancel' works and redirect works too
    7) Go down to 'More details' and confirm the buttons work and you are
    redirected back to the serial-issues plage from here
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Re-tested, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    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:
 .../bootstrap/en/modules/opac-alert-subscribe.tt   |    6 ++++--
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   11 ++++++++++
 .../bootstrap/en/modules/opac-serial-issues.tt     |    4 ++--
 opac/opac-alert-subscribe.pl                       |   21 ++++++++++++++------
 opac/opac-detail.pl                                |   10 +++++++++-
 opac/opac-serial-issues.pl                         |    3 ++-
 6 files changed, 43 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list