[koha-commits] main Koha release repository branch master updated. v3.20.00-1148-g57d7425

Git repo owner gitmaster at git.koha-community.org
Fri Nov 6 19:11:59 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  57d74255498ab428b887bf9022cc3eae6a8b8bf7 (commit)
       via  c237ed7b352152e738894264bccbb15007ecb4ed (commit)
       via  4a5045da0ab750c9927e4e70e5f679d6a156493a (commit)
       via  3e3ec3a14e3ce6575b0ba6bebe46a364c324493c (commit)
       via  7a46b1599e3a7600e4383ad11932b98e3c5eca06 (commit)
      from  946cbf71a767c47d5cbed71f5ba1f4110476290a (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 57d74255498ab428b887bf9022cc3eae6a8b8bf7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jul 14 21:57:10 2015 +0200

    Bug 14202: Unexpected parameter for window.open in marc21_linking_section.pl
    
    The builder of this plugin includes a window.open call with the name
    parameter: \"marc21_field_7\"+ event.data.id +\"\"
    Note that this is not the name of the new window.
    This trivial patch adjusts this unusual name by tag_editor like other
    plugins.
    
    Test plan:
    Attach marc21_linking_section to 773$9.
    Click on the Tag editor button.
    If it opens, it still works :)
    Note that the name of the popup is still:
        Koha > Cataloguing > plugin for links
    
    Signed-off-by: Fredreic Demians <f.demians at tamil.fr>
      Plugin still working, with a valid pop-pup window id.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit c237ed7b352152e738894264bccbb15007ecb4ed
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Nov 6 15:08:37 2015 -0300

    Bug 11431: (QA followup) remove diags
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 4a5045da0ab750c9927e4e70e5f679d6a156493a
Author: Marc Véron <veron at veron.ch>
Date:   Fri Nov 6 08:50:20 2015 +0100

    Bug 15146: Format date of birth on patrons requesting modification page
    
    To reproduce / test
    
    - Log in to Opac
    - Go to "your personal details"
    - Request a change of the date of birth
    - Log in to Staff client
    - Follow link to Patrons requesting modifications
      (/koha/members/members-update.pl)
    => The date is not formatted in syspref format
    
    - Apply patch, reload members-update.pl
    => The date is formatted in syspref format
    
    - Approve changes
    - Verify that changes are saved
    
    This is independent from C4::Dates removal.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Changes saved Ok, Update patron record follows
    dateformat syspref
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3e3ec3a14e3ce6575b0ba6bebe46a364c324493c
Author: Marc Véron <veron at veron.ch>
Date:   Thu Nov 5 14:49:23 2015 +0100

    Bug 14956: (followup) Fix birthday date validation in Opac
    
    To reproduce / test:
    
    - In Opac: Go to 'your personal details'
    - Enter a valid birtday date
    - In Staff client: Go to Home > Patrons > Update patron records
      (Link on start page: Patrons requesting modification)
    - Verify that the birtday date is correct
    - Back in Opac, clear the birthday date, try to submit
      => Validation message appears
    - Enter an invalid date (32/32/2999 or 00/00/0000), try to submit
      => Birthday date field is cleared, validation message appears.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Wrong today corrected
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 7a46b1599e3a7600e4383ad11932b98e3c5eca06
Author: Marc Véron <veron at veron.ch>
Date:   Mon Oct 5 14:38:08 2015 +0200

    Bug 14956: C4::Dates from files opac/*.pl
    
    Remove C4::Dates from files:
    -  opac/opac-memberentry.pl
    -  opac/opac-reserve.pl
    -  opac/opac-search-history.pl
    -  opac/opac-showreviews.pl
    -  opac/opac-suggestions.pl
    -  opac/opac-serial-issues.pl
    -  opac/opac-alert-subscribe.pl
    -  opac/opac-ics.pl
    
    To test:
    - Apply patch
    - Verify, that self registration and holds work as before
    - Verify that tabs in catalog item detail work and display
      as before
    - For serials: Verify that subscriptions work as before. It is a
      little bit hidden, in tab Subscriptions, then 'More details', then
      tab 'Brief history', button 'Subscribe to email notificatin on
      new issues'
    - For ics: Can not be tested at the moment, not yet used (Bug 5456),
      pls. have a look at the code changes
    
    (Amended following comment #2)
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 .../value_builder/marc21_linking_section.pl        |    4 +--
 .../prog/en/modules/members/members-update.tt      |   10 ++++--
 opac/opac-alert-subscribe.pl                       |    1 -
 opac/opac-ics.pl                                   |    1 -
 opac/opac-memberentry.pl                           |   15 ++++++--
 opac/opac-reserve.pl                               |    5 ++-
 opac/opac-search-history.pl                        |    2 +-
 opac/opac-serial-issues.pl                         |    1 -
 opac/opac-showreviews.pl                           |   11 +++---
 opac/opac-suggestions.pl                           |    1 -
 t/db_dependent/AudioAlerts.t                       |   38 ++++++++++----------
 11 files changed, 50 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list