[koha-commits] main Koha release repository branch master updated. v3.14.00-548-g706e138

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 19:45:27 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  706e1380f9c5ac3afc9e3b61efc1031e8ff68dcd (commit)
       via  e2ef2f51d03f31b45396a88529a46af35b0b08e3 (commit)
       via  bb96da8ff86798df099a99e3123796731659fb67 (commit)
       via  8a7c31f7669a74df14d0fbc158fab493e995abba (commit)
       via  b80b8fa40f706b9cade5f6ee39d73e1b1f9616c9 (commit)
      from  03338b70e4de9866bd4afb69f0d8e5eeae3d7866 (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 706e1380f9c5ac3afc9e3b61efc1031e8ff68dcd
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 19:05:12 2014 +0000

    Bug 11605: (follow-up) use DT defaults for the new Ajax staged batch page
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e2ef2f51d03f31b45396a88529a46af35b0b08e3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Feb 3 09:40:28 2014 +0100

    Bug 11605: (follow-up) fix regression
    
    Bug 11314 overrides the iDisplayLength and aLengthMenu values and should
    be kept.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit bb96da8ff86798df099a99e3123796731659fb67
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 24 12:15:55 2014 +0100

    Bug 11605: fallback to default DataTables settings where possible
    
    The default entry is 20 and can be apply to all tables.
    
    Bug 11555 apply the menu entries to all tables, redefining it is
    uesless and can be removed.
    
    Test plan:
    Test pages impacted by this patch and verify there is no regression on
    the tables.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8a7c31f7669a74df14d0fbc158fab493e995abba
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 24 12:05:57 2014 +0100

    Bug 11555: (follow-up) use 20 rather 25 for one of the default DT row counts
    
    If you have a look at git grep aLengthMenu, you will see we choose 20
    instead of 25.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b80b8fa40f706b9cade5f6ee39d73e1b1f9616c9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 14 10:37:09 2014 -0500

    Bug 11555: Make "All" one of the default options for datatables
    
    There are many instances where librarians would like to have the ability
    to see all the rows in a datatable at one. It seems prudent to make this
    a default option for datatables, rather than change it on a case by case
    basis.
    
    Test Plan:
    1) View the circulation history for a patron
    2) Note you can select to view 10, 25, 50, or 100 entries
    3) Apply this patch
    4) Reload the circulation history page for a patron
    5) Note the new "All" option
    6) Verify the "All" option shows all the rows at once
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I tested the translation for "All"
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc  |    1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc          |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/js/datatables.js                 |    4 +++-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt       |    2 --
 .../intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt    |    2 --
 .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt     |    2 --
 .../prog/en/modules/admin/branch_transfer_limits.tt              |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt        |    1 -
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt       |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt          |    3 +--
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt       |    1 -
 .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt      |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt    |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt    |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt  |    2 --
 .../prog/en/modules/course_reserves/course-details.tt            |    2 --
 .../prog/en/modules/course_reserves/course-reserves.tt           |    4 +---
 koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt       |    2 --
 .../prog/en/modules/reports/guided_reports_start.tt              |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt |    2 --
 koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt             |    4 +---
 koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt           |    2 --
 .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt    |    6 ++----
 23 files changed, 11 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list