http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13948
--- Comment #8 from Jonathan Druart <[email protected]> --- Comment on attachment 37981 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37981 Bug 13948 - Add ability to dump template toolkit variables to html comment Review of attachment 37981: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13948&attachment=37981) ----------------------------------------------------------------- Did you check the availability of Template::Plugin::Stash? I am on jessie, and don't find it packaged. The module does not seem to have been updated for a while, 2004... http://search.cpan.org/~podmaster/Template-Plugin-Stash-1.006/lib/Template/Plugin/Stash.pm ::: C4/Installer/PerlDependencies.pm @@ +533,5 @@ > + 'min_ver' => '2.22', > + }, > + 'Template::Plugin::Stash' => { > + 'usage' => 'Debugging', > + 'required' => '1', I would say it's not required. ::: installer/data/mysql/updatedatabase.pl @@ +10028,5 @@ > > +$DBversion = "XXX"; > +if ( CheckVersion($DBversion) ) { > + my $rs = Koha::Database->new()->schema()->resultset('Systempreference'); > + $rs->find_or_create( Did we decide on this way to insert sysprefs? Now we have a way to prevent conflicts on this file it would be bad not to use it. -- 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/
