[koha-commits] main Koha release repository branch master updated. v3.20.00-1184-gd64afea

Git repo owner gitmaster at git.koha-community.org
Wed Nov 11 15:09:20 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  d64afea6f5297f553d1cc45230039d839404e5c9 (commit)
       via  94c5f8d5f06b588da0903c9607349adbf16344be (commit)
       via  ef0b3869a6b608494f0064249ead3cd3cda712af (commit)
       via  79cedd37187087e70719af8d653a9a0fe157eae0 (commit)
       via  d383d0b1271ec391480f9c3b02a1a078c8f76594 (commit)
      from  b2c302440b7d33e8dc3923b645286a70111dd305 (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 d64afea6f5297f553d1cc45230039d839404e5c9
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Sat Nov 7 23:59:23 2015 -0600

    Bug 15102: Fix capitalization for some strings on XSLT detail pages
    
    To test:
    -Search records with 336, 337, 338, 700$i, and 7XXind=2
    -Search records with 508, 264Ind=4, 246, 856, and LDR/6 and
    LDR/7 (BK, VM, CR, CF)
    -Notice the capitalization (Contained Works, Related Works, Media Type,
    Content Type, and Carrier Type, Production Credits, Copyright Date,
    Other Title, Online Access, Continuing Resource, Mixed Materials,
    Computer File, Visual Material) in both OPAC and Intranet for
    records detail pages and results pages
    -Apply this patch
    -Search again and get notice about the capitalization following
    Koha coding guidelines
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 94c5f8d5f06b588da0903c9607349adbf16344be
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Tue Jul 21 18:38:58 2015 +0000

    Bug 14553: Silencing warn triggered when clearing item rating on OPAC
    
    To test:
    
    1) Go to any item and clear the star rating (don't have to set a rating first)
    2) Notice the warn
    3) Apply patch and reload page
    4) Clear star rating
    5) Notice no warn
    6) Click a star to add a rating
    7) Make sure your rating, the average rating and amount of votes are all
       correct
    8) Could be beneficial to log in as another user and try to add a rating on the
       same item from their account. Check the average rating is
       cacalculated and amount of votes increases
    9) Confirm still no warns
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Can see the warning in logs, and its disappearance with this patch.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ef0b3869a6b608494f0064249ead3cd3cda712af
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 12:40:52 2015 +0000

    Bug 14998: Restore previous behavior
    
    We want to convert a us or metric date formatted to the format defined in
    the pref.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 79cedd37187087e70719af8d653a9a0fe157eae0
Author: Marc Véron <veron at veron.ch>
Date:   Sat Oct 10 11:38:20 2015 +0200

    Bug 14998: Remove C4::Dates from installer and maintenance folders
    
    - installer/data/mysql/updatedatabase.pl
    - misc/maintenance/fix_accountlines_date.pl
    
    To test for updatedatabase.pl
    
    - perl installer/data/mysql/updatedatabase.pl
    - review code. Difficult to test, because the code affects
      $DBversion = '3.03.00.035'
    
    To test for misc/maintenance/fix_accountlines_date.pl
     - review code
     - The file seems to be a file used for an update, could it be obsolete?
       If yes, remove it in a follow-up
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Code OK. Tested updatedatabase.pl with an old DB backup: OK.
      fix_accountlines_date.pl still working after the patch. Could be removed from
      master IMO.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit d383d0b1271ec391480f9c3b02a1a078c8f76594
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 13:19:22 2015 +0000

    Bug 14544: Remove debug line
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl                   |    6 +++---
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl           |   12 ++++++------
 .../prog/en/xslt/MARC21slim2intranetResults.xsl          |   12 ++++++------
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |    2 +-
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl          |   12 ++++++------
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl         |   10 +++++-----
 .../opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl      |    2 +-
 misc/maintenance/fix_accountlines_date.pl                |   14 +++++++-------
 opac/opac-ratings-ajax.pl                                |    5 ++---
 opac/opac-search.pl                                      |    1 -
 10 files changed, 37 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list