<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #275: Add forms renderer for JsonType fixing bugs in admin interface</title>
    <link>http://localhost/ticket/275</link>
    <description>&lt;p&gt;
This will solve e.g. issues in formalchemy admin interface (which is due to lack of renderer for Json type)
&lt;/p&gt;
&lt;p&gt;
Cost: 0.5h
&lt;/p&gt;
&lt;pre class="wiki"&gt;from ckan.model.types import JsonType
forms.FieldSet.default_renderers[JsonType] = formalchemy.fields.TextFieldRenderer
&lt;/pre&gt;</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/275</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>rgrp</dc:creator>

      <pubDate>Wed, 05 May 2010 09:04:22 GMT</pubDate>
      <title>priority changed; keywords, milestone set</title>
      <link>http://localhost/ticket/275#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/275#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;keywords&lt;/strong&gt;
              &lt;em&gt;cost-low&lt;/em&gt; added
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;priority&lt;/strong&gt;
                changed from &lt;em&gt;minor&lt;/em&gt; to &lt;em&gt;major&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                set to &lt;em&gt;v1.1&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>rgrp</dc:creator>

      <pubDate>Mon, 02 Aug 2010 08:28:21 GMT</pubDate>
      <title>milestone deleted</title>
      <link>http://localhost/ticket/275#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/275#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                &lt;em&gt;v1.1&lt;/em&gt; deleted
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Also, now if you visit ckan.net/admin/Package get 500 error and following in logs:
&lt;/p&gt;
&lt;p&gt;
[Mon Aug 02 08:17:35 2010] [error] [client 86.26.8.30] Error - &amp;lt;type 'exceptions.&lt;a class="missing wiki"&gt;UnicodeEncodeError?&lt;/a&gt;'&amp;gt;: 'ascii' codec can't encode character u'&lt;br /&gt;xf4' in position 988: ordinal not in range(128)
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>pudo</dc:creator>

      <pubDate>Thu, 05 Aug 2010 09:17:20 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/275#comment:3</link>
      <guid isPermaLink="false">http://localhost/ticket/275#comment:3</guid>
      <description>
        &lt;p&gt;
cset:1396 fixes this
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>pudo</dc:creator>

      <pubDate>Thu, 05 Aug 2010 09:19:23 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/275#comment:4</link>
      <guid isPermaLink="false">http://localhost/ticket/275#comment:4</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost/ticket/275#comment:3" title="Comment 3 for Ticket #275"&gt;pudo&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
cset:1396 fixes this
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Where "this" is the field renderer.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>pudo</dc:creator>

      <pubDate>Thu, 05 Aug 2010 09:51:51 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/275#comment:5</link>
      <guid isPermaLink="false">http://localhost/ticket/275#comment:5</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost/ticket/275#comment:2" title="Comment 2 for Ticket #275"&gt;rgrp&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Also, now if you visit ckan.net/admin/Package get 500 error and following in logs:
&lt;/p&gt;
&lt;p&gt;
[Mon Aug 02 08:17:35 2010] [error] [client 86.26.8.30] Error - &amp;lt;type 'exceptions.&lt;a class="missing wiki"&gt;UnicodeEncodeError?&lt;/a&gt;'&amp;gt;: 'ascii' codec can't encode character u'&lt;br /&gt;xf4' in position 988: ordinal not in range(128)
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Cannot reproduce this at the moment. Will wait for it to occur again and then create another ticket.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>pudo</dc:creator>

      <pubDate>Thu, 05 Aug 2010 09:54:42 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/275#comment:6</link>
      <guid isPermaLink="false">http://localhost/ticket/275#comment:6</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>