Here’s the story in one (code) line:

find ./ -name *.* -type f -exec s -i "s/group/og/g" '{}' \;

For the humans amongst us, I’ll explain. As part of the rewrite of Organic groups to Drupal 7, I thought that the name also deserves a rename – to follow Drupal’s naming standards. Since there weren’t enough votes in the poll in g.d.o I’ve decided _not to go with the change. OG module will keep its name - although in the UI we will use “Group” (the same way as node is refereed to as content).

I’ll commit all the changes that are currently in github back to OG’s cvs, after Add entity key label will land.

Yet another advantage of #d7cx - decisions can be undone.

amitaibu's profile

Amitai Burstein

@amitaibu