[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-950-ge94e379

Git repo owner gitmaster at git.koha-community.org
Fri Aug 16 20:33:33 CEST 2013


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, master has been updated
       via  e94e37969825633116093a24dc7fc0afb5975648 (commit)
      from  75f23ba7925d9a331cb221823d686c541591cbcf (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 e94e37969825633116093a24dc7fc0afb5975648
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Aug 12 16:10:03 2013 +0200

    Bug 10610: sort sysprefs.sql by syspref names
    
    By sorting the sql syspref file, the frequency of merge conflicts
    when dealing with it should be reduced.
    
    Test plan:
    - create a new DB with a new table named systempreferences (with the
      same structure as the one you know).
    - insert the current sysprefs.sql file into this table.
    - note the number of rows in the systempreferences table.
    - Create a dump of the system preferences, e.g.,
      mysql> \T sysprefs-1
      mysql> SELECT * FROM systempreferences ORDER BY variable;
      mysql> exit
    - apply this patch.
    - delete all rows of the systempreferences table.
    - insert the new sysprefs.sql file.
    - verify the number of rows is the same as the previous.
    - Create a new dump of the system preferences, e.g.,
      mysql> \T sysprefs-2
      mysql> SELECT * FROM systempreferences ORDER BY variable;
      mysql> exit
    - Verify that the two dumps (sysprefs-1 and sysprefs-2) are
      identical.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql |  842 ++++++++++++++++++-------------------
 1 files changed, 413 insertions(+), 429 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list