pref template is confusing; note that we have opacthemes too In one run we might even adjust opacthemes to opactheme.
Created attachment 126828 [details] [review] Bug 29246: Rename pref template between single quotes Result of git grep -l "'template'" ':!*.po' | \ xargs sed -i -e "s/'template'/'intranet_theme'/g" Excluding: git checkout -- C4/Biblio.pm git checkout -- Koha/Club/Enrollment.pm git checkout -- Koha/Club/Enrollment/Field.pm git checkout -- Koha/Club/Template.pm git checkout -- Koha/Plugins/Base.pm git checkout -- Koha/Template/Plugin/Cache.pm git checkout -- catalogue/ISBDdetail.pl git checkout -- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt git checkout -- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt git checkout -- labels/label-manage.pl git checkout -- opac/opac-ISBDdetail.pl git checkout -- opac/opac-downloadcart.pl git checkout -- opac/opac-downloadshelf.pl git checkout -- opac/opac-export.pl git checkout -- patroncards/manage.pl git checkout -- t/db_dependent/Illrequests.t
Created attachment 126829 [details] [review] Bug 29246: Fix order of installer/data/mysql/mandatory/sysprefs.sql
Created attachment 126830 [details] [review] Bug 29246: Fix two incorrect calls of getTranslatedLanguages memberentry and letter.pl refer to OPAC with the wrong theme.
Created attachment 126831 [details] [review] Bug 29246: Rename pref template between double quotes Result of git grep -l "\"template\"" ':!*.po' ':!*.js' | \ xargs sed -i -e "s/\"template\"/\"intranet_theme\"/g" Excluding: git checkout -- Koha/Schema/Result/MarcModificationTemplateAction.pm
Created attachment 126832 [details] [review] Bug 29246: Atomic update for db rev
Still work in progress
See bug 29245. Abandoning.