[koha-commits] main Koha release repository branch master updated. v19.11.00-1199-gb626f656a8

Git repo owner gitmaster at git.koha-community.org
Thu Mar 19 10:50:01 CET 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  b626f656a8b60a285b9aefb83beb134c24fa90ce (commit)
       via  12bac04164beeba2230089a6207c4436c704df12 (commit)
       via  ad6e72dddddd29ed3330f0c282b754d941c53d95 (commit)
       via  53ef5a4078d8d140c6f0d70bd183f56888767ad8 (commit)
       via  0abe936e37cefad5986f14290ca178d68495d323 (commit)
       via  b920305daa3b8640f8e7b24f621d22176209542d (commit)
       via  acda3765b1c7da6cd914771211ae9ee0ce157e68 (commit)
       via  87c3436f7780f51ed3ed8a1392983d53fdf356fc (commit)
       via  1a33d5124619781a600441ba534a576e38ab9110 (commit)
       via  4687197d64df3392b0ba9923a18b8f8b8f0fd7ea (commit)
       via  b8f85fccc2f8940747a4537ebea065163fd7ea39 (commit)
       via  2db51d681f780df93aaa9d3ff230d10333fbbb0d (commit)
       via  e7f1bb335418a935c7e7985b5bfca5d74fb832c1 (commit)
       via  efb7c4c68799bb419063f869a3abbbd975d1ddf6 (commit)
      from  45423f4ecd281bcfcaaa14303b18a58a964b2cdf (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 b626f656a8b60a285b9aefb83beb134c24fa90ce
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 19 09:21:14 2020 +0000

    Bug 24298: (RM follow-up) Schema Class Update
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 12bac04164beeba2230089a6207c4436c704df12
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 19 09:18:45 2020 +0000

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

commit ad6e72dddddd29ed3330f0c282b754d941c53d95
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 6 11:20:51 2020 +0000

    Bug 24818: Update database accountlines.date to timestamp
    
    This update increases the resolution for the 'date' field, used for
    'creation date' in accountlines from a 'date' to a 'timestamp'.
    
    This matches other tables where both a created and updated field are
    included.
    
    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>

commit 53ef5a4078d8d140c6f0d70bd183f56888767ad8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 9 11:45:14 2020 -0300

    Bug 24384: Add Access-Control-Allow-Origin support to OPAC reports svc
    
    This patch makes the opac/svc/report script use output_with_http_headers
    so it sets the Access-Control-Allow-Origin header.
    
    To test:
    1. Create a new public report and remember the report id
    2. Use your favourite too to fetch the report in JSON by issuing:
       GET http://localhost:8080/cgi-bin/koha/svc/report?id=1
    => FAIL: There is no Access-Control-Allow-Origin header
    3. Apply this patch
    4. Restart Plack
       $ sudo koha-plack --restart kohadev
    5. Set the AccessControlAllowOrigin to anything (for example,
       https://koha-community.org)
    6. Repeat 2
    => SUCCESS: On the response headers you find
    Access-Control-Allow-Origin: https://koha-community.org
    7. Sign off :-D
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0abe936e37cefad5986f14290ca178d68495d323
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 19 09:13:42 2020 +0000

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

commit b920305daa3b8640f8e7b24f621d22176209542d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 19 09:11:30 2020 +0000

    Bug 3137: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit acda3765b1c7da6cd914771211ae9ee0ce157e68
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 13 15:35:17 2020 +0000

    Bug 3137: (QA follow-up) Switch hidden for collapsed in text
    
    Changes the text and tooltip on top of the add/edit patron screen
    to use collapsed instead of hidden.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 87c3436f7780f51ed3ed8a1392983d53fdf356fc
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Mar 11 04:02:53 2020 +0000

    Bug 3137: (follow-up) Rename using 'collapse', remove syspref lettering and fix guarantor section collapsing
    
    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 1a33d5124619781a600441ba534a576e38ab9110
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Fri Feb 7 02:57:40 2020 +0000

    Bug 3137: HideFieldsPatronAddForm syspref
    
    This patches adds a syspref - HideFieldsAddPatronFrom - that controls
    which fieldsets are hidden by default in the add patron form.
    
    To test:
    1) Apply patch and update database
    2) Go to System preferences and confirm HideFieldsPatronAddForm has no
    fields selected
    3) Go to add a patron / edit an existing patron (any patron category).
    confirm everything still works as expected.
    4) Tick some of the fields in the syspref to hide them in the form
    5) Go back to add patron form.
    6) Confirm these fields are hidden and listed at the top of the page
    7) Toggle the checkbox and confirm the hidden fields show or hide as
    expected.
    8) Go back to the HideFieldsPatronAddForm system preference and ensure
    the Main address option is checked to be hidden
    9) Go to the patron's details page
    10) Click to edit the Contact Information section
    11) Confirm the Main address option shows and the checkbox to show
    hidden fields is not present.
    12) Confirm you can click the legend of each section to show and hide
    sections
    
    Sponsored-by: Catalyst IT
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4687197d64df3392b0ba9923a18b8f8b8f0fd7ea
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Feb 29 23:36:46 2020 +0100

    Bug 15775: Change wording slightly
    
    maxoutstanding only blocks holds, for checkouts we got
    noissuechage.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b8f85fccc2f8940747a4537ebea065163fd7ea39
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Feb 6 22:25:06 2020 +0000

    Bug 15775: Show message on OPAC summary if holds are blocked due to fines
    
    To test:
    1) Set maxoutstanding syspref to 5
    2) Create a manual invoice for a borrower for $6
    3) Log in to the OPAC as this borrower
    4) Go to opac-user.pl, your summary page
    5) Confirm there is a warning box explaining that the borrower is
    blocked from holds due to fines
    6) Back on the staff side, pay some or all of the borrower's fines so
    they are no longer over the max outstanding amount
    7) Refresh the summary page in the OPAC and confirm the warning is gone
    
    Sponsored-by: Catalyst IT
    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 2db51d681f780df93aaa9d3ff230d10333fbbb0d
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Feb 21 20:54:41 2020 +0000

    Bug 24701: Add column config to course_items_table
    
    This patch adds course_items_table to the column config tool
    TEST PLAN:
    1. Have some course reserves
    2. Add some items to that course reserve and browse to opac-course-details
    2. See all the unconfigurable columns
    3. Apply patch
    4. Browse to column config > OPAC > opac-course-details
    5. Try hiding each column and make sure the correct column is hidden on opac-course-details.pl
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e7f1bb335418a935c7e7985b5bfca5d74fb832c1
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Mar 11 03:38:44 2020 +0000

    Bug 24844: Focus syspref searchbar
    
    To test:
    1) Go to Administration
    2) Notice neither of the syspref search bars are focussed so you have to
    click inside one to begin searching
    3) Apply patch and refresh page
    4) Notice the header syspref search bar is now focussed so you can begin
    typing straight away
    
    Sponsored-by: Catalyst IT
    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>

commit efb7c4c68799bb419063f869a3abbbd975d1ddf6
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Mar 11 14:00:21 2020 +0300

    Bug 24847: Select AND by default in items search
    
    In items search form, when clicking on "New field" a new conjunction and search field are added.
    It would save time to select AND conjunction by default, like it is in advanced search.
    
    Test plan:
    1) Go to items search
    2) Click on  "New field"
    3) Check that AND is selected
    
    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>

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

Summary of changes:
 Koha.pm                                            |   2 +-
 Koha/Schema/Result/Accountline.pm                  |  12 ++-
 Koha/Schema/Result/Branchtransfer.pm               |  14 ++-
 admin/columns_settings.yml                         |  24 +++++
 installer/data/mysql/kohastructure.sql             |   2 +-
 installer/data/mysql/sysprefs.sql                  |   1 +
 installer/data/mysql/updatedatabase.pl             |  21 ++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   2 +-
 .../prog/en/modules/admin/admin-home.tt            |   8 ++
 .../prog/en/modules/admin/preferences/patrons.pref |  18 ++++
 .../prog/en/modules/catalogue/itemsearch.tt        |   2 +-
 .../prog/en/modules/members/memberentrygen.tt      | 118 ++++++++++++++++++++-
 .../bootstrap/en/modules/opac-course-details.tt    |  13 ++-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   6 ++
 opac/opac-user.pl                                  |   5 +
 opac/svc/report                                    |   7 +-
 16 files changed, 232 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list