[koha-commits] main Koha release repository branch master updated. v3.14.00-377-g1a5da08

Git repo owner gitmaster at git.koha-community.org
Fri Jan 31 16:16:56 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  1a5da08342182c739f2f5b790038c6ff04c748ea (commit)
       via  166720982e59a929aac9191d89af57a57545ff15 (commit)
      from  7b58255028da6a9cc4652b32913b01b47e651f1f (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 1a5da08342182c739f2f5b790038c6ff04c748ea
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>

commit 166720982e59a929aac9191d89af57a57545ff15
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>

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

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