[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-14-gdf2d02a

Git repo owner gitmaster at git.koha-community.org
Mon May 28 11:47:19 CEST 2012


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.8.x has been updated
       via  df2d02a0d3a8615dad2166a87f0ad59ec758ab84 (commit)
       via  a8a16233336895e1e4514aa7f6e82b70a8183743 (commit)
       via  f4df63b153f1995606d475124702104f2ed182d3 (commit)
      from  98e0ecf355d5bf7a37571e8d47c258cb1220fd83 (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 df2d02a0d3a8615dad2166a87f0ad59ec758ab84
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon May 28 21:46:24 2012 +1200

    Bug 5795 : Updating version number

commit a8a16233336895e1e4514aa7f6e82b70a8183743
Author: Amit Gupta <amit.gupta at osslabs.biz>
Date:   Tue May 22 16:02:31 2012 +0530

    Bug 5795 Update the database as follow-up If sys pref
    
    ReservesControlBranch has null then update the table to
    insert a PatronLibrary as value
    
    To Test:
    1) Go to mysql use koha database
    2) select * from systempreferences where variable = 'ReservesControlBranch'; Check if value set to ItemHomeLibrary.
    +-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
    | variable              | value           | options                       | explanation                                     | type   |
    +-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
    | ReservesControlBranch | PatronLibrary   | ItemHomeLibrary|PatronLibrary | Branch checked for members reservations rights. | Choice |
    +-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Conflicts:
    
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Fixed for 3.8.x

commit f4df63b153f1995606d475124702104f2ed182d3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Apr 14 13:12:54 2012 +0200

    Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system pref in database installer
    
    sysprefs.sql file was missing ReservesControlBranch.
    
    To test:
    1) Create a new installation and check sysprefs.sql loads correctly.
    2) Check ReservesControlBranch shows up correctly in the sys pref editor.
    3) Check sys pref can be edited and new value saves correctly.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    - Line is added at the end of installer/data/mysql/sysprefs.sql
    - Tested Line diretly in MySQL with a systempreferences table where variable 'ReservesControlBranch' was missing. Data inserted correctly.
    - Syspref shows up in Staff client
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    - Fixed merge conflict
    
    Conflicts:
    
    	installer/data/mysql/sysprefs.sql
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    - Tidied for 3.8.x

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

Summary of changes:
 installer/data/mysql/sysprefs.sql      |    2 ++
 installer/data/mysql/updatedatabase.pl |    8 ++++++++
 kohaversion.pl                         |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list