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

Git repo owner gitmaster at git.koha-community.org
Thu Sep 5 17:35:08 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  e86a9516177045a77285c8baf8eb0b991b8636a7 (commit)
      from  ba39ef9d6703a3af60cc61ec88033d571ed6d1c6 (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 e86a9516177045a77285c8baf8eb0b991b8636a7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 26 10:37:13 2013 -0400

    Bug 10649 - Upgrade DataTables and move scripts out of theme directory
    
    This patch adds an upgraded copy of the DataTables plugin to the jQuery
    plugin directory outside the theme directories. Copies of the old
    DataTables plugin scripts have been left in the old location while
    templates are incrementally updated.
    
    To test, visit each affected page in Acquisitions and confirm that table
    sorting still words correctly:
    
    - Acquisitions home
    - Acquisitions -> Late orders
    - Acquisitions -> Order search
    - Acquisitions -> Ordered (from table of available funds)
    - Acquisitions -> Spent (from table of available funds)
    - Acquisitions -> Vendor search
    - Acquisitions -> Vendor detail
    - Acquisitions -> Vendor -> Basket
    - Acquisitions -> Vendor -> Basket -> Add order from existing record
                                       -> Add order from suggestion
                                       -> Add order from subscription
                                       -> Add order from external source
                                       -> Add order from staged file
    - Acquisitions -> Vendor -> Basket groups
    - Acquisitions -> Vendor -> Uncertain prices
    - Acquisitions -> Vendor -> Invoices
    - Acquisitions -> Vendor -> Invoices -> Invoice
    - Acquisitions -> Vendor -> Receive shipments
    - Acquisitions -> Vendor -> Receive shipments -> Receipt summary (click
      invoice number)
    
    Also test one or more pages which have not been modified to confirm that
    old DataTables assets are still in place and working (ex: Circulation,
    Quotes editor, Saved reports, etc.)
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Edit: Rebased on current master
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests und QA script pass. I found some smaller bugs, that
    also appeared on master without the patch applied. For some datatables
    I struggled with a result set of over 5.000 lines - there is room for
    improvement where a lot of data can be shown.
    
    testing notes:
        - Acquisitions home
          - Amounts don't sort correctly before and after the patch, see bug 10792.
        - Acquisitions -> Late orders
          - OK.
        - Acquisitions -> Order search
          - OK.
        - Acquisitions -> Ordered (from table of available funds)
          - OK.
        - Acquisitions -> Spent (from table of available funds)
          - OK.
        - Acquisitions -> Vendor detail
          - OK.
        - Acquisitions -> Vendor -> Basket
          - OK.
        - Acquisitions -> Vendor -> Basket -> Add order from existing record
          - Datatables seems not to be in use here?
                                           -> Add order from suggestion
          - OK.
                                           -> Add order from subscription
          - OK.
                                           -> Add order from external source
          - OK.
                                           -> Add order from staged file
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../lib/jquery/plugins/dataTables.fnReloadAjax.js  |    0
 .../plugins/jquery.dataTables.columnFilter.js      |    0
 .../lib/jquery/plugins/jquery.dataTables.min.js    |    0
 .../prog/en/includes/datatables.inc                |    0
 .../prog/en/modules/acqui/acqui-home.tt            |    4 +---
 .../prog/en/modules/acqui/addorderiso2709.tt       |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    5 +----
 .../prog/en/modules/acqui/basketgroup.tt           |    4 +---
 .../prog/en/modules/acqui/booksellers.tt           |    4 +---
 .../prog/en/modules/acqui/histsearch.tt            |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |    4 +---
 .../prog/en/modules/acqui/invoices.tt              |    4 +---
 .../prog/en/modules/acqui/lateorders.tt            |    5 +----
 .../prog/en/modules/acqui/neworderbiblio.tt        |    4 +---
 .../prog/en/modules/acqui/newordersubscription.tt  |    4 +---
 .../prog/en/modules/acqui/newordersuggestion.tt    |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |    4 +---
 .../prog/en/modules/acqui/supplier.tt              |    4 +---
 .../prog/en/modules/acqui/uncertainprice.tt        |    4 +---
 .../prog/en/modules/acqui/z3950_search.tt          |    4 +---
 23 files changed, 19 insertions(+), 59 deletions(-)
 copy koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/dataTables.fnReloadAjax.js (100%)
 copy koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/jquery.dataTables.columnFilter.js (100%)
 copy koha-tmpl/{opac-tmpl => intranet-tmpl}/lib/jquery/plugins/jquery.dataTables.min.js (100%)
 copy koha-tmpl/{opac-tmpl => intranet-tmpl}/prog/en/includes/datatables.inc (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list