[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-133-gd476676

Git repo owner gitmaster at git.koha-community.org
Tue May 27 16:12:39 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, 3.14.x has been updated
       via  d476676d9e266959e350cea024a46cb40c7542c2 (commit)
       via  0f1562c429e7d05091011ae241871eb4e6a4c333 (commit)
      from  442046712bfdcf2285785ef500210342794a758e (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 d476676d9e266959e350cea024a46cb40c7542c2
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue May 27 16:38:03 2014 +0200

    Bug 3445 - DBRev 3.14.06.004
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 0f1562c429e7d05091011ae241871eb4e6a4c333
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Nov 19 11:21:13 2013 +0100

    Bug 3445: add more indexes on the action_logs table
    
    This patch adds database indexes for action_logs table to speed up the
    "log viewer" page.
    
    Removes the existing index on timestamp+user to add an index on each
    column since search colums are separately defined in log viewer form.
    
    Test plan:
    - Update database
    - Play with log viewer : /cgi-bin/koha/tools/viewlog.pl
    - Perform searches with only one filter defined
    - Also check you see indexes with SQL query :
        SHOW CREATE TABLE action_logs
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Rephrased the updatedatabase message a bit:
    Add indexes to action_logs table
    Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 6f728fb05062fc549a635a82970f7dc10f0f9748)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql |    7 ++++++-
 installer/data/mysql/updatedatabase.pl |   16 ++++++++++++++++
 kohaversion.pl                         |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list