UPDATE: The Delta module is now working for D7!!!! Usage of Delta requires the 7.x-2.x version of Omega as your base theme, and Context.
Delta allows you, via Context to make duplicates of your Omega theme settings for any context on your site. This gives you the ability for alternative layouts as a reaction in Context... </awesomesauce>
The Update Status module checks with drupal.org once a day to see if there are new officially released versions of Drupal and any modules that you are running. It requires cron to do its thing, so make sure that you have cron correctly enabled or it won't be able to know. Update status is now part of Drupal core starting in Drupal 6.
Q. Why doesn't Update Status show all of my installed modules?
This module is a little helper to maintain an administrator role which has all
available permissions. By default, Drupal only has one super user and this
module helps improve this drastically.
Excellent tutorial provided by compujohnny:
http://www.jesox.com/posts/admin-role-module-preview
This module adds a tab for sufficiently permissioned users. The tab shows all revisions like standard Drupal but it also allows pretty viewing of all added/changed/deleted words between revisions.
The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case.
Features provides a UI and API for taking different site building components from modules with exportables and bundling them together in a single feature module. A feature module is like any other Drupal module except that it declares its components (e.g. views, contexts, CCK fields, etc.) in its .info file so that it can be checked, updated, or reverted programmatically.
Transform any of your taxonomy vocabularies into menus easily!
#D7CX: I pledge that the Taxonomy Manager will have a full Drupal 7 release on the day that Drupal 7 is released.
This module provides a powerful interface for managing taxonomies. A vocabulary gets displayed in a dynamic tree view, where parent terms can be expanded to list their nested child terms or can be collapsed.
The Taxonomy Manager has following operations and key features:
We are currently focusing all our efforts on the 2.x branch of Admin. However, we understand that there are many sites that will continue to use the 1.x branch and need bug fixes, features, and further releases.
If you are interested in being a branch maintainer for Admin 1.x, please contact Young Hahn.
This module augments Views by allowing bulk operations to be executed on the nodes displayed by a view. It does so by showing a checkbox in front of each node, and adding a select box containing operations that can be applied on the selected nodes.
The word "title" is a bit overloaded. Every piece of content in Drupal has a title, and so does every page. The page title is the one found in the HTML head inside the <title> tag. It is also used on SERPs (Search Engine Result Pages) and can greatly enhance your websites SEO (Search Engine Optimization).
This module gives you granular control over the page title. You can specify patterns for how the title should be structured and, on content creation pages, specify the page title separately to the content's title.