[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.06-5-gc5c9545

Git repo owner gitmaster at git.koha-community.org
Fri Dec 4 20:23:57 CET 2015


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.20.x has been updated
       via  c5c954506f5400b8732ee37c52d86c009215ec8f (commit)
       via  80c433c4449469831c95a9d59ef952ef161cb96a (commit)
      from  674260ed4696bbf3b5a1bbeb33359caaaca5d974 (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 c5c954506f5400b8732ee37c52d86c009215ec8f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 1 11:58:41 2015 +0100

    Bug 5371: (follow-up) Force no caching for private pages at the OPAC
    
    Same as previous patch for opac-messaging.pl and opac-readingrecord.pl
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit a988e9425ce1f8f4bf28b46473adac941d634973)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 80c433c4449469831c95a9d59ef952ef161cb96a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 17 12:45:15 2015 +0100

    Bug 5371: Force no caching for private pages at the OPAC
    
    In order no to slow too much the browsing, it is certainly not a good
    idea to add this cache-control value for all pages at the OPAC.
    
    This patch just adds where the author found it could be useful.
    
    Test plan:
    1/ Login at the OPAC
    2/ Go on the account page (opac/opac-account.pl)
    3/ Click log out
    4/ Use the back button of your browser
    Without this patch you will see the previous page.
    With this patch, the previous page will be reloaded and you will be
    redirected to the login form.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 542ab0bce949eba3abc98ff1c433fe6099db105d)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 opac/opac-account.pl        |    3 +--
 opac/opac-basket.pl         |    2 +-
 opac/opac-browser.pl        |    2 +-
 opac/opac-discharge.pl      |    2 +-
 opac/opac-memberentry.pl    |    2 +-
 opac/opac-messaging.pl      |    2 +-
 opac/opac-mymessages.pl     |    2 +-
 opac/opac-passwd.pl         |    2 +-
 opac/opac-privacy.pl        |    2 +-
 opac/opac-readingrecord.pl  |    2 +-
 opac/opac-reserve.pl        |    3 +--
 opac/opac-search-history.pl |    2 +-
 opac/opac-user.pl           |    3 +--
 13 files changed, 13 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list