https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com Status|Needs Signoff |Failed QA --- Comment #29 from M. Tompsett <mtompset@hotmail.com> --- Preliminary testing was generally positive. Though, I think these points should be discussed, if not addressed, before considering sign off. - https vs http in the urls used. - choice vs multiple in the added KohaManualLanguage sys pref - help.pl removed from 00-strict.t - postfix slash the default URL creates a // in the URL. remove the '/' in the URL building in Koha::Manual? build smarter? kshell cd misc/translator for i in `ls po | cut -f1-2 -d'-' | sed -e "s#-opac##g" | sed -e "s#-pref.po##g" | sed -e "s#-staff##g" | sed -e "s#-marc##g" | sort -u`; do echo $i;perl translate install $i;done -- noisy! Though, I suspect correct. perhaps help po files need to be deleted too? -- You are receiving this mail because: You are watching all bug changes.