[koha-commits] main Koha release repository branch master updated. v3.16.00-155-g059f201

Git repo owner gitmaster at git.koha-community.org
Mon Jun 30 14:41:07 CEST 2014


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  059f20171077a8f78af4d1c89d1e547948ae1e9f (commit)
       via  75af5146560e90117f6e07f80b35c36c283a7ada (commit)
       via  d253ec12997d0ae2fc982036f421125c6ae20756 (commit)
       via  31ac9c980646e8031ccf0fb942ce9890fa4a15e6 (commit)
       via  a9a077b640e2374af52b61e8864f71b0bacc3f1b (commit)
       via  dd20a6b5ae0692af7637214210a2f57520f65341 (commit)
      from  16bf749305851ef3110ff5d3e101eff7912cfc05 (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 059f20171077a8f78af4d1c89d1e547948ae1e9f
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Jun 27 16:42:39 2014 -0300

    Bug 12223 - members-update.tt has misspelled field B_phone name
    
    This patch fixes a misspelled word
    
    To test:
    1. login in opac, clic personal details, change Alternate phone
    number and submit
    2. go to staff, Patrons, clic on link 'Patrons requesting modifications'
    Alternate phone has mispelled label
    3. apply the patch
    4. reload, label is fixed
    
    Followed test plan. Typo is fixed.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes a typo, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 75af5146560e90117f6e07f80b35c36c283a7ada
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jun 5 09:28:29 2014 +0200

    Bug 12361 - No default value for opaccolorstylesheet syspref
    
    After install, the syspref opaccolorstylesheet will by default contain colors.css.
    This file exist in OPAC prog theme but not in bootstrap theme.
    
    This patch set the syspref empty by default in installer/data/mysql/sysprefs.sql.
    
    Test plan :
    - Create a fresh install
    - Look at opaccolorstylesheet content
    => without this patch : is contains colors.css
    => with this patch : it is empty
    - Enable opac bootstrap theme
    - Go to opac main page
    - Look at HTTP errors (with firebug for example)
    => without this patch : there is a 404 error because colors.css does not exist
    => with this patch : no such error
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d253ec12997d0ae2fc982036f421125c6ae20756
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 30 10:03:11 2014 -0300

    Bug 12479: (QA followup) minor fixes, and tcohen added
    
    David's name gets alphabeticaly sorted, and Tomás is added.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 31ac9c980646e8031ccf0fb942ce9890fa4a15e6
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Jun 25 16:52:54 2014 +1000

    Bug 12479 - [SIGNED-OFF] Update mailmap for master
    
    Just wanted to add a mailmap entry so that GitStats merges together
    the commits I made as "David <dcook at prosentient.com.au>" versus
    "David Cook <dcook at prosentient.com.au>".
    
    Also increases accuracy if myself or others does a git shortlog...
    
    _TEST PLAN_
    
    Before applying:
    
    1) Run 'git shortlog --author="dcook at prosentient.com.au"'
    2) Note two entries: one for "David" and one for "David Cook".
    
    3) Apply patch
    
    4) Repeat step 1
    5) Note only one entry for "David Cook"
    
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    Works as advertised.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

commit a9a077b640e2374af52b61e8864f71b0bacc3f1b
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Jun 24 08:15:47 2014 +1200

    Bug 7143: Updating new developers
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Edit: Switched from spaces to tabs in history.txt.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit dd20a6b5ae0692af7637214210a2f57520f65341
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 26 14:13:40 2014 -0400

    Bug 12464 - Bootstrap XSLT view no longer displaying 505 correctly formatted
    
    505 contents notes are not displayed correctly in the Bootstrap theme
    because the relevant CSS was not included in the transfer from prog.
    This patch adds it.
    
    To test, apply the patch and view a record in the OPAC which contains a
    505 note with contents details. Clear your browser cache if
    necessary. The contents should appear correctly, with a line break for
    each entry.
    
    I tested with the same biblio as shown in attachment #1 (imported from Library of Congress)
    After applying patch the record displays the same as in prog theme
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    CSS change only. Works as expected, no problems found.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .mailmap                                           |    2 +
 docs/history.txt                                   |   10 +-
 installer/data/mysql/sysprefs.sql                  |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    6 +
 .../prog/en/modules/members/members-update.tt      |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |  360 +-------------------
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |   29 ++
 7 files changed, 48 insertions(+), 363 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list