[Koha-bugs] [Bug 13948] Add ability to dump template toolkit variables to html comment

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 20 13:27:40 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13948

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list