Bug 13140

Summary: Add a notice on the About page about GRS-1 deprecated
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: DocumentationAssignee: Tomás Cohen Arazi (tcohen) <tomascohen>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: f.demians
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 12641    
Attachments: Bug 13140: Add a notice on the About page about GRS-1 deprecated
Bug 13140: Add a notice on the About page about GRS-1 deprecated
[PASSED QA] Bug 13140: Add a notice on the About page about GRS-1 deprecated

Description Tomás Cohen Arazi (tcohen) 2014-10-23 23:44:55 UTC

    
Comment 1 Tomás Cohen Arazi (tcohen) 2014-10-24 00:35:35 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2014-10-25 09:38:53 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-25 10:41:31 UTC
Created attachment 32717 [details] [review]
[PASSED QA] Bug 13140: Add a notice on the About page about GRS-1 deprecated

This patch changes the text for zebra_auth_index_mode and zebra_bib_index_mode
entries missing on koha-conf.xml telling the user GRS-1 is deprecated.

It also adds another check for those preferences set to GRS-1, and shows a
warning message if set to grs1.

To test:
- Apply the patch and try all combinations:
- zebra_auth_index_mode and zebra_bib_index_mode missing
- zebra_auth_index_mode and zebra_bib_index_mode set to grs1
- Sign off :-D

Regards

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

I've played with the 3 related koha-conf.xml file parameters:
zebra_auth_index_moda, zebra_bib_index_mode missing, and use_zebra_facets.
Inconsitencies are properly reported in About page thanks to this patch. It
would be helpfull to admin upgrading their Koha installation.

And by the way, thanks Tomas for the new Zebra facets functionnality. It's a
'joy' to see it into Koha.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

Works as described, no problems found.
Comment 4 Tomás Cohen Arazi (tcohen) 2014-10-27 15:32:35 UTC
Patch pushed to master.