[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-31-g9d7d308

Git repo owner gitmaster at git.koha-community.org
Mon Oct 21 20:06:30 CEST 2013


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  9d7d3085ecfa9d989dc039a895e83a69b00f42a9 (commit)
      from  58d469ed4d6891cddf6a5ef35d21caa553dfb8ae (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 9d7d3085ecfa9d989dc039a895e83a69b00f42a9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Oct 20 17:52:06 2013 -0700

    Bug 11060: (Bootstrap theme) fix incorrect rendering for right to left languages
    
    The right-to-left CSS copied over from the prog theme does is not
    relevant to the redesigned templates. This patch updates the OPAC's
    right-to-left CSS and adds a couple of other right-to-left CSS files to
    override the default Bootstrap and jQueryUI CSS.
    
    To my eye this looks correct, but I don't speak Arabic.
    
    To test you must have a set of right-to-left templates, like
    ar-Arab, installed for the Bootstrap theme. At this time it is necessary
    to download the po file to your misc/translator/po directory. Again
    using ar-Arab as an example:
    
    http://translate.koha-community.org/ar/314/ar-Arab-opac-bootstrap.po
    
    Install the translation.
    
    Open the OPAC, switch to that right-to-left language, and reload to
    refresh the changed CSS. Confirm that it looks like right-to-left is
    working.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    As far as I can tell it looks very well.
    No koha-qa errors
    
    1) Downloaded arabic bootstrap PO
    2) Installed ar-Arab language, enabled on OPAC
    3) Tested as anonymous user and logged in one, all pages look
    well: cart, advanced search, user tabs.
    
    I sent an email to Karam Qubsi asking his opinion.
    But for me it's ok
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    I was testing this at the same time as Bernardo, so I will Pass QA on
    it, instead of signing it off
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    5 -
 .../opac-tmpl/bootstrap/css/right-to-left.css      |  583 +-
 .../bootstrap/en/includes/doc-head-close.inc       |   14 +-
 .../opac-tmpl/bootstrap/less/right-to-left.less    |  555 ++
 .../css/{bootstrap.css => bootstrap-rtl.css}       | 7950 ++++++++++----------
 .../lib/bootstrap/css/bootstrap-rtl.min.css        |  857 +++
 .../bootstrap/lib/jquery/jquery-ui-rtl.css         |    5 +
 7 files changed, 5784 insertions(+), 4185 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/right-to-left.less
 copy koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/{bootstrap.css => bootstrap-rtl.css} (89%)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.min.css
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl.css


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list