Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.36 (checked in on 2008/02/17 at 20:50:38 by jpetso)
Commit Log - Display a history of commits, optionally filtered by a set of constraint arguments.
Copyright 2006, 2007 Derek Wright ("dww" , http://drupal.org/user/46549) Copyright 2007 by Jakob Petsovits ("jpetso", http://drupal.org/user/56020)
| Name | Description |
|---|---|
| commitlog_account_tracker | Page callback for the 'track code' tab on the user page. |
| commitlog_account_username | Return a the username of a VCS account. |
| commitlog_branches_page | Page callback for the 'commitlog/branches' menu path. |
| commitlog_branch_or_tag_operation | |
| commitlog_commit | |
| commitlog_commits_page | Page callback for the 'commitlog' menu path. |
| commitlog_commits_rss | Page callback for the 'commitlog/feed' menu path. |
| commitlog_form_alter | Implementation of hook_form_alter(): Add a fieldset for to the general settings form so that the user can enable/disable admin notification mails and configure the pager limit. |
| commitlog_get_paged_branch_operations | Return an array of branch operations, resulting from a versioncontrol_get_branch_operations() call. Paging is also used by emulating pager_query(). |
| commitlog_get_paged_commits | Return an array of commits, resulting from a versioncontrol_get_commits() call. Paging is also used by emulating pager_query(). |
| commitlog_get_paged_tag_operations | Return an array of tag operations, resulting from a versioncontrol_get_tag_operations() call. Paging is also used by emulating pager_query(). |
| commitlog_menu | Implementation of hook_menu(). |
| commitlog_perm | Implementation of hook_perm(). |
| commitlog_send_branch_or_tag_mail | Send out a branch or tag notification mail to the given mail address. |
| commitlog_send_commit_mail | Send out a commit notification mail to the given mail address. |
| commitlog_settings_submit | Submit handler for the settings form. |
| commitlog_settings_validate | Validation handler for the settings form: Make sure that the pager limit is a positive number. |
| commitlog_tags_page | Page callback for the 'commitlog/tags' menu path. |
| commitlog_versioncontrol_branch_operation | Implementation of hook_versioncontrol_branch_operation(): If enabled, send out a notification mail to the VCS admin. |
| commitlog_versioncontrol_commit | Implementation of hook_versioncontrol_commit(): If enabled, send out a notification mail to the VCS admin. |
| commitlog_versioncontrol_tag_operation | Implementation of hook_versioncontrol_tag_operation(): If enabled, send out a notification mail to the VCS admin. |
| theme_commitlog_branches_tags_page | Return formatted output for displaying the given commits on an HTML page. |
| theme_commitlog_branch_or_tag_action_message | |
| theme_commitlog_branch_or_tag_email_subject | |
| theme_commitlog_branch_or_tag_html | |
| theme_commitlog_branch_or_tag_plaintext | |
| theme_commitlog_commits_page | Return formatted output for displaying the given commits on an HTML page. |
| theme_commitlog_commit_actions | |
| theme_commitlog_commit_branches | |
| theme_commitlog_commit_html | |
| theme_commitlog_commit_identifier | |
| theme_commitlog_commit_location | |
| theme_commitlog_commit_message | |
| theme_commitlog_commit_plaintext | |
| theme_commitlog_commit_statistics | |
| theme_commitlog_diff_link | |
| theme_commitlog_item | |
| theme_commitlog_item_revision | |
| theme_commitlog_project | |
| theme_commitlog_repository | |
| theme_commitlog_rss | |
| theme_commitlog_vc_op_id | |
| _commitlog_check_request | Check the $_REQUEST variable if it contains elements that can't be processed in the current Drupal configuration. |
| _commitlog_date | Return a formatted date string if the given timestamp is on a different day than the one that was passed previous call to this function, or NULL if the previous call's timestamp argument is on the same day as this one. |
| _commitlog_get_branch_tag_constraints | Retrieve the branch or tag constraints for the page display by dissecting the $_REQUEST variable. |
| _commitlog_get_commit_constraints | Retrieve the commit constraints for the page display by dissecting the $_REQUEST variable. |