[koha-commits] main Koha release repository branch master updated. v19.11.00-947-g0c6500f467

Git repo owner gitmaster at git.koha-community.org
Mon Mar 2 12:09:03 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  0c6500f46776ee0682cc43d3ae3813e5e781cef9 (commit)
       via  a495f29aaf3e181a400e7516280fd78404af327b (commit)
       via  0bd3b45ba63da574acb74ff709c4677b1a41dbbd (commit)
       via  ae3e69a7dc2743b449561f35325aba77c4a182ed (commit)
       via  a28e1928d3b7efe1503fee2f9cc077954353e5b7 (commit)
       via  f870d027e4dddeab7d1237be0387d762bc7fa840 (commit)
       via  71279181b2bf864bdee8166181a91adc03d14ad4 (commit)
       via  6179fcce8cffa33a19e997e9ee6a88ae22ce43d5 (commit)
       via  f64efb1a5c6e83a8d0870ec763746460241b16e2 (commit)
       via  274dcf9a9001d6a7f0296102577660fdff3b50c1 (commit)
      from  2d49d54ff4660b3ee2ccbfdb8cbbf10e277ebc68 (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 0c6500f46776ee0682cc43d3ae3813e5e781cef9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 2 11:32:34 2020 +0100

    Bug 17016: (follow-up) Clear with 0.00 instead of blank (Use Price)
    
    Using Price, to formatted it correctly if needed
    So far it will not do anything as 'on_editing => 1' we keep 0.00, but it
    must be improved later (when we will handle that)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a495f29aaf3e181a400e7516280fd78404af327b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 25 11:54:45 2020 +0100

    Bug 17016: Clear with 0.00 instead of blank
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0bd3b45ba63da574acb74ff709c4677b1a41dbbd
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Feb 25 04:19:05 2020 +0000

    Bug 17016: (follow-up) Removing unnecessary code
    
    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 ae3e69a7dc2743b449561f35325aba77c4a182ed
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Aug 2 05:47:28 2016 +0000

    Bug 17016: Button to clear all fields in budget planning
    
    Currently there is no way to undo the 'auto-fill'. This
    patch adds a 'clear' option that resets the row.
    
    To test:
    1) Go to Admin --> Budgets
    2) Click a budget
    3) Click Planning -> any option
    4) Test the Auto-fill button to see what it does
    5) Apply patch and refresh page
    6) Should now be a Clear button
    7) Auto-fill the row then click Clear button. Confirm it clears all
    fields and sets the fund remaining back to the original amount and
    styles.
    8) Add another fund and confirm that this still works with multiple
    funds.
    
    Sponsored-by: Catalyst IT
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    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 a28e1928d3b7efe1503fee2f9cc077954353e5b7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 14 12:36:54 2020 +0100

    Bug 21746: Remove NO_LIBRARY_SET
    
    NO_LIBRARY_SET was used when the DB user was logged in. Since bug 20489
    it's not longer possible. We could remove the code.
    
    One occurrence left in C4::InstallAuth as there is no (real) logged in user yet.
    
    Test plan:
    * Install Koha to make sure NO_LIBRARY_SET is not needed during the
    install process
    * Login into Koha
    * Make sure the your library's name is displayed correctly in the header
    * Set another library
    * Confirm that the library's name is updated
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No problem during install, nor changing library.
    Fixed (pre-existing) tab in circ/branchtransfers.pl
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f870d027e4dddeab7d1237be0387d762bc7fa840
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Feb 29 21:57:09 2020 +0100

    Bug 24390: (QA follow-up) Fix capitalization and simplyfy code a bit
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 71279181b2bf864bdee8166181a91adc03d14ad4
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Thu Jan 9 17:07:59 2020 +0000

    Bug 24390: Add item total to rotating collections
    
    Displays the number of items in a rotating collection.
    
    TEST PLAN:
    1. Set up some rotating collections and add some items to them.
    2. No good way to see how many total items are in a given collection.
    3. Apply patch
    4. Look at collections again and you should see 'Total Items: X'
    5. Make sure it is counting the total number of items correctly.
    
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6179fcce8cffa33a19e997e9ee6a88ae22ce43d5
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Feb 19 18:25:48 2020 +0000

    Bug 23547: Add column configuration to course reserves table in the OPAC
    
    This patch adds opac-course-reserves to the column config tool
    TEST PLAN:
    1. Have some course reserves and go look at opac-course-reserves.pl
    2. See all the unconfigurable columns
    3. Apply patch
    4. Browse to column config > OPAC > course_reserves_table
    5. Try hiding each column and make sure the correct column is hidden on opac-course-reserves.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 f64efb1a5c6e83a8d0870ec763746460241b16e2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 24 14:05:23 2020 +0000

    Bug 24617: Add number to Descriptions in catalogue detail view
    
    Same change as in bug 24530 for OPAC.
    Only much easier. No trouble from Syndetics.
    
    Test plan:
    Add or remove a few notes from the MARC record (tag 500 etc).
    Verify the number is correct on the detail page.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file.
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 274dcf9a9001d6a7f0296102577660fdff3b50c1
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Feb 25 18:51:41 2020 +0000

    Bug 24732: Set DumpTemplateVars Dumper options for Indent and Sort
    
    To test:
    1 - Enable sysprefs
        DumpTemplateVarsOpac
        DumpTemplateVarsIntranet
    2 - View some pages on staff client and opac
    3 - View the page source
    4 - See a large mass of comments including the page vars at the top of the source
    5 - Refresh page and note order of vars changes
    6 - Apply patch
    7 - View page source on some pages and note things are much easier to read
    8 - Refresh page and note variable order does not change
    
    Signed-off-by: George Williams <george at nekls.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:
 acqui/basket.pl                                    |  6 ++----
 admin/columns_settings.yml                         | 16 ++++++++++++++++
 admin/smart-rules.pl                               |  2 --
 catalogue/detail.pl                                |  3 +--
 circ/branchtransfers.pl                            |  2 +-
 circ/circulation.pl                                |  7 -------
 circ/returns.pl                                    |  5 -----
 .../prog/en/includes/doc-head-open.inc             |  2 +-
 .../intranet-tmpl/prog/en/includes/header.inc      | 18 +++++-------------
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  | 22 +++++++++++++++++++---
 .../prog/en/modules/catalogue/detail.tt            |  2 +-
 .../en/modules/rotating_collections/addItems.tt    |  1 +
 .../bootstrap/en/includes/doc-head-open.inc        |  2 +-
 .../bootstrap/en/modules/opac-course-reserves.tt   | 17 +++++++++++++++--
 tools/overduerules.pl                              |  1 -
 15 files changed, 63 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list