From b396d1aa494eac662a494769c124161e82db7105 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 22 Apr 2016 11:27:58 +0200 Subject: [PATCH] Bug 12267: [QA Follow-up] Adjust installer files; tiny text edit Content-Type: text/plain; charset=utf-8 Some installer files still refer to password_allowed. The print statement of the db revision has been slightly adjusted. Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/bug_12267.perl | 2 +- .../data/mysql/de-DE/optional/patron_atributes.sql | 4 +-- .../data/mysql/en/optional/patron_atributes.sql | 4 +-- .../data/mysql/es-ES/optional/patron_atributes.sql | 4 +-- .../data/mysql/ru-RU/optional/patron_atributes.sql | 27 +++++++++----------- .../data/mysql/uk-UA/optional/patron_atributes.sql | 27 +++++++++----------- 6 files changed, 31 insertions(+), 37 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_12267.perl b/installer/data/mysql/atomicupdate/bug_12267.perl index de48b51..2ba00f9 100644 --- a/installer/data/mysql/atomicupdate/bug_12267.perl +++ b/installer/data/mysql/atomicupdate/bug_12267.perl @@ -6,7 +6,7 @@ my ( $column_has_been_used ) = $dbh->selectrow_array(q| |); if ( $column_has_been_used ) { - warn q|WARNING: The columns borrower_attribute_types.password_allowed and borrower_attributes.column have been removed from the Koha codebase. There were not used. However your installation has at least 1 borrower_attributes.password defined. In order not to alter your data, the columns have been kept, please remove them manually if you do not use them this feature.|; + print q|WARNING: The columns borrower_attribute_types.password_allowed and borrower_attributes.password have been removed from the Koha codebase. They were not used. However your installation has at least one borrower_attributes.password defined. In order not to alter your data, the columns have been kept, please save the information elsewhere and remove these columns manually.|; } else { $dbh->do(q| ALTER TABLE borrower_attribute_types DROP column password_allowed diff --git a/installer/data/mysql/de-DE/optional/patron_atributes.sql b/installer/data/mysql/de-DE/optional/patron_atributes.sql index 35d61cb..861d830 100644 --- a/installer/data/mysql/de-DE/optional/patron_atributes.sql +++ b/installer/data/mysql/de-DE/optional/patron_atributes.sql @@ -1,2 +1,2 @@ -INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`) -VALUES ('SHOW_BCODE', 'Zeige den Barcode in der Exemplarübersicht', 0, 0, 1, 0, 0, 'YES_NO'); +INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`) +VALUES ('SHOW_BCODE', 'Zeige den Barcode in der Exemplarübersicht', 0, 0, 1, 0, 'YES_NO'); diff --git a/installer/data/mysql/en/optional/patron_atributes.sql b/installer/data/mysql/en/optional/patron_atributes.sql index 17d7b8a..ba929bc 100644 --- a/installer/data/mysql/en/optional/patron_atributes.sql +++ b/installer/data/mysql/en/optional/patron_atributes.sql @@ -1,2 +1,2 @@ -INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`) -VALUES ('SHOW_BCODE', 'Show barcode on the summary screen items listings', 0, 0, 1, 0, 0, 'YES_NO'); +INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`) +VALUES ('SHOW_BCODE', 'Show barcode on the summary screen items listings', 0, 0, 1, 0, 'YES_NO'); diff --git a/installer/data/mysql/es-ES/optional/patron_atributes.sql b/installer/data/mysql/es-ES/optional/patron_atributes.sql index 17d7b8a..ba929bc 100644 --- a/installer/data/mysql/es-ES/optional/patron_atributes.sql +++ b/installer/data/mysql/es-ES/optional/patron_atributes.sql @@ -1,2 +1,2 @@ -INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`) -VALUES ('SHOW_BCODE', 'Show barcode on the summary screen items listings', 0, 0, 1, 0, 0, 'YES_NO'); +INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`) +VALUES ('SHOW_BCODE', 'Show barcode on the summary screen items listings', 0, 0, 1, 0, 'YES_NO'); diff --git a/installer/data/mysql/ru-RU/optional/patron_atributes.sql b/installer/data/mysql/ru-RU/optional/patron_atributes.sql index 7b3d8a8..55a7cca 100644 --- a/installer/data/mysql/ru-RU/optional/patron_atributes.sql +++ b/installer/data/mysql/ru-RU/optional/patron_atributes.sql @@ -1,17 +1,14 @@ TRUNCATE borrower_attribute_types; -INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`) VALUES -('EDUCATION', 'Образование', 1, 0, 1, 0, 1, ''), -('EDU_INST', 'Учебное заведение', 1, 0, 1, 0, 1, ''), -('ETHNICITY', 'Этническая принадлежность', 0, 0, 1, 0, 1, ''), -('ETHNICNOTE', 'Замечания по этнической принадлежности', 0, 0, 1, 0, 1, ''), -('IDLDAP', 'Идентификатор LDAP', 0, 0, 0, 0, 1, ''), -('NATIONAL', 'Национальность', 0, 0, 1, 0, 0, ''), -('PASSP_NO', 'Серия и номер паспорта', 0, 0, 0, 0, 0, ''), -('PAS_IS_DAT', 'Когда выдан паспорт', 0, 0, 0, 0, 0, ''), -('PAS_IS_ORG', 'Где выдан паспорт', 0, 0, 0, 0, 0, ''), -('PATRONYMIC', 'Отчество', 0, 0, 1, 0, 1, ''), -('PROFESSION', 'Профессия', 1, 0, 1, 0, 1, ''); - --- ('PASSP_NO', 'Номер паспорта', 0, 0, 0, 0, 0, ''), --- ('PASSP_PREF', 'Серия паспорта', 0, 0, 0, 0, 0, ''), +INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`) VALUES +('EDUCATION', 'Образование', 1, 0, 1, 1, ''), +('EDU_INST', 'Учебное заведение', 1, 0, 1, 1, ''), +('ETHNICITY', 'Этническая принадлежность', 0, 0, 1, 1, ''), +('ETHNICNOTE', 'Замечания по этнической принадлежности', 0, 0, 1, 1, ''), +('IDLDAP', 'Идентификатор LDAP', 0, 0, 0, 1, ''), +('NATIONAL', 'Национальность', 0, 0, 1, 0, ''), +('PASSP_NO', 'Серия и номер паспорта', 0, 0, 0, 0, ''), +('PAS_IS_DAT', 'Когда выдан паспорт', 0, 0, 0, 0, ''), +('PAS_IS_ORG', 'Где выдан паспорт', 0, 0, 0, 0, ''), +('PATRONYMIC', 'Отчество', 0, 0, 1, 1, ''), +('PROFESSION', 'Профессия', 1, 0, 1, 1, ''); diff --git a/installer/data/mysql/uk-UA/optional/patron_atributes.sql b/installer/data/mysql/uk-UA/optional/patron_atributes.sql index ab42bc7..a2ad5d1 100644 --- a/installer/data/mysql/uk-UA/optional/patron_atributes.sql +++ b/installer/data/mysql/uk-UA/optional/patron_atributes.sql @@ -1,17 +1,14 @@ TRUNCATE borrower_attribute_types; -INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`) VALUES -('EDUCATION', 'Освіта', 1, 0, 1, 0, 1, ''), -('EDU_INST', 'Учбовий заклад', 1, 0, 1, 0, 1, ''), -('ETHNICITY', 'Етнічна приналежність', 0, 0, 1, 0, 1, ''), -('ETHNICNOTE', 'Примітки щодо етнічної приналежності', 0, 0, 1, 0, 1, ''), -('IDLDAP', 'Ідентифікатор LDAP', 0, 0, 0, 0, 1, ''), -('NATIONAL', 'Національність', 0, 0, 1, 0, 0, ''), -('PASSP_NO', 'Серія та номер паспорта', 0, 0, 0, 0, 0, ''), -('PAS_IS_DAT', 'Коли видано паспорт', 0, 0, 0, 0, 0, ''), -('PAS_IS_ORG', 'Де видано паспорт', 0, 0, 0, 0, 0, ''), -('PATRONYMIC', 'По батькові', 0, 0, 1, 0, 1, ''), -('PROFESSION', 'Професія', 1, 0, 1, 0, 1, ''); - --- ('PASSP_NO', 'Номер паспорта', 0, 0, 0, 0, 0, ''), --- ('PASSP_PREF', 'Серія паспорта', 0, 0, 0, 0, 0, ''), +INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`) VALUES +('EDUCATION', 'Освіта', 1, 0, 1, 1, ''), +('EDU_INST', 'Учбовий заклад', 1, 0, 1, 1, ''), +('ETHNICITY', 'Етнічна приналежність', 0, 0, 1, 1, ''), +('ETHNICNOTE', 'Примітки щодо етнічної приналежності', 0, 0, 1, 1, ''), +('IDLDAP', 'Ідентифікатор LDAP', 0, 0, 0, 1, ''), +('NATIONAL', 'Національність', 0, 0, 1, 0, ''), +('PASSP_NO', 'Серія та номер паспорта', 0, 0, 0, 0, ''), +('PAS_IS_DAT', 'Коли видано паспорт', 0, 0, 0, 0, ''), +('PAS_IS_ORG', 'Де видано паспорт', 0, 0, 0, 0, ''), +('PATRONYMIC', 'По батькові', 0, 0, 1, 1, ''), +('PROFESSION', 'Професія', 1, 0, 1, 1, ''); -- 1.7.10.4