You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2018/09/21 17:23:13 UTC

[2/4] wicket-site git commit: Removed outdated content

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/16/wicket-6.0.0-beta3-released.html b/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
index 0a689fe..938fa4a 100644
--- a/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
+++ b/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
@@ -84,22 +84,20 @@ central way of using the Bootstrap resources. In the future we
 will provide proper components and behaviors for the Bootstrap
 concepts.</p>
 <p>To use this new <strong>experimental</strong> module, add this to your pom:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>&lt;dependency&gt;
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
     &lt;artifactId&gt;wicket-bootstrap&lt;/artifactId&gt;
     &lt;version&gt;0.1&lt;/version&gt;
 &lt;/dependency&gt;
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>To add Bootstrap support to your pages, add this in the <code class="highlighter-rouge">renderHead</code>
 method:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>@Override
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>@Override
 public void renderHead(IHeaderResponse response) {
     super.renderHead(response);
     Bootstrap.renderHead(response);
 }
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>This will render a dependency to the Twitter bootstrap CSS and JS files,
 including the required dependency to JQuery.</p>
 <h2 id="new-wicket-examples">New Wicket Examples</h2>
@@ -109,9 +107,8 @@ and bring them into 2012. The new examples are located in the
 <p>It is currently a copy of Twitter Bootstrap’s design but with Wicket
 specific filling.</p>
 <p>You can test the examples by running the</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>wicket-examples-jar/src/test/java/Start.java
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>wicket-examples-jar/src/test/java/Start.java
+</code></pre></div></div>
 <p>class in the default package.</p>
 <p>The examples will feature a component reference with typical use
 cases, full examples such as Hello, World, and descriptions of the
@@ -138,13 +135,12 @@ between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration"
 Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li>
 </ul>
 <p>To use it in Maven:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>&lt;dependency&gt;
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
     &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
     &lt;version&gt;6.0.0-beta3&lt;/version&gt;
 &lt;/dependency&gt;
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>If you don’t use a dependencies management build tool then you
 can download the full distribution (including source) and build from
 source yourself.</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2012/12/14/wicket-6.4.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/14/wicket-6.4.0-released.html b/content/news/2012/12/14/wicket-6.4.0-released.html
index 79adea9..e3e844b 100644
--- a/content/news/2012/12/14/wicket-6.4.0-released.html
+++ b/content/news/2012/12/14/wicket-6.4.0-released.html
@@ -102,9 +102,8 @@ convenience binary package</p>
 <p>If you upgrade from 6.0.0, 6.1.0, 6.2.0 or 6.3.0 this release is a drop in
 replacement. If you come from a version prior to 6.0.0, please
 read our Wicket 6 migration guide found at</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>http://s.apache.org/wicket-6.0-migration
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>http://s.apache.org/wicket-6.0-migration
+</code></pre></div></div>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <h3 id="release-notes---wicket---version-640">Release Notes - Wicket - Version 6.4.0</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2013/01/23/wicket-6.5.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/23/wicket-6.5.0-released.html b/content/news/2013/01/23/wicket-6.5.0-released.html
index 8376cfe..ffc6d4b 100644
--- a/content/news/2013/01/23/wicket-6.5.0-released.html
+++ b/content/news/2013/01/23/wicket-6.5.0-released.html
@@ -66,7 +66,7 @@ the attributes for all Ajax requests.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">application</span><span class="o">.</span><span class="na">getAjaxRequestTargetListeners</span><span class="o">().</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxRequestTarget</span><span class="o">.</span><span class="na">AbstractListener</span><span class="o">()</span>
 <span class="o">{</span>
 	<span class="nd">@Override</span>
-	<span class="kd">public</span> <span class="kt">void</span> <span class="n">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span>
+	<span class="kd">public</span> <span class="kt">void</span> <span class="nf">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span>
 	<span class="o">{</span>
 		<span class="kd">super</span><span class="o">.</span><span class="na">updateAjaxAttributes</span><span class="o">(</span><span class="n">attributes</span><span class="o">);</span>
 		<span class="n">attributes</span><span class="o">.</span><span class="na">setChannel</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxChannel</span><span class="o">(</span><span class="s">"globalAjaxChannel"</span><span class="o">,</span> <span class="n">AjaxChannel</span><span class="o">.</span><span class="na">Type</span><span class="o">.</span><span class="na">ACTIVE</span><span class="o">));</span>
@@ -91,18 +91,16 @@ convenience binary package</p>
 <p>If you upgrade from 6.y.z this release is a drop in
 replacement. If you come from a version prior to 6.0.0, please
 read our Wicket 6 migration guide found at</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>http://s.apache.org/wicket-6.0-migration
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>http://s.apache.org/wicket-6.0-migration
+</code></pre></div></div>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <h3 id="release-notes---wicket---version-650">Release Notes - Wicket - Version 6.5.0</h3>
 <h4 id="sub-task">Sub-task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4976](https://issues.apache.org/jira/browse/WICKET-4976) - WicketTester#startComponent(Component) doesn't detach the component and request cycle
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-4976](https://issues.apache.org/jira/browse/WICKET-4976) - WicketTester#startComponent(Component) doesn't detach the component and request cycle
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4906](https://issues.apache.org/jira/browse/WICKET-4906) - Form#visitFormComponents can cause ClassCastException
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-4906](https://issues.apache.org/jira/browse/WICKET-4906) - Form#visitFormComponents can cause ClassCastException
 * [WICKET-4925](https://issues.apache.org/jira/browse/WICKET-4925) - AbstractAjaxBehavior should clean stored reference to a component on unbind
 * [WICKET-4927](https://issues.apache.org/jira/browse/WICKET-4927) - Header can not be set from IRequestCycleListener#onEndRequest()
 * [WICKET-4928](https://issues.apache.org/jira/browse/WICKET-4928) - Error adding links to WebSocketRequestHandler
@@ -123,10 +121,9 @@ read our Wicket 6 migration guide found at</p>
 * [WICKET-4973](https://issues.apache.org/jira/browse/WICKET-4973) - AbstractRequestLogger - infinite ArrayIndexOutOfBoundsException when requestWindow size is 0
 * [WICKET-4975](https://issues.apache.org/jira/browse/WICKET-4975) - client side memory leak on  date picker
 * [WICKET-4986](https://issues.apache.org/jira/browse/WICKET-4986) - wicket-ajax-jquery.js fails with 'member not found' on IE for delayed ajax requests
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4919](https://issues.apache.org/jira/browse/WICKET-4919) - AjaxLazyLoadPanel needs a method to add components to the AjaxRequestTarget when the component is rendered
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-4919](https://issues.apache.org/jira/browse/WICKET-4919) - AjaxLazyLoadPanel needs a method to add components to the AjaxRequestTarget when the component is rendered
 * [WICKET-4933](https://issues.apache.org/jira/browse/WICKET-4933) - Palette does not handle disabled choices correctly
 * [WICKET-4937](https://issues.apache.org/jira/browse/WICKET-4937) - Add IResponseFilter that can filter out invalid XML characters
 * [WICKET-4940](https://issues.apache.org/jira/browse/WICKET-4940) - Make MountedMapper#getMatchedSegmentSizes(url) protected
@@ -136,8 +133,7 @@ read our Wicket 6 migration guide found at</p>
 * [WICKET-4970](https://issues.apache.org/jira/browse/WICKET-4970) - Move the logic for creating the proper PackageResource from PackageResourceReference to ResourceReferenceRegistry
 * [WICKET-4982](https://issues.apache.org/jira/browse/WICKET-4982) - StatelessChecker: add helpful information to find stateful behavior (patch included)
 * [WICKET-4983](https://issues.apache.org/jira/browse/WICKET-4983) - extra recursion on Wicket.DOM.get
-</code></pre>
-</div>
+</code></pre></div></div>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2013/06/27/wicket-6.9.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/27/wicket-6.9.0-released.html b/content/news/2013/06/27/wicket-6.9.0-released.html
index 19daf71..1e778ae 100644
--- a/content/news/2013/06/27/wicket-6.9.0-released.html
+++ b/content/news/2013/06/27/wicket-6.9.0-released.html
@@ -59,7 +59,7 @@ compared to 6.0.0.</p>
 <p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE
 6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x.
 To use this resource reference do in your application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">DynamicJQueryResourceReference</span><span class="o">.</span><span class="na">INSTANCE</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2013/07/10/wicket-6.9.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/10/wicket-6.9.1-released.html b/content/news/2013/07/10/wicket-6.9.1-released.html
index cb6ab38..a2603fe 100644
--- a/content/news/2013/07/10/wicket-6.9.1-released.html
+++ b/content/news/2013/07/10/wicket-6.9.1-released.html
@@ -69,7 +69,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application’s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
-<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
+<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2013/08/18/wicket-6.10.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/18/wicket-6.10.0-released.html b/content/news/2013/08/18/wicket-6.10.0-released.html
index a14e506..822b300 100644
--- a/content/news/2013/08/18/wicket-6.10.0-released.html
+++ b/content/news/2013/08/18/wicket-6.10.0-released.html
@@ -82,7 +82,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application’s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
-<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
+<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2013/09/20/wicket-6.11.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/20/wicket-6.11.0-released.html b/content/news/2013/09/20/wicket-6.11.0-released.html
index 133868c..b1be571 100644
--- a/content/news/2013/09/20/wicket-6.11.0-released.html
+++ b/content/news/2013/09/20/wicket-6.11.0-released.html
@@ -92,7 +92,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application’s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java">    <span class="nd">@Override</span>
-    <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
             <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
     <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2013/11/01/wicket-6.12.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/01/wicket-6.12.0-released.html b/content/news/2013/11/01/wicket-6.12.0-released.html
index 5384d68..ec02a8f 100644
--- a/content/news/2013/11/01/wicket-6.12.0-released.html
+++ b/content/news/2013/11/01/wicket-6.12.0-released.html
@@ -78,7 +78,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application’s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
- <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
+ <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
      <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
          <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
  <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/01/05/wicket-6.13.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/05/wicket-6.13.0-released.html b/content/news/2014/01/05/wicket-6.13.0-released.html
index f5c33cd..0133345 100644
--- a/content/news/2014/01/05/wicket-6.13.0-released.html
+++ b/content/news/2014/01/05/wicket-6.13.0-released.html
@@ -131,7 +131,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application’s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
- <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
+ <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
      <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
          <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
  <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/02/06/cve-2013-2055.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/06/cve-2013-2055.html b/content/news/2014/02/06/cve-2013-2055.html
index cdaa7dc..360ef28 100644
--- a/content/news/2014/02/06/cve-2013-2055.html
+++ b/content/news/2014/02/06/cve-2013-2055.html
@@ -65,10 +65,12 @@ For example if there is sensitive information before or after the Wicket Panel/B
 <span class="nt">&lt;/wicket:panel&gt;</span>
 something sensitive here 2</code></pre></figure>
 <p>Usually Wicket will render only the “real application code” part but by exploiting this vulnerability an attacker can see also the code with the sensitive information.</p>
-<p>The application developers are recommended to upgrade to: 
-- <a href="/news/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a>
-- <a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a>
-- <a href="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></p>
+<p>The application developers are recommended to upgrade to:</p>
+<ul>
+  <li><a href="/news/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a></li>
+  <li><a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li>
+  <li><a href="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></li>
+</ul>
 <p>and/or to remove any sensitive information in the HTML templates.</p>
 <p>Apache Wicket Team</p>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/02/20/wicket-6.14.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/20/wicket-6.14.0-released.html b/content/news/2014/02/20/wicket-6.14.0-released.html
index 8868513..3d05c5f 100644
--- a/content/news/2014/02/20/wicket-6.14.0-released.html
+++ b/content/news/2014/02/20/wicket-6.14.0-released.html
@@ -89,7 +89,7 @@ migration guide found at</p>
 <p>— The Wicket team</p>
 <h3 id="release-notes---wicket---version-6140">Release Notes - Wicket - Version 6.14.0</h3>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4697] - Autolinking not working as soon as component gets a wicket:id
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-4697] - Autolinking not working as soon as component gets a wicket:id
 * [WICKET-5043] - Page not mounted with WebApplication#mountPackage
 * [WICKET-5449] - Missing chapter 2 is causing off-by-one page names in the guides URL links
 * [WICKET-5460] - onBeforeRender called too early on stateless page
@@ -114,26 +114,22 @@ migration guide found at</p>
 * [WICKET-5499] - Page is not touched during initialization
 * [WICKET-5500] - Ignore the path parameters when reading the page class
 * [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5288] - Allow &amp;lt;script&amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5288] - Allow &amp;lt;script&amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
 * [WICKET-5439] - Allow restarting AbstractAjaxTimerBehavior without updating its hosting component
 * [WICKET-5463] - RequestUtil.getCharset(HttpServletRequest request) Resilience against unsupported Charsets in Request
 * [WICKET-5470] - Remove 'final' from org.apache.wicket.markup.html.form.EnumChoiceRenderer#getDisplayValue
 * [WICKET-5471] - Store the page if it is known that it will be used in a following request
 * [WICKET-5493] - Disable jar indexing
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="new-feature">New Feature</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5488] - Promote experimental modules to become stable
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5488] - Promote experimental modules to become stable
 * [WICKET-5494] - Upgrade JQuery to latest stable - 1.11.0 and 2.1.0
-</code></pre>
-</div>
+</code></pre></div></div>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/02/21/cve-2014-0043.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/21/cve-2014-0043.html b/content/news/2014/02/21/cve-2014-0043.html
index ad759bf..2734509 100644
--- a/content/news/2014/02/21/cve-2014-0043.html
+++ b/content/news/2014/02/21/cve-2014-0043.html
@@ -57,9 +57,11 @@ The Apache Software Foundation</p>
 Apache Wicket 1.5.10 and 6.13.0</p>
 <p>Description:</p>
 <p>By issuing requests to special urls handled by Wicket it is possible to check for the existence of particular classes in the classpath and thus check whether a third party library with a known security vulnerability is in use.</p>
-<p>The application developers are recommended to upgrade to: 
-- <a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a>
-- <a href="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></p>
+<p>The application developers are recommended to upgrade to:</p>
+<ul>
+  <li><a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li>
+  <li><a href="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></li>
+</ul>
 <p>Credit:
 This issue was reported by Christian Schneider!</p>
 <p>Apache Wicket Team</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/04/23/wicket-6.15.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/23/wicket-6.15.0-released.html b/content/news/2014/04/23/wicket-6.15.0-released.html
index 77f8fca..0da9931 100644
--- a/content/news/2014/04/23/wicket-6.15.0-released.html
+++ b/content/news/2014/04/23/wicket-6.15.0-released.html
@@ -87,12 +87,11 @@ migration guide found at</p>
 <p>— The Wicket team</p>
 <h3 id="release-notes---wicket---version-6150">Release Notes - Wicket - Version 6.15.0</h3>
 <h4 id="sub-task">Sub-task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5510] - Avoid using jQuery.text() when possible. It is very slow in IE
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5510] - Avoid using jQuery.text() when possible. It is very slow in IE
 * [WICKET-5554] - Disable second level pages store because it is efficient only when manually configured
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5243] - JS: High stack size in Function Executor causes "too much recursion"
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5243] - JS: High stack size in Function Executor causes "too much recursion"
 * [WICKET-5284] - Too deep recursion in AbstractHierarchyIterator
 * [WICKET-5504] - AjaxRequestTarget.append/prependJavaScript cannot handle scripts with new-lines anymore
 * [WICKET-5505] - DefaultPropertyResolver does not respect JavaBean conventions
@@ -117,10 +116,9 @@ migration guide found at</p>
 * [WICKET-5557] - Don't cache the result of AuthenticatedWebApplication#getWebSessionClass()
 * [WICKET-5558] - Autolinking does not always work in inheritted markup
 * [WICKET-5561] - Derived page without own markup leads to MarkupNotFoundException when BasePage has &amp;lt;wicket:head&amp;gt; in its markup
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5508] - Memory model improvements for Session fields
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5508] - Memory model improvements for Session fields
 * [WICKET-5512] - Allow using child selector for JS event bindings
 * [WICKET-5520] - improve reusability of DataTable and AbstractPageableView
 * [WICKET-5528] - Allow models of subtypes of Select type parameter in SelectOption constructor
@@ -128,22 +126,18 @@ migration guide found at</p>
 * [WICKET-5531] - Create new placeholder tag to indicate where header contributions should appear
 * [WICKET-5538] - When using Component.setDefaultModel, only detach the previous model if the new one is different
 * [WICKET-5549] - continueToOriginalDestination() fails after redirectToInterceptPage() on AjaxRequest* [WICKET-5288] - Allow &amp;amp;lt;script&amp;amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="new-feature">New Feature</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-831] - Return response status 404 when a mapper cannot decode a request url
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-831] - Return response status 404 when a mapper cannot decode a request url
 * [WICKET-2542] - Provide ajax buttons for wizard
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5514] - Update Wicket fragment example
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5514] - Update Wicket fragment example
+</code></pre></div></div>
 <h4 id="wish">Wish</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5516] - RadioChoice / add a getAdditionalAttributes() also for &lt;label&gt;-tag
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5516] - RadioChoice / add a getAdditionalAttributes() also for &lt;label&gt;-tag
 * [WICKET-5542] - Remove final from TextArea.onComponentTagBody()
-</code></pre>
-</div>
+</code></pre></div></div>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/06/21/wicket-6.16.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/21/wicket-6.16.0-released.html b/content/news/2014/06/21/wicket-6.16.0-released.html
index ef8fe66..6ccdf88 100644
--- a/content/news/2014/06/21/wicket-6.16.0-released.html
+++ b/content/news/2014/06/21/wicket-6.16.0-released.html
@@ -90,7 +90,7 @@ migration guide found at</p>
 <p>— The Wicket team</p>
 <h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
 * [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears.
 * [WICKET-5560] - A 404 error occurs when using a CryptoMapper
 * [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response
@@ -105,10 +105,9 @@ migration guide found at</p>
 * [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
 * [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
 * [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() 
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
 * [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
 * [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
 * [WICKET-5577] - Generation of wicket ids with prefix / suffix
@@ -117,12 +116,10 @@ migration guide found at</p>
 * [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
 * [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
 * [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1
+</code></pre></div></div>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/08/24/wicket-6.17.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/24/wicket-6.17.0-released.html b/content/news/2014/08/24/wicket-6.17.0-released.html
index cd22b61..2619f90 100644
--- a/content/news/2014/08/24/wicket-6.17.0-released.html
+++ b/content/news/2014/08/24/wicket-6.17.0-released.html
@@ -90,11 +90,10 @@ migration guide found at</p>
 <p>— The Wicket team</p>
 <h3 id="release-notes---wicket---version-6170">Release Notes - Wicket - Version 6.17.0</h3>
 <h4 id="sub-task">Sub-task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process
 * [WICKET-5539] - Allow preserving of the parsed PageParameters when re-creating an expired page
 * [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other
 * [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35
@@ -119,10 +118,9 @@ migration guide found at</p>
 * [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable)
 * [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage
 * [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure 
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms
 * [WICKET-4660] - Make it possible to notify about Atmosphere internal events
 * [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
 * [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data
@@ -150,14 +148,12 @@ migration guide found at</p>
 * [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly
 * [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty
 * [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket
 * [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests
 * [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components
-</code></pre>
-</div>
+</code></pre></div></div>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2014/09/22/cve-2014-3526.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/22/cve-2014-3526.html b/content/news/2014/09/22/cve-2014-3526.html
index 2b802f2..04981bb 100644
--- a/content/news/2014/09/22/cve-2014-3526.html
+++ b/content/news/2014/09/22/cve-2014-3526.html
@@ -59,10 +59,12 @@ Apache Wicket 1.5.11, 6.16.0 and 7.0.0-M2</p>
 <p>When rendering a web page Wicket checks the request url against the one at the render time. It is possible the application to change the page parameters (this includes both the query parameters and parameters encoded into the request path). When the requested url differs with the one at the rendering time Wicket stores the response (i.e. the page markup) at the server side and issues an HTTP redirect to the new url. When the second request comes Wicket just flushes the stored response from the first request into the http output stream. This way the browser address bar shows the updated page parameters.
 When storing the page markup at the server side Wicket uses as an identifier a pair of the current session id plus the new url. However, Wicket does not check if user session is temporary (i.e. sessionId is null).
 This could lead to a security issue if two or more users with a temporary session are redirected to the same url at the same time. Then user1 might see the markup for user2 which has overridden the markup for user1 while user1 was following the HTTP redirect. In this way user-sensitive informations can be seen by other users.</p>
-<p>The application developers are recommended to upgrade to: 
-- <a href="/news/2014/09/15/wicket-1.5.12-released.html">Apache Wicket 1.5.12</a>
-- <a href="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0</a>
-- <a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3</a></p>
+<p>The application developers are recommended to upgrade to:</p>
+<ul>
+  <li><a href="/news/2014/09/15/wicket-1.5.12-released.html">Apache Wicket 1.5.12</a></li>
+  <li><a href="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0</a></li>
+  <li><a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3</a></li>
+</ul>
 <p>Credit:
 This issue was reported by Andrea Del Bene and Martin Grigorov!</p>
 <p>Apache Wicket Team</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2015/06/21/wicket-7.0.0-M6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/21/wicket-7.0.0-M6-released.html b/content/news/2015/06/21/wicket-7.0.0-M6-released.html
index 055fed5..697e606 100644
--- a/content/news/2015/06/21/wicket-7.0.0-M6-released.html
+++ b/content/news/2015/06/21/wicket-7.0.0-M6-released.html
@@ -135,7 +135,7 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 <h4 id="changelog-for-700-m6">CHANGELOG for 7.0.0-M6:</h4>
 <p>Release Notes - Wicket - Version 7.0.0-M6</p>
 <h4 id="bugs">Bugs</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource
 * [WICKET-5814] - CryptoMapper clears feedback messages
 * [WICKET-5816] - Apps can't use Application.setName instead of WicketFilter for e.g. JMX names
 * [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
@@ -180,10 +180,9 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 * [WICKET-5915] - The application can not find /META-INF/wicket/**.properties on Windows systems
 * [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
 * [WICKET-5917] - Do not use jQuery's $ in String snippets in Java code
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
 * [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
 * [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
 * [WICKET-5801] - Responsive Images
@@ -205,24 +204,20 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 * [WICKET-5901] - Leaving veil when ajax processing ends with redirect
 * [WICKET-5905] - allow listening to Ajax calls before scheduling
 * [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="new-feature">New Feature</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
 * [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
 * [WICKET-5897] - Use the #isEnabled() method with validators
 * [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
 * [WICKET-5919] - Add support for CSRF prevention
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)
+</code></pre></div></div>
 <h4 id="wish">Wish</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5848] - Remove .settings folders of projects
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5848] - Remove .settings folders of projects
+</code></pre></div></div>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2015/10/24/wicket-1.5.14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/24/wicket-1.5.14-released.html b/content/news/2015/10/24/wicket-1.5.14-released.html
index ed6440b..1c753bb 100644
--- a/content/news/2015/10/24/wicket-1.5.14-released.html
+++ b/content/news/2015/10/24/wicket-1.5.14-released.html
@@ -51,20 +51,17 @@
             <div class="l-full">
     <p class="meta">24 Oct 2015</p>
     <p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 1.5.14:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.14:
+</code></pre></div></div>
 <p>** Bug</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
 * [WICKET-5927] - Velocity remote code execution
 * [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
 * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>** Improvement</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+</code></pre></div></div>
 <ul>
   <li>To use in Maven:</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2015/10/25/wicket-7.1.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/25/wicket-7.1.0-released.html b/content/news/2015/10/25/wicket-7.1.0-released.html
index 1035528..1b1840f 100644
--- a/content/news/2015/10/25/wicket-7.1.0-released.html
+++ b/content/news/2015/10/25/wicket-7.1.0-released.html
@@ -112,7 +112,7 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 </pre></div>
 <h4 id="changelog-for-710">CHANGELOG for 7.1.0:</h4>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
 * [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
 * [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
 * [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
@@ -137,21 +137,18 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 * [WICKET-5997] - Compatibility problem with Websphere liberty profile
 * [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
 * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of &lt;div&gt; or &lt;span&gt;
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of &lt;div&gt; or &lt;span&gt;
 * [WICKET-5971] - Code cleanup in ServletWebResponse
 * [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
 * [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
 * [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
 * [WICKET-5986] - NumberTextField&lt;N&gt; should use Models for minimum, maximum and step
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
+</code></pre></div></div>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index d1f7f01..4e1639e 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -50,15 +50,13 @@
 	<h3>Wicket 1.5.14 released</h3>
   <p><small>24 Oct 2015</small></p>
 	<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
-<div class="highlighter-rouge">
-<pre class="highlight"><code>CHANGELOG for 1.5.14:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.14:
+</code></pre></div></div>
 <p>** Bug</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
 * [WICKET-5927] - Velocity remote code execution
 * [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
-* [WICKET-6005] - WicketRuntimeException ...</code></pre></div>
+* [WICKET-6005] - WicketRuntimeException...</code></pre></div></div>
 	<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></li>
 </div>
 <div class="news">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2015/11/15/wicket-1.4.x-eol.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/15/wicket-1.4.x-eol.html b/content/news/2015/11/15/wicket-1.4.x-eol.html
index 4a876da..e23f91a 100644
--- a/content/news/2015/11/15/wicket-1.4.x-eol.html
+++ b/content/news/2015/11/15/wicket-1.4.x-eol.html
@@ -52,12 +52,14 @@
     <p class="meta">15 Nov 2015</p>
     <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
 On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
-<p>This means that after 16 October 2015:
-- no more releases from the 1.4.x branch
-- bugs affecting only the 1.4.x branch will not be addressed
-- security vulnerability reports will not be checked against the 1.4.x branch
-- releases from the 1.5.x branch are highly unlikely
-- only security patches will be applied to the 1.5.x branch</p>
+<p>This means that after 16 October 2015:</p>
+<ul>
+  <li>no more releases from the 1.4.x branch</li>
+  <li>bugs affecting only the 1.4.x branch will not be addressed</li>
+  <li>security vulnerability reports will not be checked against the 1.4.x branch</li>
+  <li>releases from the 1.5.x branch are highly unlikely</li>
+  <li>only security patches will be applied to the 1.5.x branch</li>
+</ul>
 <p>The Wicket Team</p>
 </div>
         </section>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index 4625ec8..c97b87a 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -51,12 +51,7 @@
   <p><small>15 Nov 2015</small></p>
 	<p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
 On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
-<p>This means that after 16 October 2015:
-- no more releases from the 1.4.x branch
-- bugs affecting only the 1.4.x branch will not be addressed
-- security vulnerability reports will not be checked against the 1.4.x branch
-- releases from the 1.5.x branch are highly unlikely
-- only security patches will ...</p>
+<p>This mea...</p>
 	<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></li>
 </div>
 <div class="news">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/01/20/wicket-7.2.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/20/wicket-7.2.0-released.html b/content/news/2016/01/20/wicket-7.2.0-released.html
index ae850cd..0836694 100644
--- a/content/news/2016/01/20/wicket-7.2.0-released.html
+++ b/content/news/2016/01/20/wicket-7.2.0-released.html
@@ -126,7 +126,7 @@ pdzbYsa2IMyPjC3a5hVK
 </pre></div>
 <h4 id="changelog-for-720">CHANGELOG for 7.2.0</h4>
 <h4 id="bug">Bug</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6001] - Exception raised while refreshing a page with queued components missing in the markup
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-6001] - Exception raised while refreshing a page with queued components missing in the markup
 * [WICKET-6002] - FileUploadField makes form-component models become null on submit
 * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
 * [WICKET-6010] - Downloading filenames containing ',' or ';' gives problems
@@ -161,10 +161,9 @@ pdzbYsa2IMyPjC3a5hVK
 * [WICKET-6068] - The key RangeValidator.exact is not mapped in Application_de.properties
 * [WICKET-6076] - Problem with queued components and enclosure
 * [WICKET-6077] - Border's body is not added as a child due to dequeuing
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="improvement">Improvement</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5950] - Model and GenericBaseModel could both implement IObjectClassAwareModel
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-5950] - Model and GenericBaseModel could both implement IObjectClassAwareModel
 * [WICKET-5969] - Please give us access to PageTable.index pageId queue
 * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support updateAjaxAttributes() idiom
 * [WICKET-6019] - Remove 'final' modifier for Localizer##getStringIgnoreSettings() methods
@@ -176,23 +175,19 @@ pdzbYsa2IMyPjC3a5hVK
 * [WICKET-6061] - Improved PackageResource##getCacheKey
 * [WICKET-6070] - Provide factory methods for WizardButtonBar buttons
 * [WICKET-6072] - Improve the quickstart to make it easier to use JSR-356 web sockets
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="new-feature">New Feature</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6025] - Read resource files with Java's NIO API
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-6025] - Read resource files with Java's NIO API
 * [WICKET-6042] - Implementation of ExternalImage component
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="task">Task</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6049] - Update the site to point to the new deployments of the examples
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-6049] - Update the site to point to the new deployments of the examples
 * [WICKET-6057] - Upgrade commons-collections to 4.1
 * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0
-</code></pre>
-</div>
+</code></pre></div></div>
 <h4 id="wish">Wish</h4>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6067] - Provide an Ajax Behavior that prevents form submit on ENTER
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-6067] - Provide an Ajax Behavior that prevents form submit on ENTER
+</code></pre></div></div>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/02/19/wicket-1.5.15-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/02/19/wicket-1.5.15-released.html b/content/news/2016/02/19/wicket-1.5.15-released.html
index 1bf339a..fea455c 100644
--- a/content/news/2016/02/19/wicket-1.5.15-released.html
+++ b/content/news/2016/02/19/wicket-1.5.15-released.html
@@ -51,9 +51,8 @@
             <div class="l-full">
     <p class="meta">19 Feb 2016</p>
     <p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 1.5.15:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.15:
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
 <ul>
   <li>[WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model</li>
@@ -65,7 +64,7 @@
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
     <span class="nt">&lt;version&gt;</span>1.5.15<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<h4 id="download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1515-including-sources">Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.15">full distribution</a> (including sources)</h4>
+<h4 id="download-the-full-distribution-including-sources">Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.15">full distribution</a> (including sources)</h4>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html
index 45ab399..599598d 100644
--- a/content/news/2016/02/index.html
+++ b/content/news/2016/02/index.html
@@ -50,13 +50,11 @@
 	<h3>Wicket 1.5.15 released</h3>
   <p><small>19 Feb 2016</small></p>
 	<p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p>
-<div class="highlighter-rouge">
-<pre class="highlight"><code>CHANGELOG for 1.5.15:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.15:
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
 <ul>
-  <li>[WICKET-6037] - ModalWindo...</li>
+  <li>[WICKET-6037] - ModalWind...</li>
 </ul>
 	<a href="/news/2016/02/19/wicket-1.5.15-released.html">more</a></li>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/05/05/wicket-6.23.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/05/wicket-6.23.0-released.html b/content/news/2016/05/05/wicket-6.23.0-released.html
index 366baed..d950bbb 100644
--- a/content/news/2016/05/05/wicket-6.23.0-released.html
+++ b/content/news/2016/05/05/wicket-6.23.0-released.html
@@ -90,23 +90,21 @@ migration guide found at</p>
 <p>================================</p>
 <p>The signatures for the source release artefacts:</p>
 <p>Signature for apache-wicket-6.23.0.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXj0ACgrhCPPnuW7xSd2p7zo6pxQKeU
 uC4AmwaavBtALbyC0w4eaK6qgOTTbTFa
 =thu6
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>Signature for apache-wicket-6.23.0.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXWXQCeNWa8xIe4dtrXrognVudOonXf
 fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa
 =7Anf
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>================================</p>
 <h3 id="changelog-for-6230">CHANGELOG for 6.23.0</h3>
 <h4 id="bug">Bug</h4>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/05/05/wicket-7.3.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/05/wicket-7.3.0-released.html b/content/news/2016/05/05/wicket-7.3.0-released.html
index b0ee8be..c884518 100644
--- a/content/news/2016/05/05/wicket-7.3.0-released.html
+++ b/content/news/2016/05/05/wicket-7.3.0-released.html
@@ -95,23 +95,21 @@ migration guide found at</p>
 <p>================================</p>
 <p>The signatures for the source release artefacts:</p>
 <p>Signature for apache-wicket-7.3.0.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk
 gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr
 =8TQC
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>Signature for apache-wicket-7.3.0.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM
 ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
 =tRv/
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>================================</p>
 <h3 id="this-release">This Release</h3>
 <h4 id="changelog-for-730">CHANGELOG for 7.3.0:</h4>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/07/21/wicket-6.24.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/21/wicket-6.24.0-released.html b/content/news/2016/07/21/wicket-6.24.0-released.html
index 3cc0c4a..7bd6713 100644
--- a/content/news/2016/07/21/wicket-6.24.0-released.html
+++ b/content/news/2016/07/21/wicket-6.24.0-released.html
@@ -95,23 +95,21 @@ migration guide found at</p>
 <p>================================</p>
 <p>The signatures for the source release artefacts:</p>
 <p>Signature for apache-wicket-6.24.0.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
 JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
 =OALQ
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>Signature for apache-wicket-6.24.0.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
 QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
 =lDjk
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>================================</p>
 <h3 id="this-release">This Release</h3>
 <h4 id="changelog-for-6240">CHANGELOG for 6.24.0:</h4>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/07/21/wicket-7.4.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/21/wicket-7.4.0-released.html b/content/news/2016/07/21/wicket-7.4.0-released.html
index 1456432..62ff925 100644
--- a/content/news/2016/07/21/wicket-7.4.0-released.html
+++ b/content/news/2016/07/21/wicket-7.4.0-released.html
@@ -103,23 +103,21 @@ migration guide found at</p>
 <p>================================</p>
 <p>The signatures for the source release artefacts:</p>
 <p>Signature for apache-wicket-7.4.0.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
 QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
 =sPs0
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>Signature for apache-wicket-7.4.0.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
 pS8AoINM8PFic38Lbf55tNmeegzROZYx
 =iTAS
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>================================</p>
 <h3 id="this-release">This Release</h3>
 <h4 id="changelog-for-740">CHANGELOG for 7.4.0:</h4>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/07/25/wicket-8.0.0-M1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/25/wicket-8.0.0-M1-released.html b/content/news/2016/07/25/wicket-8.0.0-M1-released.html
index 215a794..4bee5ed 100644
--- a/content/news/2016/07/25/wicket-8.0.0-M1-released.html
+++ b/content/news/2016/07/25/wicket-8.0.0-M1-released.html
@@ -110,23 +110,21 @@ migration guide found at</p>
 <p>================================</p>
 <p>The signatures for the source release artefacts:</p>
 <p>Signature for apache-wicket-8.0.0-M1.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UV/wwCfa+/9cOB0KEOHB6vT41/ISIP/
 udAAoNM46vtM+T2RYU5uSV08fWjzUjiV
 =4pKN
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>Signature for apache-wicket-8.0.0-M1.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UX5ngCgvckuOYDq+x6yVgTdDrhGskEz
 cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
 =9v6u
 -----END PGP SIGNATURE-----
-</code></pre>
-</div>
+</code></pre></div></div>
 <p>================================</p>
 <h3 id="this-release">This Release</h3>
 <h4 id="changelog-for-800-m1">CHANGELOG for 8.0.0-M1:</h4>
@@ -223,7 +221,7 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
   <li>[WICKET-5920] - roll a version of ListDataProvider implementing ISortableDetachable model</li>
   <li>[WICKET-5950] - Model and GenericBaseModel could both implement IObjectClassAwareModel</li>
   <li>[WICKET-5969] - Please give us access to PageTable.index pageId queue</li>
-  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, maximum and step</n></li>
+  <li>[WICKET-5986] - NumberTextField<N> should use Models for minimum, maximum and step</N></li>
   <li>[WICKET-6015] - AjaxFallbackOrderByBorder/Link should support updateAjaxAttributes() idiom</li>
   <li>[WICKET-6019] - Remove ‘final’ modifier for Localizer#getStringIgnoreSettings() methods</li>
   <li>[WICKET-6023] - small tweak for component queuing for the AbstractRepeater</li>
@@ -267,7 +265,7 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
   <li>[WICKET-6183] - Improve stateless support for AJAX</li>
   <li>[WICKET-6184] - Remove form argument from AjaxButton and AjaxLink callbacks</li>
   <li>[WICKET-6188] - Use DynamicJQueryResourceReference by default</li>
-  <li>[WICKET-6189] - Return Optional<t> from RequestCycle.find(Class<t>)</t></t></li>
+  <li>[WICKET-6189] - Return Optional<T> from RequestCycle.find(Class<T>)</T></T></li>
 </ul>
 <h5 id="new-feature">New Feature</h5>
 <ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/08/05/wicket-1.5.16-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/08/05/wicket-1.5.16-released.html b/content/news/2016/08/05/wicket-1.5.16-released.html
index 4319bc8..b74b43b 100644
--- a/content/news/2016/08/05/wicket-1.5.16-released.html
+++ b/content/news/2016/08/05/wicket-1.5.16-released.html
@@ -51,9 +51,8 @@
             <div class="l-full">
     <p class="meta">05 Aug 2016</p>
     <p>This is the sixteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 1.5.16:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.16:
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
 <ul>
   <li>CVE-2013-2186: Disable (de)serialization of Commons FileUpload items.</li>
@@ -65,7 +64,7 @@
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
     <span class="nt">&lt;version&gt;</span>1.5.16<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<h4 id="download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1516-including-sources">Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.16">full distribution</a> (including sources)</h4>
+<h4 id="download-the-full-distribution-including-sources">Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.16">full distribution</a> (including sources)</h4>
 </div>
         </section>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html
index 75ad1d6..649806a 100644
--- a/content/news/2016/08/index.html
+++ b/content/news/2016/08/index.html
@@ -63,13 +63,11 @@ using the Apache Commons Fileupload library to bec...</p>
 	<h3>Wicket 1.5.16 released</h3>
   <p><small>05 Aug 2016</small></p>
 	<p>This is the sixteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p>
-<div class="highlighter-rouge">
-<pre class="highlight"><code>CHANGELOG for 1.5.16:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.16:
+</code></pre></div></div>
 <h4 id="bug">Bug</h4>
 <ul>
-  <li>CVE-2013-2186...</li>
+  <li>CVE-2013-218...</li>
 </ul>
 	<a href="/news/2016/08/05/wicket-1.5.16-released.html">more</a></li>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2016/10/26/wicket-7.5.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/10/26/wicket-7.5.0-released.html b/content/news/2016/10/26/wicket-7.5.0-released.html
index 7bd8db1..b421a4f 100644
--- a/content/news/2016/10/26/wicket-7.5.0-released.html
+++ b/content/news/2016/10/26/wicket-7.5.0-released.html
@@ -108,9 +108,8 @@ NVYAn0VNdt96cd5VmIW7nIFSb0PidYbH
 <h3 id="this-release">This Release</h3>
 <h4 id="changelog-for-750">CHANGELOG for 7.5.0:</h4>
 <h5 id="sub-task">Sub-task</h5>
-<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6243] - ResourceReferenceAutolink component resolved by AutoLinkResolver ignores session locale changes
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [WICKET-6243] - ResourceReferenceAutolink component resolved by AutoLinkResolver ignores session locale changes
+</code></pre></div></div>
 <h5 id="bug">Bug</h5>
 <ul>
   <li>[WICKET-5972] - Datepicker “Close” text overlays ‘x’ icon.</li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/05/16/wicket-7.7.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/05/16/wicket-7.7.0-released.html b/content/news/2017/05/16/wicket-7.7.0-released.html
index 0b03d26..f604d77 100644
--- a/content/news/2017/05/16/wicket-7.7.0-released.html
+++ b/content/news/2017/05/16/wicket-7.7.0-released.html
@@ -87,9 +87,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-7.7.0.zip:</p>
 <div class="highlight"><pre> 
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/05/18/wicket-8.0.0-M6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/05/18/wicket-8.0.0-M6-released.html b/content/news/2017/05/18/wicket-8.0.0-M6-released.html
index 313335f..a72da1f 100644
--- a/content/news/2017/05/18/wicket-8.0.0-M6-released.html
+++ b/content/news/2017/05/18/wicket-8.0.0-M6-released.html
@@ -90,9 +90,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-8.0.0-M6.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/07/06/wicket-6.27.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/07/06/wicket-6.27.0-released.html b/content/news/2017/07/06/wicket-6.27.0-released.html
index 6de25ed..ff40fb3 100644
--- a/content/news/2017/07/06/wicket-6.27.0-released.html
+++ b/content/news/2017/07/06/wicket-6.27.0-released.html
@@ -87,9 +87,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-6.27.0.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/07/12/wicket-7.8.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/07/12/wicket-7.8.0-released.html b/content/news/2017/07/12/wicket-7.8.0-released.html
index fd704e8..7691827 100644
--- a/content/news/2017/07/12/wicket-7.8.0-released.html
+++ b/content/news/2017/07/12/wicket-7.8.0-released.html
@@ -85,9 +85,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-7.8.0.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/08/12/wicket-8.0.0-M7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/08/12/wicket-8.0.0-M7-released.html b/content/news/2017/08/12/wicket-8.0.0-M7-released.html
index 3190889..74bb663 100644
--- a/content/news/2017/08/12/wicket-8.0.0-M7-released.html
+++ b/content/news/2017/08/12/wicket-8.0.0-M7-released.html
@@ -85,9 +85,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-8.0.0-M7.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/09/19/wicket-7.9.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/09/19/wicket-7.9.0-released.html b/content/news/2017/09/19/wicket-7.9.0-released.html
index bd5c5f8..48e70ce 100644
--- a/content/news/2017/09/19/wicket-7.9.0-released.html
+++ b/content/news/2017/09/19/wicket-7.9.0-released.html
@@ -87,9 +87,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-7.9.0.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/10/01/wicket-6.28.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/10/01/wicket-6.28.0-released.html b/content/news/2017/10/01/wicket-6.28.0-released.html
index 2156797..20c6991 100644
--- a/content/news/2017/10/01/wicket-6.28.0-released.html
+++ b/content/news/2017/10/01/wicket-6.28.0-released.html
@@ -87,9 +87,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-6.28.0.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2017/10/25/wicket-8.0.0-M8-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/10/25/wicket-8.0.0-M8-released.html b/content/news/2017/10/25/wicket-8.0.0-M8-released.html
index 3087640..9df2502 100644
--- a/content/news/2017/10/25/wicket-8.0.0-M8-released.html
+++ b/content/news/2017/10/25/wicket-8.0.0-M8-released.html
@@ -99,9 +99,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-8.0.0-M8.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2018/02/15/wicket-7.10.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2018/02/15/wicket-7.10.0-released.html b/content/news/2018/02/15/wicket-7.10.0-released.html
index d561233..47a0cbb 100644
--- a/content/news/2018/02/15/wicket-7.10.0-released.html
+++ b/content/news/2018/02/15/wicket-7.10.0-released.html
@@ -85,9 +85,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-7.10.0.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2018/02/17/wicket-8.0.0-M9-released.html
----------------------------------------------------------------------
diff --git a/content/news/2018/02/17/wicket-8.0.0-M9-released.html b/content/news/2018/02/17/wicket-8.0.0-M9-released.html
index 2f6cf38..32f5e5a 100644
--- a/content/news/2018/02/17/wicket-8.0.0-M9-released.html
+++ b/content/news/2018/02/17/wicket-8.0.0-M9-released.html
@@ -63,17 +63,17 @@ API breaks are present breaks are present in this release compared to
 <h2 id="new-and-noteworthy">New and noteworthy</h2>
 <p>Before <a href="https://issues.apache.org/jira/browse/WICKET-6498">WICKET-6498</a> users used to create a custom implementation of IHeaderResponseDecorator to place JavaScript items inside page body:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java">    <span class="nd">@Override</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span>
     <span class="o">{</span>
        <span class="n">setHeaderResponseDecorator</span><span class="o">(</span><span class="k">new</span> <span class="n">JavaScriptToBodyCustomResponseDecorator</span><span class="o">(</span><span class="s">"footer-container"</span><span class="o">));</span>
     <span class="o">}</span></code></pre></figure>
 <p>See <a href="https://ci.apache.org/projects/wicket/guide/7.x/single.html#_put_javascript_inside_page_body">user guide</a> for more details. Now each application has a default IHeaderResponseDecorator, which decorates header responses with a ResourceAggregator. Applications have to make sure, that each response is now explicitly decorated with a ResourceAggregator too:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java">    <span class="nd">@Override</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span>
     <span class="o">{</span>
        <span class="n">setHeaderResponseDecorator</span><span class="o">(</span><span class="n">response</span> <span class="o">-&gt;</span> 
        <span class="o">{</span>
-            <span class="k">return</span> <span class="k">new</span> <span class="n">ResourceAggregator</span><span class="o">(</span><span class="k">new</span> <span class="n">JavaScriptFilteredIntoFooterHeaderResponse</span><span class="o">(</span><span class="n">response</span><span class="o">,</span> <span class="s">"footer-container"</span><span class="o">));</span>
+            <span class="k">return</span> <span class="k">new</span> <span class="nf">ResourceAggregator</span><span class="o">(</span><span class="k">new</span> <span class="n">JavaScriptFilteredIntoFooterHeaderResponse</span><span class="o">(</span><span class="n">response</span><span class="o">,</span> <span class="s">"footer-container"</span><span class="o">));</span>
        <span class="o">});</span>
     <span class="o">}</span></code></pre></figure>
 <h2 id="caveats">Caveats</h2>
@@ -103,9 +103,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-8.0.0-M9.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2018/02/21/wicket-6.29.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2018/02/21/wicket-6.29.0-released.html b/content/news/2018/02/21/wicket-6.29.0-released.html
index d771694..c863dfe 100644
--- a/content/news/2018/02/21/wicket-6.29.0-released.html
+++ b/content/news/2018/02/21/wicket-6.29.0-released.html
@@ -85,9 +85,8 @@ migration guide found at</p>
 <p>Have fun!</p>
 <p>— The Wicket team</p>
 <p>========================================================================</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for the source release artefacts:
-</code></pre>
-</div>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
 <p>Signature for apache-wicket-6.29.0.zip:</p>
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/64043eb3/content/news/2018/05/22/wicket-8-released.html
----------------------------------------------------------------------
diff --git a/content/news/2018/05/22/wicket-8-released.html b/content/news/2018/05/22/wicket-8-released.html
index 09a54df..47c5551 100644
--- a/content/news/2018/05/22/wicket-8-released.html
+++ b/content/news/2018/05/22/wicket-8-released.html
@@ -71,7 +71,7 @@
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">// WICKET 7:</span>
 <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxFallbackLink</span><span class="o">&lt;</span><span class="n">Void</span><span class="o">&gt;(</span><span class="s">"wicket7"</span><span class="o">)</span> <span class="o">{</span>
     <span class="nd">@Override</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="n">onClick</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onClick</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
         <span class="k">if</span><span class="o">(</span><span class="n">target</span> <span class="o">!=</span> <span class="kc">null</span><span class="o">)</span> <span class="o">{</span>
             <span class="c1">// ...</span>
         <span class="o">}</span>
@@ -80,7 +80,7 @@
 <span class="c1">// WICKET 8:</span>
 <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxFallbackLink</span><span class="o">&lt;</span><span class="n">Void</span><span class="o">&gt;(</span><span class="s">"wicket8"</span><span class="o">)</span> <span class="o">{</span>
     <span class="nd">@Override</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="n">onClick</span><span class="o">(</span><span class="n">Optional</span><span class="o">&lt;</span><span class="n">AjaxRequestTarget</span><span class="o">&gt;</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onClick</span><span class="o">(</span><span class="n">Optional</span><span class="o">&lt;</span><span class="n">AjaxRequestTarget</span><span class="o">&gt;</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
         <span class="k">if</span><span class="o">(</span><span class="n">target</span><span class="o">.</span><span class="na">isPresent</span><span class="o">())</span> <span class="o">{</span>
             <span class="c1">// ...</span>
         <span class="o">}</span>