Re: [Codestriker-user] Codestriker-user Digest, Vol 8, Issue 3
Brought to you by:
sits
|
From: Ben B. <Ben...@Su...> - 2007-03-06 19:59:26
|
Likewise to Igor, I found that moving down to Template-2.07c fixed my issue with urls. Thanks! b. cod...@li... wrote: > Send Codestriker-user mailing list submissions to > cod...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/codestriker-user > or, via email, send a message with subject or body 'help' to > cod...@li... > > You can reach the person managing the list at > cod...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Codestriker-user digest..." > > ------------------------------------------------------------------------ > > Today's Topics: > > 1. Re: Codestriker hyperlink problems (David Sitsky) > 2. Re: Invalid links in the page header (Igor Litmanovich) > 3. Re: Invalid links in the page header (Igor Litmanovich) > 4. problem with encoded urls? (Ben Baron) > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------ > > Subject: > Re: [Codestriker-user] Codestriker hyperlink problems > From: > David Sitsky <si...@us...> > Date: > Tue, 06 Mar 2007 08:53:11 +1100 > To: > Bela Gangal <Bel...@Su...> > > To: > Bela Gangal <Bel...@Su...> > CC: > cod...@li... > > > Hi Bela, > > That's interesting... I am sure this is happening because the uri > plugin has changed its behaviour with the new version of the template > toolkit. > > When I get some spare time (which I have little of these days), I'll > have to check this out. > > Cheers, > David > > Bela Gangal wrote: >> Hi David, >> >> This solution works! >> Template version as reported by install.pl is 2.18. >> >> Thanks very much! >> Bela >> >> >> David Sitsky wrote: >> >>> Hi Bela, >>> >>> Its interesting somebody emailed with an almost identical bug >>> report. I am highly suspicious that the uri plugin has changed in >>> the template toolkit. >>> >>> Go to template/en/default/listtopics.html.tmpl >>> >>> You will see a lot of text such as: >>> >>> | uri | html_entity >>> >>> Modify all versions to be just: >>> >>> | html_entity >>> >>> Restart apache, and see if that fixes the issue. I think certain >>> version of the template toolkit have this buggy uri plugin. What >>> version of the template toolkit was reported from install.pl? >>> >>> Cheers, >>> David >>> >>> Bela Gangal wrote: >>> >>>> Hello, >>>> >>>> I'm using Solaris 10 and Apache2 and have installed >>>> codestriker-1.9.2 (in var/www/codestriker directory). The >>>> installation procedure went on well with the required Perl modules. >>>> When I start the Apache server and hit the codestriker URL -- >>>> http://<server name/codestriker/codestriker.pl, I can see the >>>> output of codestriker.pl but the individual hyperlinks on this page >>>> are taking the following form -- >>>> >>>> For example, the link "Administer Projects" is hyperlinked to -- >>>> http://<server name>/codestriker/http://<server >>>> name>/codestriker/codestriker.pl/action=list_projects >>>> >>>> and the "Search" text is hyperlinked to -- >>>> http://<server name>/codestriker/http://<server >>>> name>/codestriker/codestriker.pl?action=search >>>> >>>> I've checked that my httpd.conf and codestriker.conf files are >>>> having the configuration as mentioned in codestriker guide. Mostly >>>> I'm very comfortable to install the softwares per the guidelines >>>> given and can deal with reasonable amount of deviations well. But >>>> right now I'm stuck and don't understand what is mising here. I've >>>> searched codestriker archive for help but didn't find on this >>>> topic. Please help me. >>>> >>>> Asnippet of httpd.conf file is given below -- >>>> >>>> DocumentRoot "/usr/local/apache2/htdocs" >>>> >>>> Alias /codestriker/ /var/www/codestriker/codestriker-1.9.2/cgi-bin/ >>>> Alias /codestrikerhtml/ /var/www/codestriker/codestriker-1.9.2/html/ >>>> >>>> <Directory "/var/www/codestriker/codestriker-1.9.2/cgi-bin/"> >>>> AllowOverride None >>>> Options ExecCGI >>>> Order allow,deny >>>> Allow from all >>>> SetHandler cgi-script >>>> </Directory> >>>> >>>> <Directory "/var/www/codestriker/codestriker-1.9.2/html/"> >>>> AllowOverride None >>>> Allow from all >>>> </Directory> >>>> >>>> Thanks in advance! >>>> >> > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------ > > Subject: > Re: [Codestriker-user] Invalid links in the page header > From: > Igor Litmanovich <igo...@te...> > Date: > Tue, 06 Mar 2007 08:54:54 +0200 > To: > David Sitsky <si...@us...> > > To: > David Sitsky <si...@us...> > CC: > cod...@li... > > > Hi David, > > here is the list of module versions as printed by install.pl: > > Checking for LWP::UserAgent (any) ok: found v2.031 > Checking for CGI (v2.56) ok: found v3.27 > Checking for Net::SMTP (any) ok: found v2.29 > Checking for MIME::QuotedPrint (v2.14) ok: found v3.01 > Checking for DBI (v1.13) ok: found v1.40 > Checking for Template (v2.07) ok: found v2.18 > Checking for HTML::Entities (any) ok: found v1.27 > Checking for File::Temp (any) ok: found v0.14 > Checking for XML::RSS (v1.05) ok: not found, optional > Checking for Encode::Byte (any) ok: found v2.00 > Checking for Encode::Unicode (any) ok: found v2.00 > Checking for Authen::SASL (any) ok: found v2.10 > Checking for DBD::mysql (any) ok: found v2.9004 > Checking for ClearCase::CtCmd (any) ok: found v1.06 > > I substituted all occurences of the string '| uri | html_entity' with '| > html_entity' > in the file listtopics.html.tmpl but unfortunately this didn't help with > the > problem, the links are still as follows: > > http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodestri > ker.pl%3Faction%3Dlist_topics%26sstate%3D0 > > Regards, > Igor. > > -----Original Message----- > From: David Sitsky [mailto:si...@us...] > Sent: Friday, March 02, 2007 8:00 AM > To: Igor Litmanovich > Cc: cod...@li... > Subject: Re: [Codestriker-user] Invalid links in the page header > > > Hi Igor, > > That's strange. This used to occur under IIS for a certain version of > CGI.pm. > > What version of CGI.pm is reported when you run install.pl? > > Try upgrading it to see if this fixes the issue. As root, you can run a > > command something like: > > # perl -MCPAN -e 'install CGI' > > Also - check you apache error logs - there might be something there that > > can help diagnose the issue. > > The other possibility, is I think the uri plugin from the template > toolkit has a bug in it, which is causing this. > > Go to template/en/default/listtopics.html.tmpl > > You will see a lot of text such as: > > | uri | html_entity > > Modify all versions to be just: > > | html_entity > > Restart apache, and see if that fixes the issue. I think certain > version of the template toolkit have this buggy uri plugin. What > version of the template toolkit was reported from install.pl? > > Cheers, > David > > Igor Litmanovich wrote: > >> Hello, >> >> I installed codestriker 1.9.2 on RHEL4 with apache. The start page of >> codestriker >> is opened in the browser, but the links 'List all open topics', >> > 'Create > >> new topic' >> etc. are not correct. >> >> Codestriker is installed on host pcx0177, the starting url is >> http://pcx0177/codestriker/codestriker.pl, >> but the link 'List all open topics' is >> >> http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodest >> riker.pl%3Faction%3Dlist_topics%26sstate%3D0 >> instead of: >> http://pcx0177/codestriker/codestriker.pl?action=list_topics&state=0 >> > > >> <http://pcx0177/codestriker/codestriker.pl?action=list_topics&state=0> >> >> If I put this last address in the browser it works fine. >> >> Any help will be appreciated. >> >> Thanks, >> Igor. >> >> ____________________________________________________ >> NLObP >> Igor Litmanovich, Telrad Networks, ClearCase/Tools >> Phone: 972-73-2467613, Mobile: 052-8287613 >> ESN: 828-7613 ____________________________________________________ >> >> >> >> ---------------------------------------------------------------------- >> -- >> >> ---------------------------------------------------------------------- >> --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> > share your > >> opinions on IT & business topics through brief surveys-and earn cash >> >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > >> ---------------------------------------------------------------------- >> -- >> >> _______________________________________________ >> Codestriker-user mailing list Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codestriker-user >> > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------ > > Subject: > Re: [Codestriker-user] Invalid links in the page header > From: > Igor Litmanovich <igo...@te...> > Date: > Tue, 06 Mar 2007 10:28:25 +0200 > To: > David Sitsky <si...@us...> > > To: > David Sitsky <si...@us...> > CC: > cod...@li... > > > Hi again, > > I downgraded Template-Toolkit to v2.07 and this resolved the problem > of invalid links. > > Thanks, > Igor. > > -----Original Message----- > From: cod...@li... > [mailto:cod...@li...] On Behalf Of > Igor Litmanovich > Sent: Tuesday, March 06, 2007 8:55 AM > To: David Sitsky > Cc: cod...@li... > Subject: Re: [Codestriker-user] Invalid links in the page header > > > Hi David, > > here is the list of module versions as printed by install.pl: > > Checking for LWP::UserAgent (any) ok: found v2.031 > Checking for CGI (v2.56) ok: found v3.27 > Checking for Net::SMTP (any) ok: found v2.29 > Checking for MIME::QuotedPrint (v2.14) ok: found v3.01 > Checking for DBI (v1.13) ok: found v1.40 > Checking for Template (v2.07) ok: found v2.18 > Checking for HTML::Entities (any) ok: found v1.27 > Checking for File::Temp (any) ok: found v0.14 > Checking for XML::RSS (v1.05) ok: not found, optional > Checking for Encode::Byte (any) ok: found v2.00 > Checking for Encode::Unicode (any) ok: found v2.00 > Checking for Authen::SASL (any) ok: found v2.10 > Checking for DBD::mysql (any) ok: found v2.9004 > Checking for ClearCase::CtCmd (any) ok: found v1.06 > > I substituted all occurences of the string '| uri | html_entity' with '| > html_entity' in the file listtopics.html.tmpl but unfortunately this > didn't help with the problem, the links are still as follows: > > http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodestri > ker.pl%3Faction%3Dlist_topics%26sstate%3D0 > > Regards, > Igor. > > -----Original Message----- > From: David Sitsky [mailto:si...@us...] > Sent: Friday, March 02, 2007 8:00 AM > To: Igor Litmanovich > Cc: cod...@li... > Subject: Re: [Codestriker-user] Invalid links in the page header > > > Hi Igor, > > That's strange. This used to occur under IIS for a certain version of > CGI.pm. > > What version of CGI.pm is reported when you run install.pl? > > Try upgrading it to see if this fixes the issue. As root, you can run a > > command something like: > > # perl -MCPAN -e 'install CGI' > > Also - check you apache error logs - there might be something there that > > can help diagnose the issue. > > The other possibility, is I think the uri plugin from the template > toolkit has a bug in it, which is causing this. > > Go to template/en/default/listtopics.html.tmpl > > You will see a lot of text such as: > > | uri | html_entity > > Modify all versions to be just: > > | html_entity > > Restart apache, and see if that fixes the issue. I think certain > version of the template toolkit have this buggy uri plugin. What > version of the template toolkit was reported from install.pl? > > Cheers, > David > > Igor Litmanovich wrote: > >> Hello, >> >> I installed codestriker 1.9.2 on RHEL4 with apache. The start page of >> codestriker is opened in the browser, but the links 'List all open >> topics', >> > 'Create > >> new topic' >> etc. are not correct. >> >> Codestriker is installed on host pcx0177, the starting url is >> http://pcx0177/codestriker/codestriker.pl, >> but the link 'List all open topics' is >> >> http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodest >> riker.pl%3Faction%3Dlist_topics%26sstate%3D0 >> instead of: >> http://pcx0177/codestriker/codestriker.pl?action=list_topics&state=0 >> > > >> <http://pcx0177/codestriker/codestriker.pl?action=list_topics&state=0> >> >> If I put this last address in the browser it works fine. >> >> Any help will be appreciated. >> >> Thanks, >> Igor. >> >> ____________________________________________________ >> NLObP >> Igor Litmanovich, Telrad Networks, ClearCase/Tools >> Phone: 972-73-2467613, Mobile: 052-8287613 >> ESN: 828-7613 ____________________________________________________ >> >> >> >> ---------------------------------------------------------------------- >> -- >> >> ---------------------------------------------------------------------- >> --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> > share your > >> opinions on IT & business topics through brief surveys-and earn cash >> >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > >> ---------------------------------------------------------------------- >> -- >> >> _______________________________________________ >> Codestriker-user mailing list Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codestriker-user >> > > ------------------------------------------------------------------------ > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys-and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > _______________________________________________ > Codestriker-user mailing list Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------ > > Subject: > [Codestriker-user] problem with encoded urls? > From: > Ben Baron <Ben...@Su...> > Date: > Tue, 06 Mar 2007 10:32:54 -0700 > To: > cod...@li... > > To: > cod...@li... > > > I recently installed codestriker-1.9.2 and get the following problem. > The URL generated for a particular link in codestriker doesn't follow > correctly in either IE7 or Firefox 2.002. > For instance: the main codestriker page generates the URLs seen below. > When the browser follows them, I get (in Firefox): > > > Not Found > > The requested URL > /codestriker/codestriker.pl/http://jump/codestriker/codestriker.pl?action=list_topics&sstate=0 > was not found on this server. > > ------------------------------------------------------------------------ > Apache/2.0.55 (Unix) DAV/2 PHP/5.2.0 mod_perl/2.0.3 Perl/v5.8.7 Server > at jump.stortek.com Port 80 > > > > Is this an Apache issue, a Codestriker issue or both? > > Thanks in advance, > ben. > > > > > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> > <head><title>Codestriker: "Create New Topic"</title> > <link rel="stylesheet" type="text/css" > href="http://jump/codestrikerhtml/codestriker.css" /> > <script src="http://jump/codestrikerhtml/overlib.js" > type="text/javascript"></script> > <script src="http://jump/codestrikerhtml/overlib_centerpopup.js" > type="text/javascript"></script> > <script src="http://jump/codestrikerhtml/overlib_draggable.js" > type="text/javascript"></script> > <script src="http://jump/codestrikerhtml/xbdhtml.js" > type="text/javascript"></script> > <script src="http://jump/codestrikerhtml/codestriker.js" > type="text/javascript"></script> > <script type="text/javascript"> > var cs_load_anchor = ''; > var cs_reload = 0; > var cs_email = 'ben...@su...'; > var cs_css = 'http://jump/codestrikerhtml/codestriker.css'; > var cs_xbdhtml_js = 'http://jump/codestrikerhtml/xbdhtml.js'; > var cs_metric_data = new Array(); > cs_metric_data[0] = new Object(); > cs_metric_data[0].name = 'Status'; > cs_metric_data[0].values = new Array(); > cs_metric_data[0].values[0] = 'Submitted'; > cs_metric_data[0].values[1] = 'Invalid'; > cs_metric_data[0].values[2] = 'Completed'; > cs_metric_data[0].default_value = 'Submitted'; > cs_metric_data[1] = new Object(); > cs_metric_data[1].name = 'Level'; > cs_metric_data[1].values = new Array(); > cs_metric_data[1].values[0] = 'Major'; > cs_metric_data[1].values[1] = 'Minor'; > cs_metric_data[2] = new Object(); > cs_metric_data[2].name = 'Mode'; > cs_metric_data[2].values = new Array(); > cs_metric_data[2].values[0] = 'Missing'; > cs_metric_data[2].values[1] = 'Wrong'; > cs_metric_data[2].values[2] = 'Unclear'; > cs_metric_data[2].values[3] = 'Suggestion'; > cs_metric_data[3] = new Object(); > cs_metric_data[3].name = 'Type'; > cs_metric_data[3].values = new Array(); > cs_metric_data[3].values[0] = 'Logic'; > cs_metric_data[3].values[1] = 'Data Handling'; > cs_metric_data[3].values[2] = 'Interface'; > cs_metric_data[3].values[3] = 'Error Handling'; > cs_metric_data[3].values[4] = 'Performance'; > cs_metric_data[3].values[5] = 'Comments'; > cs_metric_data[3].values[6] = 'Standards'; > </script> > > <!-- Source was not sent compressed. --> > </head> > <body link="blue" vlink="purple" bgcolor="#eeeeee" > onLoad="gotoAnchor(cs_load_anchor, cs_reload);"> > > > > <table width="100%" border="0"> > <tr> > <td class="heading"> > <a class="heading" > href="http%3A%2F%2Fjump%2Fcodestriker%2Fcodestriker.pl%3Faction%3Dlist_topics%26amp%3Bsstate%3D0">Codestriker > 1.9.1</a> > </td> > </tr> > > </table> > > <p> > <div class="menu"> > <a > href="http%3A%2F%2Fjump%2Fcodestriker%2Fcodestriker.pl%3Faction%3Dlist_topics%26amp%3Bsstate%3D0">List > all open topics</a> > | <a > href="http%3A%2F%2Fjump%2Fcodestriker%2Fcodestriker.pl%3Faction%3Dcreate">Create > new topic</a> | <a > href="http%3A%2F%2Fjump%2Fcodestriker%2Fcodestriker.pl%3Faction%3Dsearch">Search</a> > | <a href="http%3A%2F%2Fjump%2Fcodestrikerhtml/x381.html">Help</a> > > </div> > > <hr /> > > > > <P> > > <H1>Create new topic</H1> > > <P> > > > > <FORM METHOD="post" ENCTYPE="multipart/form-data"> > <INPUT TYPE="hidden" NAME="action" VALUE="submit_new_topic" /> > > <INPUT TYPE="hidden" NAME="obsoletes" VALUE="" /> > > > Topic title: > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('The topic title should be a concise > but \ > informative summary of the code to be reviewed. The title is used in > the \ > subject of sent emails, and in the topic list screen.');">(?)</a></FONT> > <BR/> > <INPUT TYPE="text" NAME="topic_title" VALUE="" SIZE=70 MAXLENGTH=70 /> > <P> > > > Topic description: > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > The topic description should contain enough information \ > for a reviewer to understand broadly what the code change \ > achieves. This information is sent with the new topic \ > notification email to all reviewers.')">(?)</a></FONT> > <BR/> > <TEXTAREA NAME="topic_description" ROWS=12 COLS=70 > WRAP="hard"></TEXTAREA> > > <P> > > <TABLE> > > <TR> > <TD>Topic text upload: > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > The uploaded file contains the actual text of the review. \ > Typically, the text is the output of a command such as: \ > <p> \ > cvs diff -uN > output.txt \ > <p> or <p> \ > svn diff -uN > output.txt \ > <p> or <p> \ > diff -urN ../old-version/ . > output.txt \ > <p> \ > Non-unidiff files, or ordinary text files can be uploaded, \ > but will be treated simply as \'new files\'. \ > <p> \ > This should be left blank if you are reviewing files \ > directly from a repository.')">(?)</a></FONT> > </TD> > <TD COLSPAN="3"><INPUT TYPE="file" NAME="topic_file" VALUE="" SIZE=40 > MAXLENGTH=200 /></TD> > </TR> > > > <TR> > <TD> > > Start tag: > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > Rather than uploading the topic text, if the repository \ > supports it, the text can be fetched by querying the \ > repository, given start and/or end tags, and a module name. \ > The start tag, end tag, and module fields are ignored if text \ > is uploaded.<p> \ > If only one tag value is specified, the full contents of all \ > files in the specified module corresponding to the entered tag \ > will be downloaded.')">(?)</a></FONT> > </TD> > <TD> > <INPUT TYPE="text" NAME="start_tag" VALUE="" SIZE=20 MAXLENGTH=150 /> > </TD> > <TD>End tag: <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > Rather than uploading the topic text, if the repository \ > supports it, the text can be fetched by querying the \ > repository, given start and/or end tags, and a module name. \ > The start tag, end tag, and module fields are ignored if text \ > is uploaded. <p> \ > If only one tag value is specified, the full contents of all \ > files in the specified module corresponding to the entered tag \ > will be downloaded.')">(?)</A></FONT></TD> > <TD> > <INPUT TYPE="text" NAME="end_tag" VALUE="" SIZE=20 MAXLENGTH=150 /> > </TD> > </TR> > <TR> > <TD> </TD><TD> </TD> > <TD> > > Module: > <FONT SIZE="-2"><A HREF="javascript:void(0);" > onmouseover="return create_window('\ > This is the path to the file or module relative to the repository \ > root that should be inspected. It is ignored if text is > uploaded.')">(?)</a></FONT> > </TD> > <TD> > <INPUT TYPE="text" NAME="module" VALUE="" SIZE=20 MAXLENGTH=150 /> > </TD> > </TR> > > <TR> > <TD> </TD><TD> </TD> > > <TD>Default to HEAD: > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > Fall back to HEAD revision if a file does not exist on either tag. \ > This will allow diffs between a branch and the HEAD revision, without \ > showing files not on the branch as deleted. \ > This option affects only CVS topics currently.')">(?)</A></FONT> > > </TD> > <TD COLSPAN="3"><INPUT TYPE="checkbox" NAME="default_to_head" /></TD> > </TR> > > > > <TR> > <TD>Repository: > <FONT SIZE="-2"><A HREF="javascript:void(0);" > onmouseover="return create_window('\ > The SCM system (eg CVS, Subversion, ClearCase) \ > which the topic text was prepared against. If \ > this is correctly set, this provides the \ > ability to view the entire contents of a file \ > with and/or without a proposed change, which \ > an aid in the reviewing process.')">(?)</a></FONT> > </TD> > <TD COLSPAN="3"><SELECT NAME="repository"> > <OPTION VALUE="/home/sits/cvs">/home/sits/cvs</OPTION> > > <OPTION > VALUE="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi > /cvsroot">http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi > /cvsroot</OPTION> > <OPTION > VALUE="svn:http://svn.collab.net/repos/svn/trunk">svn:http://svn.collab.net/repos/svn/trunk</OPTION> > > <OPTION > VALUE="svn:http://svn.collab.net/repos/svn/trunk;username;password">svn:http://svn.collab.net/repos/svn/trunk;username;password</OPTION> > > <OPTION > VALUE=":pserver:sits:pas...@cv...:/cvsroot">:pserver:sits:pas...@cv...:/cvsroot</OPTION> > > <OPTION > VALUE=":pserver;proxy=abc.com;proxyport=8080:sits:pw...@cv...">:pserver;proxy=abc.com;proxyport=8080:sits:pw...@cv...</OPTION> > > <OPTION > VALUE=":pserver:anonymous:@cvs.sourceforge.net:/cvsroot">:pserver:anonymous:@cvs.sourceforge.net:/cvsroot</OPTION> > > > <OPTION > VALUE=":ext:sits@localhost:/home/sits/cvs">:ext:sits@localhost:/home/sits/cvs</OPTION> > > <OPTION VALUE="vss:admin;password">vss:admin;password</OPTION> > <OPTION VALUE="vss:c:\Program Files\Microsoft Visual > Studio\VSS;admin;password">vss:c:\Program Files\Microsoft Visual > Studio\VSS;admin;password</OPTION> > <OPTION > VALUE="vss:\\VisualSourceSafeMachineName\SharedRepositoryPath;admin;password">vss:\\VisualSourceSafeMachineName\SharedRepositoryPath;admin;password</OPTION> > > <OPTION VALUE=":local:c:\cvsrep">:local:c:\cvsrep</OPTION> > <OPTION VALUE="c:/cvsrep2">c:/cvsrep2</OPTION> > > <OPTION > VALUE="perforce:sits:password@localhost:1666">perforce:sits:password@localhost:1666</OPTION> > > <OPTION > VALUE="perforce:sits@localhost:1666">perforce:sits@localhost:1666</OPTION> > > <OPTION > VALUE="clearcase:c:\stuff\view_name\vob_name">clearcase:c:\stuff\view_name\vob_name</OPTION> > > </SELECT> > </TD> > </TR> > > > > <TR> > <TD>Project: > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > Topics are associated with a specific project, which can be \ > used as filtering criteria in the search screen.')">(?)</a></FONT> > </TD> > <TD COLSPAN="3"><SELECT NAME="projectid"> > <OPTION SELECTED VALUE="1">Default project</OPTION> > </SELECT> > </TD> > </TR> > > > > <TR> > <TD>Your email address: > <FONT SIZE="-2"><A HREF="javascript:void(0);" > onmouseover="return create_window('\ > This is your email address. All comments made against a topic \ > will be sent to this address. The new topic notification email \ > will also be sent to this address.')">(?)</a></FONT> > </TD> > <TD COLSPAN="3"><INPUT TYPE="text" NAME="email" > VALUE="ben...@su..." SIZE=50 MAXLENGTH=80 /></TD> > </TR> > > > <TR> > <TD>Reviewers: > > <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > This is a comma separated list of email addresses, which are the \ > people who need to review this code. When the topic is created, \ > the new topic notification email will be sent to these > addresses.')">(?)</a></FONT> > </TD> > <TD COLSPAN="3"><INPUT TYPE="text" NAME="reviewers" VALUE="able, > baker, charlie" SIZE=50 MAXLENGTH=150 /></TD> > </TR> > > > <TR> > <TD>Cc: <FONT SIZE="-2"><a href="javascript:void(0);" > onmouseover="return create_window('\ > This is a comma separated list of email addresses, which are \ > not intended to be reviewers, but typically a mailing list \ > to notify a number of people about the creation of a new > topic.')">(?)</a></FONT> > </TD> > <TD COLSPAN="3"><INPUT TYPE="text" NAME="cc" VALUE="" SIZE=50 > MAXLENGTH=150 /></TD> > </TR> > > </TABLE> > > <P> > <INPUT TYPE="submit" NAME=".submit" VALUE="Create Topic" /> > > </FORM> > > > </BODY> > </HTML> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------------------------------------------------ > > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > |