Feeds is the module for importing or aggregating data into nodes, users, taxonomy terms and other content entities using a web interface without coding a migration.
Import content into website via web UI
Import content into nodes, users, taxonomy terms or other content entities
Granular mapping of input elements to Drupal content elements
Take Control is a set of set of modules for Drupal for managing various administrative tasks particularly related to the file system. Beginning with version 2.0, the module has been refactored into a core/add-on architecture, where a core module take_control provides common routines and settings, whereas the bulk of front-end user interaction comes from add-on modules (e.g. file browser etc).
Currently, there are 2 add-on modules: file-browser, and quick-permissions.
I often find myself doing the same hook_form_alter just to do the same things over and over again. It's just a waste of time. This module lets you change several 'small' behaviors with hook_form_alter, in both nodes and comments, doing it per content type so you can configure different aspects of your nodes/comments.
Currently you can do the following changes for nodes 7.x version:
Hide the Input Format fieldset for node body field
Change the default value of the Submit button
Hide the node title, useful when you're showing the node title on the breadcrumb or if you want to hide it for any other reason. The title needs to be set, if you want to auto generate it, use Automatic Nodetitles since this will not hide the title on the form, just when viewing the node.
Auto Admin is a module that automatically generates good looking, highly customizable administration pages.
Let Auto Admin build list, add, edit and delete pages for you using its Drush commands to generate configuration data. Then customize the text and form settings to your liking. One-to-many and many-to-one relationships are supported too!
Auto Admin is good at managing data for custom modules whose data structure does not fit as node types. It lets you get of the ground and writing "the fun stuff" really, really quick.
If you have questions, feedback or needs it to do something that it does not do already, please open an issue. Please check out the docs first though :)