r599 - in zope-plonecollectorng/trunk: debian skins/pcng_templates

Fabio Tranchitella kobold at alioth.debian.org
Fri Feb 9 13:18:33 CET 2007


Author: kobold
Date: 2007-02-09 13:18:33 +0100 (Fri, 09 Feb 2007)
New Revision: 599

Modified:
   zope-plonecollectorng/trunk/debian/changelog
   zope-plonecollectorng/trunk/skins/pcng_templates/portlet_news.pt
Log:
Preparing the new release.


Modified: zope-plonecollectorng/trunk/debian/changelog
===================================================================
--- zope-plonecollectorng/trunk/debian/changelog	2007-02-09 12:14:00 UTC (rev 598)
+++ zope-plonecollectorng/trunk/debian/changelog	2007-02-09 12:18:33 UTC (rev 599)
@@ -1,9 +1,15 @@
-zope-plonecollectorng (1.2.9-3) UNRELEASED; urgency=low
+zope-plonecollectorng (1.2.9-3) unstable; urgency=high
 
-  * Add dependency on zope-textindexng2. Ubuntu #47663.
+  [ Matthias Klose ]
+  * debian/control: added dependency on zope-textindexng2. (Closes: #410078)
 
- -- Matthias Klose <doko at debian.org>  Tue, 16 Jan 2007 17:10:39 +0100
+  [ Fabio Tranchitella ]
+  * skins/pcng_templates/portlet_news.pt: patched, use toLocalizedTime instead
+    of toPortalTime. This patch is already applied in the upstream repository.
+    (Closes: #410082)
 
+ -- Fabio Tranchitella <kobold at debian.org>  Fri,  9 Feb 2007 13:18:09 +0100
+
 zope-plonecollectorng (1.2.9-2) unstable; urgency=medium
 
   * debian/control: dropped dependency on python2.4. (Closes: #406901)

Modified: zope-plonecollectorng/trunk/skins/pcng_templates/portlet_news.pt
===================================================================
--- zope-plonecollectorng/trunk/skins/pcng_templates/portlet_news.pt	2007-02-09 12:14:00 UTC (rev 598)
+++ zope-plonecollectorng/trunk/skins/pcng_templates/portlet_news.pt	2007-02-09 12:18:33 UTC (rev 599)
@@ -34,7 +34,7 @@
                     </a>
 
                     <div class="portletDetails"
-                         tal:content="python:here.toPortalTime(obj.Date)">July 7, 08:11</div>
+                         tal:content="python:here.toLocalizedTime(obj.Date)">July 7, 08:11</div>
                 </div>
 
             </tal:block>




More information about the pkg-zope-commits mailing list