[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-35-gd941d85

Git repo owner gitmaster at git.koha-community.org
Mon Dec 6 23:27:42 CET 2010


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, 3.2.x has been updated
       via  d941d85712eaa4b58bc6fc071a7585efeb2ceb02 (commit)
       via  7f8130e433548ac3efaa0f45f4779d0897cd5704 (commit)
       via  f86e6f5d2412b1cdca009954a654457a5bbb087f (commit)
      from  ce763e58ff47a5ab413a97862fcf905fb73aff82 (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 d941d85712eaa4b58bc6fc071a7585efeb2ceb02
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Dec 6 11:56:12 2010 +0000

    Incremental fix for Bug 3285 - Location on Add Subscription should be pull down
    
    - Adds location dropdown to subscription edit form
    - Pulls authorised value for display on subscription detail page
    - Adds function for pulling authorised value description based
      on category and value
    
    This patch does NOT implement automatic preselection of the shelving
    location form field on the serial add item screen. This must be
    worked out in order for the bug to be closed.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit e54169ba0f06cd835d72936e14012933a67793e7)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 7f8130e433548ac3efaa0f45f4779d0897cd5704
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Thu Dec 2 09:45:29 2010 -0500

    Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql
    
    Fixes de-DE, en, fr-FR, pl-PL, ru-RU and uk-UA default install values for this system preference (changing from '0'
    to 'OFF', the preferred value).
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit b112ec8ff4486a6391a544163ac4ec27aceccb79)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit f86e6f5d2412b1cdca009954a654457a5bbb087f
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Thu Dec 2 09:29:27 2010 -0500

    Bug 5457: gather_print_notices.pl requires explicit stylesheet
    
    Adds a conditional around the opening and closing of STYLESHEET, testing on whether the $stylesheet variable is set
    or not.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 31622bc6b3fe1f42d78c13c890ca2706dc41e86c)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Koha.pm                                         |   22 ++++++++++++++++++++
 installer/data/mysql/de-DE/mandatory/sysprefs.sql  |    2 +-
 installer/data/mysql/en/mandatory/sysprefs.sql     |    2 +-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 +-
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |    2 +-
 ...m_preferences_full_optimal_for_install_only.sql |    2 +-
 ...m_preferences_full_optimal_for_install_only.sql |    2 +-
 .../prog/en/modules/serials/subscription-add.tmpl  |    5 +++-
 misc/cronjobs/gather_print_notices.pl              |    8 ++++--
 serials/subscription-add.pl                        |    4 +++
 serials/subscription-detail.pl                     |    2 +-
 11 files changed, 42 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list