Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

commitlog.module

Version

1.36 (checked in on 2008/02/17 at 20:50:38 by jpetso)

Description

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)

Functions

Namesort iconDescription
commitlog_account_trackerPage callback for the 'track code' tab on the user page.
commitlog_account_usernameReturn a the username of a VCS account.
commitlog_branches_pagePage callback for the 'commitlog/branches' menu path.
commitlog_branch_or_tag_operation
commitlog_commit
commitlog_commits_pagePage callback for the 'commitlog' menu path.
commitlog_commits_rssPage callback for the 'commitlog/feed' menu path.
commitlog_form_alterImplementation 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_operationsReturn an array of branch operations, resulting from a versioncontrol_get_branch_operations() call. Paging is also used by emulating pager_query().
commitlog_get_paged_commitsReturn an array of commits, resulting from a versioncontrol_get_commits() call. Paging is also used by emulating pager_query().
commitlog_get_paged_tag_operationsReturn an array of tag operations, resulting from a versioncontrol_get_tag_operations() call. Paging is also used by emulating pager_query().
commitlog_menuImplementation of hook_menu().
commitlog_permImplementation of hook_perm().
commitlog_send_branch_or_tag_mailSend out a branch or tag notification mail to the given mail address.
commitlog_send_commit_mailSend out a commit notification mail to the given mail address.
commitlog_settings_submitSubmit handler for the settings form.
commitlog_settings_validateValidation handler for the settings form: Make sure that the pager limit is a positive number.
commitlog_tags_pagePage callback for the 'commitlog/tags' menu path.
commitlog_versioncontrol_branch_operationImplementation of hook_versioncontrol_branch_operation(): If enabled, send out a notification mail to the VCS admin.
commitlog_versioncontrol_commitImplementation of hook_versioncontrol_commit(): If enabled, send out a notification mail to the VCS admin.
commitlog_versioncontrol_tag_operationImplementation of hook_versioncontrol_tag_operation(): If enabled, send out a notification mail to the VCS admin.
theme_commitlog_branches_tags_pageReturn 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_pageReturn 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_requestCheck the $_REQUEST variable if it contains elements that can't be processed in the current Drupal configuration.
_commitlog_dateReturn 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_constraintsRetrieve the branch or tag constraints for the page display by dissecting the $_REQUEST variable.
_commitlog_get_commit_constraintsRetrieve the commit constraints for the page display by dissecting the $_REQUEST variable.