[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-842-g538ab56

Git repo owner gitmaster at git.koha-community.org
Thu Jul 18 18:43:36 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, master has been updated
       via  538ab5631ef18640d1d9cac6e25ed2f9f2ef11cd (commit)
      from  3834d1f2b4494d465c6d1ab72aa334100898a756 (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 538ab5631ef18640d1d9cac6e25ed2f9f2ef11cd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 10 12:14:15 2013 -0400

    Bug 2774 - Path to theme is hard-coded in many places
    
    This patch corrects more places in Koha where the path to the "prog"
    theme is hard-coded in templates, CSS, and scripts.
    
    Staff client home page:
    
    Paths to the Koha logo background image and the module image sprite have
    been corrected. Inactive and hover states of the module links
    (circulation, patrons, etc) should look correct.
    
    addbiblio.pl:
    
    An <img> tag is replaced with a text link and an
    additional CSS class. CSS uses an image-replacement technique to display
    the image as before.
    
    To test, open a blank or existing bibliographic record for editing.
    Confirm that the "tag editor" icon displays correctly in two cases: 1)
    tags linked to plugin editors and 2) tags linked to authorities. Both
    should look correct and work correctly.
    
    System preferences:
    
    The system preferences editor appends a "loading" image to system
    preference submit buttons when they are clicked. This patch changes
    ajax.js to insert a <span> styled with a background-image instead.
    
    To test, open system preferences and modify any preference. Submit the
    change and confirm that the "loading" image appears correctly.
    
    Background jobs:
    
    Any place in Koha where a background job is used displays a progress
    bar. This patch corrects the path in CSS to the progress bar image. To
    test, perform an action which triggers the display of a progress bar.
    For instance, batch modification of items. Confirm that the progress bar
    image displays correctly.
    
    blue.css:
    
    I don't know if this is still used by anyone, but a couple of image
    paths in this CSS file have been corrected.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests, QA script and test plan.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 cataloguing/addbiblio.pl                           |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/css/blue.css       |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css   |    4 ++--
 .../intranet-tmpl/prog/en/css/preferences.css      |    9 +++++++++
 .../intranet-tmpl/prog/en/css/staff-global.css     |   18 +++++++++++++-----
 koha-tmpl/intranet-tmpl/prog/en/js/ajax.js         |   10 +++++-----
 6 files changed, 35 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list