[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-22-gc69dfd1

Git repo owner gitmaster at git.koha-community.org
Fri May 16 12:16:13 CEST 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, 3.14.x has been updated
       via  c69dfd1de219230187928fe258dff9a9ca3b8f2f (commit)
       via  6bef116c046af6db031f0243add63afdf7fd0f1b (commit)
      from  e5c0783d20de75ca6f3599b2061ba64216b45c59 (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 c69dfd1de219230187928fe258dff9a9ca3b8f2f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 31 15:30:29 2014 +0000

    Bug 11616: (follow-up) remove tablesorter CSS
    
    This patch removes CSS rules that applied only to use of the
    jQuery tablesorter plugin, which is now gone.
    
    To test:
    
    [1] Verify that git grep -l headerSort does not turn up
        any results.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1a5da08342182c739f2f5b790038c6ff04c748ea)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6bef116c046af6db031f0243add63afdf7fd0f1b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jan 27 12:22:21 2014 +0100

    Bug 11616: remove jQuery tablesorter plugin
    
    DataTables has replaced the tablesorter plugin for client-side sorting
    of tables in Koha.  There is no table using this plugin, so this patch
    removes it and remaining references to it.
    
    REVISED TEST PLAN
    -----------------
    1) Apply the patch
    2) Home -> Koha administration -> Authorized values
    3) Change the 'Show category:' drop down value, and play with
        the sorting of columns.
       -- should sort as expected.
    4) Search the catalogue -> look for a biblio with high circulation
    5) Click one of the name links.
    6) Click the Items tab on the left.
    7) Scroll down and click the (View item's checkout history)
        link in the History area.
       -- There was no sorting prior to the patch, so afterwards
          it should display the same.
    8) git grep -i tablesorter
       -- Only a reference in staff-global.css and release texts.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 166720982e59a929aac9191d89af57a57545ff15)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |   14 --
 .../lib/jquery/plugins/jquery.tablesorter.min.js   |    2 -
 .../lib/jquery/plugins/jquery.tablesorter.pager.js |  184 --------------------
 .../prog/en/modules/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/circ/bookcount.tt              |    2 -
 koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css     |   15 +-
 koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css      |   13 --
 .../lib/jquery/plugins/jquery.tablesorter.min.js   |    2 -
 koha-tmpl/opac-tmpl/ccsr/en/css/opac.css           |   13 --
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   13 --
 10 files changed, 2 insertions(+), 258 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.tablesorter.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.tablesorter.pager.js
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.tablesorter.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list