Your message dated Thu, 27 Dec 2007 16:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320959: fixed in php-html-template-it 1:1.2.1-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php-html-template-it

This packages refuses to display pages that have no variable
replacements in them.  This situation might come up with a page that
used to have variable replacements but doesn't any more, or one that you
plan to have in the future, and just haven't put them in yet.

Here's what I'm using as a testcase:

index.php:
<?php
  require_once "HTML/Template/IT.php";
  $tpl = new HTML_Template_IT("./templates");
  $tpl->loadTemplatefile("main.tpl.htm", true, true);
  $tpl->show();
?>

templates/main.tpl.htm:
<html>
<p>foo</p>
</html>

This case in fact looks intentionally crippled, with no explanation as
to why.  This patch removes the crippling.

--- /tmp/IT.php 2005-08-02 05:16:43.393968953 -0700
+++ IT.php      2005-08-02 05:28:11.005155573 -0700
@@ -585,10 +585,7 @@

             } else {

-                if (isset($this->touchedBlocks[$block])) {
-                    $this->blockdata[$block] .= $outer;
-                    unset($this->touchedBlocks[$block]);
-                }
+                $this->blockdata[$block] .= $outer;

             }




--- End Message ---
--- Begin Message ---
Source: php-html-template-it
Source-Version: 1:1.2.1-2

We believe that the bug you reported is fixed in the latest version of
php-html-template-it, which is due to be installed in the Debian FTP archive:

php-html-template-it_1.2.1-2.diff.gz
  to pool/main/p/php-html-template-it/php-html-template-it_1.2.1-2.diff.gz
php-html-template-it_1.2.1-2.dsc
  to pool/main/p/php-html-template-it/php-html-template-it_1.2.1-2.dsc
php-html-template-it_1.2.1-2_all.deb
  to pool/main/p/php-html-template-it/php-html-template-it_1.2.1-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jose Carlos Medeiros <[EMAIL PROTECTED]> (supplier of updated 
php-html-template-it package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 14 Dec 2007 19:49:53 -0200
Source: php-html-template-it
Binary: php-html-template-it
Architecture: source all
Version: 1:1.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros <[EMAIL PROTECTED]>
Changed-By: Jose Carlos Medeiros <[EMAIL PROTECTED]>
Description: 
 php-html-template-it - PEAR HTML Template IT
Closes: 320959 454773
Changes: 
 php-html-template-it (1:1.2.1-2) unstable; urgency=low
 .
   * Display pages that have no variable replacements in them, thanks to
     Jeff Bailey <[EMAIL PROTECTED]> (closes: #320959)
   * Updated copyright with new upstream author. (closes: #454773)
   * Standards-Version: 3.7.3
   * Updated "Homepage:" pseudo-header as Reference 1.14.6.
   * Solved binary-arch-rules-but-pkg-is-arch-indep lintian report.
Files: 
 37b61e2f500df66bd94ac653bd9d287f 728 web optional 
php-html-template-it_1.2.1-2.dsc
 eabe1adf43edee98e2652ea30345d156 3358 web optional 
php-html-template-it_1.2.1-2.diff.gz
 d272005fbb2f09ba8af35cab32537898 25584 web optional 
php-html-template-it_1.2.1-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHc9EyGKGxzw/lPdkRAjPzAJ9ymdFaq/2mQhun7Cqqy8pZq6uxbACcD4vp
KycyGgUzWZKWXYYziKwDwmY=
=2nG3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to