http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167
--- Comment #220 from Jared Camins-Esakov <[email protected]> --- (In reply to comment #219) > (In reply to comment #218) > > I have encountered a problem, and I don't have a solution for it: right now > > we have the generator tag in the OPAC set to the Koha version. With > > non-linear updates, the Koha version becomes meaningless. Is there something > > we can use instead? > > > > I also have a question about the $koha39 variable. Why is it needed? As far > > as I can understand, $koha39 should be equal to the version in > > kohaversion.pl. Couldn't we just use that and eliminate the variable in > > C4::Auth? > > I had this discussion with Paul a while ago but I don't remember exactly how > we concluded. > What do you call the "tag generator in the OPAC"? <meta name="generator" content="Koha 3.1100004" /> <!-- leave this for stats --> > Is it the same number as we have in the intranet file about.tt? If yes take > a look at the Comment 57 I think the proposed patch answers you. In that > The kohaversion.pl is still used. So we cannot remove the '$koha39' variable > and we have to continue to increment the kohaversion.pl number. Hm, in that case comment 10 is wrong? I'll update my patch on bug 9191 to add and use a C4::Context->final_linear_version routine, which we can then use in place of $koha39. -- 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/
