[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.02-30-g760f2f6

Git repo owner gitmaster at git.koha-community.org
Sat Feb 2 08:12:45 CET 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.10.x has been updated
       via  760f2f6e3bb86a74308fb7c30c03607e9a5792b1 (commit)
       via  81b10472b271c8174c140710228cfee26211ce88 (commit)
       via  12e5e57b349be6fd79cb40889984fed64b982e31 (commit)
      from  58bb89718e844e7e3f525e7c602fc37470f82325 (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 760f2f6e3bb86a74308fb7c30c03607e9a5792b1
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 25 11:49:20 2013 -0500

    Bug 9494: update default LOC z39.50 target settings
    
    This patch updates the seed data from the target list at
    http://www.loc.gov/z3950/lcserver.html#addr.
    
    Comment: new target works. updated deleting and reloading
    sample targets.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    I agree with Galen that this may need to be incorproated as a follow-up
    for current installations. Works fine for new installs
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 81b10472b271c8174c140710228cfee26211ce88
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Dec 13 10:05:45 2012 -0500

    Bug 8108 [Follow-up, revised] Remove unused OPAC images
    
    This patch cleans up some loose ends:
    
    - Star ratings images are now in one sprite. Removing
      separate star ratings images.
    - Amazon ratings have been removed. Related image files
      are removed by this patch.
    - The tag images associated with tag links on the search
      results page were not incorporated into the main sprite.
      Now they are.
    
    Added: The Photoshop file from which the main sprite was
    generated, in case that is helpful to others. Each layer
    is named, and comments have been added to the CSS
    referencing the layer names. The file is GIMP-compatible.
    
    Revisions:
    - Rebased on current master
    - Ported some changes to CCSR theme
    - Removed unused CSS which referred to deleted images
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 12e5e57b349be6fd79cb40889984fed64b982e31
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sat Feb 2 19:59:42 2013 +1300

    Bug 8942 : Adding a test to make sure we don't use single quotes for js

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

Summary of changes:
 C4/Koha.pm                                         |    4 +-
 .../mysql/de-DE/optional/sample_z3950_servers.sql  |    2 +-
 .../mysql/en/optional/sample_z3950_servers.sql     |    2 +-
 .../mysql/es-ES/optional/sample_z3950_servers.sql  |    2 +-
 .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql  |    2 +-
 .../mysql/pl-PL/optional/sample_z3950_servers.sql  |    2 +-
 .../prog/en/modules/help/admin/z3950servers.tt     |    4 +-
 koha-tmpl/opac-tmpl/ccsr/en/css/jquery.rating.css  |    8 +-
 koha-tmpl/opac-tmpl/ccsr/en/css/opac.css           |   29 +----
 koha-tmpl/opac-tmpl/ccsr/images/sprite.png         |  Bin 7511 -> 8381 bytes
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |  108 +++++++++-----------
 koha-tmpl/opac-tmpl/prog/images/Star0.gif          |  Bin 1360 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/Star1.gif          |  Bin 1395 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/Star2.gif          |  Bin 1410 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/Star3.gif          |  Bin 1391 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/Star4.gif          |  Bin 1380 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/Star5.gif          |  Bin 1284 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/sprite.png         |  Bin 3138 -> 8381 bytes
 .../opac-tmpl/prog/images/star-ratings-empty.gif   |  Bin 187 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/star-ratings.gif   |  Bin 295 -> 0 bytes
 .../opac-tmpl/prog/images/tag-small-disabled.png   |  Bin 317 -> 0 bytes
 koha-tmpl/opac-tmpl/prog/images/tag-small.png      |  Bin 347 -> 0 bytes
 misc/interface_customization/opac-sprite.psd       |  Bin 0 -> 76110 bytes
 t/00-valid-xml.t => xt/single_quotes.t             |   47 ++++-----
 24 files changed, 91 insertions(+), 119 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/Star0.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/Star1.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/Star2.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/Star3.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/Star4.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/Star5.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/star-ratings-empty.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/star-ratings.gif
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/tag-small-disabled.png
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/tag-small.png
 create mode 100644 misc/interface_customization/opac-sprite.psd
 copy t/00-valid-xml.t => xt/single_quotes.t (53%)
 mode change 100644 => 100755


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list