[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.00-14-g14dc514

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 17:35:19 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.22.x has been updated
       via  14dc51472a88796f7bf5579e50174d691e74a28a (commit)
      from  0fba468262928dddb08d8e49e3e1cff8cb1ff557 (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 14dc51472a88796f7bf5579e50174d691e74a28a
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>
    (cherry picked from commit 11e4c42e05090a25bf9fa03275f708d1f1c4fde7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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