[koha-commits] main Koha release repository branch master updated. v3.22.00-970-g870104c

Git repo owner gitmaster at git.koha-community.org
Wed Mar 23 23:57:58 CET 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  870104ce117f8c4a303107fb24c8c3d2b7a886b0 (commit)
      from  2c07ea19c91b4c6dfdd878129ec248cafe156449 (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 870104ce117f8c4a303107fb24c8c3d2b7a886b0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Mar 21 09:32:39 2016 -0400

     Bug 13464 - Standardize the pagination class
    
    There are a few template which use a different wrapper class for the
    pagination links. These should be made consistent for a consistent
    style.
    
    To test, apply the patch and go to Administration -> Budgets.
    
    - On this page the pagination markup has been removed in favor of
      DataTables pagination. The budget tables were already sorted using
      DataTables, so having server-side pagination on top of that doesn't
      make sense.
    
    In Administration -> Class sources:
    
    - This page had pagination markup which was unused.
    
    In Authorities -> Authority search results:
    
    - Perform an authority search which will return more than one page of
    results. Confirm that the pagination links are correctly styled.
    
    In Search -> Item search:
    
    - Perform a search which will return more than one page of results.
    Confirm that the pagination links are correctly styled.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Since the funds are all displayed (and nobody complained), it makes sense to
    display all budgets.
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 admin/aqbudgetperiods.pl                            |   19 +++----------------
 .../prog/en/modules/admin/aqbudgetperiods.tt        |   10 +++-------
 .../prog/en/modules/admin/classsources.tt           |    3 ---
 .../prog/en/modules/authorities/searchresultlist.tt |    2 +-
 .../prog/en/modules/catalogue/itemsearch.tt         |    2 +-
 5 files changed, 8 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list