Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 651573 Details for
Bug 863639
Documentation build with smarty fails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
More Smarty3 fixes
0002-Fix-more-smarty3-issues-bz-863639.patch (text/plain), 17.61 KB, created by
Johan Cwiklinski
on 2012-11-25 16:09:17 UTC
(
hide
)
Description:
More Smarty3 fixes
Filename:
MIME Type:
Creator:
Johan Cwiklinski
Created:
2012-11-25 16:09:17 UTC
Size:
17.61 KB
patch
obsolete
>From f33f6fccbe4648f494f9d40601f010899628ca76 Mon Sep 17 00:00:00 2001 >From: Johan Cwiklinski <johan@x-tnd.be> >Date: Sun, 25 Nov 2012 16:42:20 +0100 >Subject: [PATCH 2/2] Fix more smarty3 issues, bz #863639 > >Previous patch was only fixing issues using HTML:Smarty:PHP; many other possibilities >were not coevered. >--- > php-pear-PhpDocumentor-1.4.4-smarty3.patch | 162 +++++++++++++++++++++++++++-- > php-pear-PhpDocumentor.spec | 7 +- > 2 files changed, 161 insertions(+), 8 deletions(-) > >diff --git a/php-pear-PhpDocumentor-1.4.4-smarty3.patch b/php-pear-PhpDocumentor-1.4.4-smarty3.patch >index 697d40f..14e92d1 100644 >--- a/php-pear-PhpDocumentor-1.4.4-smarty3.patch >+++ b/php-pear-PhpDocumentor-1.4.4-smarty3.patch >@@ -1,6 +1,6 @@ > diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc > --- PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc.patch 2011-12-03 22:40:10.000000000 +0100 >-+++ PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc 2012-10-06 12:38:57.939447241 +0200 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc 2012-11-25 16:11:24.100433853 +0100 > @@ -168,7 +168,7 @@ class CHMdefaultConverter extends Conver > $templ->assign('source_loc',$pathinfo['source_loc']); > $templ->assign('docs',$pathinfo['docs']); >@@ -99,9 +99,19 @@ diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/CHMdefaultConv > + return str_replace('{$subdir}',$smarty->getTemplateVars('subdir'),$src); > } > ?> >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/templates/default/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/templates/default/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/templates/default/templates/pkgelementindex.tpl.patch 2012-11-25 16:22:31.006750100 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/CHM/default/templates/default/templates/pkgelementindex.tpl 2012-11-25 16:22:41.364754049 +0100 >+@@ -10,5 +10,5 @@ >+ {/if} >+ {/section}<br> >+ <a href="elementindex.html"><b>Index of all elements</b></a><br> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} > diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc > --- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc.patch 2011-12-03 22:40:11.000000000 +0100 >-+++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc 2012-10-06 12:38:44.047448159 +0200 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc 2012-11-25 16:11:24.102433855 +0100 > @@ -166,7 +166,7 @@ class HTMLframesConverter extends Conver > $templ->assign('source_loc',$pathinfo['source_loc']); > $templ->assign('docs',$pathinfo['docs']); >@@ -227,9 +237,119 @@ diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/HTMLframesConv > + return str_replace('{$subdir}',$smarty->getTemplateVars('subdir'),$src); > } > ?> >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/default/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/default/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/default/templates/pkgelementindex.tpl.patch 2012-11-25 16:21:12.812717157 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/default/templates/pkgelementindex.tpl 2012-11-25 16:21:23.385721247 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/pkgelementindex.tpl.patch 2012-11-25 16:23:23.944771565 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/pkgelementindex.tpl 2012-11-25 16:23:34.374775584 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/pkgelementindex.tpl.patch 2012-11-25 16:23:46.073780259 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/pkgelementindex.tpl 2012-11-25 16:23:53.518783166 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/pkgelementindex.tpl.patch 2012-11-25 16:24:03.594788090 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/pkgelementindex.tpl 2012-11-25 16:24:14.065792468 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/pkgelementindex.tpl.patch 2012-11-25 16:24:26.172797719 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/pkgelementindex.tpl 2012-11-25 16:24:35.856801582 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/pkgelementindex.tpl.patch 2012-11-25 16:24:49.595807264 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/pkgelementindex.tpl 2012-11-25 16:25:03.073812573 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/pkgelementindex.tpl.patch 2012-11-25 16:25:13.490817474 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/pkgelementindex.tpl 2012-11-25 16:25:22.041823290 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/pkgelementindex.tpl.patch 2012-11-25 16:25:33.237828254 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/pkgelementindex.tpl 2012-11-25 16:25:44.738832416 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/pkgelementindex.tpl.patch 2012-11-25 16:25:51.821835627 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/pkgelementindex.tpl 2012-11-25 16:26:03.085840040 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/pkgelementindex.tpl.patch 2012-11-25 16:22:59.008760973 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/pkgelementindex.tpl 2012-11-25 16:23:07.925764379 +0100 >+@@ -13,5 +13,5 @@ >+ </ul> >+ <a href="elementindex.html"><strong>Index of all elements</strong></a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/pkgelementindex.tpl.patch 2012-11-25 16:26:17.077846379 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/pkgelementindex.tpl 2012-11-25 16:26:25.923849746 +0100 >+@@ -13,5 +13,5 @@ >+ {/if} >+ <a href="elementindex.html">All elements</a> >+ <br /> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} > diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc > --- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc.patch 2011-12-03 22:40:12.000000000 +0100 >-+++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc 2012-10-06 12:38:21.533449643 +0200 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc 2012-11-25 16:11:24.106433857 +0100 > @@ -162,7 +162,7 @@ class HTMLSmartyConverter extends Conver > $templ->assign('source_loc',$pathinfo['source_loc']); > $templ->assign('docs',$pathinfo['docs']); >@@ -355,9 +475,39 @@ diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConv > + return str_replace('{$subdir}',$smarty->getTemplateVars('subdir'),$src); > } > ?> >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/pkgelementindex.tpl.patch 2012-11-25 16:18:29.366645103 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/pkgelementindex.tpl 2012-11-25 16:18:38.924648585 +0100 >+@@ -1,5 +1,5 @@ >+ {include file="header.tpl"} >+ <a name="top"></a> >+ <h1>Element index for package {$package}</h1> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/pkgelementindex.tpl.patch 2012-11-25 16:13:15.542488972 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/pkgelementindex.tpl 2012-11-25 16:15:13.126530848 +0100 >+@@ -11,5 +11,5 @@ >+ {/section} >+ </ul> >+ {/if} >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} >+diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PEAR/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PEAR/templates/pkgelementindex.tpl >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PEAR/templates/pkgelementindex.tpl.patch 2012-11-25 16:26:39.015857536 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PEAR/templates/pkgelementindex.tpl 2012-11-25 16:26:48.380861760 +0100 >+@@ -1,5 +1,5 @@ >+ {include file="header.tpl"} >+ <a name="top"></a> >+ <h1>Element index for package {$package}</h1> >+-{include file="basicindex.tpl" indexname=elementindex_$package} >++{include file="basicindex.tpl" indexname="elementindex_$package"} >+ {include file="footer.tpl"} > diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl >---- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl.patch 2012-10-06 15:10:41.195846270 +0200 >-+++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl 2012-10-06 15:10:52.016845557 +0200 >+--- PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl.patch 2011-12-03 22:40:12.000000000 +0100 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl 2012-11-25 16:11:24.106433857 +0100 > @@ -1,5 +1,5 @@ > {include file="header.tpl"} > <a name="top"></a> >@@ -367,7 +517,7 @@ diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/Smarty/templates/PHP/ > {include file="footer.tpl"} > diff -up PhpDocumentor-1.4.4/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc.patch PhpDocumentor-1.4.4/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc > --- PhpDocumentor-1.4.4/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc.patch 2011-12-03 22:40:12.000000000 +0100 >-+++ PhpDocumentor-1.4.4/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc 2012-10-06 12:37:49.093451785 +0200 >++++ PhpDocumentor-1.4.4/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc 2012-11-25 16:11:24.107433859 +0100 > @@ -1629,7 +1629,7 @@ class XMLDocBookpeardoc2Converter extend > { > foreach($ids as $id => $unll) >diff --git a/php-pear-PhpDocumentor.spec b/php-pear-PhpDocumentor.spec >index 0788283..48e3d75 100644 >--- a/php-pear-PhpDocumentor.spec >+++ b/php-pear-PhpDocumentor.spec >@@ -4,12 +4,12 @@ > Summary: The complete documentation solution for PHP > Name: php-pear-PhpDocumentor > Version: 1.4.4 >-Release: 5%{?dist} >+Release: 6%{?dist} > License: LGPLv2+ > Group: Development/Libraries > URL: http://www.phpdoc.org/ > Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz >-Patch0: php-pear-PhpDocumentor-1.4.4-smarty3.patch >+Patch0: php-pear-PhpDocumentor-1.4.4-smarty3.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildArch: noarch >@@ -123,6 +123,9 @@ fi > > > %changelog >+* Sun Nov 25 2012 Johan Cwiklinski <johan AT x-tnd DOT be> -1.4.4-6 >+- Upgrade Smarty3 patch >+ > * Sat Oct 06 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.4.4-5 > - Smarty3 patch > >-- >1.7.11.7 >
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
Attachments on
bug 863639
:
622702
| 651573