Archive for March 2010

Drupal node access

How to restrict editing of verified content?
node_access is not called. It’s required to define node types from modules in order to have node_access hook be called.

Drupal Views - Right Join issue

Currently we are experiencing problem with drupal views.
We need to right join two entities.

ExtJs - Form field description and tips

The problem is that ExtJs is not presume field description at all.
There are Label component which can be used as field description.
Label component can be linked to particular so that formfield will be focused when label (description) clicked.

How to use svnignore!

1. Settings svn:ignore property
svn propset svn:ignore “*” folder1/
svn propset svn:ignore “*” folder2
2. Commit to apply changes.
svn ci -m “Data in these folders will be ignored by svn”
Source: http://www.devcha.com/2008/02/how-to-make-svn-ignore-some-folders.html