[koha-commits] main Koha release repository branch master updated. v18.11.00-988-g29c1c8f

Git repo owner gitmaster at git.koha-community.org
Thu Mar 28 19:36:09 CET 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, master has been updated
       via  29c1c8ff92509e08b86106abea11436261b432df (commit)
       via  281c89dd59105761c20700a9113ef9ebbc9117d0 (commit)
       via  ab5160a52088c55f5c66da8d4741630be6839b36 (commit)
       via  60f817a5676d5a65db7e5e4cdd6a17b046def81d (commit)
       via  c421f0806568e46aadaf06ba799ba31b9bfa6f0c (commit)
       via  ce7096870ac1e6d2443b67d119e927574bd6ca30 (commit)
       via  3ce8fa6f104edb49ff4f3e7e1d9bf7a2e210f1af (commit)
       via  6a7d4b19c7fa224fc1a5abd596a81d3ca52f43f9 (commit)
       via  0b1809bb9386b839d8dceae84f751f7ff8c0ad01 (commit)
       via  c18fd98bc7209bdc56b223469d3394b157548086 (commit)
       via  0e6f7861a8b62b3c4cebff7376eba9e7828bdb7d (commit)
       via  32cdfed1ecbe76bc435cc9a5f9db884a424e5669 (commit)
       via  d2e562947e4d511df587cf92085de56c3346cdc2 (commit)
       via  5d4f637a52bfb22dc5b031726c552e28b81e56f1 (commit)
       via  cf85d02daeba82507c3cdf1570c33480763cc58a (commit)
       via  a52c3f5fa37fa9b66ad4e5b90e2ca4834efbb58e (commit)
       via  f68fec12df1ad2f7a44b905dc24f0306604f521a (commit)
      from  775029660cb6498e13b95434f213b3299804bc31 (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 29c1c8ff92509e08b86106abea11436261b432df
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Mar 27 12:18:41 2019 +0000

    Bug 21772: (follow-up) Minor markup correction and reindentation
    
    This patch makes one minor markup correction: In HTML5 <tfoot> must be
    after <tbody>. Previously the opposite was true.
    
    I've also done a little bit of opinionated reindentation. There should
    be no changes visible to the user from this patch.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 281c89dd59105761c20700a9113ef9ebbc9117d0
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Mar 27 08:43:16 2019 +0000

    Bug 21772: (QA follow-up) Fix setting variables to PROCESS in holds
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ab5160a52088c55f5c66da8d4741630be6839b36
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Mar 27 08:40:15 2019 +0000

    Bug 21772: (QA follow-up) Fix button class on Cancel hold button
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 60f817a5676d5a65db7e5e4cdd6a17b046def81d
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Mar 27 08:32:37 2019 +0000

    Bug 21772: (QA follow-up) Hide .tdlabel class in sco for consistancy with opac-user page.
    
    Test plan:
    1) Compare holds table on selfcheckout and opac-user page, you will see
    the difference: In self checkout there are labels like Status, Pickup
    location, and so on in every table cell.
    2) Apply the patch, the label in selfcheckout dissappear
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c421f0806568e46aadaf06ba799ba31b9bfa6f0c
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Mon Mar 11 22:57:37 2019 -0300

    Bug 21772: (follow-up) Included more information on tab label for SCO
    
    Signed-off-by: Sarah Cornell <sbcornell at cityofportsmouth.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ce7096870ac1e6d2443b67d119e927574bd6ca30
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Mar 7 16:31:55 2019 -0300

    Bug 21772: (follow-up) Remove redundant variable
    
    Sponsored-by: City of Portsmouth Public Library
    
    Signed-off-by: Sarah Cornell <sbcornell at cityofportsmouth.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3ce8fa6f104edb49ff4f3e7e1d9bf7a2e210f1af
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Mar 7 15:58:41 2019 -0300

    Bug 21772: Add holds and account information to SCO
    
    This patch introduces holds and account information to the SCO page. It
    uses the introduced include files that are also used in OPAC
    (opac-user.pl and opac-account.pl).
    
    To test:
    1) Have a patron that has holds and account lines
    2) Enable the SCO module
    3) Use the patron's cardnumber to get to its details
    => SUCCESS: New tabs are presented, and they display holds and account
    information as expected
    4) Sign off :-D
    
    Sponsored-by: City of Portsmouth Public Library
    
    Signed-off-by: Sarah Cornell <sbcornell at cityofportsmouth.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6a7d4b19c7fa224fc1a5abd596a81d3ca52f43f9
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Mar 7 15:51:46 2019 -0300

    Bug 21772: Move OPAC holds and account tables into .inc
    
    This patch moves the code to render the account and holds information
    for the patron into include files. They are loaded in the opac-user.tt
    and opac-account.tt templates respectively.
    
    To test:
    1) Have a patron with account lines and holds
    2) Notice they are displayed in the patron's detail section in the OPAC
    3) Apply this patch
    4) Reload the patron's detail page
    => SUCESS: Everything looks the same, no behaviuor or layout change.
    5) Sign off
    
    Sponsored-by: City of Portsmouth Public Library
    
    Signed-off-by: Sarah Cornell <sbcornell at cityofportsmouth.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0b1809bb9386b839d8dceae84f751f7ff8c0ad01
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Mar 28 18:16:33 2019 +0000

    Bug 19722: DBRev 18.12.00.035
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c18fd98bc7209bdc56b223469d3394b157548086
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 26 20:20:29 2019 +0000

    Bug 19722: Don't show items at job completion if over pref
    
    To test:
    1 - Set MaxItemsToDisplayForBatchMod to some number
    2 - Modify less items than that
    3 - Note they show
        a - Note if over 1000 they show in a simple display
    4 - Modify more items
    5 - Note they do not show and you see a note
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0e6f7861a8b62b3c4cebff7376eba9e7828bdb7d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 16 17:41:28 2018 +0000

    Bug 19722: (follow-up) Adjust template parameters
    
    Before we passed 'too_many_items' this was renamed to
    'too_many_items_display' but deletion template lacked changes
    
    To test:
    1 - Test a batch deletion by list and file
    2 - Test with deleting biblios and without
    3 - Results should be as expected
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 32cdfed1ecbe76bc435cc9a5f9db884a424e5669
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Nov 30 23:22:27 2017 +0000

    Bug 19722: Add MaxItemsToDisplayForBatchMod systempreference
    
    To test:
    1 - Get a list of itemnumbers or barcodes
    2 - Set MaxItemsToProcessForBatchMod to less than this number of items
    3 - Attempt to batch edit, you arent allowed
    4 - Set MaxItemsToProcessForBatchMod to some hugh number like 60000
    5 - Try a list of as many items as possible 30000 was good for me (they
            should exist in your system)
    6 - Try to batch edit, system will timeout on displaying these items
    7 - Apply patch, update database
    8 - Set MaxItemsToDisplayForBatchMod to 1000 (default)
    9 - Try large file again, should not display items, but allow
    modification, wait for this to finish
    10 - SetMaxItemsToProcessForBatchMod to 1000 and try large file again
    11 - Should be prohibited as before
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d2e562947e4d511df587cf92085de56c3346cdc2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 19 16:03:43 2019 +0000

    Bug 22525: Navigation arrows on the bottom of Cataloging search pages
    
    This patch adds a second set of pagination links to the cataloging
    search result page, at the bottom of the first set of search results.
    
    Also added is a horizontal rule after the second set of links in order
    to make it clearer that the links are for the search results above.
    
    To test, apply the patch and go to Cataloging. Perform a search which
    will return multiple pages of results. Confirm that the links work
    correctly.
    
    Signed-off-by: Marjorie <marjorie.barry-vila at collecto.ca>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5d4f637a52bfb22dc5b031726c552e28b81e56f1
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Mar 13 14:19:44 2019 +0100

    Bug 22505: Add column configuration to patron list table
    
    Test plan:
    1. Create a list of patrons
    2. Add some patrons to this list
    3. Go to this patron list
       (/cgi-bin/koha/patron_lists/list.pl?patron_list_id=XXX)
    4. Verify that you can show/hide all columns except the one containing
       the checkbox
    5. Verify that you can export the table data using the Export menu
    6. Go to admin/columns_settings.pl, and verify that the configuration
       works for table 'patron-list-table'
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cf85d02daeba82507c3cdf1570c33480763cc58a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Mar 28 18:02:35 2019 +0000

    Bug 22516: DBRev 18.12.00.034
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a52c3f5fa37fa9b66ad4e5b90e2ca4834efbb58e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 15 08:43:12 2019 +0000

    Bug 22516: Database update
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f68fec12df1ad2f7a44b905dc24f0306604f521a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 15 08:38:17 2019 +0000

    Bug 22516: Remove remaining calls to lastincrement
    
    A few places still set lastincrement and the tests still checked for
    correct values. But nowhere in the code still uses lastincrement for
    anything meaningful.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Account.pm                                    |    2 -
 Koha/Account/Line.pm                               |    3 +-
 Koha/Schema/Result/Accountline.pm                  |   12 +-
 admin/columns_settings.yml                         |   22 ++
 installer/data/mysql/kohastructure.sql             |    1 -
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   20 ++
 .../prog/en/modules/admin/preferences/tools.pref   |    5 +
 .../prog/en/modules/cataloguing/addbooks.tt        |    2 +
 .../prog/en/modules/patron_lists/list.tt           |    7 +-
 .../prog/en/modules/tools/batchMod-del.tt          |   20 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |   33 +--
 koha-tmpl/opac-tmpl/bootstrap/css/sco.css          |    6 +-
 .../bootstrap/en/includes/account-table.inc        |  112 ++++++++++
 .../bootstrap/en/includes/holds-table.inc          |  222 ++++++++++++++++++++
 .../opac-tmpl/bootstrap/en/modules/opac-account.tt |  114 +---------
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |  206 +-----------------
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |  179 +++++++++-------
 misc/cronjobs/staticfines.pl                       |    8 +-
 opac/sco/sco-main.pl                               |   34 +++
 t/db_dependent/Circulation.t                       |    4 +-
 t/db_dependent/Koha/Account/Lines.t                |    6 +-
 tools/batchMod.pl                                  |   45 ++--
 24 files changed, 596 insertions(+), 470 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list