Common HTMLawed settings

Here are some common settings for HTMLawed that can be used as a more lenient 'filtered html' format for trusted editors that need a simple WYSIWYG. This configuration allows images, which can be a security risk. If you don't understand the risk, then leave Drupal's defaults the way they are and perhaps try to work with the Full HTML format or use CSS classes and stylesheets.

env

"This project implements code to make Drupal's configuration (settings.php) environment-dependent, so that you can have different sets of configurations in dev, staging and production. "

Internal Nodes

"Some content/nodes should never be viewed directly; only visible be through something else such as Views or Panels. This module denies access to node/[nid] URLs while allowing the content to stay published and otherwise viewable."

Also see Rabbit Hole

Node Access

The node access module is a popular module and is handy in that you can configure Drupal role based view/edit/create access on a per content type and per node basis.

Hacked!

This module shows if Drupal or any of its modules have been changed. If you have the Diff module installed, it will show you the exact lines changed.