[koha-commits] main Koha release repository branch master updated. v16.05.00-144-ga96d496

Git repo owner gitmaster at git.koha-community.org
Fri Jun 17 18:11:26 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, master has been updated
       via  a96d496c9b8860e493f2d6993ba033b13b8b8b80 (commit)
       via  8fd3170296aec71d9a3d97937d27c93c299033ee (commit)
       via  fe32cc2a309b39930c42c9be73f372a80aac54ba (commit)
       via  2d15bc5355cb53780e5cdbf410c787a5d6ac16a7 (commit)
       via  f75befdbedd2dd8540c8c3fcfa81c12af45c438e (commit)
      from  555f40626ab34eccadec66091e54e203a9be4440 (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 a96d496c9b8860e493f2d6993ba033b13b8b8b80
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 17 15:37:24 2016 +0000

    Bug 16148 [Follow-up] - Use Font Awesome for arrows instead of images
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8fd3170296aec71d9a3d97937d27c93c299033ee
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 14 16:16:13 2016 +0100

    Bug 16148: Fix submit button text
    
    The text of the submit button should be init getting the val(), and not
    the text().
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit fe32cc2a309b39930c42c9be73f372a80aac54ba
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 14 10:26:25 2016 -0400

    Bug 16148 [Follow-up] Revised layout and behavior of marc modification template management
    
    This follow-up corrects a JavaScript error by using jQuery, which is is
    more forgiving when selecting elements which may not exist on the page.
    
    Also changed: Corrected a duplicate class attribute and fixed a jshint
    error.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2d15bc5355cb53780e5cdbf410c787a5d6ac16a7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 6 14:43:37 2016 +0100

    Bug 16148: Add preventDefault to avoid the scrollbar to move to the top
    
    .. when click on buttons
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f75befdbedd2dd8540c8c3fcfa81c12af45c438e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Mar 25 09:47:11 2016 -0400

    Bug 16148 - Revised layout and behavior of marc modification template management
    
    This patch makes changes to the layout and behavior of the marc
    modification template management page to make it adhere better to common
    interaction patterns in Koha.
    
    - The initial view shows a list of templates rather than pre-selecting
      the first available template for editing.
    
    - A toolbar has been added with a "New template" button.
    
    - The initial view of existing templates has an actions menu containing
      menu items for 'Edit actions,' 'Duplicate,' and 'Delete.' It doesn't
      appear to be possible to edit an existing template's name.
    
    - The "Create template" form is no longer shown all the time.
      - Clicking the "New template" toolbar button triggers a modal with the
        form for creating a template. An existing template can be chosen to
        duplicate.
      - Choosing "Duplicate" from one of the template menus triggers the
        "New template" modal and preselects the corresponding template in
        the "duplicate" <select>.
    
    - When editing actions for a template:
      - The breadcrumbs menu now reflects that a template is being modified.
      - The template name has been added as a heading.
      - A "New action" button appears in the toolbar
      - The "Edit" and "Delete" links now have a Bootstrap button style.
      - The add/edit form is now hidden by default.
      - Clicking "New action" or "edit" shows the add or edit form.
      - Clicking "Cancel" in the add/edit form hides the form.
    
    To test, apply the patch and clear your cache if necessary.
    
    - Got to Tools ->  MARC modification templates
    - Test the "New template" button.
      - Confirm that new template creation works.
      - Confirm that duplicating a template works.
    - Test the menu items in the "Actions" menu:
      - "Duplicate" should trigger the new template modal and preselect the
        template you chose to duplicate. Confirm that the template is
        successfully duplicated.
      - "Delete" should prompt you to confirm the deletion. Test both
        cancelling and confirming this operation.
      - "Edit actions" should load the page for adding or editing actions to
        a template. Test the operations on this page: New action, edit,
        delete, changing action order.
    
        Note that this patch does not fix Bug 15814, so action descriptions
        must still not contain single quotes.
    
    Signed-off-by: Filippos Kolovos <f.kolovos at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   12 +
 .../modules/tools/marc_modification_templates.tt   |  484 +++++++++++---------
 .../prog/js/marc_modification_templates.js         |   44 +-
 tools/marc_modification_templates.pl               |    5 -
 4 files changed, 323 insertions(+), 222 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list