[koha-commits] main Koha release repository branch master updated. v17.11.00-513-gaddb4a0

Git repo owner gitmaster at git.koha-community.org
Tue Feb 13 17:08:07 CET 2018


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  addb4a06b5e082c56f91a325565c0b688439a1de (commit)
       via  5bc0ea5bd73e679cafabc73506584f9e29493529 (commit)
       via  c24abd7dc1fdd71e64083478134dc99fc39cf654 (commit)
       via  c5dcfcd6b3bf24b78fab75149b271ea902b393bf (commit)
       via  818f1c2f83682167c6850bf28eeac89a06389e8e (commit)
       via  8cd0a76d1034d582ff0cfde986331324369294f7 (commit)
       via  c079990723a90e2d97f821959cf0289dad539c73 (commit)
       via  47b359cc96b238250637db9ae9df2e176c4ea3ca (commit)
       via  3c78966c5d6eb182ad3de2eaf9d47fa843764c6b (commit)
      from  0b8ae21185a6c175b47407b4dfc716efd58108dd (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 addb4a06b5e082c56f91a325565c0b688439a1de
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 13 12:33:30 2018 -0300

    Bug 20190: Replace intranet-tmpl with [% interface %]
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5bc0ea5bd73e679cafabc73506584f9e29493529
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Tue Feb 13 10:01:05 2018 -0500

    Bug 20190: TinyMCE is broken and not displayed
    
    Changes made by bug 12904 appear to have affected TinyMCE.
    
    Test plan:
    1) Edit a library, note the OPAC info editor is missing
    2) Apply this patch
    3) Reload the page
    4) The editor is back!
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c24abd7dc1fdd71e64083478134dc99fc39cf654
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 13 12:47:27 2018 -0300

    Bug 20189: Fix style on installer and onboarding pages
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c5dcfcd6b3bf24b78fab75149b271ea902b393bf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Feb 13 15:33:12 2018 +0100

    Bug 20189: Fix style on the authentication page
    
    Needed when logging out and in again..
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 818f1c2f83682167c6850bf28eeac89a06389e8e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Feb 13 15:53:48 2018 +0100

    Bug 20187: (QA follow-up) Replace N,L flag by L flag
    
    The flags [N,L] make no sense: next and last combined.
    Choosing here for L to stop the rewriting process.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8cd0a76d1034d582ff0cfde986331324369294f7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 13 13:20:24 2018 +0000

    Bug 20187: New rewrite rules can break custom css
    
    Koha has the ability to include custom css in the apache configuration.
    If a library has any custom css ( or adds a custom js file in some way ),
    and that file has an underscore in it ( e.g. my_custom.css ), the
    apache rewrite rule will convert it to my.css and thus it will 404.
    
    We should make the rewrite rules as specific as possible for the
    format we are using.
    
    Test Plan:
    1) Set OPAC_CSS_OVERRIDE to a file with an underscore in it
    2) Note it does not work
    3) Apply this patch
    4) Update the apache rewrite rules to match those in the patch
       For kohadevbox, just run /home/vagrant/misc4dev/cp_debian_files.pl
    5) Restart apache
    6) Reload the page, your custom css should load now!
    
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c079990723a90e2d97f821959cf0289dad539c73
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 5 15:30:48 2018 +0000

    Bug 20135: Prevent staff client language choose pop-up from appearing off-screen
    
    This patch fixes a bug which was introduced by Bug 19851 ("Improve
    responsive layout handling of staff client menu bar."). The changes in
    that patch did not take into account the effects it would have on the
    language menus in the footer.
    
    This patch adds some additional classes to some menus and adds some CSS
    for those classes so that menus are correctly aligned left or right
    based on their position on the screen.
    
    To test, apply the patch and clear your cache if necessary. You should
    have multiple translations installed and enabled, at least one of which
    should have more than one "sub-language" (e.g. en-GB and en-US).
    
    In the staff client, test the appearance of various drop-down menus with
    the browser width above and below 800 pixels wide:
    
    - Search and More menus in the header
    - User/Library menu in the header
    - Language selection in the footer
    - Language selection in the header
    
    In all cases, menus should look correct and should not be aligned in
    such a way that they disappear off the left or right sides of the
    screen.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 47b359cc96b238250637db9ae9df2e176c4ea3ca
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 13:17:50 2017 -0300

    Bug 19671: Map itemtypes to hash for correct display in issues_stats.pl
    
    To test:
    1 - Run the circulation wizard with itemtypes as columns, shelving
    locations as rows - display on screen
    2 - Note all itemtype values are blank
    3 - Switch rows/columns - same issue
    4 - Apply patch
    5 - Re-run reports
    6 - Itemtypes should display correctly
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3c78966c5d6eb182ad3de2eaf9d47fa843764c6b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 8 18:27:42 2018 +0000

    Bug 20163: Position of NoLoginInstructions text is inconsistent
    
    This patch modifies the markup for two login forms, making the markup
    more consistent between them. The order of NoLoginInstructions, "Forgot
    your password?" and "Don't have an account?" should now be the same.
    
    This patch also updates some classes in each login form to allow for
    more consistent custom styling.  A couple of capitalization corrections
    are included.
    
    To test, enable the PatronSelfRegistration and OpacResetPassword
    preferences. Put some text in the NoLoginInstructions preference.
    
    View the login form as associated links on the OPAC main page. Compare
    to the login form which appears in a modal window when you click the
    login link at the top of the page. The two areas should look consistent.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Auth.pm                                         |    1 +
 debian/templates/apache-shared-intranet.conf       |    4 +-
 debian/templates/apache-shared-opac.conf           |    4 +-
 etc/koha-httpd.conf                                |    8 ++--
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   38 ++++++++++-------
 .../intranet-tmpl/prog/en/includes/header.inc      |    6 +--
 .../prog/en/includes/installer-doc-head-close.inc  |   16 +++----
 .../prog/en/includes/intranet-bottom.inc           |    2 +-
 .../prog/en/includes/langmenu-staff-top.inc        |    4 +-
 .../prog/en/includes/wysiwyg-systempreferences.inc |    1 +
 .../prog/en/modules/admin/branches.tt              |    1 +
 .../intranet-tmpl/prog/en/modules/help/edithelp.tt |    1 +
 .../prog/en/modules/onboarding/onboardingstep2.tt  |    2 +-
 .../prog/en/modules/onboarding/onboardingstep3.tt  |    2 +-
 .../prog/en/modules/onboarding/onboardingstep4.tt  |    2 +-
 .../prog/en/modules/onboarding/onboardingstep5.tt  |    2 +-
 .../prog/en/modules/tools/koha-news.tt             |    1 +
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |   44 +++++++++++---------
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |   34 ++++++++-------
 reports/issues_stats.pl                            |   10 ++---
 20 files changed, 101 insertions(+), 82 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list