[koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-253-g6e2260c

Git repo owner gitmaster at git.koha-community.org
Sun Apr 10 22:28:07 CEST 2011


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, new/enh/bug_5917 has been updated
       via  6e2260c7398fca567c6c78d49eef280be74d1d8c (commit)
       via  f1e96f4590b7e91e172d21d488a7ec26de1cc94e (commit)
       via  e766a92b988c8f929121760d35fabcd89e0cfb0b (commit)
       via  82f0fee5c8c0ad53fda576074ffc2cc08bc28dc1 (commit)
       via  2fc830acff01d2948097afdda9fcbc6f7dea3ad1 (commit)
       via  35b338412bf4ca4d7d50ba41fb43998c1aa24546 (commit)
       via  f12406b076ab7ea7964a75e23c34920d1eed74b5 (commit)
       via  78829117999e8d8884a56454a37eb514baf2f3ea (commit)
      from  bacd210c737ef399d775cc34071dcb715b69b3af (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 6e2260c7398fca567c6c78d49eef280be74d1d8c
Author: Jared Camins-Esakov <jcamins at bywatersolutions.com>
Date:   Sun Apr 10 16:12:30 2011 -0400

    Bug 5917 follow-up: Fix errors on OPAC results
    
    This patch fixes the following problems with the OPAC search results:
    * The facet links were constructed wrong following the change to
      Template::Toolkit
    
    This patch also changes the OPAC sorting dropdown to work in the same way as the
    staff dropdown. This seemed preferable to having the two use different variables
    for deciding which option to select, and it is unclear why Search.pm was not
    passing the appropriate variables to the staff client.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f1e96f4590b7e91e172d21d488a7ec26de1cc94e
Author: Jared Camins-Esakov <jcamins at bywatersolutions.com>
Date:   Sun Apr 10 16:12:29 2011 -0400

    Bug 5917 follow-up: Fix staff client results display
    
    The change to Template::Toolkit broke a number of things on the Staff Client
    results display. This patch:
    * Fixes the formatting of the results table, which had an unnecessary colspan=2
    * Enables the display of the "Edit record" and "Edit items" links
    * Corrects the display of item counts, so that labels for "Available,"
      "On loan," and "Unavailable" only appear when appropriate
    * Corrects facet links, which were starting new searches rather than limiting
      due to a variable scoping error
    * Changes the resort dropdown so that it will show the currently-selected
      sorting
    
    Signed-off-by: Jared Camins-Esakov <jcamins at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e766a92b988c8f929121760d35fabcd89e0cfb0b
Author: Jared Camins-Esakov <jcamins at bywatersolutions.com>
Date:   Sun Apr 10 16:12:28 2011 -0400

    Bug 5917 follow-up: Quiet errors in C4::Templates
    
    There were a few errors about unitialized variables in C4::Templates.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Output.pm                                       |    2 +-
 C4/Templates.pm                                    |    4 +-
 debian/scripts/koha-rebuild-zebra                  |   40 +++++++--
 installer/data/mysql/updatedatabase.pl             |    2 +-
 .../intranet-tmpl/prog/en/includes/facets.inc      |    4 +-
 .../intranet-tmpl/prog/en/includes/resort_form.inc |   24 +++---
 .../prog/en/modules/catalogue/results.tt           |   22 +++---
 .../opac-tmpl/prog/en/includes/opac-facets.inc     |    4 +-
 .../opac-tmpl/prog/en/includes/resort_form.inc     |   88 ++++++++++++++------
 kohaversion.pl                                     |    2 +-
 10 files changed, 124 insertions(+), 68 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list