Summary: | set XSLT usage ON as default, for new Koha installs | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | Templates | Assignee: | Mason James <mtj> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, magnus |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 10134 - set XSLT usage ON as default, for new Koha installs
[SIGNED-OFF] Bug 10134 - set XSLT usage ON as default, for new Koha installs [PASSED QA] Bug 10134 - set XSLT usage ON as default, for new Koha installs |
Description
Mason James
2013-04-27 08:27:29 UTC
*** Bug 9867 has been marked as a duplicate of this bug. *** Created attachment 18016 [details] [review] Bug 10134 - set XSLT usage ON as default, for new Koha installs Currently, new installs are created with XSLT display set to "off", but XSLT seems to be the preferred way to display records, so having the default be "on" instead seems to make sense. This patch will of course only affect new installs. To test: - Apply the patch - Run through the webinstaller on an empty database - Log in to the staff client and search for "xslt" in system preferences - Verify that XSLTDetailsDisplay, XSLTResultsDisplay, OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay are all set to "default" Created attachment 18040 [details] [review] [SIGNED-OFF] Bug 10134 - set XSLT usage ON as default, for new Koha installs Currently, new installs are created with XSLT display set to "off", but XSLT seems to be the preferred way to display records, so having the default be "on" instead seems to make sense. This patch will of course only affect new installs. To test: - Apply the patch - Run through the webinstaller on an empty database - Log in to the staff client and search for "xslt" in system preferences - Verify that XSLTDetailsDisplay, XSLTResultsDisplay, OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay are all set to "default" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Passes test plan correctly. Created attachment 18090 [details] [review] [PASSED QA] Bug 10134 - set XSLT usage ON as default, for new Koha installs Currently, new installs are created with XSLT display set to "off", but XSLT seems to be the preferred way to display records, so having the default be "on" instead seems to make sense. This patch will of course only affect new installs. To test: - Apply the patch - Run through the webinstaller on an empty database - Log in to the staff client and search for "xslt" in system preferences - Verify that XSLTDetailsDisplay, XSLTResultsDisplay, OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay are all set to "default" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Passes test plan correctly. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Changes syspref.sql for new installations to use XSLT views by default. No changes to existing installations, no string changes. Passes all tests. This patch has been pushed to master and 3.12.x. This changes the default behaviour, so not putting this in 3.10.x or 3.8.x |