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

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 00:56:56 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  81cdaf131f2557d8dfde3ed6b656558f48496ebb (commit)
       via  8369aa8431a7948d0b26c59be94ff5b90f71a7a2 (commit)
      from  9f6999bfdb12d2dd19c454a6b54a58a3f7a6490d (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 81cdaf131f2557d8dfde3ed6b656558f48496ebb
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 10 23:06:47 2013 +0000

    Bug 9295: DBRev 3.13.00.025
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8369aa8431a7948d0b26c59be94ff5b90f71a7a2
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Fri Dec 14 18:01:37 2012 +0100

    Bug 9295: Introduce operator equal/ notequal to OAI set mapping instead of hardcoded 'equal' value.
    
    In OAI set mappings, the value "is equal to" is hardcoded. This
    enhancement changes it to a dropdown menu to choose between "is equal
    to" and "not equal to".
    
    To test:
    
    * define a set
    * define a mapping for said set with "is equal to"
    * run /misc/migration_tools/build_oai_sets.pl -r -v
    * confirm that you have correct entries in SQL: select * from
      oai_sets_biblios;
    * change mapping to 'not equal to', save
    * run /misc/migration_tools/build_oai_sets.pl -r -v
    * confirm that you have correct entries in SQL: select * from
      oai_sets_biblios;
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: Fix bug id in updatedb.pl
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/OAI/Sets.pm                                     |   29 ++++++++++++++------
 admin/oai_set_mappings.pl                          |    2 ++
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +++++
 .../prog/en/modules/admin/oai_set_mappings.tt      |   17 ++++++++++--
 .../prog/en/modules/help/admin/oai_set_mappings.tt |    6 ++--
 kohaversion.pl                                     |    2 +-
 7 files changed, 49 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list