[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.00-69-gb10242084c

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 01:55:29 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, 20.05.x has been updated
       via  b10242084cd2e970511559cb114e8c07f1ee646f (commit)
       via  fba4bce65c38eecd56d4543048117a2dfd4f0293 (commit)
      from  d658717df0efdf7a082f8d48f4f3fb8dda24c0df (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 b10242084cd2e970511559cb114e8c07f1ee646f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Jun 4 00:09:48 2020 +0000

    Bug 25627: Fix class and id in body tag
    
    This will also help if you want to use different colors
    for different modules.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3e1d0068e8d3a8f94cc5153c3cff9781ed9e142d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit fba4bce65c38eecd56d4543048117a2dfd4f0293
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 4 11:51:38 2020 +0000

    Bug 25627: Move OPAC problem reports from administration to tools
    
    This patch moves the OPAC problem report management page from the
    Administration section to the Tools section.
    
    I think this makes sense because management of reports is an ongoing
    task, not a configuration.
    
    To test, apply the patch and enable the OPACReportProblem system
    preference.
    
     - Go to Administration. There should be no link to OPAC problem
       reports.
       - Open an administration page which shows the Administration menu in
         the left-hand sidebar, e.g. Libraries. There should be no link to
         OPAC problem reports in the menu.
     - Go to Tools. There should be a link to OPAC problem reports in the
       "Addional tools" section.
       - Open the OPAC problem reports page and confirm that it works
         correctly.
       - The breadcrumbs menu should show "Tools > OPAC problem reports."
       - Confirm that the link in the sidebar menu works correctly.
     - If necessary, submit an OPAC problem report via the OPAC so that
       there is a pending report. Go to the staff interface home page and
       check that the "OPAC problem reports pending" link works correctly.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c2127901da52e0c35124b97ff4626d3ea943e655)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc           | 3 ---
 koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc           | 3 +++
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt       | 4 ----
 koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt          | 2 +-
 .../prog/en/modules/{admin => tools}/problem-reports.tt           | 8 ++++----
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt       | 5 +++++
 {admin => tools}/problem-reports.pl                               | 2 +-
 7 files changed, 14 insertions(+), 13 deletions(-)
 rename koha-tmpl/intranet-tmpl/prog/en/modules/{admin => tools}/problem-reports.tt (98%)
 rename {admin => tools}/problem-reports.pl (97%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list