[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-17-g3effd8b

Git repo owner gitmaster at git.koha-community.org
Mon Nov 26 11:34:46 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, 3.8.x has been updated
       via  3effd8b33614b6c1099b6e2aeff387f166825f09 (commit)
       via  bc7034a0b21ad9166a5868c96d83c3525c915c5c (commit)
       via  fd61723deb84e9a09eedf03a0ed43f24f3f9bcb8 (commit)
      from  772f53439823111de8aa1e099af1ed7da735ed7d (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 3effd8b33614b6c1099b6e2aeff387f166825f09
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Sep 26 16:46:30 2012 +0200

    Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit bc7034a0b21ad9166a5868c96d83c3525c915c5c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 2 12:40:08 2012 -0400

    Bug 8515 - OPAC password change does not obey OpacPasswordChange
    
    The OPAC change password template enforces the OpacPasswordChange
    preference by preventing the form from appearing. However, the
    script doesn't contain any check for OpacPasswordChange so it is
    vulnerable to someone submitting data to it by some other means.
    
    This patch adds a check for OpacPasswordChange to the script and
    revises the template logic in order to show the right warning
    in all circumstances.
    
    To test, turn off OpacPasswordChange and navigate manually to
    opac-passwd.pl. You should see a warning that you can't change
    your password.
    
    Turn on OpacPasswordChange load the change password page and
    save the page to your desktop. Turn off OpacPasswordChange and
    submit a password change via the saved page. Without the patch
    this would result in a password change. After the patch it
    should not.
    
    Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed bug and made sure patch fixes it.
    Passes all tests and perlcritic.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit fd61723deb84e9a09eedf03a0ed43f24f3f9bcb8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 20 12:27:25 2012 -0500

    Bug 9073 - Download option from the cart should match the menu button in lists
    
    This patch moves the staff client Cart download choices into a toolbar
    menu button instead of requiring that the user make the choice via a form
    in the pop-up window.
    
    To test, add items to Cart in the staff client. Open the cart and
    choose a download option from the Download menu. Your download
    should complete correctly without the page changing or reloading.
    
    Unrelated edit: Eliminating duplicate document.ready() block by
    consolidating a couple of lines of JavaScript.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked all export formats can be selected and downloaded, including
    CSV profiles.
    All tests and perlcritic pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 basket/basket.pl                                   |    3 +
 catalogue/MARCdetail.pl                            |    2 +-
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |   40 ++++++----
 koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt |   10 +-
 opac/opac-passwd.pl                                |   81 ++++++++++----------
 5 files changed, 75 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list