[koha-commits] main Koha release repository branch master updated. v3.16.00-1023-g84de1f1

Git repo owner gitmaster at git.koha-community.org
Tue Nov 11 19:23:51 CET 2014


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  84de1f143be9a91682c58e34116d91a24fb465ff (commit)
       via  214473b0e0c8705ab51e97b4dec33c7d5550f295 (commit)
       via  9b28d8fa5b3df1d33240b79b993a10a03d7ec310 (commit)
       via  b197d8bf90c13267ffcc534e19a958b14c1d568e (commit)
      from  8176c2f3904323f6f4e11786d06db11413359967 (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 84de1f143be9a91682c58e34116d91a24fb465ff
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 30 09:57:49 2014 -0400

    Bug 12258 [Template follow-up] Datatable in Patrons Account Fines
    
    This follow-up corrects some of the QA issues affecting the other patch,
    as well as changing the way the "filter" option is displayed:
    
    - Added the use of the DataTables include file
    - Removed redundant document.ready
    - Fixed single quotes
    - Fixed default sort (should be date descending to match the current
      functionality)
    - Adding missing <tr>
    - Converted filter button to a link
    
    The last change is a judgement call, but the button in the DataTables
    toolbar looked awkward and caused ugly wrapping at narrower viewport
    sizes. I think a link is more keeping with the pattern established by
    "select all / clear all" links.
    
    To test, apply both patches and view the account page
    (members/boraccount.pl) for a patron who has paid and unpaid fines (the
    more the better).
    
    - Confirm that the default sort is by date descending.
    - Confirm that DataTables controls (paging, search, result count) work
      correctly.
    - Confirm that clicking the "Filter paid transactions" link works
      correctly to toggle display of paid transactions.
    
    Works as expected. Passed koha-qa.pl.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Works as described, no problems found.
    Passes QA script and tests.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 214473b0e0c8705ab51e97b4dec33c7d5550f295
Author: Maxime Pelletier <maxime.pelletier at libeo.com>
Date:   Thu Nov 7 16:03:23 2013 -0500

    Bug 12258 Adds Datatables to the Fines->Account page of patrons (members/boraccount.pl). Also adds a button "Filter paid transactions" to hide fines with no outstanding value (0.00).
    
    Test steps :
    
    * Create a few manual invoices with fines.
    * Pay a fine.
    * Go back to the account tab.
    * Try the "Filter paid transactions" button. It should filter everything with 0.00 in the Outstanding column.
    * Try the "Show all transactions" button.
    * Play around with the buttons
    
    Followed test steps. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9b28d8fa5b3df1d33240b79b993a10a03d7ec310
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 7 14:14:03 2014 -0400

    Bug 9214 [Compiled CSS] Show damaged status in the OPAC for items which are not for loan
    
    This patch contains the compiled opac.css file generated from the
    revised LESS file in this bug's other patch.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b197d8bf90c13267ffcc534e19a958b14c1d568e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 7 14:08:02 2014 -0400

    Bug 9214 - Show damaged status in the OPAC for items which are not for loan
    
    Item statuses in the OPAC displayed according to a cascading hierarchy:
    If something is lost it will appear as lost, "else if" it is checked out
    it will appear as checked out, etc. I don't think there is a logical
    reason why statuses should appear this way.
    
    This patch modifies the logic in the template so that multiple statuses
    can be displayed at the same time. The patch also wraps each status in
    its own class so that libraries can apply custom CSS if they wish.
    
    Some tweaks have been made to the LESS file adding some style to the
    common "item-status" class for display of item statuses.
    
    To test, apply the patch and view one or more titles in the OPAC which
    have items with the following statuses: lost, checked out, damaged, not
    for loan, waiting, on order, in transit, withdrawn, and available.
    
    Modify items to have more that one status simultaneously, in particular
    not for loan and damaged.
    
    Also test the display of item statuses in the OPAC cart and the OPAC's
    course details page (Course reserves -> [Course name]) since these pages
    use the same include file.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/members/boraccount.tt          |   52 ++++++++---
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../bootstrap/en/includes/item-status.inc          |   90 +++++++++++++-------
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  |    3 +-
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |   10 +++
 5 files changed, 111 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list