[koha-commits] main Koha release repository branch master updated. v16.05.00-129-g64efee0

Git repo owner gitmaster at git.koha-community.org
Fri Jun 17 16:53:35 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  64efee0b5cc975b3b80db1841321355eeb39fb48 (commit)
       via  d4394d88eaeff5df6bf0a28ec3e6faed853b202b (commit)
      from  f8b73deaec5c7f55d66d52c2ca05d419f4a7c178 (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 64efee0b5cc975b3b80db1841321355eeb39fb48
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jun 11 14:32:05 2016 +0100

    Bug 16594: Fix obvious QA issues from bug 11371
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d4394d88eaeff5df6bf0a28ec3e6faed853b202b
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Thu May 26 08:41:08 2016 -0600

    Bug 16594: Orders by fund report has wrong link to css and other issues
    
    Orders by fund has wrong link to css and other issues
    -> The example in the wiki is wrong: <https://wiki.koha-community.org/wiki/DataTables_HowTo>
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
      [% INCLUDE 'datatables.inc' %]
    -> Must be:
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
    -> Missing <th></th> in <tfoot> tag
    -> Wrong word used "Date deceived" should be "Date received"
    
    NOTE: Wiki needs to be updated
    
    To test:
    -Look the code and notice about if else cluase without curly brackets
    -Go to Reports > Orders by fund
    -Play with: in filters 'All fund' Output: 'to screen into the browser'
    -You will see a DataTable displayed in screen clutter
    -Notice about 'Date deceived' and the foot of table
    -Apply patch
    -Refresh or execute again the report
    
    Signed-off-by: Sinziana <s.paltineanu at berlin.bard.edu>
    
    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:
 .../prog/en/modules/reports/orders_by_budget.tt            |   11 ++++++-----
 reports/orders_by_fund.pl                                  |   12 ++++++------
 2 files changed, 12 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list