modules
Global Search and Replace
Submitted by tao on Fri, 2007-12-07 16:47.Boy, I am just cranking out the modules this month.
http://drupal.org/project/scanner
The Search and Replace Scanner can do regular expression matches against the body and CCK text content fields on all nodes in your system. This is handy for finding html strings that Drupal’s normal search will ignore. And it can replace the matched text. Very handy if you are changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes.
Private File Upload
Submitted by tao on Sat, 2007-12-01 14:48.I have just released a new and improved version of my Private Uploads module. I am really happy with it. http://drupal.org/project/issues/private_upload
There are problems with core file handling. There can only be one files
directory, and the download method is either public or private for ALL
files. If it is set to private all files are forced to go through a
full drupal bootstrap, which makes pages with multiple images unusabily
slow. Also, Drupal only munges the displayed URL for the file, and does
nothing to actually protect the files from being downloaded with a direct