[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-18-gdd574b1

Git repo owner gitmaster at git.koha-community.org
Sat Jul 13 19:52:04 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, 3.10.x has been updated
       via  dd574b1b705b545eba115371d37ac4545ad0bdf3 (commit)
      from  ccbc3226646c3c3b68b2ecffc84689a0f66a7ace (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 dd574b1b705b545eba115371d37ac4545ad0bdf3
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Jun 13 14:20:43 2013 -0300

    Bug 10464: Patron search on placing a hold now supports autocomplete
    
    The patron search box for placing a hold request on a bib in the
    staff interface now supports autocomplete if the CircAutocompl
    system preference is enabled.
    
    This patch grabs the autocomplete handling javascript stuff from patron-search-box.inc
    and puts an adjusted version on reserve/request.tt.  It sets form and input
    IDs to match those configured in the autocomplete call, adjusted where needed to
    avoid name collisions with the patron-search-box.inc that is present everywhere.
    
    This patch also doubles the width of the patron search input field.
    
    To test:
    - On a biblio record, go to the Holds tab, mine looks like
      /cgi-bin/koha/reserve/request.pl?biblionumber=2
    - A search box is shown for patron searching.
    - Search for a patron: it works as usual.
    - Make sure CircAutocompl is "Don't try"
    - Apply the patch
    - Click the Holds tab again, and do the same search: functionality should remain intact.
    - Change CircAutocompl to "Try"
    - Click the Holds tab again
    - Autocomplete should show you the possible options, and once you choose one result,
      it should work as usual.
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Adding a nice new autocomplete feature.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit dc94a9bef79dc6d186fe93d82dac10cab0468d24)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ab3163564e91921222c153897f786551fe59647e)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit ab3163564e91921222c153897f786551fe59647e)

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

Summary of changes:
 .../prog/en/modules/reserve/request.tt             |   38 ++++++++++++++++----
 1 files changed, 31 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list