knurl

I set up knurl on castlin.net today, so I have my own TinyURL-like functionality. Please reference the site's tagline, above.

parent/child nodes

in

I really need to figure a better way to manage parent/child relationships. I was not a big fan of any of the modules I tried out, but maybe they merit another review. I want two things:

  • bi-directional node reference fields
  • field accessibility from either side of that link

If there were way to override or define new handlers for fields, the second would be pretty easy. For now I will have to make do with theming individual fields. I'll have to give some more thought to the first one.

A contracts management system

I spent most of this week banging out a contracts request, approval, and tracking system. Most of the tools were readily available in Drupal and just needed some modifications to meet specific business rules. I tried very hard on this project to do things "the Drupal way": override instead of edit, no logic in the theme layer, etc.

drilldog

Here is a quick module for Drupal 5 to allow you to drill down on your top errors and see what their top referrers are. In this way it should be easy to find where the problems are coming from so you can fix them.

Needs documentation and testing, but the options to drill down show up under admin/logs/page-not-found/drill and admin/logs/access-denied/drill.

Syndicate content