[koha-commits] main Koha release repository branch master updated. v3.18.00-606-g05d57a1

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 19:57:20 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  05d57a1880bd164f727a772e113bacb779b9f91d (commit)
       via  94836adbfb1387fe3c359212ae8faaf8fcfe6654 (commit)
       via  53b3eebf5cd18f60f639888c37739abff2a2dfbf (commit)
       via  31df3893376adcde95612f7eb4b6848114806fce (commit)
       via  9bb2dc2ed7bcabf487a7e81218b8b47b4958ad02 (commit)
       via  0e279fb2e01dd27fd9d932bc20fc9de563c5be82 (commit)
       via  c4a45759232b87712c67dd01631a3f7cb696b967 (commit)
      from  2fa0f6f4ab2c2492309db92fed2d34d148d9ffd3 (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 05d57a1880bd164f727a772e113bacb779b9f91d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 8 14:56:44 2015 -0300

    Bug 13896: (QA followup) fix koha-{stop|restart}-zebra too
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 94836adbfb1387fe3c359212ae8faaf8fcfe6654
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 19 16:39:13 2015 +0100

    Bug 13875: Columns configuration - Allow underscore in table name
    
    This is a bug fix for bug the columns configuration feature, and
    specialy for bug 13864.
    
    Test plan:
    Apply patches on bug 13864 and save columns for the late orders (in the
    columns configuration admin page).
    Confirm that they are correctly saved.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    works as expected
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 53b3eebf5cd18f60f639888c37739abff2a2dfbf
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 7 11:07:59 2015 +0200

    Bug 13864: Fix height for Colvis entries
    
    On the late orders page, the "Show/hide columns" displays the "estimated
    delivery date" is a litle bit to long and overflows between 2 lines.
    
    This patch fixes the height to 100%.
    
    Test plan:
    Go on the late orders page and confirm the "estimeated delivery date"
    entry is correctly displayed.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 31df3893376adcde95612f7eb4b6848114806fce
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 18 12:56:07 2015 +0100

    Bug 13864: Columns configuration - Late orders
    
    This patch adds the ability to hide columns on the late orders page
    (acqui/lateorders.pl).
    
    Test plan:
    Go on the late orders page and confirm you are able to hide columns.
    You can also play with the columns configuration admin page and confirm
    that the behaviors are consistent.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    http://bugs.koha-community.org/show_bug.cgi?id=13875
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9bb2dc2ed7bcabf487a7e81218b8b47b4958ad02
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 7 11:24:58 2015 +0200

    Bug 2542: Replace default value "0" with ""
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0e279fb2e01dd27fd9d932bc20fc9de563c5be82
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 18 16:49:52 2015 +0100

    Bug 2542: Validate the amount of a manual invoice/create
    
    If a manual invoice/credit amount is not correctly set, it should not be
    accepted.
    
    Test plan:
    Try to create a manual invoice and a manual credit with an amount containing
    something else than numbers.
    It should not be possible.
    
    Followed test plan. Patch behaves OK, including that negative values are not allowed.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c4a45759232b87712c67dd01631a3f7cb696b967
Author: Attila Kinali <attila at kinali.ch>
Date:   Mon Mar 23 22:58:22 2015 +0100

    Bug 13896: Fix pid file creation, use proper directory instead of /tmp/
    
    daemon uses by default /tmp/ for pid files, if they are unspecified.
    Pass the right directory to daemon, so it knows where to put the pid file.
    
    Signed-off-by: Attila Kinali <attila at kinali.ch>
    
    TEST PLAN
    ---------
    1) Roll a distribution and confirm it works.
    
    OR
    
    1) Hack all the /var directories to point to git directories
    2) Add a dummy user for the instance name
    3) sudo the script with the faked instance name.
       -- the daemon should be running and the pid file should be in
          the expected directory.
    
    The first way is the proper way to test, I did the latter. :)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 admin/columns_settings.pl                          |    2 +-
 admin/columns_settings.yml                         |   30 ++++++++++++++++++++
 debian/scripts/koha-restart-zebra                  |    2 ++
 debian/scripts/koha-start-zebra                    |    1 +
 debian/scripts/koha-stop-zebra                     |    1 +
 .../prog/en/css/datatables.colvis.css              |    1 +
 .../prog/en/modules/acqui/lateorders.tt            |    7 +++--
 .../prog/en/modules/admin/columns_settings.tt      |   27 +++++++++---------
 .../prog/en/modules/members/mancredit.tt           |    2 +-
 .../prog/en/modules/members/maninvoice.tt          |    2 +-
 10 files changed, 57 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list