User: sits    
  Date: 06/08/10 04:29:06

  Modified:    lib      Codestriker.pm
               template/en/default createproject.html.tmpl
                        createtopic.html.tmpl editcomment.html.tmpl
                        editproject.html.tmpl listprojects.html.tmpl
                        listtopics.html.tmpl metricsreport.html.tmpl
                        search.html.tmpl viewtopic.html.tmpl
                        viewtopiccomments.html.tmpl viewtopicinfo.html.tmpl
                        viewtopicproperties.html.tmpl
  Log:
  Update help links and set version number to 1.9.2
  
  
  
  Index: Codestriker.pm
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker.pm,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- Codestriker.pm    21 Jul 2006 06:25:28 -0000      1.96
  +++ Codestriker.pm    10 Aug 2006 11:29:04 -0000      1.97
  @@ -31,7 +31,7 @@
              );
   
   # Version of Codestriker.
  -$Codestriker::VERSION = "1.9.2-rc3";
  +$Codestriker::VERSION = "1.9.2";
   
   # Default title to display on each Codestriker screen.
   $Codestriker::title = "Codestriker $Codestriker::VERSION";
  
  
  
  
  
  Index: createproject.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/createproject.html.tmpl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- createproject.html.tmpl   21 Jun 2006 06:00:53 -0000      1.22
  +++ createproject.html.tmpl   10 Aug 2006 11:29:04 -0000      1.23
  @@ -1,7 +1,7 @@
   [%# Screen for the create project form. #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1
  -                            closehead = 1 help = "x367.html" %]
  +                            closehead = 1 help = "x370.html" %]
   
   [%# Display any "feedback" to the user if necessary. #%]
   [% IF feedback != '' %]
  
  
  
  
  
  Index: createtopic.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/createtopic.html.tmpl,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- createtopic.html.tmpl     7 Aug 2006 01:54:17 -0000       1.50
  +++ createtopic.html.tmpl     10 Aug 2006 11:29:04 -0000      1.51
  @@ -1,7 +1,7 @@
   [%# Screen for the create topic form. #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1 
  -                            closehead = 1 help = "x391.html" %]
  +                            closehead = 1 help = "x394.html" %]
   
   [%# Display any "feedback" to the user if necessary. #%]
   [% IF feedback != '' %]
  
  
  
  
  
  Index: editcomment.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/editcomment.html.tmpl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- editcomment.html.tmpl     21 Jun 2006 06:00:55 -0000      1.22
  +++ editcomment.html.tmpl     10 Aug 2006 11:29:04 -0000      1.23
  @@ -118,7 +118,7 @@
   
   [%# Screen for the add comment form. #%]
   
  -[% PROCESS header.html.tmpl displaymenu = 0 version = version help = 
"x501.html#ADD-COMMENT" %]
  +[% PROCESS header.html.tmpl displaymenu = 0 version = version help = 
"x504.html#ADD-COMMENT" %]
   
   <table border="0" cellpadding="5" cellspacing="0" width="100%">
   <tr class="tlh">
  
  
  
  
  
  Index: editproject.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/editproject.html.tmpl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- editproject.html.tmpl     21 Jun 2006 06:00:55 -0000      1.23
  +++ editproject.html.tmpl     10 Aug 2006 11:29:05 -0000      1.24
  @@ -1,7 +1,7 @@
   [%# Screen for the edit project form. #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1 
  -                            closehead = 1 help = "x367.html" %]
  +                            closehead = 1 help = "x370.html" %]
   
   
   <script language="JavaScript">
  
  
  
  
  
  Index: listprojects.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/listprojects.html.tmpl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- listprojects.html.tmpl    21 Jun 2006 06:00:55 -0000      1.21
  +++ listprojects.html.tmpl    10 Aug 2006 11:29:05 -0000      1.22
  @@ -1,7 +1,7 @@
   [%# Display a list of projects #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1 
  -                            closehead = 1 help = "x367.html" %]
  +                            closehead = 1 help = "x370.html" %]
   
   [%# Display any "feedback" to the user if necessary. #%]
   [% IF feedback != '' %]
  
  
  
  
  
  Index: listtopics.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/listtopics.html.tmpl,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- listtopics.html.tmpl      21 Jun 2006 06:00:55 -0000      1.37
  +++ listtopics.html.tmpl      10 Aug 2006 11:29:05 -0000      1.38
  @@ -1,7 +1,7 @@
   [%# Screen for show a list of topics. #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1 
  -                            closehead = 1 help = "x336.html" %]
  +                            closehead = 1 help = "x339.html" %]
   
   [%# Display any "feedback" to the user if necessary. #%]
   [% IF feedback != '' %]
  
  
  
  
  
  Index: metricsreport.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/metricsreport.html.tmpl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- metricsreport.html.tmpl   21 Jun 2006 06:00:55 -0000      1.16
  +++ metricsreport.html.tmpl   10 Aug 2006 11:29:05 -0000      1.17
  @@ -1,7 +1,7 @@
   [%# Screen for the metrics report. #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1 
  -                            closehead = 1 help ="x689.html"  %]
  +                            closehead = 1 help ="x692.html"  %]
   
   <!-- "" -->
   
  
  
  
  
  
  Index: search.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/search.html.tmpl,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- search.html.tmpl  21 Jun 2006 06:00:55 -0000      1.32
  +++ search.html.tmpl  10 Aug 2006 11:29:05 -0000      1.33
  @@ -1,7 +1,7 @@
   [%# Screen for search topics. #%]
   
   [% PROCESS header.html.tmpl version = version displaymenu = 1 
  -                            closehead = 1 help = "x653.html" %]
  +                            closehead = 1 help = "x656.html" %]
   
   <H1>Topic search</H1>
   
  
  
  
  
  
  Index: viewtopic.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewtopic.html.tmpl,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- viewtopic.html.tmpl       21 Jun 2006 06:00:55 -0000      1.36
  +++ viewtopic.html.tmpl       10 Aug 2006 11:29:05 -0000      1.37
  @@ -8,7 +8,7 @@
       customised. #%]
   
   [% PROCESS viewtopicheader.html.tmpl version = version 
  -   help = "x501.html#VIEW-TOPIC" topicview = 1 topicproperties = 0
  +   help = "x504.html#VIEW-TOPIC" topicview = 1 topicproperties = 0
      topiccomments = 0 topicinfo = 0 closehead = 0 %]
   
   <p>
  
  
  
  
  
  Index: viewtopiccomments.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewtopiccomments.html.tmpl,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- viewtopiccomments.html.tmpl       21 Jun 2006 06:00:55 -0000      1.26
  +++ viewtopiccomments.html.tmpl       10 Aug 2006 11:29:05 -0000      1.27
  @@ -4,7 +4,7 @@
   [% USE FormatWhitespace tabwidth = tabwidth %]
   
   [% PROCESS viewtopicheader.html.tmpl version = version
  -   help = "x599.html" topicview = 0 topicproperties = 0 topiccomments = 1
  +   help = "x602.html" topicview = 0 topicproperties = 0 topiccomments = 1
      topicinfo = 0 closehead = 1 %]
   
   <SCRIPT type="text/javascript">
  
  
  
  
  
  Index: viewtopicinfo.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewtopicinfo.html.tmpl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- viewtopicinfo.html.tmpl   21 Jun 2006 06:00:55 -0000      1.22
  +++ viewtopicinfo.html.tmpl   10 Aug 2006 11:29:05 -0000      1.23
  @@ -4,7 +4,7 @@
   
   [% PROCESS viewtopicheader.html.tmpl version = version topicview = 0
      topicproperties = 0 topiccomments = 0 topicinfo = 1 closehead = 1
  -   help = "x634.html" %]
  +   help = "x637.html" %]
    
   [%# Create a form to allow the topic's metrics to be changed #%]
   [% SET metric_input_exists = 0 %]
  
  
  
  
  
  Index: viewtopicproperties.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewtopicproperties.html.tmpl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- viewtopicproperties.html.tmpl     21 Jun 2006 06:00:55 -0000      1.23
  +++ viewtopicproperties.html.tmpl     10 Aug 2006 11:29:05 -0000      1.24
  @@ -5,7 +5,7 @@
   
   [% PROCESS viewtopicheader.html.tmpl version = version topicview = 0
      topiccomments = 0 topicinfo = 0 topicproperties = 1 closehead = 1
  -   help = "x621.html" %]
  +   help = "x624.html" %]
   
   <script type="text/javascript">
   <!--
  
  
  

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to