AA Engine

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

AA Engine is a set of Views Features for reports on the installation profile, modules and themes enabled or available on a Drupal website.

By default the page reports are:
admin/modules/aa-engine/aa-engine-report-all
admin/modules/aa-engine/aa-engine-report-on-enabled
admin/modules/aa-engine/aa-engine-report-off-disabled

And, by default blocks available are:

variables history

Component type

module

Maintenance status

Development status

Downloads

50

Component created

Component changed

This module keeps history of variables whenever we need to know assigned value in variable. Developer can check the all variable list and check the assigned value in variable without go to settings form of variables.

This module is very useful for development we will find all variable value on one URL except go on form and check value.

Variable Status

Component type

module

Maintenance status

Development status

Downloads

69

Component created

Component changed

Values set in the admin UI using a system_settings_form() are stored directly into the variables table in the database. These values can be locked down by defining them in the $conf array in your settings.php file, but that is not reflected in the UI, which makes for some frustrating user experiences.