<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1515934688455990474</id><updated>2012-01-23T09:15:03.089-08:00</updated><title type='text'>Drupal development</title><subtitle type='html'>Drupal, CMS, modules, development, setup, config, themes, download, optimization, SEO, search engines</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default?start-index=101&amp;max-results=100'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7378</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-7406638983405495200</id><published>2012-01-23T09:14:00.000-08:00</published><updated>2012-01-23T09:15:03.126-08:00</updated><title type='text'>[development] html attributes not filtered and the effect of not filtering</title><summary type='text'>We had the following spam posted as a comment (modified to eliminate bad words).&lt;div class="content"&gt;&lt;p&gt;This height should be a beautiful place and the air must be really cool.&lt;/p&gt; &lt;ul id="clean-url" class="install"&gt;&lt;li&gt;Video de femmes avec ... &lt;a href="http://www.example.com"&gt;bad site&lt;/a&gt; en vidéo&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;This is using some css in the standard Drupal css to suppress the visibility of the</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/7406638983405495200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-html-attributes-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7406638983405495200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7406638983405495200'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-html-attributes-not.html' title='[development] html attributes not filtered and the effect of not filtering'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6236742257814880988</id><published>2012-01-11T07:52:00.001-08:00</published><updated>2012-01-11T07:52:12.383-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>Hey Peter,Your 2 cents were spot on. I've now transitioned all my sites to nginx &amp; php-fpm and I'm stunned at the results. Here are the advantages I'm getting:1. Nginx and php-fpm are totally independent, they can each run as separate users and communicate via sockets or TCP. 2. php-fpm can be configured to run as a separate user for every virtual host. (bottom line? A user who gains php access </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6236742257814880988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-experience-with-modfcgid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6236742257814880988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6236742257814880988'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-experience-with-modfcgid.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1877926385913006253</id><published>2012-01-09T19:32:00.001-08:00</published><updated>2012-01-09T19:32:35.410-08:00</updated><title type='text'>Re: [development] Field for a View</title><summary type='text'>You can also use hook_views_pre_render or any other hook and add data or image in $view-&gt;attachment_before,this would render the image above the main view.On Tue, Jan 10, 2012 at 3:57 AM, Fred Jones &lt;fredthejonester@gmail.com&gt; wrote:  &gt; To use CCK blocks combined with a View, build the page with a node, display the view in a block in a region below content.    Interesting idea--basically have the</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1877926385913006253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_3073.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1877926385913006253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1877926385913006253'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_3073.html' title='Re: [development] Field for a View'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5946183988400913422</id><published>2012-01-09T14:27:00.001-08:00</published><updated>2012-01-09T14:27:42.910-08:00</updated><title type='text'>Re: [development] Field for a View</title><summary type='text'>&gt; To use CCK blocks combined with a View, build the page with a node, display the view in a block in a region below content.Interesting idea--basically have the node have no content, just aplaceholder for the View. Sounds odd, but I suppose it would work. :)Fred</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5946183988400913422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_3229.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5946183988400913422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5946183988400913422'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_3229.html' title='Re: [development] Field for a View'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3228799920055010001</id><published>2012-01-09T13:41:00.000-08:00</published><updated>2012-01-09T13:57:25.075-08:00</updated><title type='text'>Re: [development] Field for a View</title><summary type='text'>Header Image module is not suitable for this case. The main reason is your requirement of "each page has a unique header image". Header Image can display content in a block, but does not scale well with this use case. It is build for a use case for, lets say, 5 - 20 images in a whole site. To use CCK blocks combined with a View, build the page with a node, display the view in a block in a region </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3228799920055010001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_3215.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3228799920055010001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3228799920055010001'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_3215.html' title='Re: [development] Field for a View'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2981569738578431318</id><published>2012-01-09T11:39:00.001-08:00</published><updated>2012-01-09T11:39:52.932-08:00</updated><title type='text'>Re: [development] Field for a View</title><summary type='text'>I don't see how this is much different than CCK Block. Given that I anyway want one image per page, CCK Block I think is perfect.What I lack is a way to do this for Views, and I don't see how this Header Image module does that. Maybe I am missing something?  Thanks,FredOn Mon, Jan 9, 2012 at 9:28 PM, Ms. Nancy Wichmann &lt;nan_wich@bellsouth.net&gt; wrote:  http://drupal.org/project/headerimage - there</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2981569738578431318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2981569738578431318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2981569738578431318'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view_09.html' title='Re: [development] Field for a View'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-359685376792773324</id><published>2012-01-09T11:28:00.001-08:00</published><updated>2012-01-09T11:28:37.463-08:00</updated><title type='text'>Re: [development] Field for a View</title><summary type='text'>http://drupal.org/project/headerimage - there is a D7 version in the issue queue. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.       From: Fred Jones I have a new D7 site where each page has a unique header image. I figured I would use CCK Blocks and then add an image field to Page nodes so then the owners can easily upload a file on each page and it will</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/359685376792773324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/359685376792773324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/359685376792773324'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-field-for-view.html' title='Re: [development] Field for a View'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3456340418888098554</id><published>2012-01-09T10:52:00.000-08:00</published><updated>2012-01-09T10:53:22.401-08:00</updated><title type='text'>[development] Field for a View</title><summary type='text'>I have a new D7 site where each page has a unique header image. I figured I would use CCK Blocks and then add an image field to Page nodes so then the owners can easily upload a file on each page and it will appear as their header image.  But what about Views? Is there an easy way to do this? I see this http://drupal.org/node/1266036 is about adding a field to a View, which is an Entity, but I'm </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3456340418888098554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-field-for-view.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3456340418888098554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3456340418888098554'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-field-for-view.html' title='[development] Field for a View'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-997686329279172281</id><published>2012-01-05T13:08:00.001-08:00</published><updated>2012-01-05T13:08:28.669-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>On 01/05/2012 02:17 PM, Walt Daniels wrote:     We have hundreds of blocks, some of which were       generated for some particular event and are no longer needed, but       there is no way I can find to tell if a block is in use. Most of       our blocks are listed as disabled, i.e. not in a region, but       actually on a panel page or truely unused. If would be nice if the       blocks admin </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/997686329279172281/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_2956.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/997686329279172281'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/997686329279172281'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_2956.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5158656874234546660</id><published>2012-01-05T12:19:00.003-08:00</published><updated>2012-01-05T12:19:23.140-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5158656874234546660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_5658.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5158656874234546660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5158656874234546660'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_5658.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8196761678514412277</id><published>2012-01-05T12:19:00.001-08:00</published><updated>2012-01-05T12:19:13.916-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8196761678514412277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_4299.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8196761678514412277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8196761678514412277'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_4299.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6303598234163355035</id><published>2012-01-05T12:18:00.011-08:00</published><updated>2012-01-05T12:19:06.932-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6303598234163355035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_4366.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6303598234163355035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6303598234163355035'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_4366.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3764483864958224737</id><published>2012-01-05T12:18:00.010-08:00</published><updated>2012-01-05T12:19:04.171-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3764483864958224737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_3333.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3764483864958224737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3764483864958224737'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_3333.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2503515177894851407</id><published>2012-01-05T12:18:00.009-08:00</published><updated>2012-01-05T12:18:53.914-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2503515177894851407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_7536.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2503515177894851407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2503515177894851407'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_7536.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2809271965757509017</id><published>2012-01-05T12:18:00.007-08:00</published><updated>2012-01-05T12:18:32.131-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2809271965757509017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_7788.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2809271965757509017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2809271965757509017'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_7788.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5634662689795089895</id><published>2012-01-05T12:18:00.005-08:00</published><updated>2012-01-05T12:18:25.778-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5634662689795089895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_6086.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5634662689795089895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5634662689795089895'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_6086.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-951961652135295255</id><published>2012-01-05T12:18:00.003-08:00</published><updated>2012-01-05T12:18:20.862-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/951961652135295255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_9007.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/951961652135295255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/951961652135295255'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_9007.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-7715890637889075997</id><published>2012-01-05T12:18:00.001-08:00</published><updated>2012-01-05T12:18:12.359-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/7715890637889075997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_05.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7715890637889075997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7715890637889075997'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere_05.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5801524276240454823</id><published>2012-01-05T12:17:00.002-08:00</published><updated>2012-01-05T12:18:07.166-08:00</updated><title type='text'>Re: [development] Is a block used anywhere?</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5801524276240454823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5801524276240454823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5801524276240454823'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-is-block-used-anywhere.html' title='Re: [development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1390181388633662103</id><published>2012-01-05T12:17:00.001-08:00</published><updated>2012-01-05T12:17:56.613-08:00</updated><title type='text'>[development] Is a block used anywhere?</title><summary type='text'>We have hundreds of blocks, some of which were generated for some particular event and are no longer needed, but there is no way I can find to tell if a block is in use. Most of our blocks are listed as disabled, i.e. not in a region, but actually on a panel page or truely unused. If would be nice if the blocks admin page distinguished these two cases.  </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1390181388633662103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-is-block-used-anywhere.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1390181388633662103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1390181388633662103'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-is-block-used-anywhere.html' title='[development] Is a block used anywhere?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3491392496223155984</id><published>2012-01-05T09:24:00.000-08:00</published><updated>2012-01-11T05:08:07.862-08:00</updated><title type='text'>Наука 21 век (20 сообщений)</title><summary type='text'>    Наука 21 векНовости науки и техники в России и за рубежом. Авиация и космонавтика, вооружения, hi-tech, концепции и изобретения, мир моторов, гипотезы и фактыhttp://nauka21vek.ruрекомендовать друзьям &gt;&gt;Китай готовит три новых поколения ракет-носителей "Великий поход"Китай готовится к использованию ракет-носителей нового поколения в предстоящие пять лет, говорится в опубликованной в четверг "</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3491392496223155984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/21-20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3491392496223155984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3491392496223155984'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/21-20.html' title='Наука 21 век (20 сообщений)'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1863879007833360579</id><published>2012-01-04T09:50:00.000-08:00</published><updated>2012-01-04T09:51:26.298-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>This is really an issue for the support list, but I think you can access this via the .tpl.php. Not sure which area, but you might dig through those. And if you can't find anything, you might ask in support@drupal.org.Joel From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Vaibhav JainSent: Wednesday, January 04, 2012 12:01 AMTo: development@</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1863879007833360579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_04.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1863879007833360579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1863879007833360579'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_04.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8919282347956406386</id><published>2012-01-03T22:49:00.001-08:00</published><updated>2012-01-03T22:49:26.618-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Mitch, there must be something wrong with your service. It's sending the same message 10 times.On 01/04/2012 08:01 AM, mitch@betawerk.nl wrote:&gt; Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.&gt;&gt; Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.&gt;&gt;&gt; Met vriendelijke groet,&gt;&gt; Mitch Albert&gt;&gt;&gt;&gt;</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8919282347956406386/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_8.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8919282347956406386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8919282347956406386'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_8.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1267968101759670678</id><published>2012-01-03T22:02:00.005-08:00</published><updated>2012-01-03T22:02:29.888-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1267968101759670678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_205.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1267968101759670678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1267968101759670678'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_205.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3001888464337454676</id><published>2012-01-03T22:02:00.003-08:00</published><updated>2012-01-03T22:02:20.945-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3001888464337454676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_8871.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3001888464337454676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3001888464337454676'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_8871.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-769539413051564175</id><published>2012-01-03T22:02:00.001-08:00</published><updated>2012-01-03T22:02:13.235-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/769539413051564175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_9660.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/769539413051564175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/769539413051564175'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_9660.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3530970106404915259</id><published>2012-01-03T22:01:00.011-08:00</published><updated>2012-01-03T22:02:08.922-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3530970106404915259/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_2265.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3530970106404915259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3530970106404915259'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_2265.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2236026116980915918</id><published>2012-01-03T22:01:00.010-08:00</published><updated>2012-01-03T22:02:01.748-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2236026116980915918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_9143.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2236026116980915918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2236026116980915918'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_9143.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6099705287662687129</id><published>2012-01-03T22:01:00.009-08:00</published><updated>2012-01-03T22:01:58.518-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6099705287662687129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_5091.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6099705287662687129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6099705287662687129'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_5091.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2265595042008089459</id><published>2012-01-03T22:01:00.007-08:00</published><updated>2012-01-03T22:01:45.935-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2265595042008089459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_8067.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2265595042008089459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2265595042008089459'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_8067.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5065704619906588374</id><published>2012-01-03T22:01:00.005-08:00</published><updated>2012-01-03T22:01:39.385-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5065704619906588374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_7914.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5065704619906588374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5065704619906588374'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_7914.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5714856940196968441</id><published>2012-01-03T22:01:00.003-08:00</published><updated>2012-01-03T22:01:31.813-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5714856940196968441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_03.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5714856940196968441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5714856940196968441'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager_03.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3629684239413886039</id><published>2012-01-03T22:01:00.001-08:00</published><updated>2012-01-03T22:01:26.056-08:00</updated><title type='text'>Re: [development] Views Pager</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3629684239413886039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3629684239413886039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3629684239413886039'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/re-development-views-pager.html' title='Re: [development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4572514450470991783</id><published>2012-01-03T22:00:00.000-08:00</published><updated>2012-01-03T22:01:22.201-08:00</updated><title type='text'>[development] Views Pager</title><summary type='text'>Heya all Drupal Devs,I am trying to achieve something on Views Pager, and I think i need your help in same.Scenario is as follows :-My homepage consists of number of views, for the main content area and few more in the form on blocks.  In one of the blocks, i am using views_embed_view and passing the argument too.For the pager of this view, I am using full pager with ajax.What I want - I am </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4572514450470991783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-views-pager.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4572514450470991783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4572514450470991783'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2012/01/development-views-pager.html' title='[development] Views Pager'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-238105932760471521</id><published>2011-12-31T21:01:00.000-08:00</published><updated>2011-12-31T21:21:25.760-08:00</updated><title type='text'>drupal.org mailing list memberships reminder</title><summary type='text'>This is a reminder, sent out once a month, about your drupal.orgmailing list memberships.  It includes your subscription info and howto use it to change it or unsubscribe from a list.You can visit the URLs to change your membership status orconfiguration, including unsubscribing, setting digest-style deliveryor disabling delivery altogether (e.g., for a vacation), and so on.In addition to the URL</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/238105932760471521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/drupalorg-mailing-list-memberships.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/238105932760471521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/238105932760471521'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/drupalorg-mailing-list-memberships.html' title='drupal.org mailing list memberships reminder'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8756526023875715234</id><published>2011-12-25T23:24:00.013-08:00</published><updated>2011-12-25T23:24:55.750-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8756526023875715234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_4031.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8756526023875715234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8756526023875715234'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_4031.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2991227681589886197</id><published>2011-12-25T23:24:00.011-08:00</published><updated>2011-12-25T23:24:49.866-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2991227681589886197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_9857.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2991227681589886197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2991227681589886197'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_9857.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2976362295713833963</id><published>2011-12-25T23:24:00.009-08:00</published><updated>2011-12-25T23:24:42.016-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2976362295713833963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_6043.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2976362295713833963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2976362295713833963'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_6043.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6053461782161980968</id><published>2011-12-25T23:24:00.007-08:00</published><updated>2011-12-25T23:24:30.837-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6053461782161980968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_1085.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6053461782161980968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6053461782161980968'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_1085.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-7712030939638713949</id><published>2011-12-25T23:24:00.005-08:00</published><updated>2011-12-25T23:24:25.579-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/7712030939638713949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_8588.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7712030939638713949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7712030939638713949'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_8588.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2756780710295140129</id><published>2011-12-25T23:24:00.003-08:00</published><updated>2011-12-25T23:24:20.898-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2756780710295140129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_2112.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2756780710295140129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2756780710295140129'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_2112.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-360800045954442382</id><published>2011-12-25T23:24:00.001-08:00</published><updated>2011-12-25T23:24:10.408-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/360800045954442382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_414.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/360800045954442382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/360800045954442382'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_414.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6414216208671100652</id><published>2011-12-25T23:23:00.006-08:00</published><updated>2011-12-25T23:24:05.408-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6414216208671100652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_3726.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6414216208671100652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6414216208671100652'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_3726.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6869206015325153465</id><published>2011-12-25T23:23:00.005-08:00</published><updated>2011-12-25T23:23:57.054-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6869206015325153465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6869206015325153465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6869206015325153465'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on_25.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3015455001956266992</id><published>2011-12-25T23:23:00.003-08:00</published><updated>2011-12-25T23:23:48.101-08:00</updated><title type='text'>Re: [development] theme switching based on device &amp; page cache</title><summary type='text'>Op dit moment geniet ik van mijn vakantie. Vanaf maandag 9 januari ben ik weer bereikbaar.Voor noodgevallen kunt u contact opnemen met mijn collega Ivo Hermans, 06-51676311.Met vriendelijke groet,Mitch Albert</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3015455001956266992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3015455001956266992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3015455001956266992'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-theme-switching-based-on.html' title='Re: [development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8714106785430682026</id><published>2011-12-25T23:23:00.001-08:00</published><updated>2011-12-25T23:23:35.213-08:00</updated><title type='text'>[development] theme switching based on device &amp; page cache</title><summary type='text'>Hi,I am creating Desktop &amp; Mobile site using Drupal 7. I have same domain + URL for desktop &amp; mobile site. I am using Browscap for device deteciton and based on device i am switching theme using hook_custom_theme. This creates problem if i enable page cache.  Note from Readme.txt file of mobile tools module says CACHING=======Device detection and redirection works fine when caching is enabled. </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8714106785430682026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-theme-switching-based-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8714106785430682026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8714106785430682026'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-theme-switching-based-on.html' title='[development] theme switching based on device &amp; page cache'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4276623409565714414</id><published>2011-12-17T19:37:00.000-08:00</published><updated>2011-12-17T19:40:12.805-08:00</updated><title type='text'>Re: [development] Activating additional fields</title><summary type='text'>Thanks Nancy... I wasn’t sure as it seemed to fall between the two. Yani From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Ms. Nancy WichmannSent: Sunday, 18 December 2011 12:31 PMTo: development@drupal.orgSubject: Re: [development] Activating additional fields This should be in the Support list, not Development. Nancy Injustice anywhere is a threat to </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4276623409565714414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-activating-additional_17.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4276623409565714414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4276623409565714414'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-activating-additional_17.html' title='Re: [development] Activating additional fields'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1471428887314558768</id><published>2011-12-17T18:31:00.001-08:00</published><updated>2011-12-17T18:31:12.209-08:00</updated><title type='text'>Re: [development] Activating additional fields</title><summary type='text'>This should be in the Support list, not Development. NancyInjustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.       From: YaniTo: development@drupal.org  I need to process additional text fields in a created content type intoactive links...      </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1471428887314558768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-activating-additional.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1471428887314558768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1471428887314558768'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-activating-additional.html' title='Re: [development] Activating additional fields'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2141085643897345961</id><published>2011-12-17T18:25:00.000-08:00</published><updated>2011-12-17T18:28:39.407-08:00</updated><title type='text'>[development] Activating additional fields</title><summary type='text'>I need to process additional text fields in a created content type intoactive links...(I figure someone would have don't this before and might have so earlyclues.)The field looks like this...&lt;div class="field field-name-field-url-survey field-type-textfield-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Survey URL:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-itemeven"&gt;http://</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2141085643897345961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-activating-additional.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2141085643897345961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2141085643897345961'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-activating-additional.html' title='[development] Activating additional fields'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3275794287715577747</id><published>2011-12-17T15:39:00.000-08:00</published><updated>2011-12-17T14:40:05.825-08:00</updated><title type='text'>Наука 21 век (20 сообщений)</title><summary type='text'>    Наука 21 векНовости науки и техники в России и за рубежом. Авиация и космонавтика, вооружения, hi-tech, концепции и изобретения, мир моторов, гипотезы и фактыhttp://nauka21vek.ruрекомендовать друзьям &gt;&gt;НАСА концептуально планирует высадку на ЕвропеМиссия по поиску на спутнике Юпитера имеющихся или имевшихся в прошлом форм жизни может стартовать в 2020 году. Европа наряду с луной Сатурна </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3275794287715577747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/21-20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3275794287715577747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3275794287715577747'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/21-20.html' title='Наука 21 век (20 сообщений)'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4632144920669222155</id><published>2011-12-14T17:00:00.001-08:00</published><updated>2011-12-14T17:00:26.181-08:00</updated><title type='text'>Re: [development] SOLR - multiple indexes on single site?</title><summary type='text'>You might be able to use a small about of custom code. Check out howthis module calls solr from a custom path:http://drupal.org/project/custom_search_path.s&gt;&gt; On Wed, 2011-12-14 at 10:22 -0600, Jeff Hartman wrote:&gt;&gt; I'm new to Solr and have a site where I would like to use Solr to power keyword search and product search, both on the same site.&gt;&gt;&gt;&gt; I've googled around quite a bit and all I've </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4632144920669222155/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-solr-multiple-indexes-on_9033.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4632144920669222155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4632144920669222155'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-solr-multiple-indexes-on_9033.html' title='Re: [development] SOLR - multiple indexes on single site?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6397047403759921912</id><published>2011-12-14T16:53:00.000-08:00</published><updated>2011-12-14T16:54:07.606-08:00</updated><title type='text'>Re: [development] SOLR - multiple indexes on single site?</title><summary type='text'>Thanks Wes,And what if I'm using D6? :)JeffOn Dec 14, 2011, at 6:52 PM, Wesley Nichols wrote:&gt; If you are using D7, I recommend this combination&gt; search_api&gt; search_api_solr&gt; facetapi&gt; search_api_page&gt; &gt; You can create multiple indexes and select fields from a particular&gt; entity type and it will automatically offer to join anything else that&gt; is related to that entity through a reference field.&gt; </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6397047403759921912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-solr-multiple-indexes-on_14.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6397047403759921912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6397047403759921912'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-solr-multiple-indexes-on_14.html' title='Re: [development] SOLR - multiple indexes on single site?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1588094124866967496</id><published>2011-12-14T16:52:00.001-08:00</published><updated>2011-12-14T16:52:19.645-08:00</updated><title type='text'>Re: [development] SOLR - multiple indexes on single site?</title><summary type='text'>If you are using D7, I recommend this combinationsearch_apisearch_api_solrfacetapisearch_api_pageYou can create multiple indexes and select fields from a particularentity type and it will automatically offer to join anything else thatis related to that entity through a reference field.In your case, I would create main index on nodes of the types you wantto search, then another index with the </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1588094124866967496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-solr-multiple-indexes-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1588094124866967496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1588094124866967496'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-solr-multiple-indexes-on.html' title='Re: [development] SOLR - multiple indexes on single site?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5051920659749365678</id><published>2011-12-14T08:22:00.000-08:00</published><updated>2011-12-14T08:48:28.981-08:00</updated><title type='text'>[development] SOLR - multiple indexes on single site?</title><summary type='text'>I'm new to Solr and have a site where I would like to use Solr to power keyword search and product search, both on the same site.I've googled around quite a bit and all I've found is how to power multiple sites with Solr, not power multiple sections on the site. I don't know if using 2 separate indexes is possible (or necessary), but I would like:- different URL paths for search result (one </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5051920659749365678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-solr-multiple-indexes-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5051920659749365678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5051920659749365678'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-solr-multiple-indexes-on.html' title='[development] SOLR - multiple indexes on single site?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5662713262142857147</id><published>2011-12-14T07:51:00.000-08:00</published><updated>2011-12-14T07:57:16.605-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>Hi, My 2 cents, give nginx a try, I started using it with http://drupal.org/project/barracuda and I’m now using it in combination with aegir for my remote servers and to be honest it was one of the best decision ever ;p Cheers,Peter  From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Ashraf AmayrehSent: woensdag 14 december 2011 16:40To: development@</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5662713262142857147/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_9047.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5662713262142857147'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5662713262142857147'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_9047.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1034683634966822987</id><published>2011-12-14T07:49:00.001-08:00</published><updated>2011-12-14T07:49:57.328-08:00</updated><title type='text'>Re: [development] Internet Out</title><summary type='text'>Have fun at Panera's. I can think of worse places to work =P--Cameron Eaganshttp://cweagans.net On Wed, Dec 14, 2011 at 08:02, Aaron Winborn &lt;winborn@advomatic.com&gt; wrote:  Sorry for the noise... /me admonishes self to double-check Thunderbird's autocomplete in the future...  On 12/14/11 9:19 AM, Aaron Winborn wrote:  My Internet went out yesterday. They're delivering another router today. I'm </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1034683634966822987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-internet-out_14.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1034683634966822987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1034683634966822987'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-internet-out_14.html' title='Re: [development] Internet Out'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1278746247858538802</id><published>2011-12-14T07:40:00.001-08:00</published><updated>2011-12-14T07:40:40.312-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>Hey Nancy, not totally sure. It's a VPS server using XEN technology. If anyone can point me on how to find out how much Virtual cores there are, that would be great. But overall, multithreading should help weather it's one processor or more as threads are lightweight compared to processes. One issue that arose was an internal server error that occurred very very rarely. It seems to be because PHP</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1278746247858538802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_14.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1278746247858538802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1278746247858538802'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_14.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6746657691920969455</id><published>2011-12-14T07:02:00.001-08:00</published><updated>2011-12-14T07:02:18.560-08:00</updated><title type='text'>Re: [development] Internet Out</title><summary type='text'>Sorry for the noise... /me admonishes self to double-check Thunderbird's autocomplete in the future...On 12/14/11 9:19 AM, Aaron Winborn wrote:&gt; My Internet went out yesterday. They're delivering another router &gt; today. I'm working at Panera's this morning, and will be slow to type &gt; as I'm not using Dragon Dictate because it's too noisy. I plan to work &gt; Sat. &amp; Sun as well.&gt;&gt; Thanks,&gt; Aaron</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6746657691920969455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-internet-out.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6746657691920969455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6746657691920969455'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-internet-out.html' title='Re: [development] Internet Out'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-7760755436796348482</id><published>2011-12-14T06:19:00.000-08:00</published><updated>2011-12-14T07:20:02.977-08:00</updated><title type='text'>[development] Internet Out</title><summary type='text'>My Internet went out yesterday. They're delivering another router today. I'm working at Panera's this morning, and will be slow to type as I'm not using Dragon Dictate because it's too noisy. I plan to work Sat. &amp; Sun as well.Thanks,Aaron</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/7760755436796348482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-internet-out.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7760755436796348482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7760755436796348482'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-internet-out.html' title='[development] Internet Out'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6375616656587715798</id><published>2011-12-13T12:28:00.000-08:00</published><updated>2011-12-13T12:30:00.649-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>On 13 Dez 2011 05h23 WET, mistknight@gmail.com wrote:&gt; response time went down to about a third of what it was with mod_php&gt; and mpm_prefork.I venture that performance would go up still more if using Nginx +php-fpm.--- appa</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6375616656587715798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_9896.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6375616656587715798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6375616656587715798'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_9896.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4045432347202106183</id><published>2011-12-13T12:24:00.000-08:00</published><updated>2011-12-13T12:25:00.758-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>I had a similar experience on my now-ancient multicore laptop.  I'd love to read a piece that does some analysis of the effect.MMOn Tuesday, December 13, 2011, Ms. Nancy Wichmann &lt;nan_wich@bellsouth.net&gt; wrote: &gt; I assume you have a computer with multiple cores? Is there any reason to think it would do better with a single core machine?&gt; How about writing up your experiences on D.O?&gt;  &gt; Nancy&gt;   </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4045432347202106183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_4071.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4045432347202106183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4045432347202106183'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_4071.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1999153282493515898</id><published>2011-12-13T06:15:00.001-08:00</published><updated>2011-12-13T06:15:17.633-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>I assume you have a computer with multiple cores? Is there any reason to think it would do better with a single core machine?How about writing up your experiences on D.O? Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.       From: Ashraf Amayreh Oopst, that should have been, response time went down to about a third of what it was with mod_php and mpm_prefork</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1999153282493515898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_5132.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1999153282493515898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1999153282493515898'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_5132.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2154079592567318614</id><published>2011-12-13T00:38:00.001-08:00</published><updated>2011-12-13T00:38:13.543-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>Hi, Ashraf.FCGI will boost just about everything, but you should know that *just* one feature will not work with it: file upload progress. Please see http://drupal.org/node/633862. If you can live without that (as I can, speed is more important than upload progress, most of the times), you should have no problems. On Tue, Dec 13, 2011 at 5:34 AM, Ashraf Amayreh &lt;mistknight@gmail.com&gt; wrote: Hello</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2154079592567318614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_13.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2154079592567318614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2154079592567318614'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid_13.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-7800221383401757028</id><published>2011-12-12T21:23:00.001-08:00</published><updated>2011-12-12T21:23:40.591-08:00</updated><title type='text'>Re: [development] Experience with mod_fcgid</title><summary type='text'>Oopst, that should have been, response time went down to about a third of what it was with mod_php and mpm_prefork.On Tue, Dec 13, 2011 at 6:34 AM, Ashraf Amayreh &lt;mistknight@gmail.com&gt; wrote: Hello All,I thought I'd share this experience with everyone. I've transitioned from mod_php to mod_fcgid in the last couple of days and I can say I'm stunned at the results. My memory consumption has </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/7800221383401757028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7800221383401757028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7800221383401757028'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-experience-with-modfcgid.html' title='Re: [development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2890626276409041823</id><published>2011-12-12T20:34:00.001-08:00</published><updated>2011-12-12T20:34:27.068-08:00</updated><title type='text'>[development] Experience with mod_fcgid</title><summary type='text'>Hello All,I thought I'd share this experience with everyone. I've transitioned from mod_php to mod_fcgid in the last couple of days and I can say I'm stunned at the results. My memory consumption has dropped down 50% and my Drupal installations' response time has almost tripled. I'll keep tuning the settings and get back with results, I could also share some munin before/after shots and current </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2890626276409041823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-experience-with-modfcgid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2890626276409041823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2890626276409041823'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-experience-with-modfcgid.html' title='[development] Experience with mod_fcgid'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8418527199544911039</id><published>2011-12-12T20:26:00.000-08:00</published><updated>2011-12-12T20:27:09.613-08:00</updated><title type='text'>Re: [development] Should google-api-php-client be a library? (webmaster)</title><summary type='text'>The module the provides the library integration should provide a hook_requirements() that makes the necessary assertions. If you have a module like awssdk then you can simply depend on that module in your info file to imply a dependency on the AWS SDK for PHP from Amazon. Obvioulsy you can do this all in one module otherwise.  -- Jimmy </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8418527199544911039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_2025.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8418527199544911039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8418527199544911039'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_2025.html' title='Re: [development] Should google-api-php-client be a library? (webmaster)'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-9159967430602489946</id><published>2011-12-12T00:50:00.001-08:00</published><updated>2011-12-12T00:50:18.040-08:00</updated><title type='text'>Re: [development] Should google-api-php-client be a library?</title><summary type='text'>Thank you very much for your answers.I have another doubt: is there a Drupal function to show that my module requires a particular library as it is for module's dependancy?Fair 2011/12/5 webmaster &lt;fairsayan@gmail.com&gt;Hi folks, I'm creating a new Drupal module for the connection to  Google Calendar using Google API. I know the main aim of Drupal  libraries is for CSS and JS instead of </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/9159967430602489946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/9159967430602489946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/9159967430602489946'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_12.html' title='Re: [development] Should google-api-php-client be a library?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-7183580662224860301</id><published>2011-12-08T00:24:00.001-08:00</published><updated>2011-12-08T00:24:35.828-08:00</updated><title type='text'>Re: [development] Is it not possible to have fields associated to entities that do not have bundles?</title><summary type='text'>Okay, I found the solution, there is a way to have fields associated to entities without bundles. You use the same name for bundle as entity. Fortunately, I was also able to use entity reference field. Sharing my experience with everyone -- http://www.innoraft.com/blog/use-entity-reference-your-custom-entities-without-bundles On Wed, Dec 7, 2011 at 6:56 PM, Mukesh Agarwal &lt;mukesh.agarwal17@</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/7183580662224860301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-is-it-not-possible-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7183580662224860301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/7183580662224860301'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-is-it-not-possible-to.html' title='Re: [development] Is it not possible to have fields associated to entities that do not have bundles?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-1283726000203723529</id><published>2011-12-07T05:26:00.001-08:00</published><updated>2011-12-07T05:26:14.592-08:00</updated><title type='text'>[development] Is it not possible to have fields associated to entities that do not have bundles?</title><summary type='text'>Hi Guys,Entities seem to be the biggest problem of my life for the past few weeks :-)Ok, so I have an entity without any bundles. I read this in hook_entity_info that bundles are not necessary.   This entry can be omitted if this entity type exposes a single bundle (all entities have the same collection of fields). The name of this single bundle will be the same as the entity type. Now, I need to</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/1283726000203723529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-is-it-not-possible-to-have.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1283726000203723529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/1283726000203723529'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-is-it-not-possible-to-have.html' title='[development] Is it not possible to have fields associated to entities that do not have bundles?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6478511755388716964</id><published>2011-12-06T07:11:00.001-08:00</published><updated>2011-12-06T07:12:00.106-08:00</updated><title type='text'>Re: [development] Should google-api-php-client be a library?</title><summary type='text'>Be sure to take a look at the libraries 2.x branch it has a lot of features that are really necessary to do anything useful (especially for php libraries). That way people (and you) can simply do libraries_load('google') or the like and are all set.  I personally dislike committing other people's code to my own repository for a number of reason even if the licensing is fine. It makes it all to </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6478511755388716964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_06.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6478511755388716964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6478511755388716964'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_06.html' title='Re: [development] Should google-api-php-client be a library?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3366000853900610982</id><published>2011-12-05T06:15:00.001-08:00</published><updated>2011-12-05T06:15:56.694-08:00</updated><title type='text'>Re: [development] development Digest, Vol 108, Issue 2</title><summary type='text'>http://drupal.org/project/awssdkTake a look at the Libraries project (http://drupal.org/project/libraries) which is designed to handle any type of library. I maintain the AWS SDK for PHP (http://drupal.org/project/awssdk) integration for Drupal which is a PHP library. Other modules then can depend on the integration module which will provide the library (drush make, configuration integration, and</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3366000853900610982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-development-digest-vol.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3366000853900610982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3366000853900610982'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-development-digest-vol.html' title='Re: [development] development Digest, Vol 108, Issue 2'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4196617669997129522</id><published>2011-12-05T04:49:00.001-08:00</published><updated>2011-12-05T04:49:51.780-08:00</updated><title type='text'>Re: [development] Should google-api-php-client be a library?</title><summary type='text'>Hi Fair,Third party code shouldn't be added to your Drupal.org project in mostcircumstances, see the official policy here:http://drupal.org/node/422996You should use the excellent libraries module(http://drupal.org/project/libraries) to allow end users to put thelibrary's code in one of many places and you just ask libraries modulefor that location. It doesn't matter if that library contains CSS/</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4196617669997129522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_05.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4196617669997129522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4196617669997129522'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php_05.html' title='Re: [development] Should google-api-php-client be a library?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-384439637007302261</id><published>2011-12-05T04:21:00.001-08:00</published><updated>2011-12-05T04:21:34.646-08:00</updated><title type='text'>Re: [development] Should google-api-php-client be a library?</title><summary type='text'>It really depends on the licensing of the library. If the library is licensed under GPL family licenses, you can ship it with your module. Otherwise, you will have to put the library in sites/all/libraries. See these links:Related issue - http://drupal.org/node/1294060More info - http://drupal.org/licensing/faq#q7 On 5 December 2011 17:29, webmaster &lt;fairsayan@gmail.com&gt; wrote: Hi folks,I'm </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/384439637007302261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/384439637007302261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/384439637007302261'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/re-development-should-google-api-php.html' title='Re: [development] Should google-api-php-client be a library?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4672828299083505421</id><published>2011-12-05T03:59:00.001-08:00</published><updated>2011-12-05T03:59:43.263-08:00</updated><title type='text'>[development] Should google-api-php-client be a library?</title><summary type='text'>Hi folks,I'm creating a new Drupal module for the connection to  Google Calendar using Google API. I know the main aim of Drupal  libraries is for CSS and JS instead of google-api-php-client is mainly a  PHP library. Do you suggest to me to put google-api-php-client files in  sites/all/libraries anyway or to ship google-api-php-client in my  module?Thanks,Fair </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4672828299083505421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-should-google-api-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4672828299083505421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4672828299083505421'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/12/development-should-google-api-php.html' title='[development] Should google-api-php-client be a library?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-32157476937287064</id><published>2011-11-30T21:01:00.000-08:00</published><updated>2011-11-30T21:14:05.285-08:00</updated><title type='text'>drupal.org mailing list memberships reminder</title><summary type='text'>This is a reminder, sent out once a month, about your drupal.orgmailing list memberships.  It includes your subscription info and howto use it to change it or unsubscribe from a list.You can visit the URLs to change your membership status orconfiguration, including unsubscribing, setting digest-style deliveryor disabling delivery altogether (e.g., for a vacation), and so on.In addition to the URL</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/32157476937287064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/drupalorg-mailing-list-memberships.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/32157476937287064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/32157476937287064'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/drupalorg-mailing-list-memberships.html' title='drupal.org mailing list memberships reminder'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6186366612529220936</id><published>2011-11-30T08:20:00.001-08:00</published><updated>2011-11-30T08:20:39.756-08:00</updated><title type='text'>Re: [development] Node fields are not getting updated</title><summary type='text'>Amit Vyas wrote:Please stop cross posting into development.  This is a support issue.-- Earnie-- https://sites.google.com/site/earnieboyd/</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6186366612529220936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-node-fields-are-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6186366612529220936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6186366612529220936'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-node-fields-are-not.html' title='Re: [development] Node fields are not getting updated'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5337099575443979124</id><published>2011-11-30T06:29:00.000-08:00</published><updated>2011-11-30T06:33:06.886-08:00</updated><title type='text'>[development] Node fields are not getting updated</title><summary type='text'>Hi All,I have a content_type which have 2 fields. I'm going to update these 2 fields from one of my custom module using update query. Now the query is running successfully. I got updated those 2 fields in the database, BUT when I go to the edit node, its not showing me the updated value, its showing me the previous ones. Also, When I clear the cache, the fields data get updated.  Anyone have any </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5337099575443979124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-node-fields-are-not-getting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5337099575443979124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5337099575443979124'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-node-fields-are-not-getting.html' title='[development] Node fields are not getting updated'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8312435580575633293</id><published>2011-11-29T13:27:00.000-08:00</published><updated>2011-11-29T13:28:35.058-08:00</updated><title type='text'>Re: [development] [support] The used command is not allowed with this mysql version query</title><summary type='text'>Thanks for all the replies and support.I have found the solution:Here are the steps I followed:Removed Load Data from the .module file.Since drupal is not supporting mysql_connect from the module file, I have created a new .php file in which I have called "mysql_connect" with the "client_flag" parameter passed as 128. More details  http://php.net/manual/en/function.mysql-connect.phpNow when my </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8312435580575633293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-support-used-command-is.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8312435580575633293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8312435580575633293'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-support-used-command-is.html' title='Re: [development] [support] The used command is not allowed with this mysql version query'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6688845816933791331</id><published>2011-11-25T10:40:00.000-08:00</published><updated>2011-11-25T10:42:39.009-08:00</updated><title type='text'>Re: [development] Right to left languages</title><summary type='text'>http://www.thebestplans.org/node/180?language=ar I'm using rtl in the tags. Co-ment is an iframe, I'm not a fan of inline styles but hey you do what you have to do and it works. I've got nothing bad to say about the developers. Gérald (co-ment) busted his guts for us as we are the first to use this in Drupal 7.  A really useful module. 4 ½ / 5 stars. Yani From: Sean Robertson [mailto:seanr@</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6688845816933791331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_1295.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6688845816933791331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6688845816933791331'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_1295.html' title='Re: [development] Right to left languages'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2361780381308800709</id><published>2011-11-25T08:24:00.000-08:00</published><updated>2011-11-25T08:26:52.308-08:00</updated><title type='text'>Re: [development] Right to left languages</title><summary type='text'>Don't say too much Fred or I'll put you name on the volunteer list. ;) Yani-----Original Message-----From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Fred JonesSent: Tuesday, 22 November 2011 11:00 PMTo: development@drupal.orgSubject: Re: [development] Right to left languages&gt; http://www.thebestplans.org/node/174?language=he&gt;&gt; Really? Not in Chrome or </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2361780381308800709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2361780381308800709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2361780381308800709'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_25.html' title='Re: [development] Right to left languages'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5302843327448117675</id><published>2011-11-22T12:00:00.000-08:00</published><updated>2011-11-22T11:01:20.295-08:00</updated><title type='text'>Наука 21 век (20 сообщений)</title><summary type='text'>    Наука 21 векНовости науки и техники в России и за рубежом. Авиация и космонавтика, вооружения, hi-tech, концепции и изобретения, мир моторов, гипотезы и фактыhttp://nauka21vek.ruрекомендовать друзьям &gt;&gt;Альтернативный путь синтеза жирных кислотОбычно клетки синтезируют липиды, применяя в качестве строительного сырья глюкозу. В условиях недостаточного кровоснабжения, дефицита глюкозы и </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5302843327448117675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/21-20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5302843327448117675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5302843327448117675'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/21-20.html' title='Наука 21 век (20 сообщений)'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-413308596755809139</id><published>2011-11-22T04:59:00.000-08:00</published><updated>2011-11-22T05:00:10.736-08:00</updated><title type='text'>Re: [development] Right to left languages</title><summary type='text'>&gt; http://www.thebestplans.org/node/174?language=he&gt;&gt; Really? Not in Chrome or Firefox here.In Chromium and Firefox on my Hebrew-enabled (but English is themaster language) Linux machine the text starting with "המדינות האחיותהן ישראל" comes out correctly--I can read it just fine.Fred, who knows how to read Hebrew :)</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/413308596755809139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_662.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/413308596755809139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/413308596755809139'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_662.html' title='Re: [development] Right to left languages'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6644594900222771212</id><published>2011-11-22T04:39:00.000-08:00</published><updated>2011-11-22T04:41:40.084-08:00</updated><title type='text'>Re: [development] Right to left languages</title><summary type='text'>http://www.thebestplans.org/node/174?language=heReally? Not in Chrome or Firefox here.Are you sure? The whole site flips but not the co-ment text that I can see.&lt;p dir="rtl"&gt;That works.Is there some magic process that sets Drupal looking for a style sheetXXXXXX-rtl.css? I need to understand the process a bit more.Yani-----Original Message-----From: development-bounces@drupal.org [mailto:</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6644594900222771212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_22.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6644594900222771212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6644594900222771212'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages_22.html' title='Re: [development] Right to left languages'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6309661801677487603</id><published>2011-11-22T04:20:00.000-08:00</published><updated>2011-11-22T04:21:26.350-08:00</updated><title type='text'>Re: [development] Right to left languages</title><summary type='text'>What is the problem on http://www.thebestplans.org/node/174 ? I seeHebrew there and it's right to left, which is correct?Fred</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6309661801677487603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6309661801677487603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6309661801677487603'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-right-to-left-languages.html' title='Re: [development] Right to left languages'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8774739384989068593</id><published>2011-11-22T03:54:00.000-08:00</published><updated>2011-11-22T03:56:14.262-08:00</updated><title type='text'>[development] Right to left languages</title><summary type='text'>I’m working on a site in English, Hebrew and Arabic. The Drupal language system works perfectly. I’m using the co-ment system to collect user comments. http://www.thebestplans.org/node/174 If you go to Hebrew on that page... Nothing I do seems to create a right to left text. Not even inline styles like &lt;p style="dir:rtl; float:right;"&gt; If I put Hebrew and Arabic on English pages no issues. No </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8774739384989068593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-right-to-left-languages.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8774739384989068593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8774739384989068593'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-right-to-left-languages.html' title='[development] Right to left languages'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-5621784899502143859</id><published>2011-11-19T05:28:00.000-08:00</published><updated>2011-11-19T05:31:50.616-08:00</updated><title type='text'>Re: [development] The used command is not allowed with this mysql version query</title><summary type='text'>Just found the below details here - http://dev.mysql.com/doc/refman/5.0/en/load-data-local.html I think this might help.. &gt;&gt; Let me elaborate what took forever to find out..(*NIX) 1=ON; 0=OFF; LOCAL != PHP;LOAD DATA INFILE '/full_path_to_file/your_file.txt' INTO TABLE your_tableYou MUST have a compiled MySQL with '--enable-local-infile 'You MUST have compiled PHP using the full path to MySQL, </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/5621784899502143859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-used-command-is-not_19.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5621784899502143859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/5621784899502143859'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-used-command-is-not_19.html' title='Re: [development] The used command is not allowed with this mysql version query'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8123325372659003088</id><published>2011-11-19T05:25:00.001-08:00</published><updated>2011-11-19T05:25:26.776-08:00</updated><title type='text'>Re: [development] The used command is not allowed with this mysql version query</title><summary type='text'>Hmm. I have not tried LOAD DATA query for myself ever, but have some general advice. How about trying the query from a php file after connecting to your db using mysql_db_connect(). If it does not work even then, perhaps you could ask the question on a mysql forum for more help. If it does, then it would be drupal specific problem and perhaps somebody here will be able to help. Do post your </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8123325372659003088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-used-command-is-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8123325372659003088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8123325372659003088'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-used-command-is-not.html' title='Re: [development] The used command is not allowed with this mysql version query'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6105327253992279059</id><published>2011-11-19T05:19:00.001-08:00</published><updated>2011-11-19T05:19:45.406-08:00</updated><title type='text'>Re: [development] Can I define fields that do not get stored in a separate table?</title><summary type='text'>Thanks Steven! I'm using properties for most of my data, some of these need to be displayed and therefore I wished it were fields and I do not have to handle the display, unfortunately I'll have to live with either writing the display for the property or being ok with multiple tables for that field.  On Thu, Nov 17, 2011 at 10:48 PM, Steven Jones &lt;steven.jones@computerminds.co.uk&gt; wrote: Hi </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6105327253992279059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-can-i-define-fields-that_19.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6105327253992279059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6105327253992279059'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-can-i-define-fields-that_19.html' title='Re: [development] Can I define fields that do not get stored in a separate table?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3037766272686665148</id><published>2011-11-19T05:11:00.001-08:00</published><updated>2011-11-19T05:11:49.078-08:00</updated><title type='text'>[development] The used command is not allowed with this mysql version query</title><summary type='text'>Hello Druplers,Have been in this problem from last 3 days and did a lot of google but didn't able to find any solution which work for me. Here is the problem:I have to go live and I have two servers on Joyent. one is for database and another is for durpal installation with files.  I'll get one file in the drupal's files directory, based on that file I have to update my tables.I have written a </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3037766272686665148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-used-command-is-not-allowed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3037766272686665148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3037766272686665148'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-used-command-is-not-allowed.html' title='[development] The used command is not allowed with this mysql version query'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3205951151326398948</id><published>2011-11-18T18:54:00.000-08:00</published><updated>2011-11-18T19:01:49.669-08:00</updated><title type='text'>Re: [development] Using specific input format for textarea</title><summary type='text'>If you're working with D7, you'll want to use #type = text_format (see http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html/7#text_format) and that will give you what you want. Otherwise, you can use check_markup() or related functions to process the text with the format.-RandyOn Fri, Nov 18, 2011 at 6:08 PM, Pooya &lt;pooya.source@gmail.com&gt; wrote: Anyone know how to use a </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3205951151326398948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-using-specific-input.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3205951151326398948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3205951151326398948'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-using-specific-input.html' title='Re: [development] Using specific input format for textarea'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-993679752224185717</id><published>2011-11-18T17:08:00.001-08:00</published><updated>2011-11-18T17:08:19.110-08:00</updated><title type='text'>[development] Using specific input format for textarea</title><summary type='text'>Anyone know how to use a specific input format for a textarea in form api? There's no property for this option.// This is my form element:  $form['easyco_custom']['easyco_custom_query'] = array(       '#type' =&gt; 'textarea','#title' =&gt; t(My Query'),      '#size' =&gt; 1000,'#maxlength' =&gt; 1000,'#prefix' =&gt; '',       '#suffix' =&gt; '',    );I've created a new input_format using admin/settings/filters </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/993679752224185717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-using-specific-input-format.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/993679752224185717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/993679752224185717'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-using-specific-input-format.html' title='[development] Using specific input format for textarea'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3656287852688749901</id><published>2011-11-17T09:18:00.000-08:00</published><updated>2011-11-17T09:24:33.990-08:00</updated><title type='text'>Re: [development] Can I define fields that do not get stored in a separate table?</title><summary type='text'>Hi Mukesh,Instead of using fields you can use 'properties' of your entity, whichare stored as additional columns on your entities' base table. You arefully responsible for providing widgets, display, loading and savingof these properties I believe, so you lose a lot. I'm not sure thereis specific documentation about them anywhere, so I think you'll bedown to looking at other code and inferring </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3656287852688749901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-can-i-define-fields-that.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3656287852688749901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3656287852688749901'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-can-i-define-fields-that.html' title='Re: [development] Can I define fields that do not get stored in a separate table?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-6265341661018791006</id><published>2011-11-16T20:25:00.001-08:00</published><updated>2011-11-16T20:25:54.572-08:00</updated><title type='text'>[development] Can I define fields that do not get stored in a separate table?</title><summary type='text'>I'm using hook_field_info to define my new fields. I need to use this field within a couple of entities and I dont need to have these fields in separate tables. However when I try to define the schema of a field using hook_field_schema I see that I need to mention the columns which means the table for the field will be created when I create an instance of the field with some entity. Is there a </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/6265341661018791006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-can-i-define-fields-that-do.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6265341661018791006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/6265341661018791006'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-can-i-define-fields-that-do.html' title='[development] Can I define fields that do not get stored in a separate table?'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-2581510596501055962</id><published>2011-11-12T10:48:00.001-08:00</published><updated>2011-11-12T10:48:47.438-08:00</updated><title type='text'>Re: [development] Js event after image uploaded</title><summary type='text'>Thanks….that is crude =) will try it…looking into the live() now. Idan From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Carl WiedemannSent: Saturday, November 12, 2011 8:46 PMTo: development@drupal.orgSubject: Re: [development] Js event after image uploaded This is probably an AJAX/AHAH request, and while I haven't looked at the code I'm not sure there's </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/2581510596501055962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-js-event-after-image_1492.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2581510596501055962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/2581510596501055962'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-js-event-after-image_1492.html' title='Re: [development] Js event after image uploaded'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-883338958070453473</id><published>2011-11-12T10:45:00.001-08:00</published><updated>2011-11-12T10:45:52.729-08:00</updated><title type='text'>Re: [development] Js event after image uploaded</title><summary type='text'>This is probably an AJAX/AHAH request, and while I haven't looked at the code I'm not sure there's any ability to hook into the callback from outside.Worst-case scenario, you could poll the DOM with a different script for the element (or class) in question. Something like this is definitely crude and inelegant, but could work: var polled = false;setInterval(function() {  if(!polled &amp;&amp; $('#</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/883338958070453473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-js-event-after-image_12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/883338958070453473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/883338958070453473'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-js-event-after-image_12.html' title='Re: [development] Js event after image uploaded'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8304699208998069748</id><published>2011-11-12T08:15:00.000-08:00</published><updated>2011-11-12T08:35:37.162-08:00</updated><title type='text'>Re: [development] Js event after image uploaded</title><summary type='text'>Try looking at how they do it in the FileField module. Gaelan Steelegbs@canishe.com  On Nov 12, 2011, at 8:07 AM, Idan Arbel wrote:Hello, I have an image field form, and I want to run some js code after the image is uploaded and the preview is created…I can't seem to figure out what jquery event to use. I'd appreciate any help. Thanks Idan</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8304699208998069748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-js-event-after-image.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8304699208998069748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8304699208998069748'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-js-event-after-image.html' title='Re: [development] Js event after image uploaded'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-3003257125619749045</id><published>2011-11-12T08:07:00.001-08:00</published><updated>2011-11-12T08:07:48.552-08:00</updated><title type='text'>[development] Js event after image uploaded</title><summary type='text'>Hello, I have an image field form, and I want to run some js code after the image is uploaded and the preview is created…I can’t seem to figure out what jquery event to use. I’d appreciate any help. Thanks Idan</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/3003257125619749045/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-js-event-after-image.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3003257125619749045'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/3003257125619749045'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/development-js-event-after-image.html' title='[development] Js event after image uploaded'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-4505255919165412934</id><published>2011-11-11T11:21:00.001-08:00</published><updated>2011-11-11T11:21:44.568-08:00</updated><title type='text'>Re: [development] Hidden required select field with default value</title><summary type='text'>yeh i actually added a hidden class but i thought it would be better to use the form alter. On Nov 11, 2011 8:29 PM, "Steve Ringwood" &lt;nevets@tds.net&gt; wrote: For that matter you can hide the field with css   Hide want you want with jquery, no messing with validators as the form elements are all still there, just not visible to the user.    </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/4505255919165412934/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-hidden-required-select_2189.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4505255919165412934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/4505255919165412934'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-hidden-required-select_2189.html' title='Re: [development] Hidden required select field with default value'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-8251322981767784196</id><published>2011-11-11T10:23:00.000-08:00</published><updated>2011-11-11T10:29:48.455-08:00</updated><title type='text'>Re: [development] Hidden required select field with default value</title><summary type='text'>For that matter you can hide the field with css&gt; Hide want you want with jquery, no messing with validators as the form&gt; elements are all still there, just not visible to the user.</summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/8251322981767784196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-hidden-required-select_9305.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8251322981767784196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/8251322981767784196'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-hidden-required-select_9305.html' title='Re: [development] Hidden required select field with default value'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1515934688455990474.post-978028901278826242</id><published>2011-11-11T10:12:00.000-08:00</published><updated>2011-11-11T10:20:20.993-08:00</updated><title type='text'>Re: [development] Hidden required select field with default value</title><summary type='text'>On Friday 11 November 2011, Idan Arbel wrote:Hide want you want with jquery, no messing with validators as the form elements are all still there, just not visible to the user.&gt; thanks but I'm not sure #access is what I need:&gt; &gt; &gt; &gt; this is and edit form, a long form with multiple field groups.&gt; &gt; &gt; &gt; If the user access the site in with profile/2/edit/company&gt; &gt; I'd like to hide all field groups </summary><link rel='replies' type='application/atom+xml' href='http://1drupal.blogspot.com/feeds/978028901278826242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-hidden-required-select_8043.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/978028901278826242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1515934688455990474/posts/default/978028901278826242'/><link rel='alternate' type='text/html' href='http://1drupal.blogspot.com/2011/11/re-development-hidden-required-select_8043.html' title='Re: [development] Hidden required select field with default value'/><author><name>gabber</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
