[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1027-gba39ef9

Git repo owner gitmaster at git.koha-community.org
Thu Sep 5 17:21:42 CEST 2013


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  ba39ef9d6703a3af60cc61ec88033d571ed6d1c6 (commit)
       via  baab2a2cb4b37dbda8a813e3629b4733955fd3b7 (commit)
      from  d5c364e172f957826cccac4f61160e8ce247aefa (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 ba39ef9d6703a3af60cc61ec88033d571ed6d1c6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 5 09:46:30 2013 +0200

    Bug 10737: (follow-up) make the new 'Closed' column sortable
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit baab2a2cb4b37dbda8a813e3629b4733955fd3b7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 15 12:09:33 2013 -0400

    Bug 10737: Add "Add to basket" link on vendor search results page
    
    This patch adds an "add to basket" link to the vendor search results
    page for each open basket associated with each vendor. Clicking it
    triggers a modal window with the "add to basket" choices for that vendor
    and basket.
    
    Other changes in this patch:
    
    - The add-to-basket include has been modified in order to make it more
      useful in this context.
    - booksellers.pl has been modified to check for an existing budget so
      that the add-to-basket include can properly display a warning if there
      are none.
    - "New basket" and "Receive shipment" buttons associated with each
      vendor search result have been converted to Bootstrap-styled buttons.
    - Basket closed date has been moved into its own column so that the
      table can be sorted by that value.
    - Table columns containing dates now use the "title-string" sort option,
      eliminating the need for a special date sorting algorithm.
    - Converted some &'s to &'s
    
    To test, apply the patch and search for a vendor. For each vendor in
    your search results baskets which are open should include an "add to
    basket" link. Clicking it should open a modal dialog with the same "add
    to basket" options offered on the basket page. The correct vendor ID and
    basket number should be associated with each link.
    
    The newly-styled "new basket" and "receive shipment" buttons should work
    correctly. Table sorting should work correctly, including the new
    "closed" column.
    
    Since the add-to-basket include file was modified, the "add to basket"
    button on the basket view page should also be tested (acqui/basket.pl).
    
    Signed-off-by: Campbell Reid-Tait <campbellreidtait at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/booksellers.pl                               |   16 ++++++-
 .../en/includes/acquisitions-add-to-basket.inc     |   11 +++--
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    2 +-
 .../prog/en/modules/acqui/booksellers.tt           |   48 +++++++++++++------
 4 files changed, 56 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list