[koha-commits] main Koha release repository branch, master, updated. v3.02.00-505-g98efac4

Git repo owner gitmaster at git.koha-community.org
Tue Jan 11 03:47:42 CET 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, master has been updated
       via  98efac4c0a3c6dfd857901ce6c639f93bcda8b76 (commit)
      from  15334926adf722083f03553eed575d056e907ad1 (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 98efac4c0a3c6dfd857901ce6c639f93bcda8b76
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 4 09:04:41 2011 -0500

    Fix for Bug 4945 - Patron search is limited by default to the currently logged-in library
    
    I couldn't figure out how (or whether) GetBranchesLoop could be
    convinced to return a list of branches without selecting one, so
    I swapped GetBranchesLoop with GetBranches. This will preselect
    a branch only if a branch has been submitted as part of a query.
    
    This does NOT preselect the correct branch when IndependantBranches
    is turned on.
    
    I also added a template variable which is true if a query has
    been submitted with a branch or a category so that the extra
    form fields can be displayed, reminding the user that they
    added limiters to their query.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/includes/patron-search.inc             |    5 ++-
 members/member.pl                                  |   34 ++++++++++----------
 members/members-home.pl                            |   14 +++++++-
 3 files changed, 33 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list