abjs_ajax_add_condition |
./abjs.admin.inc |
Adds condition select fields to abjs_test_form. |
|
1 |
abjs_ajax_add_experience |
./abjs.admin.inc |
Adds experience select fields and fractions to abjs_test_form. |
|
1 |
abjs_ajax_conditions_callback |
./abjs.admin.inc |
Assigns Ajax changes to conditions fieldset in abjs_test_form. |
|
1 |
abjs_ajax_experiences_callback |
./abjs.admin.inc |
Assigns Ajax changes to experiences fieldset in abjs_test_form. |
|
1 |
abjs_ajax_remove_condition |
./abjs.admin.inc |
Removes condition select fields to abjs_test_form. |
|
1 |
abjs_ajax_remove_experience |
./abjs.admin.inc |
Removes experience select fields and fractions to abjs_test_form. |
|
1 |
abjs_condition_admin |
./abjs.admin.inc |
Lists all conditions in default table, sorted by modified date. |
|
1 |
abjs_condition_delete_confirm_form |
./abjs.admin.inc |
Returns confirm form for deleting condition. |
|
1 |
abjs_condition_delete_confirm_form_submit |
./abjs.admin.inc |
Deletes condition and associated test-conditions. |
|
|
abjs_condition_form |
./abjs.admin.inc |
Generates a form for creating and editing conditions. |
|
1 |
abjs_condition_form_cancel_submit |
./abjs.admin.inc |
Redirects to condition admin page. |
|
1 |
abjs_condition_form_delete_submit |
./abjs.admin.inc |
Redirects to condition delete path. |
|
1 |
abjs_condition_form_save_submit |
./abjs.admin.inc |
Saves new and modified conditions into condition table. |
|
1 |
abjs_experience_admin |
./abjs.admin.inc |
Lists all experiences in default table, sorted by modified date. |
|
1 |
abjs_experience_delete_confirm_form |
./abjs.admin.inc |
Returns confirm form for deleting experience. |
|
1 |
abjs_experience_delete_confirm_form_submit |
./abjs.admin.inc |
Deletes experience and associated test-experiences. |
|
|
abjs_experience_form |
./abjs.admin.inc |
Generates form for creating and editing experiences. |
|
1 |
abjs_experience_form_cancel_submit |
./abjs.admin.inc |
Redirects to experience admin page. |
|
1 |
abjs_experience_form_delete_submit |
./abjs.admin.inc |
Redirects to experience delete path for this experience. |
|
1 |
abjs_experience_form_save_submit |
./abjs.admin.inc |
Saves new and modified experiences into experience table. |
|
1 |
abjs_generate_js |
./abjs.module |
Builds the javascript for all active and valid A/B tests. |
1 |
|
abjs_help |
./abjs.module |
Implements hook_help(). |
|
|
abjs_install |
./abjs.install |
Implements hook_install(). |
|
|
abjs_menu |
./abjs.module |
Implements hook_menu(). |
|
|
abjs_permission |
./abjs.module |
Implements hook_permission(). |
|
|
abjs_preprocess_html |
./abjs.module |
Implements hook_preprocess_html(). |
|
|
abjs_schema |
./abjs.install |
Implements hook_schema(). |
|
|
abjs_settings_admin |
./abjs.admin.inc |
Sets variables that will be used in the test JavaScript that is output. |
|
1 |
abjs_test_admin |
./abjs.admin.inc |
Lists all tests in a default table theme. |
|
1 |
abjs_test_delete_confirm_form |
./abjs.admin.inc |
Returns confirmation form for deleting a test. |
|
1 |
abjs_test_delete_confirm_form_submit |
./abjs.admin.inc |
Deletes test and associated test-condition and test-experience rows. |
|
|
abjs_test_form |
./abjs.admin.inc |
Generates a form for adding and editing tests. |
|
1 |
abjs_test_form_cancel_submit |
./abjs.admin.inc |
Redirects back to tests admin page. |
|
1 |
abjs_test_form_delete_submit |
./abjs.admin.inc |
Redirects to delete path. |
|
1 |
abjs_test_form_save_submit |
./abjs.admin.inc |
Save function for new and edited tests. Check for new vs. edit by using tid. |
|
1 |
abjs_test_form_save_validate |
./abjs.admin.inc |
Validation function for new and edited tests. |
|
1 |
abjs_uninstall |
./abjs.install |
Implements hook_uninstall(). |
|
|