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

Git repo owner gitmaster at git.koha-community.org
Mon Jul 22 16:48:27 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  04dd98fa846d4f28edc5811cb90e8a5ba4b6289b (commit)
      from  7e6a6302757f750582020974f798d2c49f50adcf (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 04dd98fa846d4f28edc5811cb90e8a5ba4b6289b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 8 11:22:38 2013 -0400

    Bug 10552: make several sysprefs available to the OPAC login page
    
    Several system preference variables are unavailable to the OPAC login
    template because they are not explicitly enabled for that page. Instead
    of adding them to Auth.pm using the old method this patch uses the new
    system preference check syntax using the Koha TT plugin.
    
    The following preferences are now checked using this syntax in
    masthead.inc:
    
    OpacAddMastheadLibraryPulldown
    UseCourseReserves
    reviewson
    OpacShowRecentComments
    
    In order for the call in masthead.inc to the new plugin to work on all
    OPAC pages "[% USE Koha %]" must be added to any template which
    includes it (most of them).
    
    Also in this patch: A change to Auth.pm to enable correct display of the
    LibraryName in the title of the OPAC login page.
    
    To test, turn on the above system preferences and confirm that the
    relevant links appear under the OPAC's main search bar on all pages
    including the login page.
    
    Confirm that the text specified in the LibraryName system preference is
    shown as the title of the login page.
    
    Confirm that course reserves and comments are displayed correctly on the
    biblio detail page.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    I checked both prog and ccsr - all seems well and the links are appearing and disappearing in accordance with the appropriate sysprefs.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth.pm                                         |   12 +++++++-----
 koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc  |   12 ++++++------
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    8 ++++----
 .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tt   |    1 +
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt   |    1 +
 .../opac-tmpl/prog/en/modules/opac-account.tt      |    1 +
 .../opac-tmpl/prog/en/modules/opac-advsearch.tt    |    1 +
 .../prog/en/modules/opac-alert-subscribe.tt        |    1 +
 .../prog/en/modules/opac-auth-MARCdetail.tt        |    1 +
 .../opac-tmpl/prog/en/modules/opac-auth-detail.tt  |    1 +
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt   |    1 +
 .../prog/en/modules/opac-authorities-home.tt       |    1 +
 .../en/modules/opac-authoritiessearchresultlist.tt |    1 +
 .../opac-tmpl/prog/en/modules/opac-browser.tt      |    1 +
 .../prog/en/modules/opac-course-details.tt         |    1 +
 .../prog/en/modules/opac-course-reserves.tt        |    1 +
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    9 +++++----
 .../opac-tmpl/prog/en/modules/opac-downloadcart.tt |    1 +
 .../prog/en/modules/opac-downloadshelf.tt          |    1 +
 .../prog/en/modules/opac-full-serial-issues.tt     |    1 +
 .../opac-tmpl/prog/en/modules/opac-imageviewer.tt  |    1 +
 koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt   |    1 +
 .../modules/opac-memberentry-update-submitted.tt   |    1 +
 .../opac-tmpl/prog/en/modules/opac-memberentry.tt  |    1 +
 .../opac-tmpl/prog/en/modules/opac-messaging.tt    |    1 +
 koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt |    1 +
 .../opac-tmpl/prog/en/modules/opac-privacy.tt      |    1 +
 .../prog/en/modules/opac-readingrecord.tt          |    2 +-
 .../en/modules/opac-registration-confirmation.tt   |    1 +
 .../en/modules/opac-registration-email-sent.tt     |    1 +
 .../prog/en/modules/opac-registration-invalid.tt   |    1 +
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |    1 +
 .../prog/en/modules/opac-results-grouped.tt        |    1 +
 .../prog/en/modules/opac-search-history.tt         |    1 +
 .../prog/en/modules/opac-serial-issues.tt          |    1 +
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |    2 +-
 .../opac-tmpl/prog/en/modules/opac-showreviews.tt  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-suggestions.tt  |    1 +
 koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt   |    2 +-
 .../opac-tmpl/prog/en/modules/opac-tags_subject.tt |    1 +
 .../opac-tmpl/prog/en/modules/opac-topissues.tt    |    1 +
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |    2 +-
 42 files changed, 60 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list