[koha-commits] main Koha release repository branch master updated. v3.20.00-490-g813a047

Git repo owner gitmaster at git.koha-community.org
Wed Sep 2 16:05:26 CEST 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  813a047e236947a815c4be3c3dde38f19844b962 (commit)
       via  90285259e898f4734684edf10a64c252a180fdf6 (commit)
       via  6ad59e7ab45bbd2858f4cfad83d862688a48e49b (commit)
       via  ce2ea94f304b8e3a0c5fa6c967c2b864e5d0e7bc (commit)
       via  4e69b25e71fcb74ce3c2d3830deafdd1569fe361 (commit)
       via  fc568dfb22238a052d7772a0bba374f836543d46 (commit)
       via  438b62e8ffcbab3742ab9a48602a9653b1afde6f (commit)
      from  6256eac2f672c9ef4e8ec63bfe952af34051d9df (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 813a047e236947a815c4be3c3dde38f19844b962
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 18 18:40:31 2015 +0100

    Bug 14584: Encoding broken with system preferences
    
    The pref are double encoded.
    
    From bug 12411:
    "This will fix the encoding issues existing in 3.14 and 3.16.
    The issue still appear in master but is fixed by bug 11944."
    
    They should not have been pushed together.
    
    Test plan:
    1) You need an accentuated language installed.
    2) Go to NoLoginInstructions pref, and add some accentuated message like
    "Hélo médames é mècieüx"
    3) refresh opac home page, message should be gibberish
    4) apply patch.  Message should be ok now.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Works as expected.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 90285259e898f4734684edf10a64c252a180fdf6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 16:24:32 2015 +0100

    Bug 14696: useless use of String::Random in catalogue/search.pl
    
    Bug 10404 adds the use of String::Random to catalogue/search.pl but bug
    11369 removes it without removing the import line.
    
    Test plan:
      git grep String::Random catalogue/search.pl
    should not return anything
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 6ad59e7ab45bbd2858f4cfad83d862688a48e49b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 24 10:07:37 2015 +0100

    Bug 14709: Do not access to C4::Context->userenv from the commandline
    
    The script dies with
      Can't use an undefined value as a HASH reference at tools/export.pl
    line 149.
    if it is called from the command line.
    
    This is introduced by bug 13040.
    
    The C4::Context->userenv is not defined in this case.
    
    Test plan:
    Execute the script using the command line.
    With the patch applies you should not get the error.
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit ce2ea94f304b8e3a0c5fa6c967c2b864e5d0e7bc
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Wed Sep 2 09:49:41 2015 -0300

    Bug 14205: (RM followup) DBIx updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 4e69b25e71fcb74ce3c2d3830deafdd1569fe361
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Wed Sep 2 09:45:35 2015 -0300

    Bug 14205: DBRev 3.21.00.22
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit fc568dfb22238a052d7772a0bba374f836543d46
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 4 10:00:51 2015 +0100

    Bug 14205: Deleting an Item/Record does not remove link to course reserve
    
    A constraint is missing on the course_reserves.ci_id field.
    This patch adds it and removes orphan rows.
    
    Test plan:
    0/ Don't apply the patch
    1/ Login to Staff Site.
    2/ Go to Course Reserves
    3/ Create Course
    4/ Add Reserve
    5/ Go to item added (delete item/record)
    6/ Refresh Course (see no items attached)
    7/ Delete Course
    8/ See course still listed in the courses (Not deleted)
    9/ Apply the patch and execute the updatedatabase entry.
    10/ Delete the Course
    Note that the course has correctly been removed.
    
    NOTE: Make sure to set the UseCourseReserves system preference to test.
          Tested before (problem existed) and after (problem solved) update.
          Dropped DB, web installed, and put in dummy data and retested.
          Problem solved.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 438b62e8ffcbab3742ab9a48602a9653b1afde6f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 18 09:08:09 2015 +0100

    Bug 14685: Fix set guarantor for a child or professional accounts
    
    Bug 13970 removed some useful code to automatically set the guarantor
    when creating a child.
    
    But finally there is a better way to do the job, we just need to assume
    that only children or professional can have a guarantor.
    
    Test plan:
    1/ Create an adult patron and add a child.
    2/ The guarantor info should be retrieved and set on the child creation
    page.
    3/ Create an organization and add a child
    4/ The guarantor info should be retrieved and set on the adult creation
    page.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    This patch catches both cases, thanks Jonathan!
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 Koha.pm                                |    2 +-
 Koha/Schema/Result/CourseItem.pm       |   19 +++++++++++++++++--
 Koha/Schema/Result/CourseReserve.pm    |   22 +++++++++++++++++++---
 Koha/Template/Plugin/Koha.pm           |    3 +--
 catalogue/search.pl                    |    1 -
 installer/data/mysql/kohastructure.sql |    4 +++-
 installer/data/mysql/updatedatabase.pl |   18 ++++++++++++++++++
 members/memberentry.pl                 |    3 ++-
 tools/export.pl                        |    2 +-
 9 files changed, 62 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list