[koha-commits] main Koha release repository branch master updated. v19.11.00-1899-ga852fae89a

Git repo owner gitmaster at git.koha-community.org
Mon Apr 27 13:12:31 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  a852fae89a8d358f314d93dc7554dea72492e285 (commit)
       via  79f51b92c51cde6e815461e7a90d1d33fda49bda (commit)
       via  7b23e92d5f77d930f504739ca61789f44e416313 (commit)
       via  40cc8075588523913ca1f97b87831a9e68b53cb3 (commit)
       via  93c0f4420d22a510d56dd04bf11fad6b413e657c (commit)
       via  652f16d19419d56d9f5258c77b7494889f113d81 (commit)
       via  abc00eb1cfd1ee018396d6df04e6f28d7b363dbb (commit)
       via  e116f744a02b1f2cdf040c7bdf25498641bbc674 (commit)
       via  ec1bfd2b749b8ed9bd8688abdd47b9736ba872d0 (commit)
       via  b50641b4791f68a119ce5060c852e02cdb523956 (commit)
       via  866c6850e07411b37aae15f00444802ef1919c1b (commit)
       via  41873b21c894a4be1459b5ba1d93a28fa3b45ea4 (commit)
      from  917a0761ead775e4d35cc3be499e76cf7d6c8da7 (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 a852fae89a8d358f314d93dc7554dea72492e285
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Apr 14 10:45:01 2020 +0000

    Bug 17232: Make sure all fields are copies when creating a new framework from another
    
    Some digging revealed that when you create a new framework
    and use an old framework as the base, some information would
    not be copied to the new framework as they were missing from
    the SQL command used here.
    
    - Tag: Important
    - Subfield:
      - Important
      - Default value
      - Max length
      - Is a URL
      - Link
    
    To test:
    - Pick one of the existing frameworks and change the
      fields listed above. Take note of what you changed.
    - Create a new framework
    - Go to "Marc structure" of the new framework
    - You are offered the option to copy an existing framework
    - Use your prepared framework
    - Verify the fields weren't copied - your config was lost
    - Apply patch
    - Create another new framework
    - Repeat the duplication and tests
    - Verify that now all fields have been copied correctly
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 79f51b92c51cde6e815461e7a90d1d33fda49bda
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 22 15:54:29 2020 +0200

    Bug 25249: (bug 19791 follow-up) Display Circulation log when showing patron's log
    
    When viewing a patron if you click the 'Modification log' tab you are presetned with both their circulation and members logs:
    https://staff.arcadiapl.bywatersolutions.com/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=MEMBERS&modules=CIRCULATION&object=152309&src=circ
    
    However, in bug 19791 the modules were locked to 'MEMBERS' if the src=circ
    
    We need to add CIRCULATION in as well
    
    Test plan:
    For master follow the test plan on bug 25250.
    
    Bug 24982 is not in stable branch, so test plan for stable branches:
    1. Modify a patron, add them a fine, and do a checkout
    2. Click the "Modification logs"
    => You see the Patrons and Circulation logs
    3. Click submit
    => You see all patron logs only
    4. Apply this patch
    5. Click the "Modification logs"
    => You see the Patrons and Circulation logs
    6. Click submit
    => You see the Patrons and Circulation logs
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7b23e92d5f77d930f504739ca61789f44e416313
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 22 14:40:17 2020 +0000

    Bug 25250: (bug 24982 follow-up) Don't disable checkboxes if modification log
    
    If we are coming from the "Modification logs" of the patron module we
    should not disable the checkboxes (that are not visible).
    Otherwise the logs are not longer filtered and all are visible.
    
    Test plan:
    0. Don't apply this patch
    1. Modify a patron, add them a fine, and do a checkout
    2. Click the "Modification logs"
    => You see the Patrons and Circulation logs
    3. Click submit
    => You see all the logs (KO)
    4. Apply this patch
    5. Click the "Modification logs"
    => You see the Patrons and Circulation logs
    6. Click submit
    => You see the Patrons only (KO)
    7. Apply the patch from bug 25249
    8. Click the "Modification logs"
    => You see the Patrons and Circulation logs
    9. Click submit
    => You see the Patrons and Circulation logs (OK!)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 40cc8075588523913ca1f97b87831a9e68b53cb3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 27 11:39:19 2020 +0100

    Bug 23081: DBIC Update
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 93c0f4420d22a510d56dd04bf11fad6b413e657c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 27 11:34:29 2020 +0100

    Bug 23081: DBRev 19.12.00.080
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 652f16d19419d56d9f5258c77b7494889f113d81
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 27 11:55:15 2020 +0200

    Bug 23081: Adjust tests
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit abc00eb1cfd1ee018396d6df04e6f28d7b363dbb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 27 11:51:35 2020 +0200

    Bug 23081: Revert "Bug 24443: Consider NULL as 0 for issues in items search"
    
    This reverts commit 80f1374f262544a750b5d81a7d9605c8708c53b1.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e116f744a02b1f2cdf040c7bdf25498641bbc674
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Sun Apr 26 23:53:26 2020 +0000

    Bug 23081: atomicupdate for change to existing installs
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ec1bfd2b749b8ed9bd8688abdd47b9736ba872d0
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Sun Apr 26 23:51:25 2020 +0000

    Bug 23081: set default to 0 for items.issues and deleteditems.issues
    
    To test:
    - save and run this sql query in reports: select sum(if(issues is null,1,0)),sum(if(issues=0,1,0)) from items
    - you should see a lot of nulls and no zeros
    - apply patch
    - updatedatabase
    - re-run your query and see that your nulls have changed to zeros
    - create a new item
    - rerun your query and see your new item is counted in the zeros, not the nulls
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b50641b4791f68a119ce5060c852e02cdb523956
Author: Joseph Sikowitz <joe at flo.org>
Date:   Sat Apr 18 16:06:05 2020 -0400

    Bug 24750: Instructor Search Results
    
    Adds regex to the split() of the passed parameters to improve searching.
    
    Test plan
    1. Go to Course Reserves module.
    2. Press New course button.
    3. Make active the instructor search box.
    4. Start typing the last name of a patron that exists in your database.
    5. At the end of the last name type ", " and try to add a first name.
    6. The search should fail.
    7. Apply the patch.
    8. Follow steps 1-5 again.
    9. You should now be able to search using the following methods
    9a. surname, firstname
    9b. firstname surname
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 866c6850e07411b37aae15f00444802ef1919c1b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 21 14:30:19 2020 +0200

    Bug 5161: Keep patron's attributes on warning/duplicate
    
    When a patron is added or modified and a warning appears (duplicate,
    inconsistent data, etc.) the form lost the patron's attributes.
    
    Test plan:
    Create some attribute types for patrons
    Create a new patron, use an userid that already exists and fill the attributes
    => You get a warning and the attributes are kept
    Modify the userid and save again
    Edit the same patron
    Modify the attributes, as well as the userid (to get the duplicate warning)
    => You get a warning and the attributes are kept with the modified
    values
    Modify the userid and save again
    => The new values are saved
    Edit the attributes from the detail page (so not with the full edit form)
    Modify them and save
    => The new values are saved
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 41873b21c894a4be1459b5ba1d93a28fa3b45ea4
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Apr 21 21:33:03 2020 +0000

    Bug 25233: Staff XSLT material type label "Book" should be "Text"
    
    This patch makes the staff client XSLT stylesheets consistent with the
    ones for the OPAC, it also makes consitent the use of 'Text' when the leader6 = 't'
    
    TO TEST:
    1. Have a record with leader06 = 'a' and leader07 = 'c' 'd' or 'm'.
    2. Check the staff client results and details page. See that the
       material type label says "Book"
    3. Check the OPAC client results and details page. See that the
       materila type label says "Text"
    4. Apply patch.
    5. See that both staff client and OPAC results/details all now say
       "Text"
    6. Set the leader6 = 't' and make sure that is says 'Text' on both the
       staff client and OPAC
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Items.pm                                        |  3 ---
 Koha.pm                                            |  2 +-
 Koha/Schema/Result/Deleteditem.pm                  |  7 ++++---
 Koha/Schema/Result/Item.pm                         |  7 ++++---
 admin/marctagstructure.pl                          | 12 +++++------
 circ/ysearch.pl                                    |  2 +-
 installer/data/mysql/kohastructure.sql             |  4 ++--
 installer/data/mysql/updatedatabase.pl             | 10 +++++++++
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |  1 +
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |  4 ++--
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |  4 ++--
 koha-tmpl/intranet-tmpl/prog/js/viewlog.js         | 12 +++++------
 members/memberentry.pl                             | 24 ++++++++++------------
 t/db_dependent/Items.t                             |  4 ++--
 14 files changed, 52 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list