Bug 12651 - DOM indexing should be the default
Summary: DOM indexing should be the default
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Tomás Cohen Arazi
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 12641
  Show dependency treegraph
 
Reported: 2014-07-24 14:18 UTC by Tomás Cohen Arazi
Modified: 2015-12-03 22:00 UTC (History)
0 users

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


Attachments
Bug 12651: DOM indexing is the default (4.19 KB, patch)
2014-10-23 23:54 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
Bug 12651: DOM indexing is the default (4.25 KB, patch)
2014-10-25 05:54 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 12651: DOM indexing is the default (4.38 KB, patch)
2014-10-25 11:03 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-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.