MantisBT
[ class tree: MantisBT ] [ index: MantisBT ] [ all elements ]

Procedural File: bug_actiongroup_attach_tags_inc.php

Source Location: /bug_actiongroup_attach_tags_inc.php



Page Details:



Tags:

copyright:  Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net
copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
link:  http://www.mantisbt.org


Includes:

require_once(tag_api.php) [line 27]
Requires Tag API







action_attach_tags_print_fields [line 42]

void action_attach_tags_print_fields( )

Prints the table and form for the Attach Tags group action page.



[ Top ]



action_attach_tags_print_title [line 32]

void action_attach_tags_print_title( )

Prints the title for the custom action page.



[ Top ]



action_attach_tags_process [line 107]

boolean action_attach_tags_process( integer $p_bug_id)

Attaches all the tags to each bug in the group action.



Tags:

return:  True if all tags attach properly


Parameters

integer   $p_bug_id   Bug ID
[ Top ]



action_attach_tags_validate [line 56]

boolean action_attach_tags_validate( integer $p_bug_id)

Validates the Attach Tags group action.

Gets called for every bug, but performs the real tag validation only the first time. Any invalid tags will be skipped, as there is no simple or clean method of presenting these errors to the user.




Tags:

return:  True


Parameters

integer   $p_bug_id   Bug ID
[ Top ]



Documentation generated on Sun, 12 Dec 2010 23:50:08 +0900 by phpDocumentor 1.4.3
inserted by FC2 system