[koha-commits] updated branch master (70af4593722ce2f3debd4f6d2c251ad29008b923)

Koha Gitosis gitosis at git.koha.org
Wed Apr 7 17:16:59 CEST 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 "Koha GitWeb".

The branch, master has been updated
       via  70af4593722ce2f3debd4f6d2c251ad29008b923 (commit)
       via  ea67f3e81ae02075cb10843afcf995ba0570c972 (commit)
      from  7c7794d838d1ed54c71edd91d4eca3a2c07127f9 (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 70af4593722ce2f3debd4f6d2c251ad29008b923
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Mar 23 09:59:21 2010 +0000

    Bug 4331 Remove cruft from acqui-home script
    
    Remove unnecessary db calls and processing from acqui-home.pl
    Do not duplicate processing of fields
    Declare variables closer to use
    Remove unnecessary holding vars
    Replace some anonymous var names by something more meaningful
    Do not generate a toggle variable use Template's LOOP vars
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit ea67f3e81ae02075cb10843afcf995ba0570c972
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Mar 23 09:59:20 2010 +0000

    Bug 4331 Index aqorders by budget_id
    
    Calculation of budget spent and encumbered is done by
    queries on aqorders by budget_id
    Index budget_id to speed these queries
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 acqui/acqui-home.pl                                |  164 +++++++-------------
 installer/data/mysql/kohastructure.sql             |    2 +
 installer/data/mysql/updatedatabase.pl             |    7 +
 .../prog/en/modules/acqui/acqui-home.tmpl          |    6 +-
 kohaversion.pl                                     |    2 +-
 5 files changed, 69 insertions(+), 112 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list