5.7.208. Bugzilla::Extension::Releases::Util

5.7.208.1. NAME

Bugzilla::Extension::Releases::Util - Generic utility functions for bugzilla release support.

5.7.208.2. SYNOPSIS

use Bugzilla::Extension::Releases::Util;

# Function for logging all release activity
log_activity($activity_data);

# Function for retrieving release activity for a release type
get_activity($params_data);

5.7.208.3. DESCRIPTION

This package contains various utility functions which do not belong anywhere else.

It is not intended as a general dumping group for something which people feel might be useful somewhere, someday. Do not add methods to this package unless it is intended to be used for a significant number of files, and it does not belong anywhere else.

5.7.208.4. FUNCTIONS

  • log_activity
  • Description
Log component activity to show the edit history
  • Params
  • Returns
None
  • get_activity
  • Description
Return list of changes made to this release
  • Params
  • Returns
None

5.7.208.5. SEE ALSO

Bugzilla


This documentation undoubtedly has bugs; if you find some, please file them here.