<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket Query</title>
    <link>http://localhost:8080/trac/query?status=assigned&amp;status=new&amp;status=accepted&amp;status=reopened&amp;component=Views+%26+content+types&amp;milestone=Production&amp;group=status&amp;order=summary</link>
    <description>Support and issues tracking for the Transition Network Web Project.</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/query?status=assigned&amp;status=new&amp;status=accepted&amp;status=reopened&amp;component=Views+%26+content+types&amp;milestone=Production&amp;group=status&amp;order=summary</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
        <link>http://localhost:8080/trac/ticket/457</link>
        <guid isPermaLink="false">http://localhost:8080/trac/ticket/457</guid>
        <title>#457: Projects form - Enhance form entry</title>
        <pubDate>Thu, 08 Nov 2012 18:15:44 GMT</pubDate>
        
        <dc:creator>laura</dc:creator>

        <description>&lt;p&gt;
1 - Entry Form:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Set up new fields and permissions and groupings
&lt;/li&gt;&lt;li&gt;Enhance ‘helper’ texts and any links to other parts of TN listed on form to enhance usability and context.
&lt;/li&gt;&lt;li&gt;CSS and potential of custom templating/panels if needed for style and layouts
&lt;/li&gt;&lt;/ul&gt;</description>
        <category>Results</category>
        <comments>http://localhost:8080/trac/ticket/457#changelog</comments>
    </item><item>
        <link>http://localhost:8080/trac/ticket/523</link>
        <guid isPermaLink="false">http://localhost:8080/trac/ticket/523</guid>
        <title>#523: Database intergrity</title>
        <pubDate>Tue, 19 Mar 2013 11:33:38 GMT</pubDate>
        
        <dc:creator>ed</dc:creator>

        <description>&lt;p&gt;
Following on from comment 4 of ticket 516 (&lt;a class="ext-link" href="https://tech.transitionnetwork.org/trac/ticket/516#comment:4"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://tech.transitionnetwork.org/trac/ticket/516#comment:4&lt;/a&gt;) , I wanted to check the integrity of the field tables, so I crafted and ran this query:
&lt;/p&gt;
&lt;p&gt;
SELECT count(cck.nid) FROM &lt;tt&gt;content_field_region&lt;/tt&gt; cck
LEFT JOIN node node on cck.nid = node.nid
WHERE node.nid IS NULL
&lt;/p&gt;
&lt;p&gt;
Which returned 1,173 rows. I then replaced the 'content_field_region' with other fields found on the user profile nodes (which have their own database table) so the full breakdown is:
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
content_field_region = 1173
content_field_initiative = 1165
content_field_themes = 6256
content_field_training_attended = 1165
content_field_roles_offered = 1285
content_field_other_websites = 1181
content_field_user_types = 1165
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
So what this means is there are around 1200 entries in field database storage for the above tables that do not have an associated node. This means the data is not properly referentially integral, and ideally these should be cleaned up one day.
&lt;/p&gt;
&lt;p&gt;
The risk is low but it's worth doing a the rest of the audit (with the other fields that have tables of their own) and then cleaning these up at some point. These will have been caused by manual deletes and imports over the years. Drupal would normally keep these sorted but we've had to bypass Drupal a few times.
&lt;/p&gt;
&lt;p&gt;
Or we can leave it as is and let the migration to Drupal 8 resolve this. The cost is a bit more database space and a slightly slower site... Though this *may* cause a bug or two.
&lt;/p&gt;
</description>
        <category>Results</category>
        <comments>http://localhost:8080/trac/ticket/523#changelog</comments>
    </item><item>
        <link>http://localhost:8080/trac/ticket/459</link>
        <guid isPermaLink="false">http://localhost:8080/trac/ticket/459</guid>
        <title>#459: Projects form - Project Directory display</title>
        <pubDate>Thu, 08 Nov 2012 18:19:53 GMT</pubDate>
        
        <dc:creator>laura</dc:creator>

        <description>&lt;p&gt;
&lt;strong&gt;3 - Projects Directory (frontend of website)&lt;/strong&gt;
Create new tabbed views for a variety of outputs. New views result listings to be mainly in display format of:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Title (heading)
&lt;/li&gt;&lt;li&gt;&lt;a class="missing wiki"&gt;City/Country?&lt;/a&gt; (bold, slightly larger and possible on right)
&lt;/li&gt;&lt;li&gt;New summary field and ‘read more about this project’ link
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
&lt;em&gt;Similar to the ‘full’ PSE widget output list (except not showing distance but town or city and Country)&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Tabs:&lt;/strong&gt;
&lt;strong&gt;Tab One&lt;/strong&gt; (default)
Projects Home –
Introduction short paragraph text and link to adding projects.
Lists featured projects
Pagination
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Tab Two&lt;/strong&gt;
Find by theme –
Introduction brief sentence.
Search functionality (exposed view filter) for selection of projects by theme.
Default view: random
pagination
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Tab Three&lt;/strong&gt;
Find by location -
Introduction brief sentence.
Search functionality (exposed view filter) for selection of projects by location to use Names rather than miles.
Default view: random or London? &lt;em&gt;(note: LW will test ideas on this)&lt;/em&gt;
pagination
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Tab Four&lt;/strong&gt;
Find by benefits –
&lt;em&gt;&lt;strong&gt; note this may need to be set up ready but hidden initially until a substantial number of projects have updated their profiles with inclusion of the benefits/outcomes field &lt;/strong&gt;&lt;/em&gt;
Introduction brief sentence.
Search functionality (exposed view filter) for selection of projects by outcome/benefits
Default view: all by date added.
pagination
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Tab five&lt;/strong&gt;
[Similar to existing projects home page]
Find by title with exposed search as is present.
and tabular layout with a-z
Custom CSS may be needed
&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;strong&gt;Longer term:&lt;/strong&gt; (possible January?)
Enhance projects map page to show attached view of latest projects with relational popups on hover for easy browsing, and / or map filters by theme or benefit to enable a more usable feature of the map ability.
&lt;/p&gt;
</description>
        <category>Results</category>
        <comments>http://localhost:8080/trac/ticket/459#changelog</comments>
    </item><item>
        <link>http://localhost:8080/trac/ticket/458</link>
        <guid isPermaLink="false">http://localhost:8080/trac/ticket/458</guid>
        <title>#458: Projects form - Project profile page display</title>
        <pubDate>Thu, 08 Nov 2012 18:17:09 GMT</pubDate>
        
        <dc:creator>laura</dc:creator>

        <description>&lt;p&gt;
2 – Project Profile individual page display
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Panels to re-arrange layout.
&lt;/li&gt;&lt;li&gt;Summary on left upper brick, findability on right upper brick with map under (will be a case of working on mockups via LW’s virtual machine, map may need to go further down, but a listing of town, country still to appear in top part). Description to become an expanding box and other data underneath - full width.
&lt;/li&gt;&lt;li&gt;Tidy up image display to be more attractive for users. Enable ‘contact’ button for project contact to be more visible.
&lt;/li&gt;&lt;li&gt;Panels, views, and CSS theming for frontend enhanced display.
&lt;/li&gt;&lt;/ul&gt;</description>
        <category>Results</category>
        <comments>http://localhost:8080/trac/ticket/458#changelog</comments>
    </item>
 </channel>
</rss>