[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-7-g36591ec

Git repo owner gitmaster at git.koha-community.org
Wed May 22 16:26:59 CEST 2013


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.12.x has been updated
       via  36591ecae4a5967c474e03e0573400fb2e102858 (commit)
      from  c17eef3f4a435fc95a97d9416615ee057a8612bd (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 36591ecae4a5967c474e03e0573400fb2e102858
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Mar 25 12:21:24 2013 -0400

    Bug 2774 - Path to theme is hard-coded in many places
    
    Many templates have instances where the path to the prog template is
    hard-coded. Now that interface and theme template variables are
    available everywhere these paths should be corrected to use them.
    
    Image paths corrected:
    
    - 'Patron image missing' image on circulation pages
    - 'Locked' icon on fund planning page
    - Tag and subfield edit icons on the authority, biblio editor, and batch
      item modification pages (Clone tag, delete tag, clone subfield,
      delete subfield, move subfield)
    - 'Loading' icon when importing frameworks
    
    Audio file paths corrected:
    
    - Sounds for circulation.pl and returns.pl
    
    Paths to DataTables assets corrected on:
    
    - Transfers to receive report
    - Holds queue report
    - Holds awaiting pickup report
    - Patron detail page (moremember.pl)
    - Patron circulation history
    - Update child to adult patron page
    - Process offline circulations
    - Catalog by item type report
    - Serials statistics wizard
    - Serial claims page
    - Koha news
    - Notices
    - Batch patron modifications
    
    Path to progress bar assets corrected on:
    
    - Process offline circulations page
    - Progressbar include file
    - Stage MARC imports
    - Manage MARC imports
    - Local cover image upload
    
    Other image paths:
    
    - "Approved" checkmark image on tags review page
    - Table sort icons on lists page
    - Feed icon on OPAC search result page
    - "Loading" image for OPAC plain MARC view
    
    Path to ratings JavaScript on OPAC detail and results pages
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Checked all the pages modified by this patch, no problems noted
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit bfe6dc88d208e3622e3637665c62dcabf4e1d892)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    This patch touches too many files, and was excluded (presumably) from 3.12 as was too close to the release.
    As it touches too many files and looks good I'm pushing to stable, as it can be a source of future conflicts
    for merging master patches on 3.12.x. The patches that introduce both the 'theme' and 'interface' template
    variables date back to 04/2011 so it looks sound to me.

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |    2 +-
 .../intranet-tmpl/prog/en/includes/circ-menu.tt    |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    2 +-
 .../prog/en/modules/admin/biblio_framework.tt      |    6 +++---
 .../prog/en/modules/authorities/authorities.tt     |   12 ++++++------
 .../prog/en/modules/cataloguing/addbiblio.tt       |   12 ++++++------
 .../prog/en/modules/cataloguing/additem.tt         |    2 +-
 .../prog/en/modules/circ/circulation.tt            |    4 ++--
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   16 ++++++++--------
 .../prog/en/modules/circ/transferstoreceive.tt     |    6 +++---
 .../prog/en/modules/circ/view_holdsqueue.tt        |    6 +++---
 .../prog/en/modules/circ/waitingreserves.tt        |    6 +++---
 .../prog/en/modules/members/moremember.tt          |    6 +++---
 .../prog/en/modules/members/readingrec.tt          |    6 +++---
 .../prog/en/modules/members/update-child.tt        |    6 +++---
 .../prog/en/modules/offline_circ/process_koc.tt    |    2 +-
 .../prog/en/modules/reports/itemtypes.tt           |    6 +++---
 .../prog/en/modules/reports/serials_stats.tt       |    6 +++---
 .../prog/en/modules/serials/claims.tt              |    6 +++---
 .../prog/en/modules/serials/serials-edit.tt        |    4 ++--
 .../prog/en/modules/suggestion/suggestion.tt       |    2 +-
 .../intranet-tmpl/prog/en/modules/tags/list.tt     |    6 +++---
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    2 +-
 .../prog/en/modules/test/progressbar.tt            |    2 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |    2 +-
 .../prog/en/modules/tools/koha-news.tt             |    6 +++---
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |    6 +++---
 .../prog/en/modules/tools/manage-marc-import.tt    |    2 +-
 .../prog/en/modules/tools/modborrowers.tt          |    6 +++---
 .../prog/en/modules/tools/stage-marc-import.tt     |    2 +-
 .../prog/en/modules/tools/upload-images.tt         |    2 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |   12 ++++++------
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    4 ++--
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt   |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    8 ++++----
 .../opac-tmpl/prog/en/modules/opac-imageviewer.tt  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    4 ++--
 .../opac-tmpl/prog/en/modules/search/results.tt    |    4 ++--
 38 files changed, 96 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list