[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.02-32-gcb7167b

Git repo owner gitmaster at git.koha-community.org
Mon Jun 25 23:59:33 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  cb7167b0e695d136ac4678d6c7b19687f0b13e9b (commit)
       via  7d237f22adc9b8f3b2ba927995dc307e58e6a1e1 (commit)
       via  4cb0aa5d30dd044f50b9caacb59cd7bf39226070 (commit)
      from  dfecab9f1106c7cd924517d5bbde23614173ae54 (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 cb7167b0e695d136ac4678d6c7b19687f0b13e9b
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Mon Jun 11 10:58:24 2012 +0200

    Bug 8224 - Make authorized values appear in planning list
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I can confirm the bugs on current master and this patch fixes both problems.
    
    - Pull down list for "Planning" on the budget page was not showing
      categories of authorized values
    - Planning page showed the categories, but budget_period_id was
      missing from the URL
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7d237f22adc9b8f3b2ba927995dc307e58e6a1e1
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Jun 21 15:41:54 2012 +0200

    Bug 8282: Bug in modules list in about.pl
    
      Last modules were not displayed if the number of modules did not match the number of rows of the table (when $number_of_modules % 4 != 0)
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Added some code to about.tt to have empty the last remaining cells, not sure if an other signoff is needed.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4cb0aa5d30dd044f50b9caacb59cd7bf39226070
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Jun 22 11:10:18 2012 +0200

    Bug 8289 Upgrading from 2.2 does not work anymore
    
    The updatedatabase22to30.pl script update the engine from MyISAM to InnoDB for most tables.
    
    However, the TYPE=InnoDB was deprecated, and is not removed.
    The correct syntax is now ENGINE=InnoDB
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 about.pl                                           |    7 +++++++
 installer/data/mysql/update22to30.pl               |    2 +-
 .../prog/en/includes/budgets-admin-toolbar.inc     |   14 ++++++--------
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   13 ++++++++++---
 4 files changed, 24 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list