[koha-commits] main Koha release repository branch master updated. v3.22.00-733-gddee7d5

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 05:24:28 CET 2016


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  ddee7d513c6446ef218cbb70fedb5b2e8df83e6d (commit)
       via  14efe709f57d317d4b5fc5151b3e41af1f525b00 (commit)
       via  cdbb63f856b2f8dafe3fbc73e1de3bac86a7fc64 (commit)
      from  ef2decc48988aa9b622893a7350b9b6b05df79e9 (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 ddee7d513c6446ef218cbb70fedb5b2e8df83e6d
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Mon Feb 29 16:07:19 2016 -0700

    Bug 14659: (QA followup) show cardnumber for existing borrowers
    
    This would be incorrectly hidden when autoMemberNum is on.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 14efe709f57d317d4b5fc5151b3e41af1f525b00
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Thu Feb 25 14:36:04 2016 -0700

    Bug 14659: (QA followup) switch to using Koha::Patron::Categories
    
    Also, fix a nonsensically switched IF/ELSE.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit cdbb63f856b2f8dafe3fbc73e1de3bac86a7fc64
Author: Jesse Weaver <pianohacker at gmail.com>
Date:   Mon Aug 31 17:45:16 2015 -0600

    Bug 14659: Allow patrons to enter card number and patron category on OPAC registration page
    
    Test plan:
      1. Open OPAC self-registration page while logged out.
      2. Note that cardnumber and categorycode are not shown.
      3. Remove cardnumber and categorycode from
         PatronSelfRegistrationBorrowerUnwantedField.
      4. Enable autoMemberNum.
      5. Reload self-registration page, note that categorycode now shows.
      6. Disable autoMemberNum.
      7. Reload self-registration page, note that cardnumber now shows.
      8. Try saving a patron with an existing cardnumber; this should fail
         and explain why.
      9. Set CardnumberLength, and verify that those length restrictions are
         enforced.
     10. Verify that patron can be created with custom categorycode and
         cardnumber.
    
    Signed-off-by: Michael Sauers <msauers at dospace.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Members.pm                                      |    4 +-
 Koha/Template/Plugin/Categories.pm                 |   12 +++++
 ...lfRegistrationBorrowerUnwantedField_syspref.sql |    2 +
 .../bootstrap/en/modules/opac-memberentry.tt       |   52 ++++++++++++++++++--
 opac/opac-memberentry.pl                           |   14 +++++-
 5 files changed, 77 insertions(+), 7 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_14659-add_cardnumber_categorycode_PatronSelfRegistrationBorrowerUnwantedField_syspref.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list