[koha-commits] main Koha release repository branch master updated. v3.22.00-112-gba0621e

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 17:03:03 CET 2015


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  ba0621e2df3207832b23608fa30a2be347b35f3c (commit)
       via  bc31dc85f9d75b03e25eee3d88a04d7e0de00ef7 (commit)
       via  e83ff6d633e4419d6f5453d5fd75d21ec0b28502 (commit)
       via  50a73a85536bf0a3a7958f66c43367983f502698 (commit)
       via  011cc84ebff482dd00ec7af795b1dc99d236df10 (commit)
       via  58efe81544efc6a4d3b822b9b3e8685c4871fdcd (commit)
       via  826326064ee0530428944e51eb778a44e29bbcd0 (commit)
      from  d827bb50d93a83c0ab7ce326675284bee411959a (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 ba0621e2df3207832b23608fa30a2be347b35f3c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 30 16:01:23 2015 +0000

    Bug 9819 - DBrev 3.23.00.004
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit bc31dc85f9d75b03e25eee3d88a04d7e0de00ef7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 30 15:54:56 2015 +0000

    Bug 9819 [QA Followup] - Removed missed stopwords refs, remove Schema file
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e83ff6d633e4419d6f5453d5fd75d21ec0b28502
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 15 10:07:39 2015 +0000

    Bug 9819: Make the tests pass
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 50a73a85536bf0a3a7958f66c43367983f502698
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 22 09:10:13 2013 -0300

    Bug 9819 - QA Followup: Stopwords vestiges in es-ES removed
    
    Gotcha.
    To+
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 011cc84ebff482dd00ec7af795b1dc99d236df10
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 10 11:13:10 2013 -0300

    Bug 9819 - Make updatedatabase.pl remove the 'stopwords' table
    
    To test:
    - Apply the patch
    - Will be prompted to run the updater
    - The 'stopwords' database should be removed
      ( test on a mysql prompt with
        > SHOW TABLES LIKE 'stopwords';
       and should get no results)
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 58efe81544efc6a4d3b822b9b3e8685c4871fdcd
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 10 11:06:45 2013 -0300

    Bug 9819 - Remove 'stopwords' table from kohastructure.sql
    
    Just that.
    
    To test:
    - Apply the patch
    - Do a fresh install
    - The database structure should be created flawlessly
    - There should not be a 'stopwords' table created
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 826326064ee0530428944e51eb778a44e29bbcd0
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 10 10:52:54 2013 -0300

    Bug 9819 - 'stopwords'-related code removed
    
    This patch removes code related to stopwords usage. The following methods are removed:
    
    C4::Search->remove_stopwords
    C4::Context->stopwords
    C4::Context->_new_stopwords
    
    And the buildQuery API was changed (removed the \@removed_stopwords return value).
    A follow-up is provided for database changes, to make rebasing easier.
    
    To test:
    - Apply this patch
    - Do some searches in both intranet and opac interfaces
    - Nothing should break
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Context.pm                                      |   46 -----
 C4/Search.pm                                       |   65 ++-----
 INSTALL.fedora7                                    |    1 -
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Stopword.pm                     |   45 -----
 acqui/neworderbiblio.pl                            |    4 +-
 admin/stopwords.pl                                 |   96 ----------
 catalogue/search.pl                                |    5 +-
 cataloguing/addbooks.pl                            |    4 +-
 installer/data/mysql/de-DE/mandatory/stopwords.sql |   99 ----------
 installer/data/mysql/de-DE/mandatory/stopwords.txt |    1 -
 installer/data/mysql/en/mandatory/stopwords.sql    |   99 ----------
 installer/data/mysql/en/mandatory/stopwords.txt    |    1 -
 installer/data/mysql/es-ES/mandatory/stopwords.sql |   99 ----------
 installer/data/mysql/es-ES/mandatory/stopwords.txt |    1 -
 .../data/mysql/fr-FR/1-Obligatoire/stopwords.sql   |   71 -------
 .../data/mysql/fr-FR/1-Obligatoire/stopwords.txt   |    1 -
 installer/data/mysql/it-IT/necessari/stopwords.sql |  194 --------------------
 installer/data/mysql/it-IT/necessari/stopwords.txt |    1 -
 installer/data/mysql/kohastructure.sql             |    9 -
 .../data/mysql/nb-NO/1-Obligatorisk/stopwords.sql  |   26 ---
 .../data/mysql/nb-NO/1-Obligatorisk/stopwords.txt  |    1 -
 installer/data/mysql/pl-PL/mandatory/stopwords.sql |   99 ----------
 installer/data/mysql/pl-PL/mandatory/stopwords.txt |    1 -
 installer/data/mysql/ru-RU/mandatory/stopwords.sql |   21 ---
 installer/data/mysql/ru-RU/mandatory/stopwords.txt |    1 -
 installer/data/mysql/uk-UA/mandatory/stopwords.sql |   29 ---
 installer/data/mysql/updatedatabase.pl             |    9 +
 .../prog/en/includes/prefs-admin-search.inc        |    3 +-
 .../prog/en/includes/stopwords-admin-search.inc    |   28 ---
 .../prog/en/modules/admin/stopwords.tt             |  146 ---------------
 .../prog/en/modules/catalogue/results.tt           |    1 -
 misc/batchRebuildBiblioTables.pl                   |    2 +-
 opac/opac-search.pl                                |    5 +-
 t/db_dependent/Search.t                            |  101 +++++-----
 test/search.pl                                     |    4 -
 36 files changed, 74 insertions(+), 1247 deletions(-)
 delete mode 100644 Koha/Schema/Result/Stopword.pm
 delete mode 100755 admin/stopwords.pl
 delete mode 100644 installer/data/mysql/de-DE/mandatory/stopwords.sql
 delete mode 100644 installer/data/mysql/de-DE/mandatory/stopwords.txt
 delete mode 100644 installer/data/mysql/en/mandatory/stopwords.sql
 delete mode 100644 installer/data/mysql/en/mandatory/stopwords.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/stopwords.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/stopwords.txt
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/stopwords.txt
 delete mode 100644 installer/data/mysql/it-IT/necessari/stopwords.sql
 delete mode 100644 installer/data/mysql/it-IT/necessari/stopwords.txt
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/stopwords.sql
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/stopwords.txt
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/stopwords.sql
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/stopwords.txt
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/stopwords.sql
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/stopwords-admin-search.inc
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list