[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-36-g1c3e1dd

Git repo owner gitmaster at git.koha-community.org
Mon May 16 10:22:40 CEST 2016


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, 3.22.x has been updated
       via  1c3e1dd5c013bac59003e231323d4d56461e6bda (commit)
      from  c80b8709e844c586ec6038c8ba5b9a17a43cf3b5 (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 1c3e1dd5c013bac59003e231323d4d56461e6bda
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 26 14:54:23 2016 -0400

    Bug 16369 - Clean up and improve plugins template
    
    This patch makes multiple changes to the plugins home page template to
    bring it up to date with current interface patterns.
    
    Test the following changes:
    
    - Breacrumb links have been corrected to include "Tools" in the path.
      Verify that this link is correct.
    - A toolbar has been added for an "Upload plugin" button. Uploading is
      an action, not a view, so it should be displayed in a toolbar. Verify
      that the button works correctly.
    - Messages are now formatted as messages rather than as headings. To
      test, trigger a message by, for instance, uninstalling all plugins or
      passing an invalid "method" parameter with the URL.
    - Incorrect capitalization corrected.
    - Plugin actions are moved to a single "Actions" dropdown menu. This
      includes 'Run report,' 'Run tool,' 'Configure,' and 'Uninstall.' Test
      that all these menu options work correctly.
    - The standard "Tools" sidebar menu has been added.
    - An "onclick" attribute has been removed in favor of defining the event
      in JavaScript. Test by choosing the 'Uninstall' menu item for a
      plugin. Test both confirm and cancel actions.
    
    Also changed:
    
    - Corrected capitalization on the tools home page.
    - Adding missing plugins link to the tools sidebar menu.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 822509eee5f50e0425115a576be8d1f2c0450d35)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    3 +
 .../prog/en/modules/plugins/plugins-home.tt        |  111 +++++++++++---------
 .../prog/en/modules/tools/tools-home.tt            |    2 +-
 3 files changed, 68 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list