User login

Public

Upgrading from Drupal 7 alpha 6 to Drupal 7 beta 2

This isn't pretty. And i've probably left out a critical step.

Core concepts: making some changes directly in the database. Enabling head2head and alpha2alpha in the database (setting both status and schema_version). Manually commenting out the update hooks that i did in the database to make user module's updates work so that alpha2alpha's can work.

Setting the line in alpha2alpha.module to give the current version:

<?php
  $version = variable_get('alpha2alpha_version', 7);
?>

Extract and decompress with tar into a directory of another name

Can use

--strip-components=NUMBER
strip NUMBER leading components from file names on extraction

in conjunction with -C

but have to create the directory first anyway, so moving (mv)after the fact is probably easier.

Source

http://superuser.com/questions/146814/unpack-tar-but-change-directory-name-to-extract-to

Find the function definition of the current function or find uses of a given function

'gd' doesn't do anything for me (recommended here: http://jmcpherson.org/editing.html )

The asterisk works great though!

  • Read the string under the cursor and go to the next place it appears. (For instance, if your cursor was somewhere on the word "bob," the cursor would move to the next occurance of "bob" in your file.)

Same as above, except it moves the cursor to the previous occurrence.

Drupal Work Collective Book Sprint Cape Cod II

Drupal Work Collective plans.

Materials:

Power strip (ben)
Power squid (dan)
More powerful wifi (dan ben - not sure if it's good enough though)

Food:

Bring from Agaric HQ North Natick:

A Love Song for NodeOne

I've suddenly and inexplicably become obsessed with the idea of the Kitten Killers doing covers of songs that feature the words "no one" in the lyrics replaced with NodeOne.

Searching all my days just to find you
I'm not sure who I'm looking for
I'll know it
When I see you
Until then, I'll hide in my bedroom
Staying up all night just to write
A love song for NodeOne

— John Mayer (almost)

Health care

Affordable Massachusetts, Vermont, New Hampshire Group Health Insurance Plans from the National Association of Socially Responsible Organizations (NASRO), a Co-op for Professionals, Businesses of all Sizes, Non Profits, Individuals & Families, Self Employed People and Freelancers
http://www.nasro-co-op.com/health/ma/index.shtml

[old] Skinr weirdness, an unneeded line breaks the next one

[This may be out of date]

This didn't start working until i added the squid line.

skinr[second_sidebar]
skinr[second_sidebar][features]
skinr[second_sidebar][features][]
skinr[second_sidebar][features][] = squid
skinr[second_sidebar][features][] = block

(Squid is not added to the features array, but it's the only thing that makes block show up. And if 'block' is put first, then it's only squid that is added to the array of features.)

Resolution

having

skinr[second_sidebar]

produces fuzz

Syndicate content