<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://london2011.drupal.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>DrupalCon London 2011 - Core Conversations</title>
 <link>http://london2011.drupal.org/taxonomy/term/3654/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>10:45 - 11:15 Automated UI Testing with Selenium</title>
 <link>http://london2011.drupal.org/coreconversation/1045-1115-automated-ui-testing-selenium</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/23-august-1045-1145&quot;&gt;23 August 10:45 - 11:45&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Simpletest doesn&#039;t allow us to test Javascripts, upload files.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;One of the greatest thing we have in drupal 7 is unit testing. But still we have some limitation about things that we can test. In simpletest we have custom browser that can open pages, submit forms and other nice things. What we really miss is automated testing of the javascripts.&lt;/p&gt;
&lt;p&gt;That is what Selenium framework can help us with. Selenium 2 (aka Webdriver) communicates with browser and can emulate user behavior completely. We can open pages, click on elements, execute javascripts, open popups.. even upload files.&lt;/p&gt;
&lt;p&gt;This is really great next step in our testing system that can cover drupal javascripts.&lt;/p&gt;
&lt;p&gt;In this session I will go into details about how we can test drupal with Selenium and what is done in direction of integrating Selenium testing to simpletest framework that we alreay have. Yes, we alreay can run Selenium tests in simpletest sandbox with Firefox!&lt;/p&gt;
&lt;p&gt;We will take a look for some examples in order to have some practical knowledge of writing tests.&lt;/p&gt;
&lt;p&gt;Lets move our testing coverage forward!&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/ygerasimov&quot; class=&quot;user-name&quot;&gt;Yuriy Gerasimov&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Tue, 23 Aug 2011 12:48:22 +0000</pubDate>
 <dc:creator>ygerasimov</dc:creator>
 <guid isPermaLink="false">3019 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>Drupal 8 Update / Keynote Follow-up</title>
 <link>http://london2011.drupal.org/coreconversation/drupal-8-update-keynote-follow</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/25-august-1445-1545&quot;&gt;25 August 14:45 - 15:45&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Drupal 8 Update&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Dries is going to round up the Core Conversations with a follow up of his keynote.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/dries&quot; class=&quot;user-name&quot;&gt;Dries Buytaert&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 14 Jul 2011 10:26:53 +0000</pubDate>
 <dc:creator>Isabell</dc:creator>
 <guid isPermaLink="false">3849 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>15:00 - 15:30 Updates from the Drupal 8 Initiative Owners Continued</title>
 <link>http://london2011.drupal.org/coreconversation/1500-1530-updates-drupal-8-initiative-owners-continued</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/24-august-1500-1600&quot;&gt;24 August 15:00 - 16:00&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Updates on current initiatives.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Updates on the &lt;a href=&quot;http://groups.drupal.org/drupal-initiatives&quot;&gt;Drupal 8 core initiatives&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/build-systems-change-management/cmi&quot;&gt;Configuration Management&lt;/a&gt; by Greg Dunlap&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/wscci&quot;&gt;Web Services&lt;/a&gt; by Larry Garfield&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/design-drupal/d8di&quot;&gt;Design&lt;/a&gt; by Jeff Burnz&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/internationalization&quot;&gt;Multilingual&lt;/a&gt; by Gábor Hojtsy&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/html5/drupal-8&quot;&gt;HTML5&lt;/a&gt; by Tim Plunkett&lt;/li&gt;
&lt;/ul&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/jeff-burnz&quot; class=&quot;user-name&quot;&gt;Jeff Burnz&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/users/crell&quot; class=&quot;user-name&quot;&gt;Larry Garfield&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/g%C3%A1bor-hojtsy&quot; class=&quot;user-name&quot;&gt;Gábor Hojtsy&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/users/heyrocker&quot; class=&quot;user-name&quot;&gt;Greg Dunlap&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 14 Jul 2011 10:18:07 +0000</pubDate>
 <dc:creator>Isabell</dc:creator>
 <guid isPermaLink="false">3844 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>Updates from the Drupal 8 Initiative Owners</title>
 <link>http://london2011.drupal.org/coreconversation/updates-drupal-8-initiative-owners</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/24-august-1345-1445&quot;&gt;24 August 13:45 - 14:45&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Updates on current initiatives.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Updates on the &lt;a href=&quot;http://groups.drupal.org/drupal-initiatives&quot;&gt;Drupal 8 core initiatives&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/build-systems-change-management/cmi&quot;&gt;Configuration Management&lt;/a&gt; by Greg Dunlap&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/wscci&quot;&gt;Web Services&lt;/a&gt; by Larry Garfield&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/design-drupal/d8di&quot;&gt;Design&lt;/a&gt; by Jeff Burnz&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/internationalization&quot;&gt;Multilingual&lt;/a&gt; by Gábor Hojtsy&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.drupal.org/html5/drupal-8&quot;&gt;HTML5&lt;/a&gt; by Tim Plunkett&lt;/li&gt;
&lt;/ul&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/jeff-burnz&quot; class=&quot;user-name&quot;&gt;Jeff Burnz&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/users/crell&quot; class=&quot;user-name&quot;&gt;Larry Garfield&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/g%C3%A1bor-hojtsy&quot; class=&quot;user-name&quot;&gt;Gábor Hojtsy&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/users/heyrocker&quot; class=&quot;user-name&quot;&gt;Greg Dunlap&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-filefield field-field-session-slides&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Slides:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;div class=&quot;filefield-file&quot;&gt;&lt;img class=&quot;filefield-icon field-icon-application-pdf&quot;  alt=&quot;application/pdf icon&quot; src=&quot;http://london2011.drupal.org/sites/all/modules/contrib/filefield/icons/application-pdf.png&quot; /&gt;&lt;a href=&quot;/sites/default/files/WSCCI%20Update.pdf&quot; type=&quot;application/pdf; length=1022956&quot;&gt;WSCCI Update.pdf&lt;/a&gt;&lt;/div&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 14 Jul 2011 10:15:35 +0000</pubDate>
 <dc:creator>Isabell</dc:creator>
 <guid isPermaLink="false">3839 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>Developing and Site Building for *.drupal.org &amp; Prairie Initiative - Pushing Some Projects Forward</title>
 <link>http://london2011.drupal.org/coreconversation/developing-and-site-building-drupalorg-prairie-initiative-pushing-some-projects-for</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/24-august-1230-1330&quot;&gt;24 August 12:30 - 13:30&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;*.Drupal.org can be better.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Our &lt;a href=&quot;http://drupal.org/node/1006562&quot;&gt;infrastructure for developing *.drupal.org&lt;/a&gt; is better than ever. We need to get the word out, organize efforts, and continue to improve the infrastructure.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/drumm&quot; class=&quot;user-name&quot;&gt;Neil Drumm&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/users/webchick&quot; class=&quot;user-name&quot;&gt;Angie Byron&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/sdboyer&quot; class=&quot;user-name&quot;&gt;Sam Boyer&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/users/leisareichelt&quot; class=&quot;user-name&quot;&gt;Leisa Reichelt&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 07 Jul 2011 18:51:40 +0000</pubDate>
 <dc:creator>drumm</dc:creator>
 <guid isPermaLink="false">3634 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>13:30 - 14:00 Need for a more usable process for usability</title>
 <link>http://london2011.drupal.org/coreconversation/1330-1400-need-more-usable-process-usability</link>
 <description>&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;It is encouraging to see the growing awareness towards usability within the community. However, usability studies are few and far between with a somewhat adhoc process. The problem is two fold: Drupal needs more usability testing but also an effective plan to prioritize, implement the test and follow up on actionable issues. Currently, most of this is an after thought. To make it scalable for usable Drupal 8, there is an obvious need to start early.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;This presentation proposes a framework how to overcome these challenges strategically. It also encourages discussion to fill in the gaps in the proposed solution.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/dcmistry&quot; class=&quot;user-name&quot;&gt;Dharmesh Mistry&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 07 Jul 2011 17:47:53 +0000</pubDate>
 <dc:creator>dcmistry</dc:creator>
 <guid isPermaLink="false">3629 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>11:15 - 11:45 Document-Oriented Storage</title>
 <link>http://london2011.drupal.org/coreconversation/1115-1145-document-oriented-storage</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/23-august-1045-1145&quot;&gt;23 August 10:45 - 11:45&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;Drupal 6 was strongly tied to MySQL and its table format. Drupal 7 introduced the concept of Entities and Fields. Now comes Drupal 8, and it needs a new Copernican Revolution: switching to storing and managing generic semi-structured &quot;documents&quot;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We need to review the state of the art in this domain and discuss implementation options. The objective is to solve some of our current pain points:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A single API can &lt;strong&gt;store both content and configuration&lt;/strong&gt; (because they are the same)&lt;/li&gt;
&lt;li&gt;The API can have &lt;strong&gt;built-in synchronization&lt;/strong&gt; options to easily &lt;strong&gt;push both content and configuration between environments&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The API can &lt;strong&gt;improve our scalability&lt;/strong&gt; by materializing some of our queries (... and removing the need for the two manual denormalizations we have in Drupal 7 core: tracker and taxonomy)&lt;/li&gt;
&lt;/ul&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;We will discuss the idea of implementing a Document-oriented API in Drupal 8. The potential features of the API could be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Stores document as-is&lt;/strong&gt;, without transformation&lt;/li&gt;
&lt;li&gt;Can &lt;strong&gt;perform queries deep inside the documents&lt;/strong&gt; (&lt;em&gt;à la&lt;/em&gt; MongoDB), including across relationships; and can also materialize them (ie. save the result set and maintain it across time)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Revisions everything and addresses content by their revision IDs&lt;/strong&gt; (&lt;em&gt;à la&lt;/em&gt; Git)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Supports mixed storage&lt;/strong&gt;, allowing querying across several storages (including local filesystem storage, database storage, remote storage, etc.)&lt;/li&gt;
&lt;li&gt;Can leverage both &lt;strong&gt;standard SQL&lt;/strong&gt; (via DBTNG) and proper &lt;strong&gt;document-oriented database engines&lt;/strong&gt; (MongoDB, CouchDB, ...)&lt;/li&gt;
&lt;/ul&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/damien-tournoud&quot; class=&quot;user-name&quot;&gt;Damien Tournoud&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 07 Jul 2011 16:09:39 +0000</pubDate>
 <dc:creator>Damien Tournoud</dc:creator>
 <guid isPermaLink="false">3609 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>17:00 - 17:30 Burnout!</title>
 <link>http://london2011.drupal.org/coreconversation/1700-1730-burnout</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/23-august-1700-1800&quot;&gt;23 August 17:00 - 18:00&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;We have an incredible group of people who invest deeply in our common project. Some significant portion of this group is near burnout at any given time, and we&#039;ve lost important contributors, some famously, as a result of this.&lt;/p&gt;
&lt;p&gt;The more general problem is: How can we help our contributors to manage their work so they don&#039;t get so close to burnout? How can we help people find (or regain) balance while dealing with the technical and social problems of contributing to our great project?&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;* Begin a concentrated initiative to grow and keep our contributors, and to keep them happy.&lt;br /&gt;
* Make this a goal a key project responsibility.&lt;br /&gt;
* Learn from other organizations and resources ways to approach this.&lt;/p&gt;
&lt;p&gt;For background you may be interested in reading&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://randyfay.com/node/107&quot;&gt;What is burnout?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://randyfay.com/node/109&quot;&gt;What can Individuals do to prevent burnout?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://randyfay.com/node/110&quot;&gt;How does the Drupal community burn people out?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://randyfay.com/node/111&quot;&gt;What can the Drupal community do about burnout?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/rfay&quot; class=&quot;user-name&quot;&gt;Randy Fay&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 07 Jul 2011 16:03:31 +0000</pubDate>
 <dc:creator>rfay</dc:creator>
 <guid isPermaLink="false">3599 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>15:30 - 16:00 D8 Needs a Better Editorial Workflow in Core</title>
 <link>http://london2011.drupal.org/coreconversation/1530-1600-d8-needs-better-editorial-workflow-core</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/24-august-1500-1600&quot;&gt;24 August 15:00 - 16:00&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;This session focuses on the gaps with the existing workflow around publishing content. Be it the new user or an existing one, they have their own share of issues. It is against the new users’ mental model that “Save” publishes content. But concerns go beyond “Save” and “Publish”. At such instances, the argument about having support revision for different states always comes up. Drupal allows only for a binary publication state and associates this state with the entire node, making even simple content moderation workflows difficult to implement. As we move forward for D8, issues like these need to be addressed to improve the overall user experience.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;- Design for the 80% use case and how?&lt;/p&gt;
&lt;p&gt;-  Explore options for a more robust approach that does support workflow states, transitions and the UI elements.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/agentrickard&quot; class=&quot;user-name&quot;&gt;Ken Rickard&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 07 Jul 2011 15:35:07 +0000</pubDate>
 <dc:creator>dcmistry</dc:creator>
 <guid isPermaLink="false">3594 at http://london2011.drupal.org</guid>
</item>
<item>
 <title>14:00 - 14:30 Making Core Useful: Balancing Simplicity, Functionality, and Contrib</title>
 <link>http://london2011.drupal.org/coreconversation/1400-1430-making-core-useful-balancing-simplicity-functionality-and-contrib</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-schedule&quot;&gt;&lt;div class=&quot;field field-type-nodereference field-field-session-slot&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Time slot:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/timeslot/25-august-1330-1430&quot;&gt;25 August 13:30 - 14:30&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-session-room&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                      &lt;div class=&quot;field-label-inline-first&quot;&gt;
              Room:&amp;nbsp;&lt;/div&gt;
                    &lt;a href=&quot;/room/centennial-suite&quot;&gt;Centennial Suite&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;div class=&quot;field field-type-text field-field-core-problem&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;As Drupal has grown and evolved, the complexity of the average Drupal site has skyrocketed. Heavy reliance on contributed APIs and addon modules have put most site building tasks on the opposite side of a &quot;learning ledge&quot; for new users.&lt;/p&gt;
&lt;p&gt;Usability research has shown us quite a bit of low-hanging fruit, but a larger challenge remains: the limited feature set of Drupal Core, and the necessity of engaging with the immense Contrib landscape before building a &quot;real&quot; site. The inclusion of FieldAPI in Drupal 7 has dramatically improved some aspects of the problem, but the only polished mechanism for &lt;em&gt;displaying&lt;/em&gt; content is a global &quot;front page.&quot;&lt;/p&gt;
&lt;p&gt;Users do not need infinite flexibility when building their first simple sites, but they need much better than this if Drupal is to be a useful tool. How can we balance the dueling needs of simplicity and flexibility? Should we pursue a feature-rich Core despite the presence of a well-stocked contrib ecosystem?&lt;/p&gt;
&lt;p&gt;These are hard questions we must answer together.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-core-solution&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Proposed solution:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Regarding core functionality, several paths are open to us. One is to accept that Drupal Core cannot be used to build &quot;real&quot; web sites, that its primary purpose is to serve as a starting point for contrib-driven projects.&lt;/p&gt;
&lt;p&gt;Another option is to begin the work of migrating the Views module and CTools into Drupal core. With those tools, custom core-only modules for many functions would be unnecessary. (Although much work would be needed to ensure that simple tasks for end users remained simple: building Views, as common as it is, is an &#039;advanced&#039; activity.)&lt;/p&gt;
&lt;p&gt;A final option is is to build focused pieces of key functionality into Drupal core. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An optional listing page of teasers for each content type.&lt;/li&gt;
&lt;li&gt;An optional sidebar block and RSS feed for each content type.&lt;/li&gt;
&lt;li&gt;A &#039;View [type] content&#039; access permission for each content type.&lt;/li&gt;
&lt;li&gt;The ability to display children of a Book page as node teasers, rather than bulleted links.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While limited in scope, even these simple tools for displaying separate pools of content would give site builders a much richer palette while learning.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-userreference field-field-presenters&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/users/eaton&quot; class=&quot;user-name&quot;&gt;Jeff Eaton&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <category domain="http://london2011.drupal.org/category/track/core-conversations">Core Conversations</category>
 <pubDate>Thu, 07 Jul 2011 03:02:03 +0000</pubDate>
 <dc:creator>eaton</dc:creator>
 <guid isPermaLink="false">3574 at http://london2011.drupal.org</guid>
</item>
</channel>
</rss>
