Bug 13140 - Add a notice on the About page about GRS-1 deprecated
Summary: Add a notice on the About page about GRS-1 deprecated
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Tomás Cohen Arazi
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 12641
  Show dependency treegraph
 
Reported: 2014-10-23 23:44 UTC by Tomás Cohen Arazi
Modified: 2015-06-04 23:23 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 13140: Add a notice on the About page about GRS-1 deprecated (4.76 KB, patch)
2014-10-24 00:35 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
Bug 13140: Add a notice on the About page about GRS-1 deprecated (5.19 KB, patch)
2014-10-25 09:38 UTC, Frédéric Demians
Details | Diff | Splinter Review
[PASSED QA] Bug 13140: Add a notice on the About page about GRS-1 deprecated (5.30 KB, patch)
2014-10-25 10:41 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 Tomás Cohen Arazi 2014-10-23 23:44:55 UTC

    
Comment 1 Tomás Cohen Arazi 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 2014-10-27 15:32:35 UTC
Patch pushed to master.