[koha-commits] main Koha release repository branch new/bug_7031 created. v3.06.00-722-g5284800

Git repo owner gitmaster at git.koha-community.org
Wed Mar 14 14:46:28 CET 2012


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/bug_7031 has been created
        at  52848003e3a0e4a5fef144b8dc7b8bf3f89638e2 (commit)

- Log -----------------------------------------------------------------
commit 52848003e3a0e4a5fef144b8dc7b8bf3f89638e2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 9 17:49:29 2012 +0100

    7031 Followup: typo
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit effd4d2fd862f6f17937fd3bceee2ae0431a9d5a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 27 11:18:34 2011 -0500

    Bug 7031 Follow-up, More options for AdvancedSearchTypes
    
    This follow-up patch corrects some markup errors and removes some
    markup which I think is superfluous:
    
    - Using template FILTER command to remove invalid punctuation from
      ID attributes (to quiet the HTML validator)
    - Removing <fieldset> since options are bordered by the tab box now
    - Correcting the conditional which controls the table markup
      to prevent extra/missing </tr>
    - Adding missing ID attribute in the OPAC template
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ae737fcde67ed53e2b1030775978a5009009f72b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 24 09:19:08 2012 -0500

    Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>

commit c04404c2fb2ffe3ae504e8055cd16eaba120d206
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Wed Jul 27 14:08:23 2011 -0400

    Enh 7031: More options for Advanced Search
    
    Adds the ability to perform advanced searches in both the OPAC and staff client on more than
    a single AdvancedSearchType at a time.  Support included for Itemtype, Collection Code and Shelving Location.
    
    AdvancedSearchTypes syspref preference is repurposed; no longer a single value, it can now take
    multiple item code fields separated by "|".  The order of these fields will determine the order
    of the tabs in the OPAC and staff client advanced search screens.  Values within the search type
    are OR'ed together, while each different search type is AND'ed together in the query limits.  The
    current stored values are supported without any required modification.
    
    Each set of advanced search fields are displayed in tabs in both the OPAC and staff client.  The
    first value in the AdvancedSearchTypes syspref is the selected tab; if no values are present, "itemtypes"
    is used.  For non-itemtype values, the value in AdvancedSearchTypes must match the Authorised Value name, and
    must be indexed with 'mc-' prefixing that name.
    
    <li> elements in tab are assigned unique IDs, so the text of the tab can be altered to match the
    library's needs (using JQuery)
    
    The logic to handle the 5 element row limit has been moved from the Perl to the templates, since Template::Toolkit
    has a simple method for extracting the count of an element in a loop and performing 'modulus' on it.
    
    2011-12-21: Incorporated changes recommend by Owen Leonard on bug report.
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list