[ Index ]
 

Code source de Mantis 1.1.0rc3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/core/ -> bug_group_action_api.php (sommaire)

(pas de description)

Poids: 154 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 8 fonctions

  bug_group_action_print_top()
  bug_group_action_print_bottom()
  bug_group_action_print_bug_list()
  bug_group_action_print_hidden_fields()
  bug_group_action_print_action_fields()
  bug_group_action_print_title()
  bug_group_action_validate()
  bug_group_action_process()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

bug_group_action_print_top()   X-Ref
Print the top part for the bug action group page.


bug_group_action_print_bottom()   X-Ref
Print the bottom part for the bug action group page.


bug_group_action_print_bug_list( $p_bug_ids_array )   X-Ref
Print the list of selected issues and the legend for the status colors.

param: $p_bug_ids_array   An array of issue ids.

bug_group_action_print_hidden_fields( $p_bug_ids_array )   X-Ref
Print the array of issue ids via hidden fields in the form to be passed on to
the bug action group action page.

param: $p_bug_ids_array   An array of issue ids.

bug_group_action_print_action_fields( $p_action )   X-Ref
Prints the list of fields in the custom action form.  These are the user inputs
and the submit button.  This ends up calling action_<action>_print_fields()
from bug_actiongroup_<action>_inc.php

param: $p_action   The custom action name without the "EXT_" prefix.

bug_group_action_print_title( $p_action )   X-Ref
Prints some title text for the custom action page.  This ends up calling
action_<action>_print_title() from bug_actiongroup_<action>_inc.php

param: $p_action   The custom action name without the "EXT_" prefix.

bug_group_action_validate( $p_action, $p_bug_id )   X-Ref
Validates the combination of an action and a bug.  This ends up calling
action_<action>_validate() from bug_actiongroup_<action>_inc.php

returns: true      Action can be applied.
returns: array( bug_id => reason for failure to validate )             
param: $p_action   The custom action name without the "EXT_" prefix.
param: $p_bug_id   The id of the bug to validate the action on.

bug_group_action_process( $p_action, $p_bug_id )   X-Ref
Executes an action on a bug.  This ends up calling
action_<action>_process() from bug_actiongroup_<action>_inc.php

returns: true      Action can be applied.
returns: array( bug_id => reason for failure to process )             
param: $p_action   The custom action name without the "EXT_" prefix.
param: $p_bug_id   The id of the bug to validate the action on.



Généré le : Thu Nov 29 09:42:17 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics