[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-10-g4ab7ba3

Git repo owner gitmaster at git.koha-community.org
Fri Mar 29 07:45:28 CET 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  4ab7ba31dacfaebed4cf3e57ec6fc28d2ddcdc74 (commit)
       via  5f4fce34b4c4cdf2f83666446e097a4e22700de1 (commit)
       via  568ff3c1eab5b36284eccbe32b8bc78aaea5e489 (commit)
      from  13fc140b83915791d53abab5a871423c54d24125 (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 4ab7ba31dacfaebed4cf3e57ec6fc28d2ddcdc74
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Sat Mar 9 17:53:03 2013 +0100

    Bug 7875: Change the pending suggestion link in home page so that it directs to pending suggestions
    
    Pending suggestion link from staff client home directs to accepted
    suggestions instead of pending suggestions. This patch changes the link
    so that it directs to pending suggestions.
    
    To test :
    1 - create 2 suggestions, accept 1 of them
    2 - click on the link on home page
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 5f4fce34b4c4cdf2f83666446e097a4e22700de1
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Jan 29 18:03:02 2013 +0100

    Bug 9504: URL escape in OPAC more searches
    
    OPACSearchForTitleIn is a syspref used to add links as "more searches" in OPAC record detail page.
    The links can contain vars depending on record values like title, ISBN, ...
    Thoses values must be URL-escaped because they can contain special characters that will brake URL and/or HTML.
    
    This patch add a method C4::Output::parametrized_url() that replaces vars in URL usign escape and UTF-8 encoding.
    
    Test plan :
    - Define in OPACSearchForTitleIn a link with all possible vars : TITLE, AUTHOR, ISBN, ISSN, CONTROLNUMBER, BIBLIONUMBER
    - Edit a record to add special characters in title : ", &, ? ...
    - Go to OPAC detail pages of this record
    => Check that URL is well encoded
    => Click on link to check the term is well encoded (diacritical characters, ...)
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Nice test plan, thanks!
    
    Verified bug and fix - both look good.
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 568ff3c1eab5b36284eccbe32b8bc78aaea5e489
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Feb 27 11:16:24 2013 +0100

    Bug 7018 : need all acq permissions to search
    
    All acquisition module permissions are needed to allow order search (acqui/histsearch.pl).
    
    With this patch any acquisition permission allows to order search.
    Many other pages of this module have this behavior.
    
    Test plan :
    - Set for a user only one permission in acquisition module (not order_receive)
    => they also need catalogue permission to be able to log in
    - Login with this user and try to perform an order search
    => you get access to page
    - Set for a user no permission in acquisition module
    - Login with this user and try to perform an order search
    => you do not get access to page
    
    Signed-off-by: MJ Ray <mjr at phonecoop.coop>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as expected and passes tests.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Output.pm                                       |   18 ++++++++++++++++--
 acqui/histsearch.pl                                |    2 +-
 .../intranet-tmpl/prog/en/modules/intranet-main.tt |    2 +-
 opac/opac-ISBDdetail.pl                            |   19 ++++++++++++-------
 opac/opac-MARCdetail.pl                            |   19 ++++++++++++-------
 opac/opac-detail.pl                                |   17 +++++++++++------
 6 files changed, 53 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list