[koha-commits] main Koha release repository branch master updated. v20.05.00-967-gf3c199ac14

Git repo owner gitmaster at git.koha-community.org
Wed Sep 9 16:09:58 CEST 2020


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  f3c199ac140a29fa10c16cbba7507a1c2e34dc34 (commit)
       via  1a1402d06638811c5f893dc8c238b5b814bac625 (commit)
       via  52deed335e08c3f8f52c834eead6ab462350cf54 (commit)
       via  e85b200783c1c56b19c515669a149e6b9920393c (commit)
       via  15d83d44812307f0d37abcf040a357ffab3f27e6 (commit)
       via  5848da810e412a69932da6935285df4e91058b6f (commit)
       via  e14b779f38f164585f4cce543b6df06b6903b31d (commit)
       via  84004d0b3ef3af12915897dfe764fb325e5fe75d (commit)
       via  1be25ee4397916dc929a6838c636caa541c3c1e1 (commit)
       via  5f7142a89098535674366052812c1ea07f81dd8e (commit)
       via  6ae7a6f421b6f313e466392722efdf67afe1b51b (commit)
       via  b4d8180d822fc9b51250d4575ada99088e9a8506 (commit)
       via  c95bb26327d11ecf8bf86dcd3996a94b2716da7c (commit)
       via  a937895fdadc9a90c53d31975ca7082516e5cdb9 (commit)
       via  10d8f8ba93571f590fc424b927b94035dfa0b9d2 (commit)
       via  54941f8dc558911e4222f7325609839b7c6bae81 (commit)
       via  763cc4eb2e53f7a44a138d6162bfa4470a484bac (commit)
       via  bdb64657f9c69387f264a333a7d040c9f1dba574 (commit)
       via  11da7051c2c967e7d9dd10f8511a4a452964341e (commit)
       via  f99976028c51b21458b6aa5eff9fe33a0d1774c4 (commit)
      from  886d570e2686355b917bf3ca92c2dad029160352 (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 f3c199ac140a29fa10c16cbba7507a1c2e34dc34
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 9 13:13:45 2020 +0000

    Bug 23816: DBRev 20.06.00.037
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1a1402d06638811c5f893dc8c238b5b814bac625
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Aug 27 20:07:16 2020 +0200

    Bug 23816: (QA follow-up) Use existing form validation to validate min password length
    
    The pattern check didn't work for me, but I figured we might
    want to use the same validation as for the other numeric fields
    on the form instead (upper age limit, etc.)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 52deed335e08c3f8f52c834eead6ab462350cf54
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Aug 27 12:58:56 2020 -0300

    Bug 23816: (follow-up) Fix many things
    
    This patch:
     * reverts changes on misc/admin/set_password.pl
     * makes category param mandatory for AuthUtils::is_valid_password and AuthUtils::generate_password
     * changes onboarding.pl to set category param in AuthUtils::is_valid_password
     * Completes t/db_dependent/AuthUtils.t and drops t/AuthUtils.t
     * Removes offending <input type="number"/> and replaces it by <input type="text" inputmode="numeric" pattern="[0-9]*"/>
    
    https://bugs.koha-community.org/show_bug.cgi?id=23826
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e85b200783c1c56b19c515669a149e6b9920393c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 09:00:12 2020 +0200

    Bug 23816: trivial code simplification
    
    Ease readability
    
    Signed-off-by: Agustin Moyano <agustinmoyano at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=23826
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 15d83d44812307f0d37abcf040a357ffab3f27e6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 08:48:19 2020 +0200

    Bug 23816: Set default value in tests
    
    We tell TestBuilder to generate the categories with NULL (and rely on
    the sysprefs)
    
    Signed-off-by: Agustin Moyano <agustinmoyano at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=23826
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5848da810e412a69932da6935285df4e91058b6f
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Apr 15 17:13:02 2020 -0300

    Bug 23816: Add minimum password length and require strong password overrides by category
    
    This patch adds the capability to override minPasswordLenth and RequireStrongPassword settings by category
    
    To test:
    1. koha-shell kohadev
    2. koha-mysql kohadev
    
    3. drop database koha_kohadev;
    4. create database koha_kohadev;
    
    5. go to admin page and start webinstaller. There continue the steps until onboarding.
    6. reach step 3 of onboarding and create a new administrator patron
    CHECH => Password control woks as normal (Minimum length 3 and strong required)
    
    7. finish Koha installation and enter admin with your new administrator
    8. set minPasswordLength to 3 and RequireStrongPassword to “Don’t require”
    9. Create a new category (CAT2 from now on.. CAT1 is the category you made in onboarding process) and set minimum password length to 8 and require strong password
    10. Create two new patrons, one with CAT1(patron1) and one with CAT2 (patron2)
    CHECK => In both cases, try different combinations of length and strength. For patron1 the only requirement is to have 3 letters, but for patron2 the minimum length will be 8 and will require strong password.
    CHECK => Try changing patron category before saving. Password requirements will change with category change.
    
    11. Edit CAT1 and set minimum password length to 5
    12. Go to patron1 details page, and change password.
    CHECH => Now password minimum length is 5, but still it doesn’t require strong password
    
    13. Edit CAT1, leave blank minimum password length and set require strong password to yes.
    14. Go to patron1 details page, and change password.
    CHECH => Password minimum length is back to 3, but now strong password is required
    
    15. Set minimum password length in CAT2 to 12.
    16. Go to patron2 details page, and click to fill a random generated password
    CHECK => generated password should be 12 characters length
    
    17. Set PatronSelfRegistration to Allow in admin settings
    18. Go to OPAC and fill self registration from.
    CHECK => Play with patron category. For each change in category, password requirements are modified.
    CHECK => Set CAT1 as patron category, set ‘aA1’ as password (or another valid password for CAT1) and before hitting submit button, change to CAT2. Form should enter invalid state, and CAT2 password requirements should be displayed as error in password input.
    
    19. Create a patron for CAT1 and another for CAT2, leaving password blank
    CHECK => For CAT1’s patron, generated password length is 8 (minimum length for generated passwords), but for CAT2’s patron should be 12
    
    20. In admin set PatronSelfRegistrationVerifyByEmail to require
    21. Fill self registration form again with CAT2 as category
    CHECK => Password requirements works as previous case.
    22. Leave password blank and click submit
    
    23. select * from message_queue;
    24. Copy the link in the message and paste it in OPAC
    CHECH => Generated password is 12 characters long. (Copy user id for next steps)
    
    25. In admin set OpacResetPassword to Allow
    26. Go back to OPAC, reload and click on “Forgot password?” link
    27. Paste user id and click submit
    28. Repeat steps 23 and 24
    CHECK => Info message says “Your password must contain at least 12 characters, including UPPERCASE, lowercase and numbers.”
    CHECK => enter an invalid password and you’ll get the same message in warning.
    
    29. Login OPAC with the last user and your newly created password
    30. Go to “Change your password” option
    CHECK => Info message says “Your password must contain at least 12 characters, including UPPERCASE, lowercase and numbers.”
    CHECK => enter an invalid password and you’ll get the same message in below “New password” input.
    
    31. prove t/db_dependent/AuthUtils.t t/db_dependent/Koha/Patron/Category.t
    
    32. Sign off
    
    Sponsored-by: Northeast Kansas Library - NEKLS
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e14b779f38f164585f4cce543b6df06b6903b31d
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Apr 15 17:13:16 2020 -0300

    Bug 23816: Add tests
    
    Sponsored-by: Northeast Kansas Library - NEKLS
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 84004d0b3ef3af12915897dfe764fb325e5fe75d
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Apr 16 17:59:17 2020 -0300

    Bug 23816: (follow-up) Define boolean column in shcema
    
    Sponsored-by: Northeast Kansas Library - NEKLS
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1be25ee4397916dc929a6838c636caa541c3c1e1
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Apr 15 16:12:16 2020 -0300

    Bug 23816: [DO NOT PUSH] Update category schema
    
    Sponsored-by: Northeast Kansas Library - NEKLS
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5f7142a89098535674366052812c1ea07f81dd8e
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Apr 15 16:12:16 2020 -0300

    Bug 23816: Update kohastructure and atomic update
    
    Sponsored-by: Northeast Kansas Library - NEKLS
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6ae7a6f421b6f313e466392722efdf67afe1b51b
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Aug 26 04:05:21 2020 +0000

    Bug 26285: Follow E.164 pattern for OPAC too
    
    This patch uses the E.164 pattern for phone numbers
    for the OPAC (and not just the staff interface).
    
    To test:
    0) Follow the same plan as the staff interface, but
    go to /cgi-bin/koha/opac-messaging.pl after logging
    into the OPAC
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b4d8180d822fc9b51250d4575ada99088e9a8506
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Aug 24 06:42:27 2020 +0000

    Bug 26285: Follow E.164 pattern for validating SMS numbers
    
    Currently, Koha is not correctly validating SMS numbers using
    E.164. This causes Australian phone numbers without a country code
    to fail validation.
    
    This patch uses the E.164 pattern of 1-3 digits for country code,
    prefixed by a + symbol, and followed by up to 12 digits for
    the remainder of the phone number.
    
    To test:
    
    0. Don't apply patch yet
    1. Set "SMSSendDriver" to "Anything"
    2. Go to http://localhost:8081/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=51
    3. Type in 0455555555 and note "Please enter a valid phone number." message in browser
    
    6. Apply the patch
    
    7. Go to http://localhost:8081/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=51
    8. Type in 0455555555 and note no validation error
    9. Type in +61455555555 and note no validation error
    10. Type in 123456789012 and note no validation error
    11. Type in 1234567890123 and note "Please enter a valid phone number." error
    12. Type in +900123456789012 and note no validation error
    13. Type in 900123456789012 and note "Please enter a valid phone number." error
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c95bb26327d11ecf8bf86dcd3996a94b2716da7c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 4 09:33:13 2020 +0000

    Bug 26007: (QA follow-up) Remove message on marc_subfields_structure
    
    Why? Since the combo has been disabled since a few releases. If you
    want to change this mapping, you should do it on Koha to MARC mappings.
    This change is no longer per framework, but over all frameworks.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a937895fdadc9a90c53d31975ca7082516e5cdb9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 4 09:09:00 2020 +0000

    Bug 26007: (QA follow-up) Replace wrong link values from sql installer files
    
    Field 943$a has link value "130". This does not work; 130 is not a search
    index. It should be Title-uniform.
    Note: Only used on a search link in the intranet MARC detail page.
    
    In some cases "130" should be replaced by "Title-uniform", but sometimes
    130 without quotes had to be replaced. Performed by two sed statements
    on git grep results.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 10d8f8ba93571f590fc424b927b94035dfa0b9d2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 4 08:38:24 2020 +0000

    Bug 26007: (QA follow-up) Add index name to the q parameter
    
    The link constructed in MARC-detail is not consistent. It adds
    an index name but does not show in the query in the search box.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 54941f8dc558911e4222f7325609839b7c6bae81
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Aug 30 22:31:32 2020 +0200

    Bug 26007: Add/fix warning for changes to the Koha to MARC mappings
    
    There are 2 pages where one can change the Koha to MARC mappings in Koha:
    
    - When editing the configuration for a MARC subfield
    - On administration > Koha 2 MARC mappings
    
    This patch adds a warning that the batchRebuildBiblioTables script
    must be run if the mapping is changed.
    
    To test:
    - Go to Administration > MARC bibliographic frameworks >
      Any framework > MARC structure > Any field > Edit subfield
    - ÃThe hint about the batchRebuildBiblioTables will be on "Link"
      instead of "Koha Link". This is wrong as the link doesn't care
      about the mappings.
    - Go to Administration > Koha to MARC mappings
    - Verify there is no hint
    - Apply patch
    - Verify both pages now show an appropriate message
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    This commit message is not completely accurate. See the follow-ups.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 763cc4eb2e53f7a44a138d6162bfa4470a484bac
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Sep 4 13:18:53 2020 +0000

    Bug 26388: Do not show 'Renew all' or 'Renew selected' if no renewable items
    
    Additionally, only include renewable items in 'Renew all'
    
    To test:
    1 - Check out some items to a patron, ideally:
        Some not renewable because set for auto renewal
        Some not renewable because of holds
        Some renewable
     2 - Confirm 'Renew selected' and 'Renew all' show on the opac
     3 - Click 'Renew all'
     4 - You get errors about the non-renewable items?
     5 - Check in all renewable items
     6 - Confirm you still see renew buttons
     7 - Apply patch
     8 - Refresh and you shoudl not see renew buttons
     9 - Check out a renewable item
    10 - Click 'Renew all'
    11 - Renewable item is renewed with no error
    12 - Try again with 'Renew selected'
    13 - Confirm it works as expected
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bdb64657f9c69387f264a333a7d040c9f1dba574
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Jul 11 13:25:11 2020 +0000

    Bug 16314: Show upload link for upload plugin in basic MARC editor
    
    This patch updates the basic MARC editor to provide a plugin name
    variable to the template, allowing us to make a check on the name and
    conditionally show an upload link if the "upload.pl" cataloging plugin
    is selected.
    
    To test, apply the patch and rebuild the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
     - Go do Administration -> MARC bibliographic framework -> MARC
       structure -> 856 -> Edit subfields.
     - Edit the "u" subfield and select "upload.pl" as the plugin under
       "Other options."
     - Go to Cataloging and create or edit a MARC record.
     - Under tab 8 look for the 856 tag, subfield u. There should be an
       "Upload" link corresponding to the form field.
     - Click the upload link to confirm that it triggers a popup window with
       the upload form.
     - Confirm that other similar plugin links (for instance 100$a, 600$a)
       display the old "tag editor" icon.
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 11da7051c2c967e7d9dd10f8511a4a452964341e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 9 14:46:54 2020 +0200

    Bug 24663: Fix one missing occurrence
    
    pushed in the meanwhile
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f99976028c51b21458b6aa5eff9fe33a0d1774c4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 9 15:37:39 2020 +0200

    Bug 20168: Fix selenium tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha.pm                                            |   2 +-
 Koha/AuthUtils.pm                                  |  26 ++--
 Koha/Exceptions/Password.pm                        |   4 +
 Koha/Patron.pm                                     |   4 +-
 Koha/Patron/Category.pm                            |  36 ++++-
 Koha/Schema/Result/Category.pm                     |  22 ++-
 admin/categories.pl                                |   8 +
 cataloguing/addbiblio.pl                           |   1 +
 cataloguing/value_builder/upload.pl                |   1 +
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   2 +-
 .../Obligatoire/marc21_framework_DEFAULT.sql       |   2 +-
 .../Optionnel/marc21_simple_bib_frameworks.sql     |  16 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   2 +-
 installer/data/mysql/kohastructure.sql             |   2 +
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |  16 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |  16 +-
 .../marc21_bibliographic_DEFAULT_local.sql         |   2 +-
 .../optional/marc21_bibliographic_AR_local.sql     |   2 +-
 .../optional/marc21_bibliographic_BKS_local.sql    |   2 +-
 .../optional/marc21_bibliographic_CF_local.sql     |   2 +-
 .../optional/marc21_bibliographic_IR_local.sql     |   2 +-
 .../optional/marc21_bibliographic_KT_local.sql     |   2 +-
 .../optional/marc21_bibliographic_SER_local.sql    |   2 +-
 .../optional/marc21_bibliographic_SR_local.sql     |   2 +-
 .../optional/marc21_bibliographic_VR_local.sql     |   2 +-
 .../marc21_bibliographic_DEFAULT_local.sql         |   2 +-
 .../optional/marc21_bibliographic_AR_local.sql     |   2 +-
 .../optional/marc21_bibliographic_BKS_local.sql    |   2 +-
 .../optional/marc21_bibliographic_CF_local.sql     |   2 +-
 .../optional/marc21_bibliographic_IR_local.sql     |   2 +-
 .../optional/marc21_bibliographic_KT_local.sql     |   2 +-
 .../optional/marc21_bibliographic_SER_local.sql    |   2 +-
 .../optional/marc21_bibliographic_SR_local.sql     |   2 +-
 .../optional/marc21_bibliographic_VR_local.sql     |   2 +-
 installer/data/mysql/updatedatabase.pl             |  12 ++
 installer/onboarding.pl                            |  12 +-
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   9 ++
 .../prog/en/includes/password_check.inc            |  40 +++--
 .../prog/en/modules/admin/categories.tt            |  37 +++++
 .../prog/en/modules/admin/koha2marclinks.tt        |   1 +
 .../en/modules/admin/marc_subfields_structure.tt   |   6 +-
 .../prog/en/modules/catalogue/MARCdetail.tt        |   2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |   6 +-
 .../prog/en/modules/members/member-password.tt     |  15 +-
 .../prog/en/modules/members/memberentrygen.tt      |   7 +-
 .../prog/en/modules/onboarding/onboardingstep3.tt  |   5 +-
 koha-tmpl/intranet-tmpl/prog/js/categories.js      |   3 +
 koha-tmpl/intranet-tmpl/prog/js/members.js         |   6 +-
 .../bootstrap/en/includes/password_check.inc       |  44 ++++--
 .../bootstrap/en/modules/opac-memberentry.tt       |  35 ++++-
 .../bootstrap/en/modules/opac-messaging.tt         |   2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-passwd.tt  |   9 +-
 .../bootstrap/en/modules/opac-password-recovery.tt |   6 +-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   4 +-
 members/memberentry.pl                             |   6 +-
 opac/opac-memberentry.pl                           |   8 +-
 opac/opac-password-recovery.pl                     |  15 +-
 opac/opac-registration-verify.pl                   |   3 +-
 opac/opac-user.pl                                  |   4 +-
 t/AuthUtils.t                                      |  73 ---------
 t/db_dependent/AuthUtils.t                         | 164 +++++++++++++++++++++
 t/db_dependent/Koha/Patron/Category.t              |  38 ++++-
 t/db_dependent/selenium/authentication.t           |   2 +-
 t/db_dependent/selenium/regressions.t              |   8 +-
 t/lib/TestBuilder.pm                               |   2 +
 tools/batch_extend_due_dates.pl                    |   1 -
 68 files changed, 558 insertions(+), 227 deletions(-)
 delete mode 100644 t/AuthUtils.t
 create mode 100644 t/db_dependent/AuthUtils.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list