After checking with Owen it appears that the opac-tmpl/lib/yui directory can be removed now that we only support Bootstrap OPAC.
Created attachment 35470 [details] [review] Bug 13612 - Remove old YUI javacript libraries from opac-tmpl YUI files were left behind in opac-tmpl/lib/yui after the removal of the prog theme. These files are unused and can be safely removed. To test, apply the patch and search for references to any of the YUI files. You should find none in the OPAC templates.
I did git grep for the files all removed files, no references behalve of: git grep 'opac-tmpl/lib/yui/reset-fonts-grids.css' Result: koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css git grep 'opac-tmpl/lib/yui/skin.css' Result: koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css Are opac-old.css and sco-old.css still used / present in the system or is this just a local issue in my dev installation?
Hi Marc, I have the same result, but the css files don't seem to be linked to from anywhere. My guess is, that we kept them around for look-up, but that they are not used any longer. Owen, could you confirm?
> Owen, could you confirm? I confirm. opac-old.css and sco-old.css were in-development reference files and shouldn't have made it into the original patch. They can be ignored for the purposes of this patch and deleted by another one.
Created attachment 35793 [details] [review] [Signed-off] Bug 13612 - Remove old YUI javacript libraries from opac-tmpl YUI files were left behind in opac-tmpl/lib/yui after the removal of the prog theme. These files are unused and can be safely removed. To test, apply the patch and search for references to any of the YUI files. You should find none in the OPAC templates. No references found. Signed-off-by: Marc Véron <veron@veron.ch>
Created attachment 35822 [details] [review] Bug 13612 - Remove old YUI javacript libraries from opac-tmpl YUI files were left behind in opac-tmpl/lib/yui after the removal of the prog theme. These files are unused and can be safely removed. To test, apply the patch and search for references to any of the YUI files. You should find none in the OPAC templates. No references found. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
(In reply to Owen Leonard from comment #4) > > Owen, could you confirm? > > I confirm. opac-old.css and sco-old.css were in-development reference files > and shouldn't have made it into the original patch. They can be ignored for > the purposes of this patch and deleted by another one. I am marking this bug depends on bug 13689, IMO they should be pushed together.
Patch pushed to master. Thanks Owen!