Bug 12748: (QA followup) fix several tiny QA tools warnings
authorJesse Weaver <jweaver@bywatersolutions.com>
Mon, 25 Apr 2016 18:00:13 +0000 (12:00 -0600)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 26 Apr 2016 20:20:13 +0000 (20:20 +0000)
commit37ea74669c77efee888630fdcab73889f3d21367
tree61a0ba808ced7625c3e7fcfd61065715bed5648e
parentae8765f20e54c9c3eec5f1d5082c24e5be373ca2
Bug 12748: (QA followup) fix several tiny QA tools warnings

  * admin/searchengine/elasticsearch/mappings.yaml:
    * Fix indentation so QA tools believe it's valid YAML
  * C4::AuthoritiesMarc: Remove tab character
  * C4::Search: Fix POD
  * Koha::BiblioUtils: remove "return undef"
  * Koha::Schema::Result::Search*: rename type to _type
  * Koha::SE::ES::Search:
    * Fix spelling/@_[0]
    * Add my to loop variable
    * Remove unused var $error
    * Add use Modern::Perl
    * Fix undefined variables
  * Koha::ES::Indexer: fix POD
  * Koha::SE::ES::QueryBuilder:
    * Don't define variables in conditionals
    * Fix POD
  * Koha::SE::Zebra::Search:
    * Fix debug warns/POD/barewords
    * Koha::SE::Zebra::Search: add use Modern::Perl
  * kohastructure.sql: remove old, unused elasticsearch_mappings table,
    add new tables
  * labels/label-item-search.pl: remove C4::Dates
  * opac/elasticsearch.pl: remove old file

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
15 files changed:
C4/AuthoritiesMarc.pm
C4/Search.pm
Koha/BiblioUtils.pm
Koha/ElasticSearch/Indexer.pm
Koha/SearchEngine/Elasticsearch/QueryBuilder.pm
Koha/SearchEngine/Elasticsearch/Search.pm
Koha/SearchEngine/Zebra/Search.pm
Koha/SearchField.pm
Koha/SearchFields.pm
Koha/SearchMarcMap.pm
Koha/SearchMarcMaps.pm
admin/searchengine/elasticsearch/mappings.yaml
installer/data/mysql/kohastructure.sql
labels/label-item-search.pl
opac/elasticsearch.pl [deleted file]