<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/squishdot/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/squishdot/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 06 Jan 2009 12:48:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/squishdot/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Test</title><link>https://sourceforge.net/p/squishdot/bugs/104/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Test&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 06 Jan 2009 12:48:07 -0000</pubDate><guid>https://sourceforge.netae873aa2fb041dc97518ef36d58f5ad675c37add</guid></item><item><title>worms</title><link>https://sourceforge.net/p/squishdot/bugs/103/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;they are disgusting and squishy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 16 May 2007 08:34:01 -0000</pubDate><guid>https://sourceforge.net03d1c688606d2392d036a46b69123f613c4d632d</guid></item><item><title>Installation Error (MailHost)</title><link>https://sourceforge.net/p/squishdot/bugs/102/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;"Error Type: TypeError Error Value: unbound method mailhost_list() must be called with SquishSite instance as first argument (got nothing instead)"&lt;/p&gt;
&lt;p&gt;Zope Version (Zope 2.9.5-final, python 2.4.3, darwin)&lt;br /&gt;
Python Version 2.4.3 (#1, Oct 9 2006, 13:49:03) [GCC 4.0.1 (Apple Computer, Inc. build 5332)]&lt;br /&gt;
System Platform darwin &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Von</dc:creator><pubDate>Tue, 10 Apr 2007 14:00:37 -0000</pubDate><guid>https://sourceforge.net3ed7c033c1ea3d1a05249fa81cb82ff78f032a98</guid></item><item><title>missing version.txt</title><link>https://sourceforge.net/p/squishdot/bugs/101/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;there's no version.txt file in the stripogram product.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sune Woeller</dc:creator><pubDate>Sat, 08 Jan 2005 16:58:26 -0000</pubDate><guid>https://sourceforge.netd60096620d0c37a44bdc083d57bb9abca8fff68a</guid></item><item><title>reviewedPostings method needs tests.</title><link>https://sourceforge.net/p/squishdot/bugs/100/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The recently committed reviewedPostings method needs tests.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Withers</dc:creator><pubDate>Thu, 08 Jul 2004 12:48:14 -0000</pubDate><guid>https://sourceforge.neta1819fa1b683f17c8b142eb611ff161593b79c6a</guid></item><item><title>Filter inline CSS</title><link>https://sourceforge.net/p/squishdot/bugs/99/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Stripogram should have the ability to filter out css,&lt;br /&gt;
or other specific attributes.&lt;/p&gt;
&lt;p&gt;This might make for more "fun" :-S&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Withers</dc:creator><pubDate>Tue, 01 Jun 2004 14:04:07 -0000</pubDate><guid>https://sourceforge.net0b8f1c0224208197fd866df16f24aad170d6c84e</guid></item><item><title>Handling of &amp;lt;br /&amp;gt;</title><link>https://sourceforge.net/p/squishdot/bugs/98/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The html2text method treats &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;br /&amp;amp;gt; the same.&lt;br /&gt;
&amp;amp;lt;br /&amp;amp;gt; should be rendered as a single line break not two.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.w3.org/TR/REC-html40/struct/text.html" rel="nofollow"&gt;http://www.w3.org/TR/REC-html40/struct/text.html&lt;/a&gt; is an &lt;br /&gt;
interesting discussion on rendering text.&lt;/p&gt;
&lt;p&gt;Unfortunately in our application, which is using the Epoz &lt;br /&gt;
editor this is very noticable.&lt;/p&gt;
&lt;p&gt;Happy New Year!&lt;/p&gt;
&lt;p&gt;Andrew&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Veitch</dc:creator><pubDate>Sun, 28 Dec 2003 18:22:55 -0000</pubDate><guid>https://sourceforge.net22002db03c4fb7100a0f693f8434b1d914c6b251</guid></item><item><title>Wrong handling of entities</title><link>https://sourceforge.net/p/squishdot/bugs/97/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;amp;gt;&amp;amp;gt;&amp;amp;gt; stripogram.html2text('this&amp;amp;amp;ouml;sucks')&lt;br /&gt;
&amp;amp;gt;&amp;amp;gt;&lt;br /&gt;
&amp;amp;gt; 'this ö sucks'&lt;br /&gt;
&amp;amp;gt; &lt;br /&gt;
&amp;amp;gt; There should not be any whitespaces in the result string.&lt;br /&gt;
&amp;amp;gt; &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Jung</dc:creator><pubDate>Tue, 15 Jul 2003 14:54:52 -0000</pubDate><guid>https://sourceforge.netbb68ef2d687c85204b633f8e6eb61136514c8407</guid></item><item><title>timeTime() and Posting.py</title><link>https://sourceforge.net/p/squishdot/bugs/96/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think I came across a bug in Posting.py.  Basically, I &lt;br /&gt;
need to populate an entire site with historical &lt;br /&gt;
information.  The dates are really important.  I am using &lt;br /&gt;
a Perl script to post all this stuff to the sites, and am &lt;br /&gt;
using the &amp;amp;quot;date&amp;amp;quot; attrib in addPosting.&lt;/p&gt;
&lt;p&gt;Out of the box Squishpost.py would always come across &lt;br /&gt;
with an attribute error for timeTime().  I fixed this by &lt;br /&gt;
changing this:&lt;/p&gt;
&lt;p&gt;import DateTime import DateTime&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;from DateTime.DateTime import DateTime&lt;/p&gt;
&lt;p&gt;Then, I had another attrib error, and fixed it by &lt;br /&gt;
changing this:&lt;/p&gt;
&lt;p&gt;# change the created date&lt;br /&gt;
date = REQUEST.get('date')&lt;br /&gt;
if date is not None:&lt;br /&gt;
self.created=int(date.timeTime())&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;# change the created date&lt;br /&gt;
date = REQUEST.get('date')&lt;br /&gt;
if date is not None:&lt;br /&gt;
d = DateTime(date)&lt;br /&gt;
self.created=int(d.timeTime())&lt;/p&gt;
&lt;p&gt;The error is reproducable.&lt;/p&gt;
&lt;p&gt;Zope: 2.6.1 (RedHat Linux w/ Py 2.1.3)&lt;br /&gt;
Squish: 1.5.0&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MK</dc:creator><pubDate>Tue, 17 Jun 2003 12:19:38 -0000</pubDate><guid>https://sourceforge.netec2ecf2652783cd12bc7e43d27cc3252bb59261d</guid></item><item><title>prev_item and next_item return posting in wrong context</title><link>https://sourceforge.net/p/squishdot/bugs/95/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;These methods of the Article class return postings on&lt;br /&gt;
the context of the article, not the site.&lt;/p&gt;
&lt;p&gt;This means methods like absolute_url don't work.&lt;/p&gt;
&lt;p&gt;Here's a patch:&lt;/p&gt;
&lt;p&gt;--- Article.py.original Sun Jun 15 14:59:53 2003&lt;br /&gt;
+++ Article.py  Sun Jun 15 15:00:45 2003&lt;br /&gt;
@@ -62,7 +62,7 @@&lt;br /&gt;
else:   &lt;br /&gt;
previd = rlist[currpos - 1]   &lt;br /&gt;
obj = self.data[previd]   &lt;br /&gt;
-            return (obj.__of__(self),)   &lt;br /&gt;
+            return (obj.__of__(self.aq_parent),)   &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;security.declareProtected(View, 'next_item')&lt;br /&gt;
def next_item(self):   &lt;br /&gt;
@@ -81,7 +81,7 @@&lt;br /&gt;
else:   &lt;br /&gt;
nextid = rlist[currpos + 1]   &lt;br /&gt;
obj = self.data[nextid]   &lt;br /&gt;
-            return (obj.__of__(self),)   &lt;br /&gt;
+            return (obj.__of__(self.aq_parent),)   &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;security.declareProtected(View, 'showSummary')&lt;br /&gt;
def showSummary(self):&lt;/p&gt;
&lt;p&gt;Not committed to CVS yet as it needs tests.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Withers</dc:creator><pubDate>Sun, 15 Jun 2003 14:05:24 -0000</pubDate><guid>https://sourceforge.nete252dd5a8eb2cba87bac8fb0e4ec1d98180e31d9</guid></item></channel></rss>