[koha-commits] updated branch master (2e73ac94e4fa64bbd33291366ec33476e9d22f11)

Koha Gitosis gitosis at git.koha.org
Wed Sep 16 04:36:03 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  2e73ac94e4fa64bbd33291366ec33476e9d22f11 (commit)
       via  58ee841a73ea02d38d465e8c4663ab7bf509a62e (commit)
       via  069864d3a20f0b775337d537f31e7618ce43f578 (commit)
       via  7c7e1dc41d31b869c4fdb1eb2e4afda478eef8cc (commit)
       via  121a4ca0d17acb92993377fb51e10176bf439f83 (commit)
      from  c84b638d013a46ad4170f5ac73fe82c018fd2e07 (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 2e73ac94e4fa64bbd33291366ec33476e9d22f11
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Sep 16 07:44:39 2009 -0400

    bug 3436: tweak cache settings for patron images
    
    Per suggestion by Joe Atzberger.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 58ee841a73ea02d38d465e8c4663ab7bf509a62e
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Sep 16 07:43:18 2009 -0400

    DB rev 061: added ShowPatronImageInWebBasedSelfCheck (bug 3436)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 069864d3a20f0b775337d537f31e7618ce43f578
Author: Galen Charlton <galen.charlton at liblime.com>
Date:   Wed Jul 22 16:43:43 2009 -0500

    bug 3436: improve error messages in self-check
    
    Improved the error messages displayed to users
    by web-based self-checkout when a problem with
    a loan occurs.
    
    This changed was sponsored by the Plano Independent
    School District.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 7c7e1dc41d31b869c4fdb1eb2e4afda478eef8cc
Author: Galen Charlton <galen.charlton at liblime.com>
Date:   Wed Jul 22 16:43:42 2009 -0500

    bug 3436: enhance sorting of loans (self-check)
    
    [1] Change the default sort order of checked out
        items to have the most recent loans displayed
        first.
    
    [2] Add the ability (via jQuery tablesorter) for
        the user to sort the list of loans.
    
    Also fixed the formatting of the due date.
    
    This change was sponsored by the Plano Independent School
    District.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 121a4ca0d17acb92993377fb51e10176bf439f83
Author: Galen Charlton <galen.charlton at liblime.com>
Date:   Wed Jul 22 16:43:41 2009 -0500

    bug 3436: add patron images to web self-check
    
    Adds a new system preference, ShowPatronImageInWebBasedSelfCheck;
    if this preference is ON, a patron's image is displayed
    if available when using web-based self-check.
    
    Note: a patch for updatedatabase.pl will be made when this
    change is ready to push.
    
    This change is sponsored by the Plano Independent School
    District.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 admin/systempreferences.pl                         |    1 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 ++
 koha-tmpl/opac-tmpl/prog/en/css/sco.css            |   13 ++++
 .../opac-tmpl/prog/en/modules/sco/sco-main.tmpl    |   66 +++++++++++++++++++-
 kohaversion.pl                                     |    2 +-
 opac/sco/sco-main.pl                               |   28 +++++++--
 .../sco/sco-patron-image.pl                        |   27 +++++---
 9 files changed, 126 insertions(+), 20 deletions(-)
 copy members/default_messageprefs.pl => opac/sco/sco-patron-image.pl (58%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list