Bug 7440 - Remove NoZebra vestiges
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 19 Mar 2013 17:10:07 +0000 (18:10 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Mar 2013 01:17:04 +0000 (21:17 -0400)
commit4dcee58a4da3026fee25e8e73e9240a0b755a8c0
tree3f086c0a726ca69f52b9a232db61067f1c8cce56
parent01cfb6218bedfc32dd76f9eff31c942ff59697e6
Bug 7440 - Remove NoZebra vestiges

Removed NoZebra vestiges. This comprises several code blocks that depend on the NoZebra syspref and NZ related functions/methods.

C4::Biblio->
 GetNoZebraIndexes
 _DelBiblioNoZebra
 _AddBiblioNoZebra

C4::Search->
 NZgetRecords
 NZanalyse
 NZoperatorAND
 NZoperatorOR
 NZoperatorNOT
 NZorder

C4::Installer->
 set_indexing_engine

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
30 files changed:
C4/Auth.pm
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/Installer.pm
C4/Items.pm
C4/Search.pm
INSTALL.fedora7
about.pl
catalogue/search.pl
installer/data/mysql/kohastructure.sql
installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql
installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.sql
installer/data/mysql/sysprefs.sql
installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql
installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.sql
installer/install.pl
koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
misc/migration_tools/rebuild_nozebra.pl [deleted file]
misc/migration_tools/rebuild_zebra.pl
opac/opac-search.pl
t/db_dependent/Search.t
t/db_dependent/lib/KohaTest.pm
t/db_dependent/lib/KohaTest/Biblio.pm
t/db_dependent/lib/KohaTest/Biblio/GetNoZebraIndexes.pm [deleted file]
t/db_dependent/lib/KohaTest/Installer.pm
t/db_dependent/lib/KohaTest/Search.pm
t/db_dependent/lib/KohaTest/Search/NoZebra.pm [deleted file]