User: sits    
  Date: 06/06/15 00:12:38

  Modified:    html     codestriker.js
               template/en/default createtopic.html.tmpl
                        viewtopicproperties.html.tmpl
  Log:
  Increase the Cc and Reviewer fields to be 1024 in maxlength, rather
  than 150.  Giuseppe indicated that he was hitting the old maximum
  with 5 reviewers.
  
  
  
  Index: codestriker.js
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/html/codestriker.js,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- codestriker.js    7 Jun 2006 00:35:01 -0000       1.15
  +++ codestriker.js    15 Jun 2006 07:12:37 -0000      1.16
  @@ -201,7 +201,7 @@
               '(add other reviewers)</a></font> </td>' +
               '<td>' +
            '<input type="text" name="comment_cc" size="25" ' +
  -                    'maxlength="150"></td>\n' +
  +                    'maxlength="1024"></td>\n' +
               '<td><input type="submit" name="submit" value="Submit"></td>' +
               '</tr></table></form></body></html>\n';
   
  
  
  
  
  
  Index: createtopic.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/createtopic.html.tmpl,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- createtopic.html.tmpl     19 May 2006 00:40:16 -0000      1.46
  +++ createtopic.html.tmpl     15 Jun 2006 07:12:38 -0000      1.47
  @@ -246,7 +246,7 @@
   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="[% reviewers | 
html_entity %]" SIZE=50 MAXLENGTH=150 /></TD>
  + <TD COLSPAN="3"><INPUT TYPE="text" NAME="reviewers" VALUE="[% reviewers | 
html_entity %]" SIZE=50 MAXLENGTH=1024 /></TD>
   </TR>
   
   [%# The Cc input field #%]
  @@ -258,7 +258,7 @@
   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="[% cc | html_entity %]" 
SIZE=50 MAXLENGTH=150 /></TD>
  + <TD COLSPAN="3"><INPUT TYPE="text" NAME="cc" VALUE="[% cc | html_entity %]" 
SIZE=50 MAXLENGTH=1024 /></TD>
   </TR>
   </TABLE>
   
  
  
  
  
  
  Index: viewtopicproperties.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewtopicproperties.html.tmpl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- viewtopicproperties.html.tmpl     19 Jun 2005 11:26:52 -0000      1.20
  +++ viewtopicproperties.html.tmpl     15 Jun 2006 07:12:38 -0000      1.21
  @@ -95,7 +95,7 @@
     <td>Reviewers:</td>
     <td>
       <input type="text" name="reviewers" value="[% reviewers | html_entity %]"
  -           size="50" maxlength="150"
  +           size="50" maxlength="1024"
           [%# Check to see if the topic is open or not #%]
           [% IF antispam_email || topic_readonly != 0 %]readonly[% END %] />
     </td>
  @@ -105,7 +105,7 @@
     <td>Cc:</td>
     <td>
       <input type="text" name="cc" value="[% cc | html_entity %]" 
  -           size="50" maxlength="150"
  +           size="50" maxlength="1024"
           [%# Check to see if the topic is open or not #%]
           [% IF antispam_email || topic_readonly != 0 %]readonly[% END %] />
     </td>
  
  
  


_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to