<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #2639: Update recline version for 1.8 release</title>
    <link>http://localhost/ticket/2639</link>
    <description>&lt;p&gt;
New recline version has significant improvements like the &lt;a class="missing wiki"&gt;SlickGrid?&lt;/a&gt; based grid view, it'd be good to have it on 1.8.
&lt;/p&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/2639</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>amercader</dc:creator>

      <pubDate>Mon, 09 Jul 2012 14:57:03 GMT</pubDate>
      <title>status changed</title>
      <link>http://localhost/ticket/2639#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:1</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;accepted&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>amercader</dc:creator>

      <pubDate>Tue, 10 Jul 2012 12:01:07 GMT</pubDate>
      <title>priority changed</title>
      <link>http://localhost/ticket/2639#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;priority&lt;/strong&gt;
                changed from &lt;em&gt;major&lt;/em&gt; to &lt;em&gt;awaiting merge&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>amercader</dc:creator>

      <pubDate>Thu, 26 Jul 2012 10:15:11 GMT</pubDate>
      <title>cc set</title>
      <link>http://localhost/ticket/2639#comment:3</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;cc&lt;/strong&gt;
              &lt;em&gt;rgrp&lt;/em&gt;, &lt;em&gt;icmurray&lt;/em&gt; added
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Merged into master before 1.8.
There are a couple of issues with that need to be fixed on recline code base:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Filter does not fire the state change event (Embed URL does not get updated)
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/okfn/recline/issues/195"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/okfn/recline/issues/195&lt;/a&gt;
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;File format not saved in Dataproxy state (Embed fails with dataproxy files with no extension)
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/okfn/recline/issues/196"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/okfn/recline/issues/196&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
When we fix these on recline we can update the build on ckan core.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>rgrp</dc:creator>

      <pubDate>Thu, 16 Aug 2012 13:54:50 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2639#comment:4</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:4</guid>
      <description>
        &lt;p&gt;
&lt;a class="closed ticket" href="http://localhost/ticket/196" title="defect: RDF URI to resolve on CKAN (closed: fixed)"&gt;#196&lt;/a&gt; is fixed. Not sure about &lt;a class="closed ticket" href="http://localhost/ticket/195" title="enhancement: Association listings should be alphabetically sorted (e.g. a group's ... (closed: fixed)"&gt;#195&lt;/a&gt;. Otherwise think we are good to go.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>rgrp</dc:creator>

      <pubDate>Thu, 16 Aug 2012 13:55:44 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2639#comment:5</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:5</guid>
      <description>
        &lt;p&gt;
There is also an additional issue which is that recline no longer uses elasticsearch_url so we will need to patch this either in js or in the controller code for the embed ...
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>rgrp</dc:creator>

      <pubDate>Thu, 16 Aug 2012 19:41:27 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2639#comment:6</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:6</guid>
      <description>
        &lt;p&gt;
Also found that previous recline setup used elasticsearch_url in recline 'state' (dataset part) when generating embed_url for dataset. But recline no longer supports this so move to url attribute of dataset attribute of state.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>rgrp</dc:creator>

      <pubDate>Thu, 16 Aug 2012 19:44:49 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2639#comment:7</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:7</guid>
      <description>
        &lt;p&gt;
Port of fix for recline issue 196 in &lt;a class="ext-link" href="https://github.com/okfn/ckan/commit/fd1abd9d5701b4addf7e709c1766d6ffed1bb8bf"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/okfn/ckan/commit/fd1abd9d5701b4addf7e709c1766d6ffed1bb8bf&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Fix of embed issue in &lt;a class="ext-link" href="https://github.com/okfn/ckan/commit/fd1abd9d5701b4addf7e709c1766d6ffed1bb8bf"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/okfn/ckan/commit/fd1abd9d5701b4addf7e709c1766d6ffed1bb8bf&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>amercader</dc:creator>

      <pubDate>Fri, 17 Aug 2012 16:38:21 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2639#comment:8</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:8</guid>
      <description>
        &lt;p&gt;
Added some new comments to &lt;a class="closed ticket" href="http://localhost/ticket/195" title="enhancement: Association listings should be alphabetically sorted (e.g. a group's ... (closed: fixed)"&gt;#195&lt;/a&gt;:
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/okfn/recline/issues/195"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/okfn/recline/issues/195&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>amercader</dc:creator>

      <pubDate>Mon, 15 Oct 2012 10:16:45 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/2639#comment:9</link>
      <guid isPermaLink="false">http://localhost/ticket/2639#comment:9</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;accepted&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>