User: sits    
  Date: 08/08/31 05:02:12

  Modified:    html     codestriker.js
               template/en/default search.html.tmpl createtopic.html.tmpl
               .        CHANGELOG
  Log:
  * Help popup text windows on the create topic and search screens
    disappear automatically when the cursor is moved off the (?) link.
  
  
  
  Index: codestriker.js
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/html/codestriker.js,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- codestriker.js    29 Aug 2008 10:49:00 -0000      1.17
  +++ codestriker.js    31 Aug 2008 12:02:12 -0000      1.18
  @@ -344,9 +344,7 @@
   // window with a close link.
   function create_window(text)
   {
  -    var html = '<a href="javascript:hideElt(getElt(\'overDiv\')); 
void(0);">' +
  -               'Close</a><p>' + text;
  -    overlib(html, STICKY, DRAGGABLE, ALTCUT, CENTERPOPUP);
  +    overlib(text, DRAGGABLE, ALTCUT, CENTERPOPUP);
   }
   
   // Function for posting to Codestriker using the XMLHttpRequest object.
  
  
  
  
  
  Index: search.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/search.html.tmpl,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- search.html.tmpl  31 Aug 2008 11:45:04 -0000      1.37
  +++ search.html.tmpl  31 Aug 2008 12:02:12 -0000      1.38
  @@ -12,6 +12,7 @@
   [%# The author input field #%]
   <TR>
    <TD>Author: <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Constrain the search on topic author, which may be wildcarded \
   as joe* or joe*company*.')">(?)</a></FONT></TD>
  @@ -21,6 +22,7 @@
   [%# The reviewer input field #%]
   <TR>
    <TD>Reviewer: <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();" 
   onmouseover="return create_window('\
   Constrain the search on topic reviewer, which may be wildcarded \
   as paul* or paul*company*.')">(?)</a></FONT></TD>
  @@ -30,6 +32,7 @@
   [%# The Cc input field #%]
   <TR>
    <TD>Cc: <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Constrain the search on topic CC, which may be wildcarded \
   as group* or group*company*.')">(?)</a></FONT></TD>
  @@ -40,6 +43,7 @@
   [% IF bugdb_enabled != 0 %]
   <TR>
    <TD>Bug ID: <FONT SIZE="-2"><A HREF="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Constrain the search on the topic bugid.  This field \
   cannot be wildcarded.')">(?)</a></FONT>
  @@ -51,6 +55,7 @@
   [%# The state multi-select #%]
   <TR>
    <TD>State: <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Constrain the search on the topic\'s state.  Multiple \
   fields can be selected here by holding down the control \
  @@ -71,6 +76,7 @@
   [%# The project multi-select #%]
   <TR>
    <TD>Project: <FONT SIZE="-2"><a href="javascript:void(0)"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Constrain the search on topic project membership. \
   Multiple fields can be selected here by holding down the \
  @@ -91,6 +97,7 @@
   [%# The contains text input field and checkbox #%]
   <TR>
    <TD>Contains text: <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Constrain the search on text contained in the title, description, \
   comment, body and filename topic attributes.  Text can be 
wildcarded.')">(?)</a></FONT></TD>
  
  
  
  
  
  Index: createtopic.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/createtopic.html.tmpl,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- createtopic.html.tmpl     29 Aug 2008 10:49:00 -0000      1.57
  +++ createtopic.html.tmpl     31 Aug 2008 12:02:12 -0000      1.58
  @@ -27,6 +27,7 @@
   [%# The topic title input field #%]
   Topic title:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   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>
  @@ -37,6 +38,7 @@
   [%# The topic description input field #%]
   Topic description:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   The topic description should contain enough information \
   for a reviewer to understand broadly what the code change \
  @@ -61,6 +63,7 @@
   <TR>
    <TD>Topic text upload:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   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: \
  @@ -86,6 +89,7 @@
    <TD>
   Start tag:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Rather than uploading the topic text, if the repository \
   supports it, the text can be fetched by querying the \
  @@ -100,6 +104,7 @@
   <INPUT TYPE="text" NAME="start_tag" VALUE="[% start_tag | html_entity %]" 
SIZE=20 MAXLENGTH=150 />
   </TD>
   <TD>End tag: <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Rather than uploading the topic text, if the repository \
   supports it, the text can be fetched by querying the \
  @@ -118,6 +123,7 @@
   <TD>
   Module:
   <FONT SIZE="-2"><A HREF="javascript:void(0);"
  +onmouseout="return nd();"
   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>
  @@ -132,6 +138,7 @@
   [%# The default_to_head input field #%]
    <TD>Default to HEAD:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   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 \
  @@ -148,6 +155,7 @@
   <TR>
    <TD>Repository:
   <FONT SIZE="-2"><A HREF="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   The SCM system (eg CVS, Subversion, ClearCase) \
   which the topic text was prepared against.  If \
  @@ -175,6 +183,7 @@
   <TR>
    <TD>Project:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Topics are associated with a specific project, which can be \
   used as filtering criteria in the search screen.')">(?)</a></FONT>
  @@ -198,6 +207,7 @@
   <TR>
    <TD>Bug IDs:
   <FONT SIZE="-2"><a href="javascript:void(0)"
  +onmouseout="return nd();"
   onmouseover="return create_window('\
   Indicates what bug identifiers are addressed by this code change. \
   These are space or comma separated identifiers, such as: \
  @@ -225,6 +235,7 @@
   <TR>
    <TD>Your email address:
   <FONT SIZE="-2"><A HREF="javascript:void(0);"
  +onmouseout="return nd();"
   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 \
  @@ -237,6 +248,7 @@
   <TR>
    <TD>Reviewers:
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   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, \
  @@ -249,6 +261,7 @@
   <TR>
    <TD>Cc: 
   <FONT SIZE="-2"><a href="javascript:void(0);"
  +onmouseout="return nd();"
   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 \
  @@ -275,7 +288,8 @@
   retrieving lists of topics from the search page. \
   \
   This topic can be superceeded by a new topic, by selecting the \
  -state \'obsoleted\'')">(?)</A></FONT>
  +state \'obsoleted\'.');"
  +onmouseout="return nd();">(?)</A></FONT>
     </td>
     <td>
       [%# Now display the option button for changing the topic state #%]
  
  
  
  
  
  Index: CHANGELOG
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
  retrieving revision 1.263
  retrieving revision 1.264
  diff -u -r1.263 -r1.264
  --- CHANGELOG 29 Aug 2008 11:48:29 -0000      1.263
  +++ CHANGELOG 31 Aug 2008 12:02:12 -0000      1.264
  @@ -27,7 +27,10 @@
     
   * Updated install.pl to support a separate Apache virtual host per
     Codestriker project as suggested by [EMAIL PROTECTED]
  -  Manual has been updated with the appropriate instructions. 
  +  Manual has been updated with the appropriate instructions.
  +  
  +* Help popup text windows on the create topic and search screens
  +  disappear automatically when the cursor is moved off the (?) link.
   
   Version 1.9.6
   
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to