[koha-commits] main Koha release repository branch master updated. v16.05.00-774-g4e52b81

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 15:54:05 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  4e52b81247b852f9cda9838825148bb2696dc064 (commit)
      from  7ac1bc35372990520a7c67870b2c702c41bbebcc (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 4e52b81247b852f9cda9838825148bb2696dc064
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 26 14:09:58 2016 -0400

    Bug 16738 - Improve EDIFACT messages template
    
    This patch makes several improvements to the EDIFACT messages template
    to make it more consistent with similar interfaces in Koha. Changes to
    edimsg.tt are made to simplify the display of the data in a modal.
    
    This patch also corrects a couple of markup errors.
    
    To test you must have multiple rows of data in the edifact_messages
    table. I tested with dummy data I inserted manually. Should should have
    some rows which use 'QUOTE' and 'ORDERS' as the message_type.
    
    To test deletions you may need to apply the patch for Bug 16737.
    
    - Apply the patch and go to Acquisitions -> EDIFACT messages.
    - In the table of messages, the date should be displayed according to
      your system preference.
    - Sorting by date should work correctly regardless of date format
      setting.
    - The 'Actions' column should contain 'View message' and 'Delete'
      Bootstrap-style buttons with Font Awesome icons. The column should be
      unsorted.
    - Clicking the 'Delete' button should prompt you to confirm.
    - Clicking the 'View message' button should trigger a modal which loads
      the message data.
    - Test the page with no messages or when all messages have been
      deleted. The page should display a standard message dialog instead of
      an empty table.
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/acqui/edifactmsgs.tt           |   78 ++++++++++++++++----
 .../intranet-tmpl/prog/en/modules/acqui/edimsg.tt  |   40 +++++-----
 2 files changed, 83 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list