Created Codestriker topic at:
  
http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=7371457&action=view

  User: sits    
  Date: 06/01/16 01:51:12

  Modified:    .        CHANGELOG
               lib/Codestriker/Action SubmitNewTopic.pm
  Log:
  * If there was an error creating a topic, the selected project name
    was not retained when the create topic screen was redisplayed.  This
    has now been fixed.
    Submitted by Edwin Fine <[EMAIL PROTECTED]>.
  
  
  
  Index: CHANGELOG
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
  retrieving revision 1.179
  retrieving revision 1.180
  diff -u -r1.179 -r1.180
  --- CHANGELOG 15 Jan 2006 21:19:59 -0000      1.179
  +++ CHANGELOG 16 Jan 2006 09:51:11 -0000      1.180
  @@ -11,6 +11,11 @@
     URL.  See the codestriker.conf file for more information.
     Submitted by Edwin Fine <[EMAIL PROTECTED]>.
   
  +* If there was an error creating a topic, the selected project name
  +  was not retained when the create topic screen was redisplayed.  This
  +  has now been fixed.
  +  Submitted by Edwin Fine <[EMAIL PROTECTED]>.
  +
   * Fixed problem with Subversion repositories on Win32, where
     Codestriker was unable to launch the svn program.
   
  
  
  
  
  
  Index: SubmitNewTopic.pm
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/lib/Codestriker/Action/SubmitNewTopic.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- SubmitNewTopic.pm 15 Jan 2006 21:20:05 -0000      1.21
  +++ SubmitNewTopic.pm 16 Jan 2006 09:51:12 -0000      1.22
  @@ -102,12 +102,13 @@
       $error_vars->{'topic_title'} = $topic_title;
       $error_vars->{'bug_ids'} = $bug_ids;
       $error_vars->{'default_repository'} = $repository_name;
  -    $error_vars->{'repositories'} = [EMAIL PROTECTED]::valid_repositories;
  +    $error_vars->{'repositories'} = [EMAIL 
PROTECTED]::valid_repository_names;
       $error_vars->{'start_tag'} = $start_tag;
       $error_vars->{'end_tag'} = $end_tag;
       $error_vars->{'module'} = $module;
       $error_vars->{'obsoletes'} = $obsoletes;
       $error_vars->{'default_to_head'} = $default_to_head;
  +    $error_vars->{'default_projectid'} = $projectid;
   
       my $repository = undef;
       my $repository_url = undef;
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to