Bug 15102

Summary: Fix capitalization for some strings on XSLT detail pages
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Héctor Eduardo Castro Avalos <hector.hecaxmmx>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: f.demians, hector.hecaxmmx, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 15102 - Fix capitalization for some strings on XSLT detail pages
Bug 15102-(follow-up)Fix capitalization of multiples fields on XSLT Intranet/OPAC
Bug 15102-(follow-up)Fix capitalization of multiples fields on XSLT Intranet/OPAC
Bug 15102 - Fix capitalization for some strings on XSLT detail pages
Bug 15102 - Fix capitalization for some strings on XSLT detail pages
Bug 15102 - Fix capitalization for some strings on XSLT detail pages

Description Katrin Fischer 2015-11-01 20:35:57 UTC
This applies to OPAC and staff:

- Contained Works
- Related Works
- Media Type
- Content Type
- Carrier Type
Comment 1 Héctor Eduardo Castro Avalos 2015-11-08 06:03:34 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2015-11-08 18:21:49 UTC Comment hidden (obsolete)
Comment 3 Héctor Eduardo Castro Avalos 2015-11-08 19:16:20 UTC Comment hidden (obsolete)
Comment 4 Héctor Eduardo Castro Avalos 2015-11-08 19:24:55 UTC
Holdings or Item information is still in capitalization (Visual Materials, Non Fiction, Continuing Resources) but this need changes in SQL statements. I think IMHO this need to file another bug.
Comment 5 Frédéric Demians 2015-11-09 10:41:48 UTC
Could you submit a single patch rather than two? This would help the proof reading.
Comment 6 Héctor Eduardo Castro Avalos 2015-11-10 02:24:25 UTC Comment hidden (obsolete)
Comment 7 Héctor Eduardo Castro Avalos 2015-11-10 02:29:55 UTC
HI Frédéric

The two commits squashed
Comment 8 Frédéric Demians 2015-11-10 07:02:53 UTC Comment hidden (obsolete)
Comment 9 Jonathan Druart 2015-11-10 08:49:34 UTC
Created attachment 44680 [details] [review]
Bug 15102 - Fix capitalization for some strings on XSLT detail pages

To test:
-Search records with 336, 337, 338, 700$i, and 7XXind=2
-Search records with 508, 264Ind=4, 246, 856, and LDR/6 and
LDR/7 (BK, VM, CR, CF)
-Notice the capitalization (Contained Works, Related Works, Media Type,
Content Type, and Carrier Type, Production Credits, Copyright Date,
Other Title, Online Access, Continuing Resource, Mixed Materials,
Computer File, Visual Material) in both OPAC and Intranet for
records detail pages and results pages
-Apply this patch
-Search again and get notice about the capitalization following
Koha coding guidelines

Signed-off-by: Frederic Demians <f.demians@tamil.fr>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 10 Tomás Cohen Arazi 2015-11-11 14:12:32 UTC
Patch pushed to master.

Thanks Hector!