[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.02-86-gc315ec1

Git repo owner gitmaster at git.koha-community.org
Tue Aug 6 16:09:26 CEST 2019


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, 19.05.x has been updated
       via  c315ec1a1914b207766449aff497dfd293377cbd (commit)
       via  6c1deb065839cc6a0e3078365a7cd2144e8549a1 (commit)
       via  1166e71d47e04d78eed047076548053ec06b21ec (commit)
       via  7d77f77d147076054dd1324fc5fc28339f66974f (commit)
       via  d3a628b1503ca6b6ec176ce82ecf46d71a827e7f (commit)
       via  81c44f08ad65fd73164919a5af98a366e609830a (commit)
       via  399ca0de5069899896134f51f11570b5f8b4225c (commit)
       via  4974960e3361f5b58da8f99214bb79962f7edd03 (commit)
       via  cd0f568de1c3998e789164587c9e35e9d46a2c49 (commit)
       via  49fb1c0ae86bb888485385294466d312d069c8dc (commit)
      from  a4e91318dad267cf690935cdf447319d38539767 (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 c315ec1a1914b207766449aff497dfd293377cbd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 5 16:09:07 2019 -0300

    Bug 21316: Handle control fields in the ACQ frameworks
    
    Test plan:
    - Turn UseACQFrameworkForBiblioRecords on
    - Add 003@ to the ACQ framework
    - Create an order from an existing record
    => The 003 value will be displayed!
    
    It fixes the following error:
    Control fields (generally, just tags below 010) do not have subfields,
    use data() at /home/vagrant/kohaclone/acqui/neworderempty.pl line 293.
    
    Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller at bsz-bw.de>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5759d06747e356a60b3fac82b5ff03184a946f80)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6c1deb065839cc6a0e3078365a7cd2144e8549a1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 15 13:11:13 2019 +0000

    Bug 23315: (follow-up) Add configuration to enable CodeMirror
    
    This patch adds the "syntax" parameter to the corrected system
    preferences so that the textareas will be displayed as CodeMirror
    editors.
    
    To test, apply the patch and test the affected system preferences:
    
    Circulation -> SelfCheckHelpMessage
    Staff client -> IntranetmainUserblock
    Staff client -> IntranetCirculationHomeHTML
    Staff client -> IntranetReportsHomeHTML
    Staff client -> StaffLoginInstructions
    
    With UseWYSIWYGinSystemPreferences disabled, the preferences should be
    displayed as CodeMirror editors. With  UseWYSIWYGinSystemPreferences
    enabled they should be WYSIWYG editors.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 02c9246def1f19bdc8310c562ddaf5172cf0b3ad)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 1166e71d47e04d78eed047076548053ec06b21ec
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon Jul 15 14:28:16 2019 +1200

    Bug 23315: Some systempreferences can not be edited
    
    To test
    1/ Go to systempreferences
    2/ Notice that SelfCheckHelpMessage IntranetmainUserblock
    IntranetCirculationHomeHTML IntranetReportsHomeHTML
    StaffLoginInstructions are not editable
    3/ Apply patch, refresh page
    4/ Now they can be edited
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 63c23a9eacbe6ba5d61d8f47c5f74a46050338ad)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7d77f77d147076054dd1324fc5fc28339f66974f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 25 11:45:58 2019 +0000

    Bug 22768: Global search form keyboard navigation broken
    
    Bug 22045 made changes to the global staff client JavaScript which
    broken keyboard navigation for the most common forms in the resident
    search form("Check out, Check in, Renew, Search). This patch
    reimplements the tab selection code on the basic MARC editor page so
    that the keyboard shortcut behavior can be restored.
    
    To test, apply the patch go to Cataloging.
    
     - Search for an existing record and edit it in the basic MARC editor.
       - Test that the numbered tabs (0-9) at the top work correctly.
     - Select a tab other than 0 and choose Save -> Save and continue
       editing. When the page reloads you should be returned to the tab you
       were on when you saved.
     - Go to the Circulation home page. Test the keyboard shortcuts for
       switching tabs in header area:
    
       - Alt-u (Check out)
       - Alt-r (Check in)
       - Alt-w (Renew)
       - Alt-q (Search)
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit bb3a0e5dbc16b4249b3eacae98a26d3479a76f5a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d3a628b1503ca6b6ec176ce82ecf46d71a827e7f
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Jun 19 14:06:28 2019 +0000

    Bug 23159: Add comments to addbiblio.tt
    
    This patch adds code comments to the template to clarify indenting over
    the page boundary.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1020fe5b1f95a606d445acb4ac16c0c30586e71d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 81c44f08ad65fd73164919a5af98a366e609830a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 18 15:32:24 2019 +0000

    Bug 23159: Reindent addbiblio.tt
    
    This patch corrects whitespace in the basic MARC editor template,
    addbiblio.tt: Tabs converted to spaces, indentation corrected. Some
    comments have been added in the markup to clarify the page structure.
    
    To test, apply the patch and open the basic MARC editor. Confirm that
    everything works correctly, including:
    
     - Showing/hiding subfields
     - Re-ordering subfields
     - Removing tags and subfields
     - Cloning tags and subfields
     - Plugin links
    
    Use the "-w" flag when using diff to examine the patch. The only changes
    should be places where single lines were broken up and where comments
    were added.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c7147fcde03f7ba1ac13e485adcac587f2dde85c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 399ca0de5069899896134f51f11570b5f8b4225c
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jun 11 14:31:48 2019 +0000

    Bug 11642: change / to and in related tools menu
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d7fec3af88d0ba6c2ae3246df47ee5ce29ebf78c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 4974960e3361f5b58da8f99214bb79962f7edd03
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 10 13:30:56 2019 +0000

    Bug 11642: (follow-up) Improve Batch patron deletion and anonymization GUI to make consequences clearer
    
    This patch makes some template changes to try to make this interface
    more consistent with other areas of Koha and to make warnings more
    clear.
    
    I have also changed the phrase "deletion/anonymization" to "deletion and
    anonymization."
    
    To test, apply the patch and test the patron deletion and anonymization
    process and confirm that the interface is clear and works well.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7e29b5775f4c378e93f5a4b06f90b50f14a6c1e1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit cd0f568de1c3998e789164587c9e35e9d46a2c49
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jun 6 15:16:35 2019 +0000

    Bug 11642: Add confirmation and tooltips to batch deletion tool
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f897ff77c8774b1ad942665fc18b7a012312240f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 49fb1c0ae86bb888485385294466d312d069c8dc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 28 20:55:02 2019 -0400

    Bug 21027: Fix checkout statistics if 1+ of the fields is not defined
    
    TEST
    
    - Use a patron who hasn't checked out items before
    - Set  StatisticsFields to itype|ccode
    - Check out some items without location
    - Verify that statistics stable shows the correct number of checkouts
    - Check out one item with a location or just change one of your checked out items
    - Verify the total is still correct
    - Change  StatisticsFields to location|itype|ccode
    - Verify the total has changed now - it's only 1 (the one with a location)
    
    Apply the patch and try again
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 17a71b990076efd04c15de6b3165c33fffe037a3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/neworderempty.pl                             |    2 +-
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    2 +-
 .../en/modules/admin/preferences/circulation.pref  |    3 +-
 .../en/modules/admin/preferences/staff_client.pref |   12 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       | 1219 ++++++++++----------
 .../prog/en/modules/tools/cleanborrowers.tt        |   79 +-
 .../prog/en/modules/tools/tools-home.tt            |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js    |    2 +-
 members/statistics.pl                              |    5 +-
 9 files changed, 695 insertions(+), 631 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list