[koha-commits] main Koha release repository branch master updated. v3.22.00-15-g11e4c42

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 16:50:37 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, master has been updated
       via  11e4c42e05090a25bf9fa03275f708d1f1c4fde7 (commit)
      from  169015af947e52895e784375c4c654c110c7f1a9 (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 11e4c42e05090a25bf9fa03275f708d1f1c4fde7
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Nov 28 11:33:37 2015 -0300

    Bug 11038: Enable use of IntranetUserCSS on staff client login page
    
    This patch enable use of IntranetUserCss on staff client
    login page.
    
    To test:
    1) Add something to IntranetUserCSS to modify login page,
    for example
    
     #login h1 a {
       height:30px;
     }
    
    2) Logout from staff client, no changes on login page.
    3) Apply the patch
    4) Reload, now logo is cut in half :)
    Bonus) Login again an try changing image, add
    
     #login h1 {
      background: url(http://example.com/img/other-logo.png) no-repeat top center;
     }
    
    and fix height. Logout and check
    
    This also affects 3.20 and perhaps earlier versions.
    Re-upload to fix examples
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                                  |    1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list