<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://build2be.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>build2be/com/e - patch</title>
 <link>https://build2be.com/category/patch</link>
 <description></description>
 <language>en</language>
<item>
 <title>Drush entity support (patch needs review)</title>
 <link>https://build2be.com/content/drush-entity-support-patch-needs-review</link>
 <description>&lt;div class=&quot;field field-name-field-images field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/content/drush-entity-support-patch-needs-review&quot;&gt;&lt;img class=&quot;img-responsive&quot; src=&quot;https://build2be.com/sites/build2be.com/files/styles/medium/public/drush.png?itok=tC5HE-hw&quot; width=&quot;220&quot; height=&quot;99&quot; alt=&quot;http://3wavesmedia.com/sites/default/files/drush.png&quot; title=&quot;http://3wavesmedia.com/blog/drush-ultimate-drupal-productivity-tool&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Can you tell the field display weights of all your entities with one command? Or edit a node through the command-line?
&lt;pre&gt;&lt;code&gt;drush --yaml entity-type-read node --fields=**/display/**/weight --include-fieldapi
drush entity-update node 12 --json&lt;/code&gt;&lt;/pre&gt;

Watch the video on http://www.youtube.com/watch?v=cVGZzWjdDh8 and get convinced you want to know more of these entity internals.

&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 07 Nov 2011 08:44:23 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">123 at https://build2be.com</guid>
 <comments>https://build2be.com/content/drush-entity-support-patch-needs-review#comments</comments>
</item>
<item>
 <title>Updating drupal core</title>
 <link>https://build2be.com/content/updating-drupal-core</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;I never tried to do an core update on the command line. Today I tried it.&lt;/p&gt;
&lt;p&gt;Get the latest drupal version&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;drush dl&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Check your download&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;ls
drupal-6.x&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Checkout svn drupal-6-core&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;svn --username=build2be chechout http(s)://my-svn/drupal-6-core/trunk/&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Step into drupal version to update&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;cd trunk/www&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Apply the patch&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;diff -ru ./ ../../drupal-6.x/ | patch -p0&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Is this all?&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 11 Jan 2010 12:20:09 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">101 at https://build2be.com</guid>
 <comments>https://build2be.com/content/updating-drupal-core#comments</comments>
</item>
</channel>
</rss>
