[Bug 24314] New: Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Bug ID: 24314 Summary: Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Depends on: 24312 This makes the updates from bug 24312 to the de-DE frameworks (see email from Bernardo to the koha-translate mailing list for procedure) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24312 [Bug 24312] Update MARC21 frameworks to Updates 28+29 (May and November 2019) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs@lists.koha-commun |katrin.fischer@bsz-bw.de |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 96671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96671&action=edit Bug 24314: Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019) This updates the MARC framework files in the de-DE (German) installer to the latest MARC standard. The files also include some translation changes and fixes. Files have been generated using the po files on translate.koha-community.org. To test: - Run the de-DE installer on a fresh database - Verify that all files are installed without errors - Verify that the frameworks are correctly in place -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Hi Katrin, trying a fresh install, some messages but not related with this patch auth_val.sql [Sun Dec 29 16:56:43 2019] install.pl: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`authorised_values`, CONSTRAINT `authorised_values_authorised_values_category` FOREIGN KEY (`category`) REFERENCES `authorised_value_categories` (`category_name`) ON DELETE CASCADE ON U) at /usr/share/perl5/DBIx/RunSQL.pm line 273. sample_patrons.sql [Sun Dec 29 16:56:49 2019] install.pl: DBD::mysql::st execute failed: Unknown column 'guarantorid' in 'field list' at /usr/share/perl5/DBIx/RunSQL.pm line 273. Have you seen this messages? I did an update/install on de-DE files, then german install over a clean database. Patch is good, all marc21 files load without problem. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96671|0 |1 is obsolete| | --- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 96676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96676&action=edit Bug 24314: Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019) This updates the MARC framework files in the de-DE (German) installer to the latest MARC standard. The files also include some translation changes and fixes. Files have been generated using the po files on translate.koha-community.org. To test: - Run the de-DE installer on a fresh database - Verify that all files are installed without errors - Verify that the frameworks are correctly in place Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> MARC21 files load without problems, no qa errors. Loaded into 'en' install (delete fw then load) all frameworks look good. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24316 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Bernardo Gonzalez Kriegel from comment #2)
Hi Katrin, trying a fresh install, some messages but not related with this patch
auth_val.sql [Sun Dec 29 16:56:43 2019] install.pl: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`authorised_values`, CONSTRAINT `authorised_values_authorised_values_category` FOREIGN KEY (`category`) REFERENCES `authorised_value_categories` (`category_name`) ON DELETE CASCADE ON U) at /usr/share/perl5/DBIx/RunSQL.pm line 273.
sample_patrons.sql [Sun Dec 29 16:56:49 2019] install.pl: DBD::mysql::st execute failed: Unknown column 'guarantorid' in 'field list' at /usr/share/perl5/DBIx/RunSQL.pm line 273.
Have you seen this messages? I did an update/install on de-DE files, then german install over a clean database.
Patch is good, all marc21 files load without problem.
Thx Bernardo! Fixing the first with bug 24316, looking into the patrons next. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- ... and filed bug 24317 for the problem with the sample patrons. :( -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24317 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- authorities_normal_marc21.sql - Still getting DBD::mysql::st execute failed: Incorrect integer value: '' for column `koha_kohadev`.`auth_subfield_structure`.`linkid` at row 34 at /usr/share/perl5/DBIx/RunSQL.pm line 273. But not related to this patch. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96676|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 96734 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96734&action=edit Bug 24314: Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019) This updates the MARC framework files in the de-DE (German) installer to the latest MARC standard. The files also include some translation changes and fixes. Files have been generated using the po files on translate.koha-community.org. To test: - Run the de-DE installer on a fresh database - Verify that all files are installed without errors - Verify that the frameworks are correctly in place Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> MARC21 files load without problems, no qa errors. Loaded into 'en' install (delete fw then load) all frameworks look good. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24328 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24328 [Bug 24328] Bibliographic frameworks fail to install -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #6)
authorities_normal_marc21.sql - Still getting DBD::mysql::st execute failed: Incorrect integer value: '' for column `koha_kohadev`.`auth_subfield_structure`.`linkid` at row 34 at /usr/share/perl5/DBIx/RunSQL.pm line 273.
But not related to this patch.
See bug 24328. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Passed QA |BLOCKED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Waiting on PQA on bug 24312 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 --- Comment #10 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|20.05.00 |20.05.00, 19.11.02 released in| | CC| |joy@bywatersolutions.com --- Comment #11 from Joy Nelson <joy@bywatersolutions.com> --- Pushed to 19.11.x branch for 19.11.02 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas@bywatersolutions.com Version(s)|20.05.00, 19.11.02 |20.05.00, 19.11.02, released in| |19.05.07 --- Comment #12 from Lucas Gass <lucas@bywatersolutions.com> --- backported to 19.05.x for 19.05.07 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314 Hayley Mapley <hayleymapley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley@catalyst.net.n | |z --- Comment #13 from Hayley Mapley <hayleymapley@catalyst.net.nz> --- Enhancement will not be backported to 18.11.x series. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org