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

Git repo owner gitmaster at git.koha-community.org
Thu Feb 21 06:42:43 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  60689ce0ac9d0479001b31f6236e810a812c3817 (commit)
       via  f3dd2f319e373f7a2e3641c2d5e92a330e1e65c7 (commit)
       via  6ec663a63cc24d9903a835bc0ae69d80a9d8797d (commit)
       via  b403c46ed9af626dd402bf90489214b430eaa0e1 (commit)
      from  cae93c6770d07bc05c91250c0333d21828179b02 (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 60689ce0ac9d0479001b31f6236e810a812c3817
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Feb 21 18:45:14 2013 +1300

    Bug 9145 : Bumping database version

commit f3dd2f319e373f7a2e3641c2d5e92a330e1e65c7
Author: Vitor FERNANDES <vfernandes at keep.pt>
Date:   Mon Nov 26 12:28:39 2012 +0000

    BUG 9145: Authorities: standard language for UNIMARC
    
    New Authority system preference created UNIMARCAuthorityField100 with default value "afrey50      ba0".
    AuthoritiesMarc.pm uses the system preference instead of label "afrey50      ba0".
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, all tests and QA script pass.
    
    1) Check system preference is created correctly.
    2) Change pref.
    3) Catalog a new authority.
    4) Change framework to make 100 show in frameworks or check in the
       the database, that now 100 has the new defined value.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6ec663a63cc24d9903a835bc0ae69d80a9d8797d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 14 11:31:48 2013 -0500

    Bug 9615 - Combine staff home page images into single sprite
    
    In order to reduce the number of concurrent downloads on the staff
    client home page the images representing the various modules (circ,
    patrons, etc) could be combined into one sprite.
    
    This patch creates a new sprite containing all images and corrects the
    CSS for the default and hover states of each link to match the previous
    version. The separate images have been removed. Also added is a
    GIMP-compatible Photoshop file from which the sprite is generated.
    
    To test, apply the patch, clear your browser cache, and view the staff
    client home page. Each module icon should look correct in its default
    and hover states.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described, Good idea! No errors.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, no problems found.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit b403c46ed9af626dd402bf90489214b430eaa0e1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 12 10:54:23 2013 -0500

    Bug 8079 - opac not showing fines - says 'no'
    
    Make charges of type FU be counted for opac-user.pl
    
    Test Plan:
    1) Checkout an item to a patron, back date the date due enough to create fines
    2) Run fines.pl
    3) Log into the patron's account via the OPAC
    4) Note the fines line for that issue says 'No'
    5) Apply patch
    6) Reload opac-user.pl, not the fines column now says 'Yes'
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works great, Kyle. Seeing as my test patron had $4500 in fines for that item, I was glad to see that column switch to "Yes" ;).
    
    I'm not sure what the difference is between FU and F is, or what L means, but the patch works, so I'm signing off.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works as described, all tests and QA script are ok.
    Note: why show yes and not the fine amount?
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    7 +-
 authorities/authorities.pl                         |   11 ----
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 ++
 koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css   |   59 ++++++++++---------
 .../en/modules/admin/preferences/authorities.pref  |    6 ++
 .../intranet-tmpl/prog/img/icon_acquisitions.png   |  Bin 1172 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_administration.png |  Bin 2516 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_authorities.png    |  Bin 1616 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_cataloging.png     |  Bin 1114 -> 0 bytes
 .../intranet-tmpl/prog/img/icon_circulation.png    |  Bin 851 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_koha.png     |  Bin 1595 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_lists.png    |  Bin 826 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_patrons.png  |  Bin 1820 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_reports.png  |  Bin 1651 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_search.png   |  Bin 2004 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_serials.png  |  Bin 1178 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/img/icon_tools.png    |  Bin 1442 -> 0 bytes
 .../prog/img/staff-home-icons-sprite.png           |  Bin 0 -> 11151 bytes
 kohaversion.pl                                     |    2 +-
 .../staff-home-icons-sprite.psd                    |  Bin 0 -> 117814 bytes
 opac/opac-user.pl                                  |    2 +
 22 files changed, 52 insertions(+), 43 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_acquisitions.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_administration.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_authorities.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_cataloging.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_circulation.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_koha.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_lists.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_patrons.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_reports.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_search.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_serials.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_tools.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png
 create mode 100644 misc/interface_customization/staff-home-icons-sprite.psd


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list