Fix all wrong issue links for 1.7 release notes.

gh-pages
Ariya Hidayat 2012-12-16 23:23:42 -08:00
parent 5dfdcca1a4
commit 6dd7624301
1 changed files with 19 additions and 19 deletions

View File

@ -142,30 +142,30 @@ page.open(url, function () {
<ul>
<li>Added a module system modelled after CommonJS/Node.js (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=47">47</a>)
<li>Added support for window pop-up (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=151">151</a>)
<li>Static build on Linux (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=413">413</a>)
<li>Added run-time detection of SSL support (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=484">484</a>)
<li>Added more events support (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=492">492</a>, <a href="http://code.google.com/p/phantomjs/issues/details?id=712">712</a>)
<li>Added support for disabling automatic proxy detection (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=580">580</a>)
<li>Provided page closing callback (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=678">678</a>)
<li>Added methods to access URL, frames URL, frame Content (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=758">758</a>)
<li>Added more cookies-related API (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=761">761</a>)
<li>Static build on Linux (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=413">413</a>)
<li>Added run-time detection of SSL support (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=484">484</a>)
<li>Added more events support (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=492">492</a>, <a href="http://code.google.com/p/phantomjs/issues/detail?id=712">712</a>)
<li>Added support for disabling automatic proxy detection (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=580">580</a>)
<li>Provided page closing callback (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=678">678</a>)
<li>Added methods to access URL, frames URL, frame Content (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=758">758</a>)
<li>Added more cookies-related API (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=761">761</a>)
</ul>
<p><strong>Improvements</strong></p>
<ul>
<li>Refactored command-line options handling (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=55">55</a>)
<li>Improved the workflow for producing release builds (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=599">599</a>)
<li>Improved cookies API and implementation (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=603">603</a>, <a href="http://code.google.com/p/phantomjs/issues/details?id=761">761</a>)
<li>Improved frame switching API (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=654">654</a>)
<li>Fixed iframe handling regression (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=683">683</a>)
<li>Fixed OS version number with Windows 8 and Mountain Lion (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=684">684</a>, <a href="http://code.google.com/p/phantomjs/issues/details?id=688">688</a>)
<li>Fixed HAR navigation info in the netsniff example (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=733">733</a>)
<li>Fixed compile warnings with Visual Studio (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=744">744</a>)
<li>Removed hacks for static linking on Windows (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=753">753</a>)
<li>Added ICO image handling on Windows (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=799">779</a>)
<li>Fixed font antialiasing on Windows (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=785">785</a>)
<li>Improved Jasmine test runner for Jasmine 1.2 (issue <a href="http://code.google.com/p/phantomjs/issues/details?id=792">792</a>)
<li>Refactored command-line options handling (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=55">55</a>)
<li>Improved the workflow for producing release builds (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=599">599</a>)
<li>Improved cookies API and implementation (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=603">603</a>, <a href="http://code.google.com/p/phantomjs/issues/detail?id=761">761</a>)
<li>Improved frame switching API (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=654">654</a>)
<li>Fixed iframe handling regression (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=683">683</a>)
<li>Fixed OS version number with Windows 8 and Mountain Lion (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=684">684</a>, <a href="http://code.google.com/p/phantomjs/issues/detail?id=688">688</a>)
<li>Fixed HAR navigation info in the netsniff example (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=733">733</a>)
<li>Fixed compile warnings with Visual Studio (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=744">744</a>)
<li>Removed hacks for static linking on Windows (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=753">753</a>)
<li>Added ICO image handling on Windows (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=799">779</a>)
<li>Fixed font antialiasing on Windows (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=785">785</a>)
<li>Improved Jasmine test runner for Jasmine 1.2 (issue <a href="http://code.google.com/p/phantomjs/issues/detail?id=792">792</a>)
</ul>
<p>Back to <a href="releases.html">all releases</a>.</p>