[koha-commits] main Koha release repository branch master updated. v3.18.00-20-g0edebb1

Git repo owner gitmaster at git.koha-community.org
Wed Dec 17 23:26:19 CET 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  0edebb12b4aa9bb0532eb574aaaeee201a61f595 (commit)
       via  6c23ef54a32bbdfcc04e59b96ae9936240c46e41 (commit)
       via  6413eb9949956b899d4049bf53cb5a6dff15154f (commit)
       via  d37dee3ddf97a028cc42ef15fd9f938d9b7bd89a (commit)
       via  99f3121ff874fdc38aa607ca0db5b16436dd16ca (commit)
       via  1c3b98e146df0cdd1976c6bf51840ac2103b24cf (commit)
      from  5bdf4601df1de15387fe8a3c43e526e811a3c39f (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 0edebb12b4aa9bb0532eb574aaaeee201a61f595
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Nov 28 15:14:53 2014 -0300

    Bug 13362: translate script creates dirs on update
    
    A dir creation was uncommented (by me), the effect is
    create a lang dir on 'update', which is no needed.
    
    To test:
    1) Update translation files for a uninstalled language
    (cd misc/translator; ./translate update xx-YY)
    
    2) Check new dirs
    koha-tmpl/opac-tmpl/bootstrap/xx-YY/
    koha-tmpl/intranet-tmpl/prog/xx-YY/
    koha-tmpl/intranet-tmpl/prog/en/modules/help/xx-YY/
    
    3) Clean all
    git clean -f -d
    
    4) Apply the patch
    
    5) Repeat 1) (i.e. update)
    
    6) Check no new dirs this time
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested according to test plan, works as described.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6c23ef54a32bbdfcc04e59b96ae9936240c46e41
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 3 08:36:04 2014 -0500

    Bug 13375: Syspref search highlight styling broken in Chrome
    
    This patch encloses the the syspref description/values mix in a <div>.
    It doesn't introduce any regression on other browsers (like Firefox) and
    has the side effect to make Chrome render the highlighted words on
    syspref searches well.
    
    This alternate patch uses a <div> instead of a <span> because it will
    sometimes contain block-level elements. Follow the same plan:
    
    To test:
    - Search for 'facet' on the sysprefs
    => FAIL: verify it has styling problems in Chrome
    - Apply the patch, reload
    => SUCCESS: styling is correct
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6413eb9949956b899d4049bf53cb5a6dff15154f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Dec 16 17:15:58 2014 +0000

    BUG 13468: Overdue notice lists all checked out books
    
    This patch should fix the issue when running under 'triggered' mode
    
    To test:
    
    1) Run overdue_notices.pl -t -n [to output notices to command
    line]
    2) Note that the notices output, list ALL checked out items
    3) Apply Patch
    4) Run again
    5) Note the difference
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: remove space changes.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d37dee3ddf97a028cc42ef15fd9f938d9b7bd89a
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Dec 12 11:51:38 2014 -0500

    Bug 13451: Holidays.t assumes default data
    
    This patch removes that assumption by expressly setting data
    to be default.
    
    TEST PLAN
    ---------
    1) Ensure that branch code is NOT 'MPL' in the
       repeatable_holidays table in your database.
    2) Ensure that branch codes 'MPL' and 'CPL' do not exist
       in the branches table in your database.
    3) prove t/db_dependent/Holidays.t
       -- this should bomb horribly.
    4) Apply patch
    5) prove t/db_dependent/Holidays.t
       -- all tests should succeed.
    6) run koha qa tests
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tests pass without holidays in the calendar.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 99f3121ff874fdc38aa607ca0db5b16436dd16ca
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Dec 11 11:51:20 2014 -0300

    Bug 13398: rotating collections scripts are skipped on install
    
    This patch makes the Makefile.PL script pick the rotating_collections/
    directory for install.
    
    To test:
    - Run:
      $ perl Makefile.PL
    - Install using either 'standard' or 'single' method.
    => FAIL: Verify that there is no 'rotating_collections' directory
       on the intranet CGI direcory.
    - Apply the patch
    - Run:
        $ perl Makefile.PL
    - Install using either 'standard' or 'single' method.
    => SUCCESS: Verify that there is a 'rotating_collections' directory
       on the intranet CGI direcory.
    - Sign off :-D
    
    Regards
    Tomas
    
    PS1: Note that it should be enough to check for the rotating_collections files
         on the generated Makefile after 'perl Makefile.PL'.
    PS2: The packages use the 'standard' install method to generate the file tree.
         So this patch should fix the packages too.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1c3b98e146df0cdd1976c6bf51840ac2103b24cf
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 10 09:38:12 2014 +0100

    Bug 13428: Fix regression on deleting facets
    
    Test plan:
    Search for something
    click on a facet with diacritic
    click on another facet
    remove the facet with diacritic
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Makefile.PL                                        |    1 +
 .../prog/en/modules/admin/preferences.tt           |    4 +--
 misc/cronjobs/overdue_notices.pl                   |   13 ++++++--
 misc/translator/LangInstaller.pm                   |    1 -
 opac/opac-search.pl                                |    3 +-
 t/db_dependent/Holidays.t                          |   35 ++++++++++++++++++++
 6 files changed, 51 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list