You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/08/12 19:56:21 UTC

svn commit: r1695591 - in /jmeter/trunk/xdocs: changes_history.xml usermanual/component_reference.xml

Author: fschumacher
Date: Wed Aug 12 17:56:21 2015
New Revision: 1695591

URL: http://svn.apache.org/r1695591
Log:
Markup changes. Use rarr entity instead of '->'.

Modified:
    jmeter/trunk/xdocs/changes_history.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/changes_history.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1695591&r1=1695590&r2=1695591&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml (original)
+++ jmeter/trunk/xdocs/changes_history.xml Wed Aug 12 17:56:21 2015
@@ -18,6 +18,7 @@
 <!DOCTYPE document [
   <!ENTITY oacute "&#x000F3;">
   <!ENTITY THORN  "&#x000DE;">
+  <!ENTITY rarr   "&#x02192;">
 ]>
 <document>   
 <properties>     
@@ -2826,7 +2827,7 @@ fix code which assumes that a new instan
 <li><bugzilla>50438</bugzilla> - code calculates average with integer math, expecting double value</li>
 <li><bugzilla>52469</bugzilla> - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing</li>
 <li><bugzilla>52466</bugzilla> - Upgrade Test Plan feature : NameUpdater does not upgrade properties</li>
-<li><bugzilla>52503</bugzilla> - Unify File->Close and Window close file saving behaviour</li>
+<li><bugzilla>52503</bugzilla> - Unify File&rarr;Close and Window close file saving behaviour</li>
 <li><bugzilla>52537</bugzilla> - Help does not scroll to correct anchor when file is first loaded</li>
 </ul>
 
@@ -3006,7 +3007,7 @@ httpclient3.retrycount=3
 <li><bugzilla>51863</bugzilla> - Lots of ESTABLISHED connections with HttpClient 4 implementation (vs HttpClient 3.1 impl)</li>
 <li><bugzilla>51750</bugzilla> - Retrieve all embedded resources doesn't follow IFRAME</li>
 <li><bugzilla>51752</bugzilla> - HTTP Cache is broken when using "Retrieve all embedded resources" with concurrent pool</li>
-<li><bugzilla>39219</bugzilla> - HTTP Server: You can't stop it after File->Open</li>
+<li><bugzilla>39219</bugzilla> - HTTP Server: You can't stop it after File&rarr;Open</li>
 <li><bugzilla>51775</bugzilla> - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x)</li>
 <li><bugzilla>50617</bugzilla> - Monitor Results legend show "dead" server although values from the server are retrieved</li>
 </ul>
@@ -4416,7 +4417,7 @@ This corrects discrepancies between Summ
 <h4>Improvements</h4>
 <ul>
 <li>Add run_gui Ant target, to package and then start the JMeter GUI from Ant</li>
-<li>Add File->Revert to easily drop the current changes and reload the project file currently loaded</li>
+<li>Add File&rarr;Revert to easily drop the current changes and reload the project file currently loaded</li>
 <li><bugzilla>31366</bugzilla> - Remember recently opened file(s)</li>
 <li><bugzilla>43351</bugzilla> - Add support for Parameters and script file to all BeanShell test elements</li>
 <li>SaveService no longer needs to instantiate classes</li>

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1695591&r1=1695590&r2=1695591&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Aug 12 17:56:21 2015
@@ -6170,7 +6170,7 @@ Your WorkBench can be saved independentl
   JDK).
 </p>
 <p>
-  To select the client certificate, choose Options-&gt;SSL Manager from the menu bar.
+  To select the client certificate, choose Options&rarr;SSL Manager from the menu bar.
   You will be presented with a file finder that looks for PKCS12 files by default.
   Your PKCS12 file must have the extension '.p12' for SSL Manager to recognize it
   as a PKCS12 file.  Any other file will be treated like an average JKS key store.
@@ -6211,7 +6211,7 @@ Ensure you read this <a href="https://wi
 
 <p>To use the recorder, <i>add</i> the HTTP(S) Test Script Recorder element to the workbench.
 Select the WorkBench element in the tree, and right-click on this element to get the
-Add menu (Add --> Non-Test Elements --> HTTP(S) Test Script Recorder).</p>
+Add menu (Add &rarr; Non-Test Elements &rarr; HTTP(S) Test Script Recorder).</p>
 <p>
 The recorder is implemented as an HTTP(S) proxy server.
 You need to set up your browser use the proxy for all HTTP and HTTPS requests.