[koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1353-g7fe8e20

Git repo owner gitmaster at git.koha-community.org
Mon Nov 26 08:08:44 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.10.x has been updated
       via  7fe8e201de9987d3e4a85ba8cd4b51f0d1c5dcb2 (commit)
       via  50d6d23c7dcd531fb8b71c7f76ac64548c23e933 (commit)
      from  a559733b1c2e890df8e051dc80a4acff7f27a8ec (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 7fe8e201de9987d3e4a85ba8cd4b51f0d1c5dcb2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Nov 12 12:20:20 2012 +0100

    Bug 9059: Increase size of opac-sendbasket window
    
    Change window settings for opac-sendbasket. If you need to login
    first, the window should be much larger.
    
    Typo dependant should be dependent. Note that this setting is
    ignored in much browsers. Will submit another patch to cover more occurrences.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 50d6d23c7dcd531fb8b71c7f76ac64548c23e933
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>

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

Summary of changes:
 koha-tmpl/opac-tmpl/prog/en/js/basket.js           |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt |   10 +-
 opac/opac-passwd.pl                                |   81 ++++++++++----------
 3 files changed, 47 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list