https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Failed QA --- Comment #29 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
