<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #9: Ini counts: count by filter</title>
    <link>http://localhost:8080/trac/ticket/9</link>
    <description>&lt;p&gt;
when users filter by country and the listing is produced, include the number of inis in that country.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/9</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Thu, 13 May 2010 14:30:16 GMT</pubDate>
      <title>priority, summary changed</title>
      <link>http://localhost:8080/trac/ticket/9#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/9#comment:1</guid>
      <description>
          &lt;ul&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;summary&lt;/strong&gt;
                changed from &lt;em&gt;Ini count: count by country&lt;/em&gt; to &lt;em&gt;Ini counts: count by filter&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
when a user searches or filters and a list is presented, include the numbers of inis in the view:
&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;add counts - on 'all' "there are xxx initiatives registered on our system";
&lt;/li&gt;&lt;li&gt;when filter on country "there are xxx initiatives in countryname';
&lt;/li&gt;&lt;li&gt;filter on theme "there are xxx intiatives interested in themename";
&lt;/li&gt;&lt;li&gt;filter on community type "there are xxx initiatives in the communitytype community"; 5. filter on status "there are xxx initiatives with statusname status"
&lt;/li&gt;&lt;/ol&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Thu, 13 May 2010 14:37:29 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/9#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/9#comment:2</guid>
      <description>
        &lt;p&gt;
Please add this feature to *all* profile searches/filters - people/initiatives/projects
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Thu, 15 Jul 2010 16:17:47 GMT</pubDate>
      <title>estimatedhours, billable set</title>
      <link>http://localhost:8080/trac/ticket/9#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/9#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;estimatedhours&lt;/strong&gt;
                set to &lt;em&gt;0.0&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;billable&lt;/strong&gt;
              unset
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Initiatives done, add variant of:
&lt;/p&gt;
&lt;pre class="wiki"&gt;&amp;lt;?php
// Add results count - using different var names to avoid scoping issues
$my_view = views_get_current_view();
$my_total = $my_view-&amp;gt;total_rows;
print '&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;' . t('%count initiatives matched your search criteria.', array('%count' =&amp;gt; $my_total) ) .'&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;';
?&amp;gt;
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Thu, 22 Jul 2010 14:45:25 GMT</pubDate>
      <title>priority changed</title>
      <link>http://localhost:8080/trac/ticket/9#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/9#comment:4</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;critical&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
putting to critical so it gets done - as it's only a weener job and will please many many people
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Mon, 26 Jul 2010 22:24:23 GMT</pubDate>
      <title>hours, status, totalhours, billable changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/9#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/9#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.2&lt;/em&gt;
            &lt;/li&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;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0&lt;/em&gt; to &lt;em&gt;0.2&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;li&gt;&lt;strong&gt;billable&lt;/strong&gt;
              set
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>