<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://alexisyes.com">
<channel>
 <title>Alexisyes</title>
 <link>http://alexisyes.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Alexisyes" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="alexisyes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>Drush doesn't respect ssh-options in some commands</title>
 <link>http://alexisyes.com/2010/08/17/drush-doesnt-respect-ssh-options-some-command</link>
 <description>&lt;p&gt;If your servers using non-standart SSH port, then Drush can fail using aliases for some commands (in my case it was sql-sync). The fix is already committed to HEAD, but until then you can apply patch from here&lt;br /&gt;
&lt;a href="http://drupal.org/node/820514"&gt;http://drupal.org/node/820514&lt;/a&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/08/17/drush-doesnt-respect-ssh-options-some-command" dc:identifier="http://alexisyes.com/2010/08/17/drush-doesnt-respect-ssh-options-some-command" dc:title="Drush doesn&amp;#039;t respect ssh-options in some commands" trackback:ping="http://alexisyes.com/trackback/68" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
</description>
 <comments>http://alexisyes.com/2010/08/17/drush-doesnt-respect-ssh-options-some-command#comments</comments>
 <pubDate>Tue, 17 Aug 2010 08:32:06 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">68 at http://alexisyes.com</guid>
</item>
<item>
 <title>CSS Aggregation fails in Drupal 6.19</title>
 <link>http://alexisyes.com/2010/08/16/css-aggregation-fails-drupal-619</link>
 <description>&lt;p&gt;And the fix is - convert all your CSS files into UTF-8 encoding.&lt;br /&gt;
From here: &lt;a href="http://drupal.org/node/881132"&gt;http://drupal.org/node/881132&lt;/a&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/08/16/css-aggregation-fails-drupal-619" dc:identifier="http://alexisyes.com/2010/08/16/css-aggregation-fails-drupal-619" dc:title="CSS Aggregation fails in Drupal 6.19" trackback:ping="http://alexisyes.com/trackback/67" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
</description>
 <comments>http://alexisyes.com/2010/08/16/css-aggregation-fails-drupal-619#comments</comments>
 <category domain="http://alexisyes.com/tags/fix">fix</category>
 <pubDate>Mon, 16 Aug 2010 08:09:32 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">67 at http://alexisyes.com</guid>
</item>
<item>
 <title>Problem with Eclipse PHP project</title>
 <link>http://alexisyes.com/2010/06/29/problem-eclipse-php-project</link>
 <description>&lt;p&gt;Symptoms:&lt;br /&gt;
1. XDebug is not working&lt;br /&gt;
2. Code completion is not working&lt;br /&gt;
3. "Go-to definition" is not working (CTRL+Click on function name)&lt;br /&gt;
4. Eclipse do not see your PHP errors&lt;/p&gt;
&lt;p&gt;Usually this means that Eclipse do not know that your project is PHP type, sometimes it happens when you create a project via checkout from SVN. So, what to do:&lt;br /&gt;
1. Create new PHP project and save it. Check if everything working with the new project.&lt;br /&gt;
2. Check .project file in the root of the new project directory you just created. You should see something like this:&lt;br /&gt;
&lt;code&gt;&lt;/code&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/06/29/problem-eclipse-php-project" dc:identifier="http://alexisyes.com/2010/06/29/problem-eclipse-php-project" dc:title="Problem with Eclipse PHP project" trackback:ping="http://alexisyes.com/trackback/66" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://alexisyes.com/2010/06/29/problem-eclipse-php-project" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://alexisyes.com/2010/06/29/problem-eclipse-php-project#comments</comments>
 <pubDate>Tue, 29 Jun 2010 15:37:30 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">66 at http://alexisyes.com</guid>
</item>
<item>
 <title>HTTP error 0 in apachesolr_autocomplete</title>
 <link>http://alexisyes.com/2010/06/21/http-error-0-apachesolrautocomplete</link>
 <description>&lt;p&gt;If you didn't know it before - there is a &lt;a href="http://drupal.org/project/apachesolr_autocomplete?"&gt;nice module&lt;/a&gt; which will provide autocomplete functionality to all of the search forms on your Drupal site. Recently i have installed this module on our development box and everything was pretty fine. Today i pushed a new version of the site to the preproduction box and autocomplete stops working with errors:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
PHP Fatal error:  Uncaught exception 'Exception' with message '"0" Status: Request failed' in /sites/all/modules/apachesolr/Drupal_Apache_Solr_Service.php:272&lt;br /&gt;
Stack trace:&lt;/code&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/06/21/http-error-0-apachesolrautocomplete" dc:identifier="http://alexisyes.com/2010/06/21/http-error-0-apachesolrautocomplete" dc:title="HTTP error 0 in apachesolr_autocomplete" trackback:ping="http://alexisyes.com/trackback/65" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://alexisyes.com/2010/06/21/http-error-0-apachesolrautocomplete" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://alexisyes.com/2010/06/21/http-error-0-apachesolrautocomplete#comments</comments>
 <pubDate>Mon, 21 Jun 2010 11:04:11 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">65 at http://alexisyes.com</guid>
</item>
<item>
 <title>search_index table is too big while using Apache SOLR?</title>
 <link>http://alexisyes.com/2010/06/21/searchindex-table-too-big-while-using-apache-solr</link>
 <description>&lt;p&gt;The reason - core search module is still indexing content. The solution - go to admin/settings/search and set "Number of items to index per cron run" to 0. This will prevent core search module to work. And to clear the tables you can press "Re-index site" button.&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/06/21/searchindex-table-too-big-while-using-apache-solr" dc:identifier="http://alexisyes.com/2010/06/21/searchindex-table-too-big-while-using-apache-solr" dc:title="search_index table is too big while using Apache SOLR?" trackback:ping="http://alexisyes.com/trackback/64" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
</description>
 <comments>http://alexisyes.com/2010/06/21/searchindex-table-too-big-while-using-apache-solr#comments</comments>
 <category domain="http://alexisyes.com/tags/drupal">drupal</category>
 <category domain="http://alexisyes.com/tags/search">search</category>
 <category domain="http://alexisyes.com/tags/solr">solr</category>
 <pubDate>Mon, 21 Jun 2010 08:55:19 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">64 at http://alexisyes.com</guid>
</item>
<item>
 <title>Function path_to_theme() can catch you</title>
 <link>http://alexisyes.com/2010/03/30/function-pathtotheme-can-catch-you</link>
 <description>&lt;p&gt;&lt;b&gt;Return the path to the current themed element.&lt;/b&gt;&lt;br /&gt;
The main thing is that if you will call it from the module preprocess hook - it will return the&lt;br /&gt;
 path to the module. &lt;/p&gt;
&lt;p&gt;So if you want to keep your logic in code and still be able to help your designer/js-coder (who doesn't know for sure where is the custom module files, but know the theming a bit):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;drupal_add_js(drupal_get_path(&amp;#039;theme&amp;#039;, variable_get(&amp;#039;theme_default&amp;#039;, &amp;#039;garland&amp;#039;)) .&amp;quot;/js/cooljavacriptfilehere.js&amp;quot;);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://api.drupal.org/api/function/path_to_theme/6"&gt;api.drupal.org&lt;/a&gt;:&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/03/30/function-pathtotheme-can-catch-you" dc:identifier="http://alexisyes.com/2010/03/30/function-pathtotheme-can-catch-you" dc:title="Function path_to_theme() can catch you" trackback:ping="http://alexisyes.com/trackback/62" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://alexisyes.com/2010/03/30/function-pathtotheme-can-catch-you" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://alexisyes.com/2010/03/30/function-pathtotheme-can-catch-you#comments</comments>
 <pubDate>Tue, 30 Mar 2010 14:53:02 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">62 at http://alexisyes.com</guid>
</item>
<item>
 <title>Managing comments access on the fly</title>
 <link>http://alexisyes.com/2010/03/23/managing-comments-access-fly</link>
 <description>&lt;p&gt;As you may already know, you can control the comments module behavior with user permissions and with per node-type settings. But what if you want to change the node comments access on the fly?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The problem:&lt;/b&gt;&lt;br /&gt;
On some nodes i want to disable the comment form for current user, but show him the comments. It is possible with the default comment settings of this node type or with access permissions. But what if the permissions are configured for full read-write access for the current type of node and current user have permission to post comments?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Solution:&lt;/b&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/03/23/managing-comments-access-fly" dc:identifier="http://alexisyes.com/2010/03/23/managing-comments-access-fly" dc:title="Managing comments access on the fly" trackback:ping="http://alexisyes.com/trackback/61" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://alexisyes.com/2010/03/23/managing-comments-access-fly" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://alexisyes.com/2010/03/23/managing-comments-access-fly#comments</comments>
 <category domain="http://alexisyes.com/tags/access">access</category>
 <category domain="http://alexisyes.com/tags/comments">comments</category>
 <category domain="http://alexisyes.com/tags/drupal">drupal</category>
 <pubDate>Tue, 23 Mar 2010 10:54:59 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">61 at http://alexisyes.com</guid>
</item>
<item>
 <title>Drupal 7 alpha3 released</title>
 <link>http://alexisyes.com/2010/03/22/drupal-7-alpha3-released</link>
 <description>&lt;p&gt;This time again there were some really critical bugs in alpha2, like in some conditions passwords were saving in plain text, so after some time we now have the alpha3!&lt;br /&gt;
&lt;b&gt;Changes since DRUPAL-7-0-ALPHA2:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Drupal 7 now ships with jQuery 1.4.2 and jQuery UI 1.8.
&lt;/li&gt;&lt;li&gt;API change: AJAX commands are now defined as array('#type' =&gt; 'ajax', '#commands' =&gt; $output) rather than array('#type' =&gt; 'ajax_commands', '#ajax_commands' =&gt; $output).
&lt;/li&gt;&lt;li&gt;API change: There is a new form element #type 'text_format', should be used for textareas with format selectors (e.g. body fields).&lt;br /&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/03/22/drupal-7-alpha3-released" dc:identifier="http://alexisyes.com/2010/03/22/drupal-7-alpha3-released" dc:title="Drupal 7 alpha3 released" trackback:ping="http://alexisyes.com/trackback/59" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://alexisyes.com/2010/03/22/drupal-7-alpha3-released" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://alexisyes.com/2010/03/22/drupal-7-alpha3-released#comments</comments>
 <pubDate>Mon, 22 Mar 2010 08:05:21 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">59 at http://alexisyes.com</guid>
</item>
<item>
 <title>Problem with Drupal 6.16</title>
 <link>http://alexisyes.com/2010/03/20/problem-drupal-616</link>
 <description>&lt;h3&gt;Security fixes in 6.16:&lt;/h3&gt;
&lt;p&gt;&lt;b&gt;Installation cross site scripting&lt;/b&gt;&lt;br /&gt;
A user-supplied value is directly output during installation allowing a malicious user to craft a URL and perform a cross-site scripting attack. The exploit can only be conducted on sites not yet installed.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Open redirection&lt;/b&gt;&lt;br /&gt;
The API function drupal_goto() is susceptible to a phishing attack. An attacker could formulate a redirect in a way that gets the Drupal site to send the user to an arbitrarily provided URL. No user submitted data will be sent to that URL.&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/03/20/problem-drupal-616" dc:identifier="http://alexisyes.com/2010/03/20/problem-drupal-616" dc:title="Problem with Drupal 6.16" trackback:ping="http://alexisyes.com/trackback/58" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://alexisyes.com/2010/03/20/problem-drupal-616" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://alexisyes.com/2010/03/20/problem-drupal-616#comments</comments>
 <category domain="http://alexisyes.com/tags/616">6.16</category>
 <category domain="http://alexisyes.com/tags/drupal">drupal</category>
 <category domain="http://alexisyes.com/tags/problem">problem</category>
 <category domain="http://alexisyes.com/tags/release">release</category>
 <category domain="http://alexisyes.com/tags/themer">themer</category>
 <pubDate>Sat, 20 Mar 2010 16:32:46 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">58 at http://alexisyes.com</guid>
</item>
<item>
 <title>"Drupal 6 Attachment Views" book review very soon. Stay tuned.</title>
 <link>http://alexisyes.com/2010/03/20/drupal-6-attachment-views-book-review-very-soon-stay-tuned</link>
 <description>&lt;p&gt;&lt;a href="http://www.packtpub.com/drupal-6-attachment-views/book/mid/240310xcbg63?utm_source=alexisyes.com&amp;amp;utm_medium=affiliate&amp;amp;utm_content=blog&amp;amp;utm_campaign=mdb_002847"&gt;&lt;img src="https://www.packtpub.com/images/full/1849510806.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://alexisyes.com/2010/03/20/drupal-6-attachment-views-book-review-very-soon-stay-tuned" dc:identifier="http://alexisyes.com/2010/03/20/drupal-6-attachment-views-book-review-very-soon-stay-tuned" dc:title="&amp;quot;Drupal 6 Attachment Views&amp;quot; book review very soon. Stay tuned." trackback:ping="http://alexisyes.com/trackback/57" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
</description>
 <comments>http://alexisyes.com/2010/03/20/drupal-6-attachment-views-book-review-very-soon-stay-tuned#comments</comments>
 <category domain="http://alexisyes.com/tags/book">book</category>
 <category domain="http://alexisyes.com/tags/drupal">drupal</category>
 <category domain="http://alexisyes.com/tags/review">review</category>
 <pubDate>Sat, 20 Mar 2010 15:35:50 +0000</pubDate>
 <dc:creator>Alex</dc:creator>
 <guid isPermaLink="false">57 at http://alexisyes.com</guid>
</item>
</channel>
</rss>
