Bug 12177 - Remove HTML from authorities.pl
Summary: Remove HTML from authorities.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bernardo Gonzalez Kriegel
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 02:06 UTC by Bernardo Gonzalez Kriegel
Modified: 2015-06-04 23:33 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12177 - Remove HTML from authorities.pl (10.73 KB, patch)
2014-05-04 02:09 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12177 - Remove HTML from authorities.pl (10.78 KB, patch)
2014-08-14 03:11 UTC, Srdjan Jankovic
Details | Diff | Splinter Review
[PASSED QA] Bug 12177 - Remove HTML from authorities.pl (11.06 KB, patch)
2014-08-15 09:27 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Bernardo Gonzalez Kriegel 2014-05-04 02:06:43 UTC
There is HTML code on authorities.pl
In particular untranslatable "Tag Editor"
Comment 1 Bernardo Gonzalez Kriegel 2014-05-04 02:09:39 UTC Comment hidden (obsolete)
Comment 2 Srdjan Jankovic 2014-08-14 03:11:49 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-08-15 09:27:07 UTC
Created attachment 30818 [details] [review]
[PASSED QA] Bug 12177 - Remove HTML from authorities.pl

This patch removes HTML code from authorities.pl

To test:
1. Check no regressions on authority editor,
new/edit/save
2. Check new line on translation files, update
a language, look for 'Tag editor'

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Checked various features of the authority edtior:
- repeating subfields
- deleting subfields
- changing the order of subfields
- linking a subfield to an authorised value
- plugins
No regressions found.
Passes tests and QA script.
Comment 4 Tomás Cohen Arazi 2014-08-19 12:36:44 UTC
Patch pushed to master.

Thanks Bernardo!