Bug 12651

Summary: DOM indexing should be the default
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: Architecture, internals, and plumbingAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13396
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 12641    
Attachments: Bug 12651: DOM indexing is the default
Bug 12651: DOM indexing is the default
[PASSED QA] Bug 12651: DOM indexing is the default

Description Tomás Cohen Arazi 2014-07-24 14:18:57 UTC
As of bug 12641, DOM has to be the default for every Koha piece.
Comment 1 Tomás Cohen Arazi 2014-10-23 23:54:28 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-25 05:54:48 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-25 11:03:15 UTC
Created attachment 32719 [details] [review]
[PASSED QA] Bug 12651: DOM indexing is the default

On the 23 July development meeting it was decided to formally deprecate
GRS-1 indexing mode for Zebra. This patch makes code fallback to DOM
on the remaining places. No behaviour change should be noticed, as DOM
has been the default for a while.

Regards

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes tests and QA script.
Also checked running Makefile.PL
Comment 4 Tomás Cohen Arazi 2014-10-27 17:20:47 UTC
Patch pushed to master.