Topic Text   Topic Comments (3)   Topic Properties   Topic Information sits@use...
Topic title: CVS commit: * If there was an error creating a topic, the... Monday January 16, 2006 01:51:14

Download topic text | View in variable-width font | Tab width set to 4 (change to 8)

Files in topic: (view all files)  
codestriker/CHANGELOG  1.179   {+5,-0}
codestriker/lib/Codestriker/Action/SubmitNewTopic.pm  1.21   {+2,-1}

[Add General Comment] to topic.

File codestriker/lib/Codestriker/Action/SubmitNewTopic.pm (Revision 1.21) [Add File Comment] [<<] [Top]
 
Line 102 | Parallel Line 102 | Parallel
102 $error_vars->{'topic_title'} = $topic_title; 102 $error_vars->{'topic_title'} = $topic_title;
103 $error_vars->{'bug_ids'} = $bug_ids; 103 $error_vars->{'bug_ids'} = $bug_ids;
104 $error_vars->{'default_repository'} = $repository_name; 104 $error_vars->{'default_repository'} = $repository_name;
105 $error_vars->{'repositories'} = \@Codestriker::valid_repositories; 105 $error_vars->{'repositories'} = \@Codestriker::valid_repository_names;
106 $error_vars->{'start_tag'} = $start_tag; 106 $error_vars->{'start_tag'} = $start_tag;
107 $error_vars->{'end_tag'} = $end_tag; 107 $error_vars->{'end_tag'} = $end_tag;
108 $error_vars->{'module'} = $module; 108 $error_vars->{'module'} = $module;
109 $error_vars->{'obsoletes'} = $obsoletes; 109 $error_vars->{'obsoletes'} = $obsoletes;
110 $error_vars->{'default_to_head'} = $default_to_head; 110 $error_vars->{'default_to_head'} = $default_to_head;
111 $error_vars->{'default_projectid'} = $projectid;
111 112
112 my $repository = undef; 113 my $repository = undef;
113 my $repository_url = undef; 114 my $repository_url = undef;
 
File codestriker/lib/Codestriker/Action/SubmitNewTopic.pm (Revision 1.21) [Add File Comment] [<<] [Top]
  
Legend:
Removed 
Changed
 Added

[Add General Comment] to topic.