[koha-commits] main Koha release repository branch master updated. v3.18.00-380-g45e5afb

Git repo owner gitmaster at git.koha-community.org
Mon Mar 2 15:41:05 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  45e5afb77b8185eda9151cde7943577201671d17 (commit)
       via  90ac9ec545b9883de63943daef0ffe0692c1b799 (commit)
       via  a78b95821369a9a2c2eef50d9d3191612bd342c2 (commit)
       via  e08f4e75db215b4daab7290761714632dac0dfed (commit)
       via  e9ded6adde96e023108fa2c6a232166616e00a32 (commit)
       via  b1ef4123bf80522fbab97e4ac7e4648a4122d6e9 (commit)
      from  003993d547a98a3b1e085058b96aecd318ece036 (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 45e5afb77b8185eda9151cde7943577201671d17
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Feb 23 12:32:33 2015 +0100

    Bug 13731: Suggestions reason does not save on updating the status
    
    On the suggestion list view, if you set a status, it won't be saved.
    
    Test plan:
    1/ Create a suggestion
    2/ Go on the suggestion list view (suggestion/suggestion.pl)
    3/ Select a suggestion and marked it as "rejected" (or the status you
    want) and choose a reason
    4/ Save
    5/ Browse you suggestions DB table (using your favorite MySQL CLI) and
    verify that the "reason" field is correctly filled.
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as expected, thx!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 90ac9ec545b9883de63943daef0ffe0692c1b799
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 22:24:03 2015 +0100

    Bug 13745: Fix serial collection page to always show branch name
    
    The serial collection page shows 2 tables, one for the subscriptions
    and a second for the issues. Both show the branch, but the first
    showed the code while the second showed the name.
    With this patch both tables show the name.
    
    To test:
    - Search for a subscription or create one
    - Navigate to the serial collection page (navigation on left side)
    - Check both tables on the page show the branch name with
      the patch applied
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a78b95821369a9a2c2eef50d9d3191612bd342c2
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 20:52:02 2015 +0100

    Bug 13741: "No fund found" is not translatable
    
    The string "No fund found" on the funds overview page is
    not translatable.
    
    To test:
    - Create a new budget
    - Check for the string on the funds page of the new budget
    - Run an update on one of the po file sets
        cd misc/translator
        perl translate update <langcode>
    - Verify that the string now appars in the po file for staff
    - Verify the page still looks the same as before the patch
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e08f4e75db215b4daab7290761714632dac0dfed
Author: Marc Véron <veron at veron.ch>
Date:   Tue Feb 10 18:32:08 2015 +0100

    Bug 13676 - OpacSuppression description says 'items' but means 'records'
    
    This patch changes the wording for the OpacSuppression preference description.
    
    Without patch:
    ... items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed item, or your searches will be broken. ...
    
    With patch:
    ... items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed biblio record, or your searches will be broken. ...
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e9ded6adde96e023108fa2c6a232166616e00a32
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Wed Feb 25 15:53:57 2015 +0100

    Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build
    
    Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related
    path that does not exist anymore (bug 13612 I guess). Build process ends with an error.
    This patch deletes the line.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b1ef4123bf80522fbab97e4ac7e4648a4122d6e9
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Feb 24 10:54:57 2015 -0300

    Bug 13753: koha-indexer contains invalid statement
    
    An incorrect conditional makes the indexer daemon fail to load.
    
    To test:
    - Enable the indexer daemon on packages [1]
    - Restart koha-common:
      $ service koha-common restart
    - Run
      $ ps waux | grep koha-indexer
    => FAIL: there's no reference to the rebuild_zebra.pl script
      (line should look like *rebuild_zebra.pl -daemon*)
       Run ps -ef | grep rebuild_zebra.pl too to make sure.
    - Apply the patch, repeat the steps
    => SUCCESS: the rebuild_zebra.pl script is ran
    - Sign off :-D
    
    Thanks
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 debian/rules                                                  |    2 --
 debian/scripts/koha-indexer                                   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt    |    2 +-
 .../prog/en/modules/admin/preferences/cataloguing.pref        |    2 +-
 .../prog/en/modules/serials/serials-collection.tt             |    2 +-
 suggestion/suggestion.pl                                      |    9 +++------
 6 files changed, 7 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list