[koha-commits] main Koha release repository branch master updated. v3.14.00-1129-gda08f65

Git repo owner gitmaster at git.koha-community.org
Mon May 5 04:58:37 CEST 2014


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, master has been updated
       via  da08f65e11fbd33ad6a572a1234d031efd2a3647 (commit)
      from  d89e100dda471f2c63fbf0cef4fd2aae0e407e64 (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 da08f65e11fbd33ad6a572a1234d031efd2a3647
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Mon Apr 7 10:23:05 2014 +1200

    Bug 11684: avoid mixed content warnings using SSL with Amazon - opac-readingrecord and opac-user
    
    To test:
    
     0) It goes without saying that images being looked at should
        continue to be the proper size and look ok.
     1) In the staff client, change the OPAC system preference
         opacthemes to 'bootstrap'.
     2) Enable Amazon images in the system preferences
     3) Issue a book you know will have images for a known user
     4) Issue a book you know will have images for intentionally
         overdue for the same user
     5) git reset --hard origin/master
     6) In OPAC, log in as the user.
        -- On the 'your summary' tab on the left (which is default),
           a) In the 'Checked out' tab, there should be at least two
              books. The two books issued should have http images.
           b) In the 'Overdue' tag, there should be at least one
              book. The image for the overdue book issued should
              have http images.
     7) Click the 'your reading history' tab on the left.
        -- The images for the two books issued should have
           http images.
     8) Apply the patch
     9) Repeat steps 6-7, but all the images in question should
        have https images now.
    10) In the staff client, change the OPAC system preference
         opacthemes to 'prog'.
    11) Repeat steps 5-9
    12) Run the koha QA test tool
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Checked reading history, overdoes, and checkouts in
    bootstrap and prog OPAC. Amazon image URL is now https://.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt          |    4 ++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt      |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt               |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list