Don't remember which feature that View is exported to? Which feature? does, and more.
The Which feature? module provides information on which feature or module an exportable item is exported to so you can know which feature to recreate after modifying the configuration.
This is a series of modules and features that enable Drupal distributions to make consistent connections to the Course Information System distribution. This library / module / feature set is currently influx as it is made generic enough to work with any Drupal 7 distribution, yet still specific to interaction with the CIS.
This is a critical component to the creation of larger Suite of Tool style learning networks. More details will be provided (and documentation) in the coming weeks. There is a cis_connector.api.php file which details how to utilize this information to connect to a remote (or localhost based) CIS distribution instance.
This is a low-level API for implementing A/B tests in code.
Its design is based on the excellent A/Bingo for Ruby on Rails, written by Patrick McKenzie.
PLEASE NOTE:This module doesn't provide a UI for creating tests - they must be created in code. If you're looking for module to create A/B tests in the UI check out Multivariate.
Unfortunately, the Multivariate module isn't good for creating tests in code or that involve a lot of code. For example, let's say you're writing a custom module and you want to test two variations on a custom form.
The A/B test module will allow you to do that with only two lines of code!