[koha-commits] main Koha release repository branch master updated. v16.05.00-895-g1eaa8f0

Git repo owner gitmaster at git.koha-community.org
Thu Sep 15 15:57:06 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  1eaa8f047694b78c1c9ab18e3b98fd23e781a4f3 (commit)
       via  968159af51e23bc1977cfd2da57a66ce13f4ea7c (commit)
       via  cc790858206f5a8dac9ea5c79cdb0770c49d7752 (commit)
      from  9fdd7603bfc4c2a03926292d710f5ee68a4ed6ea (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 1eaa8f047694b78c1c9ab18e3b98fd23e781a4f3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 15 10:51:34 2016 -0400

    Bug 16752 [Revised] Remove the use of event attributes from some acquisitions templates - Uncertain prices
    
    This patch modifies the acquisitions uncertain prices template to remove
    event attributes onclick and onchange.
    
    Also changed on the uncertain prices page: Added a label to the orders
    filter, removed redundant form submit function.
    
    - Locate a vendor which has orders with uncertain prices
    - Click the 'Uncertain prices' tab in the left-hand sidebar
    - Enter invalid data in the "price" field for any order. Confirm that an
      error is triggered when the field loses focus.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    QA Revision: Corrected input type of submit button.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 968159af51e23bc1977cfd2da57a66ce13f4ea7c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 15 10:23:41 2016 -0400

    Bug 16752 - Remove the use of event attributes from some acquisitions templates - Transfer order
    
    This patch removes the use of 'onclick' from the acquisitions transfer
    order process. The patch also modifies the style of some links and
    buttons to conform with current guidelines.
    
    - Locate an open basket with items in it
    - Click the 'Transfer' link for a title in the basket
    - In the pop-up window:
      - Confirm that the 'Cancel' button at the bottom of the window is a
        Bootstrap-style button.
      - Search for a vendor; Confirm that the 'Choose' link is a
        Bootstrap-style button.
      - Choose a vendor; Confirm that the 'Choose' link on the following
        page is a Bootstrap-style button.
      - Confirm that clicking the 'Choose' button transfers the item to the
        correct basket.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cc790858206f5a8dac9ea5c79cdb0770c49d7752
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 15 12:14:12 2016 -0400

    Bug 16752 - Remove the use of event attributes from some acquisitions templates - Funds
    
    This patch modifies the funds administration page and other files
    related to the process of searching for and selecting fund owners and
    users in order to remove the use of event attributes like 'onclick.'
    
    Also changed in this patch: I have revised the way the "select owner"
    and "select user" controls look. They are now links with Font Awesome
    icons.
    
    - Go to Administration -> Funds and open a fund for editing.
    - Test the process of adding and updating an owner:
      - Click the 'Select owner' link.
      - Search for and select an owner in the pop-up window.
      - Save the fund and verify that the owner was saved correctly.
      - Perform the same test with the 'Remove owner' link.
    - Use the same process to test the addition and removal of users.
      - Confirm that the 'Remove' link works correctly before and after
        submitting the form to save changes to the fund.
    
    This patch changes a file which is used by both the funds template and
    the template used when setting a guarantor on a patron. To test the
    changes in that context:
    
    - Open a 'child' type patron record.
    - Under 'Guarantor information,' test the process of setting and
      removing a guarantor to confirm that data is saved correctly.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.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:
 .../en/modules/acqui/tables/members_results.tt     |    2 +-
 .../prog/en/modules/acqui/transferorder.tt         |   49 ++++++++-------
 .../prog/en/modules/acqui/uncertainprice.tt        |   29 ++++-----
 .../prog/en/modules/admin/aqbudgets.tt             |   63 +++++++++++++-------
 .../prog/en/modules/common/patron_search.tt        |    4 +-
 .../en/modules/members/tables/guarantor_search.tt  |    2 +-
 6 files changed, 87 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list