[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2020-05-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

Katrin Fischer  changed:

   What|Removed |Added

 Status|In Discussion   |Failed QA

--- Comment #6 from Katrin Fischer  ---
We don't know which fields this should apply to, but we know from the standard
which 00x are position controlled. I believe this information is used in other
places in our code too (slightly different for UNIMARC and MARC21). We could
use this to only replace the spaces for the controlled fields to limit the
range of this change. The  will mean that the content can no longer
'break' on spaces for display, so limiting the effect to where needed would be
good I think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2020-01-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

Owen Leonard  changed:

   What|Removed |Added

   Assignee|oleon...@myacpl.org |koha-b...@lists.koha-commun
   ||ity.org

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2019-11-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

--- Comment #5 from Jonathan Druart  
---
No, the fix needs to be confirmed, then apply to other places (regarding my
last comment).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2019-11-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #4 from Katrin Fischer  ---
Should this be 'needs signoff'?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2019-05-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

Jonathan Druart  changed:

   What|Removed |Added

Version|18.11   |master
 CC||jonathan.dru...@bugs.koha-c
   ||ommunity.org
 Status|NEW |In Discussion

--- Comment #3 from Jonathan Druart  
---
I think this patch is the way to go as it HTML filters *then* replace the space
with , making sure the value will be correctly escaped.

We certainly will need to apply this change to other places.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2019-05-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

--- Comment #2 from Jonathan Druart  
---
Created attachment 89364
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89364=edit
Bug 22572: Display multiple spaces in MARC view

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

2019-03-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

--- Comment #1 from Owen Leonard  ---
I'm thinking we could do something like this in the template:

[% subfiel.marc_value | replace(' ', '') | $raw %]

...which would convert spaces to  for ALL output of MARC data, on the
assumption that it doesn't hurt to do so with fields which don't rely on
character position.

I don't think there's a good way to change the style of the output of just
those fields, since there's nothing in the framework which specifies that those
tags are  "positionally defined."

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/