[koha-commits] main Koha release repository branch master updated. v3.16.00-180-ge8789ad

Git repo owner gitmaster at git.koha-community.org
Wed Jul 2 20:27:38 CEST 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  e8789adfe2c0351101c0fe1846b32d5bd2c01277 (commit)
       via  d7a55f58901d7cfd98b846213654df0d7544695b (commit)
       via  dccbba1d67fa64d8f48015825ce0fe495bbdcd0c (commit)
      from  9da4c80b0149a88c14316099515ede2ebdaf7646 (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 e8789adfe2c0351101c0fe1846b32d5bd2c01277
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 30 14:05:21 2014 -0400

    Bug 12386 - 'Days in advance' pull down in bootstrap OPAC is huge
    
    The "days in advance" form field on the "Your messaging settings" page
    in the OPAC has a Bootstrap-default width which is too wide. This patch
    adds a class to give it a more reasonable size.
    
    To test you must have the EnhancedMessagingPreferences preference set to
    "Allow." Log in to the OPAC and view the messaging settings page. The
    dropdown menu of numbers should look correct.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d7a55f58901d7cfd98b846213654df0d7544695b
Author: Reed Wade <reed at typist.geek.nz>
Date:   Thu Jun 26 02:24:07 2014 -0400

    Bug 8566: [SIGNED-OFF] Enable koha-foreach to insert the instancename into commands
    
    koha-foreach has been modified to replace __instancename__ with $name
    on each iteration using sed.
    
    The docbook file for koha-foreach has also been updated to reflect the
    new functionality.
    
    To test:
    
        koha-foreach ls -ld /etc/koha/sites/__instancename__
    
    should list directories instead of giving an error message.
    
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    The suggested example with ls works as expected, as does my
    more complex example with fines.pl:
    
    koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl \
    --out /var/log/koha/__instancename__/
    
    The man page looks good too.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit dccbba1d67fa64d8f48015825ce0fe495bbdcd0c
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jun 5 17:21:28 2014 +0200

    ug 11857 - Number of patrons on a patron list not accurate
    
    When creating a patron list with only 1 patron, the patron
    lists page says that the list contains 3 patrons.
    When creating a patron list with only 1 patron, it works fine.
    
    This is caused by the fact that access on "patron_list_patrons"
    Koha::Schema::Result::PatronList object returns an hash if one
    result and an array if more results.
    See similar problem at
    http://permalink.gmane.org/gmane.comp.lang.perl.modules.template-toolkit/7250
    
    This patch replaces by the call on resultset and then the use of
    "count" method.
    
    Test plan :
    - Go to patron lists : /cgi-bin/koha/patron_lists/lists.pl
    - Create a new patron list LIO
    - Add one patron
    - Create a new patron list LIM
    - Add 2 patrons
    - Go to patron lists : /cgi-bin/koha/patron_lists/lists.pl
    => Without this patch you see :
      Name  Patrons in list
      LIO   3
      LIM   2
    => With this patch you see :
      Name  Patrons in list
      LIO   1
      LIM   2
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no koha-qa errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Confirmed the problem and that
    the patch fixes it.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 debian/docs/koha-foreach.xml                                  |    1 +
 debian/scripts/koha-foreach                                   |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt    |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list