User login

Public

Git log not working with specified width

-w is not working on my git log, which is rather weird. Oh, it's shortlog only.

http://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html

Funny can't find a way to wrap the changelog output.

The Making of Drupal 7: historical overview

2005 July 18 - http://www.garfieldtech.com/blog/its-the-community-stupid

2008 February 4 - Dries creates Drupal 6 branch in repository, posts wishlist, opens up D7 development - http://drupal.org/node/217702

2008 February 12 - first patches? for Drupal 7 specifically, by catch and webchick, committed by dries

JQuery select elements without a given class or ID

Anywhere you can use .classnamehere as a Jquery selector, you can use:

:not(.classnamehere)

Cron on Agaric's MayFirst servers

The cron jobs for each web site are created as the user associated with that web site: the user accesses it with the crontab command

For instance:

su exampleuser
crontab -l

To see what cron jobs that user has, which should contain the "drush -r /var/local/drupal/exampleuser/web cron", where exampleuser is the site project name (which may or may not be identical to the username, but is in any case owned by the user).

The admin (root) can see them all in /var/spool/cron/crontabs

grep -h \* /var/spool/cron/crontabs/*

Syndicate content