by Rahul Singla | May 26, 2012 | Blog, Drupal, Drupal 7.x
So it happened last week that I created a View in Drupal 7 and I wanted to customize conditions (aka Filters) in a way that I thought cannot be done with the Views interface (I later discovered I was wrong and D7 Views UI could have been used to express the filters in...
by Rahul Singla | May 18, 2012 | Blog, Drupal, Drupal 7.x
It has been the first time since I started blogging somewhere in 2009 that a full calendar month (of April 2012) passed without me writing any blog in that month. It feels good to be back to the blogging world.To jump on to the topic of the present blog post, I...
by Rahul Singla | Jun 22, 2011 | Blog, Drupal, Drupal 7.x, PHP 5.x
This was the most time consuming aspect for the recent port of my Document module for Drupal 7.You would be knowing that File system API underwent a complete revamp in Drupal 7 (see this and this link, a very good introduction of the changes and new concepts is...
by Rahul Singla | Jun 18, 2011 | Blog, Drupal, Drupal 7.x
While working on the 7.x port for my Document module for Drupal day before yesterday, I had a pretty anxious moment. As you would know, the new DBTNG database abstraction layer in Drupal 7 fundamentally changes the way your module code interacts with the db. Now...
by Rahul Singla | Jun 5, 2011 | Blog, Drupal, Drupal 7.x
Drupal 7 brings some important API changes and enhancements to the table, one of them being the ability to control precisely the order of execution of a particular hook between modules.I was asked by a client last week if it is possible to control execution of...
by Rahul Singla | Jun 5, 2011 | Blog, Drupal, Drupal 6.x, Drupal 7.x
While editing content on a client site last week, I got a rather confusing error in Google Chrome Developer tools:Refused to execute a JavaScript script. Source code of script found within request.I was incorporating Google Maps on a page through a Block and the block...
Recent Comments