Bugzilla – Attachment 194001 Details for
Bug 35104
We should warn when attempting to save MARC records that contain characters invalid in XML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35104: DBIC Scheme Update
7762ba6.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2026-02-26 13:53:11 UTC
(
hide
)
Description:
Bug 35104: DBIC Scheme Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-02-26 13:53:11 UTC
Size:
1.49 KB
patch
obsolete
>From 7762ba605c8753335e20fcebbf96d5c9645a90df Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 26 Feb 2026 13:52:35 +0000 >Subject: [PATCH] Bug 35104: DBIC Scheme Update > >--- > Koha/Schema/Result/BiblioMetadata.pm | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) > >diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm >index 2c38814aaaa..d87174992bc 100644 >--- a/Koha/Schema/Result/BiblioMetadata.pm >+++ b/Koha/Schema/Result/BiblioMetadata.pm >@@ -52,13 +52,6 @@ __PACKAGE__->table("biblio_metadata"); > data_type: 'longtext' > is_nullable: 0 > >-=head2 nonxml_stripped >- >- data_type: 'mediumtext' >- is_nullable: 1 >- >-Parse error message recorded when non-XML characters were stripped on last store(). >- > =head2 timestamp > > data_type: 'timestamp' >@@ -87,8 +80,6 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 0, size => 16 }, > "metadata", > { data_type => "longtext", is_nullable => 0 }, >- "nonxml_stripped", >- { data_type => "mediumtext", is_nullable => 1 }, > "timestamp", > { > data_type => "timestamp", >@@ -171,8 +162,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-08-01 15:57:42 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ar73Sy86oYHspxu0udvnoA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-26 13:50:23 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MjDp6Z/ng4G2Yh1bTNiCKg > > =head2 koha_object_class > >-- >2.53.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35104
:
157625
|
157627
|
157628
|
157642
|
159615
|
159620
|
159621
|
159630
|
159810
|
159811
|
159812
|
159813
|
166431
|
173145
|
173146
|
176820
|
176821
|
176850
|
176851
|
176852
|
176860
|
193985
|
193986
|
193987
|
193988
|
193989
|
193990
|
193991
|
193992
|
193993
|
193994
|
193995
|
193996
|
193997
|
193998
|
193999
|
194000
|
194001
|
194004
|
194005
|
194006
|
194007
|
194008
|
194009
|
194010
|
194011
|
194012
|
194013