[koha-commits] main Koha release repository branch master updated. v3.22.00-742-g255c0af

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 23:01:41 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  255c0af9893b745d2f1a233a9aea8b7f1281546e (commit)
      from  ffda0166cf184c9b2e38d3652700f00a89484e80 (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 255c0af9893b745d2f1a233a9aea8b7f1281546e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 26 13:27:17 2016 -0500

     Bug 15927 - Remove use of <tr class="highlight"> for alternating row colors
    
    The "highlight" class on table rows is unnecessary since we have a CSS
    rule which defines colors for alternating row colors. This patch removes
    use of the "highlight" class from templates and removes the definition
    from staff-global.css
    
    To test, view the affected pages and confirm that the change has not
    broken anything.
    
    Acquisitions -> Vendor -> View basket
    Acquisitions -> Late orders
    Acquisitions -> Ordered
    Acquisitions -> Vendor -> Receive shipment
    Acquisitions -> Spent
    Acquisitions -> Vendor details -> Contracts table
    Administration -> MARC frameworks (comment removed only)
    Administration -> Class sources
    Authorities -> Authority search results
    Catalog -> Bibliographic detail page -> Items -> View item's checkout
       history
    Catalog -> subject.tt (is this template used?)
    Cataloging -> Cataloging search results
    Patrons -> Patron account
    Reports -> Patrons who haven't checked out
    Reports -> Statistics wizards -> Patrons
    Reports -> Top lists -> Most-circulated items
    Reports -> Inactive -> Items with no checkouts
    Reports -> Reports dictionary
    Reports -> Statistics wizards -> Circulation
    Reports -> Statistics wizards -> Holds
    Holds -> Place a hold -> Existing holds table
    Serials -> New subscription -> Search for a vendor -> Search results
    Serials -> Check expiration
    Serials -> Subscription -> Serial collection
    Serials -> Subscription -> Serial collection -> Edit serials
    Suggestions
    Tags -> View tags -> View titles with a tag
    Tools -> Manage staged MARC records -> Batch (I think the affected
    section of this template is obsolete)
    Tools -> Log viewer -> Log result
    Lists -> View lists (May be broken by Bug 15916)
    
    Note that if you search the templates for instances of a <tr> with a
    "highlight" class you'll find two instances in slip templates which
    refer to a class defined in printreceiptinvoice.css.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Looks good. Haven't seen any regression.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css      |    7 ++-----
 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css   |   11 +----------
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt      |    6 +++++-
 .../intranet-tmpl/prog/en/modules/acqui/lateorders.tt  |    3 +--
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt     |    6 +-----
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt     |    4 ----
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt |    5 -----
 .../intranet-tmpl/prog/en/modules/acqui/supplier.tt    |    2 +-
 .../prog/en/modules/admin/biblio_framework.tt          |    2 +-
 .../prog/en/modules/admin/classsources.tt              |    4 ----
 .../prog/en/modules/authorities/searchresultlist.tt    |    4 ----
 .../intranet-tmpl/prog/en/modules/catalogue/results.tt |    4 ++--
 .../intranet-tmpl/prog/en/modules/catalogue/subject.tt |    2 +-
 .../prog/en/modules/cataloguing/addbooks.tt            |   10 +---------
 .../prog/en/modules/cataloguing/additem.tt             |    4 ++--
 .../intranet-tmpl/prog/en/modules/circ/bookcount.tt    |    3 +--
 .../prog/en/modules/members/boraccount.tt              |    2 +-
 .../prog/en/modules/reports/borrowers_out.tt           |    6 +-----
 .../prog/en/modules/reports/borrowers_stats.tt         |   14 ++++++--------
 .../prog/en/modules/reports/cat_issues_top.tt          |    2 +-
 .../prog/en/modules/reports/catalogue_out.tt           |    3 +--
 .../prog/en/modules/reports/dictionary.tt              |    6 +-----
 .../prog/en/modules/reports/issues_stats.tt            |   14 +++++---------
 .../prog/en/modules/reports/reserves_stats.tt          |   16 ++++++----------
 .../intranet-tmpl/prog/en/modules/reserve/request.tt   |    2 +-
 .../prog/en/modules/serials/acqui-search-result.tt     |    4 ----
 .../prog/en/modules/serials/checkexpiration.tt         |    4 ----
 .../prog/en/modules/serials/serials-collection.tt      |    4 ++--
 .../prog/en/modules/serials/serials-edit.tt            |    4 ----
 .../prog/en/modules/suggestion/suggestion.tt           |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt   |    6 +-----
 .../prog/en/modules/tools/manage-marc-import.tt        |    8 ++++----
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt     |    2 +-
 .../prog/en/modules/virtualshelves/shelves.tt          |    4 ----
 34 files changed, 51 insertions(+), 129 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list