Bugzilla – Attachment 10990 Details for
Bug 8470
remove depreciated H:T:P test file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove depreciated H:T:P test
remove-depreciated-HTP-test.patch (text/plain), 2.25 KB, created by
Mason James
on 2012-07-19 00:56:57 UTC
(
hide
)
Description:
remove depreciated H:T:P test
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-07-19 00:56:57 UTC
Size:
2.25 KB
patch
obsolete
>From 46fef93efb30868ac4e65cf64ba6e6c773aff5de Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Wed, 18 Jul 2012 17:24:29 +1200 >Subject: [PATCH] remove depreciated H:T:P test >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >http://bugs.koha-community.org/show_bug.cgi?id=8470 >--- > xt/author/test_template.pl | 58 -------------------------------------------- > 1 files changed, 0 insertions(+), 58 deletions(-) > delete mode 100755 xt/author/test_template.pl > >diff --git a/xt/author/test_template.pl b/xt/author/test_template.pl >deleted file mode 100755 >index 1414d4b..0000000 >--- a/xt/author/test_template.pl >+++ /dev/null >@@ -1,58 +0,0 @@ >-#!/usr/bin/perl >- >-# Copyright (C) 2009 LibLime >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it under the >-# terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >-# version. >-# >-# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR >-# A PARTICULAR PURPOSE. See the GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License along >-# with Koha; if not, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use strict; >-use warnings; >- >-=head1 NAME >- >-test_template.pl >- >-=head2 DESCRIPTION >- >-This helper script is invoked by xt/author/valid-templates.t >-and tests a template for basic syntax errors by having >-HTML::Template::Pro parse it. >- >-=cut >- >-use FindBin qw($Bin); >-use HTML::Template::Pro; >- >-my $filename = $ARGV[0]; >-my $include_dir = $ARGV[1]; >- >-my $template = HTML::Template::Pro->new( >- filename => $filename, >- die_on_bad_params => 1, >- global_vars => 1, >- case_sensitive => 1, >- loop_context_vars => 1, # enable: __first__, __last__, __inner__, __odd__, __counter__ >- path => [$include_dir], >-); >- >-$template->output; # tossing output >- >-=head1 AUTHOR >- >-Koha Development Team <http://koha-community.org/> >- >-Galen Charlton <galen.charlton@liblime.com> >- >-=cut >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8470
:
10990
|
10991