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 2015/12/04 23:49:33 UTC

[08/19] wicket-site git commit: WICKET-6049 updated links to example site

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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
deleted file mode 100644
index 428a011..0000000
--- a/content/news/2013/08/18/wicket-6-10-0-released.html
+++ /dev/null
@@ -1,192 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.10.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.10.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">18 Aug 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p>
-<p>This release marks the tenth minor release of Wicket 6. Starting with
-Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<ul>
-  <li>
-    <p>Required text form components now emit the HTML5 required attribute</p>
-  </li>
-  <li>
-    <p>URLs with username/passwords in them will now be parsed correctly
-http://me:secret@localhost and http://me:secret@localhost:8080 will
-no longer trigger an invalid number exception</p>
-  </li>
-  <li>
-    <p>OnEventHeaderItem uses JavaScript event registration, instead of
-inline DOM attributes, so it should remove ‘on’ prefixes when it is
-provided by the user application. For example: onclick =&gt; click.</p>
-  </li>
-</ul>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-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="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>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070
-Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>6.10.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<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>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6100">Release Notes - Wicket - Version 6.10.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5248">WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li>
-</ul>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5135">WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5164">WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5250">WICKET-5250</a> - Minified css/js gets compressed</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5251">WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5256">WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5259">WICKET-5259</a> - Url can't parse urls with username and password</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5260">WICKET-5260</a> - UrlRenderer#renderUrl() doesn't preserve the host</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5263">WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5266">WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5268">WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5269">WICKET-5269</a> - XmlAjaxResponse restores wrong response</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5272">WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5273">WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5279">WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5287">WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5291">WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5294">WICKET-5294</a> - MarkupCache ignores enforceReload flag</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5298">WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5300">WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5302">WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5306">WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5309">WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5310">WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn't work</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4993">WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5270">WICKET-5270</a> - Do not set the location.hash when clicking on a link</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5276">WICKET-5276</a> - JavaDoc &amp; API for IConverter</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5277">WICKET-5277</a> - PropertiesFactory - customizable properties loading</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> - setRequired(true) should add the HTML5 "required" attribute on &lt;input&gt; and &lt;textarea&gt; elements</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5295">WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5296">WICKET-5296</a> - OnEventHeaderItem should remove 'on' prefix for the event name</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5303">WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5304">WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5307">WICKET-5307</a> - Export resources' version cache attribute as request cycle metadata</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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
new file mode 100644
index 0000000..37b3fc4
--- /dev/null
+++ b/content/news/2013/08/18/wicket-6.10.0-released.html
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.10.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.10.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">18 Aug 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p>
+<p>This release marks the tenth minor release of Wicket 6. Starting with
+Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<ul>
+  <li>
+    <p>Required text form components now emit the HTML5 required attribute</p>
+  </li>
+  <li>
+    <p>URLs with username/passwords in them will now be parsed correctly
+http://me:secret@localhost and http://me:secret@localhost:8080 will
+no longer trigger an invalid number exception</p>
+  </li>
+  <li>
+    <p>OnEventHeaderItem uses JavaScript event registration, instead of
+inline DOM attributes, so it should remove ‘on’ prefixes when it is
+provided by the user application. For example: onclick =&gt; click.</p>
+  </li>
+</ul>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+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="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>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070
+Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.10.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<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>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6100">Release Notes - Wicket - Version 6.10.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5248">WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li>
+</ul>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5135">WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5164">WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5250">WICKET-5250</a> - Minified css/js gets compressed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5251">WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5256">WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5259">WICKET-5259</a> - Url can't parse urls with username and password</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5260">WICKET-5260</a> - UrlRenderer#renderUrl() doesn't preserve the host</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5263">WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5266">WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5268">WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5269">WICKET-5269</a> - XmlAjaxResponse restores wrong response</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5272">WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5273">WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5279">WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5287">WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5291">WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5294">WICKET-5294</a> - MarkupCache ignores enforceReload flag</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5298">WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5300">WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5302">WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5306">WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5309">WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5310">WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn't work</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4993">WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5270">WICKET-5270</a> - Do not set the location.hash when clicking on a link</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5276">WICKET-5276</a> - JavaDoc &amp; API for IConverter</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5277">WICKET-5277</a> - PropertiesFactory - customizable properties loading</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> - setRequired(true) should add the HTML5 "required" attribute on &lt;input&gt; and &lt;textarea&gt; elements</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5295">WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5296">WICKET-5296</a> - OnEventHeaderItem should remove 'on' prefix for the event name</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5303">WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5304">WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5307">WICKET-5307</a> - Export resources' version cache attribute as request cycle metadata</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index 45719e5..fdea660 100644
--- a/content/news/2013/08/index.html
+++ b/content/news/2013/08/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p>
 <p>This release marks the tenth minor release of Wicket 6. Starting with
 Wicket 6 we us...</p>
-	<a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></li>
+	<a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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
deleted file mode 100644
index c055364..0000000
--- a/content/news/2013/09/20/wicket-6-11-0-released.html
+++ /dev/null
@@ -1,186 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.11.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.11.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">20 Sep 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p>
-<p>This release marks the eleventh minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<h4 id="new-html5attributes-behavior">New HTML5Attributes behavior</h4>
-<p>HTML5 attribute support in Wicket continues to be improved upon. Add
-the new HTML5Attributes behavior to your text fields or buttons and
-Wicket will add the relevant HTML5 attributes based on the state of
-your components:</p>
-<ul>
-  <li>adds “required” if your form component is required</li>
-  <li>adds “placeholder” for the label of your form component</li>
-  <li>adds “pattern” if your form component has a PatternValidator 
-attached</li>
-  <li>adds “formnovalidate” if your button has default form processing 
-set to false</li>
-</ul>
-<p>This behavior replaces the functionality from 6.10 where HTML5
-attributes were added automatically (see
-<a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> and
-<a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a>)</p>
-<h4 id="beanvalidation-receives-french-translation">BeanValidation receives french translation</h4>
-<p>The BeanValidation project now has a french translation for
-validation errors:</p>
-<ul>
-  <li>Le champ ‘${label}’ ne doit pas être null</li>
-  <li>Le champ ‘${label}’ pourrait contenir du contenu HTML dangereux</li>
-</ul>
-<p>Bonne chance!</p>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-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="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>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<p>Glassfish has fixed this in trunk according to
-<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
-the fix has yet to be integrated into a release.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>6.11.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<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>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6110">Release Notes - Wicket - Version 6.11.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5313">WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5315">WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5316">WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5319">WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5322">WICKET-5322</a> - “Source code” link doesn’t work at wicket-library.com</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5325">WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5329">WICKET-5329</a> - “Required” flag initialized too early in  PropertyValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5332">WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5334">WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5335">WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5339">WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5343">WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5345">WICKET-5345</a> - Url.canonical() breaks when there are two consecutive “parent” segments followed by a normal segment</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5348">WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5327">WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a> - Make html5 form validation configurable</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5333">WICKET-5333</a> - wicket-bean-validation french translation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5341">WICKET-5341</a> - JavaDoc for IFormValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5354">WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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
new file mode 100644
index 0000000..368d06a
--- /dev/null
+++ b/content/news/2013/09/20/wicket-6.11.0-released.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.11.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.11.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">20 Sep 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p>
+<p>This release marks the eleventh minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<h4 id="new-html5attributes-behavior">New HTML5Attributes behavior</h4>
+<p>HTML5 attribute support in Wicket continues to be improved upon. Add
+the new HTML5Attributes behavior to your text fields or buttons and
+Wicket will add the relevant HTML5 attributes based on the state of
+your components:</p>
+<ul>
+  <li>adds “required” if your form component is required</li>
+  <li>adds “placeholder” for the label of your form component</li>
+  <li>adds “pattern” if your form component has a PatternValidator 
+attached</li>
+  <li>adds “formnovalidate” if your button has default form processing 
+set to false</li>
+</ul>
+<p>This behavior replaces the functionality from 6.10 where HTML5
+attributes were added automatically (see
+<a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> and
+<a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a>)</p>
+<h4 id="beanvalidation-receives-french-translation">BeanValidation receives french translation</h4>
+<p>The BeanValidation project now has a french translation for
+validation errors:</p>
+<ul>
+  <li>Le champ ‘${label}’ ne doit pas être null</li>
+  <li>Le champ ‘${label}’ pourrait contenir du contenu HTML dangereux</li>
+</ul>
+<p>Bonne chance!</p>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+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="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>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
+WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Glassfish has fixed this in trunk according to
+<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
+the fix has yet to be integrated into a release.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.11.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<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>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6110">Release Notes - Wicket - Version 6.11.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5313">WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5315">WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5316">WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5319">WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5322">WICKET-5322</a> - “Source code” link doesn’t work at wicket-library.com</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5325">WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5329">WICKET-5329</a> - “Required” flag initialized too early in  PropertyValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5332">WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5334">WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5335">WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5339">WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5343">WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5345">WICKET-5345</a> - Url.canonical() breaks when there are two consecutive “parent” segments followed by a normal segment</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5348">WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5327">WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a> - Make html5 form validation configurable</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5333">WICKET-5333</a> - wicket-bean-validation french translation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5341">WICKET-5341</a> - JavaDoc for IFormValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5354">WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 3dedfe2..aed6fd8 100644
--- a/content/news/2013/09/index.html
+++ b/content/news/2013/09/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p>
 <p>This release marks the eleventh minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2013/09/20/wicket-6-11-0-released.html">more</a></li>
+	<a href="/news/2013/09/20/wicket-6.11.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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
deleted file mode 100644
index 6885218..0000000
--- a/content/news/2013/11/01/wicket-6-12-0-released.html
+++ /dev/null
@@ -1,181 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.12.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.12.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">01 Nov 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p>
-<p>This release marks the twelfth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 16 bugs and adds the following improvements:</p>
-<ul>
-  <li>Support MultiFileUploadField in FormTester</li>
-  <li>Add support for parsing IE 11 user agent</li>
-  <li>Log the exception if the application cannot start properly</li>
-  <li>Add Wicket.Event.unsubscribe method</li>
-  <li>Allow form components to trim the input themselves</li>
-  <li>Allow DebugBar contributors to be removed</li>
-  <li>Session management doesn’t work with Jetty’s JDBCSessionManager</li>
-  <li>HeaderItem to be Serializable</li>
-</ul>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-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="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>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<p>Glassfish has fixed this in trunk according to
-<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
-the fix has yet to be integrated into a release.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
- <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
- <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
- <span class="nt">&lt;version&gt;</span>6.12.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<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>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6120">Release Notes - Wicket - Version 6.12.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4862">WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5101">WICKET-5101</a> - Could not open second modal window after closing first</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5356">WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5359">WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5366">WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/… when using a bundle</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5369">WICKET-5369</a> - Can’t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5374">WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5375">WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5378">WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5380">WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5382">WICKET-5382</a> - AutoComplete JavaScript errors</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5385">WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5386">WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5397">WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5398">WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5346">WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5362">WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5376">WICKET-5376</a> - Log the exception if the application cannot start properly</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5381">WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5384">WICKET-5384</a> - Allow form components to trim the input themselves</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5388">WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5390">WICKET-5390</a> - Session management doesn’t work with Jetty’s JDBCSessionManager</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5395">WICKET-5395</a> - HeaderItem to be Serializable</li>
-</ul>
-<h4 id="wish">Wish</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5393">WICKET-5393</a> - Remove ‘final’ from InlineFrame#onComponentTag()</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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
new file mode 100644
index 0000000..79da1fd
--- /dev/null
+++ b/content/news/2013/11/01/wicket-6.12.0-released.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.12.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.12.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">01 Nov 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p>
+<p>This release marks the twelfth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 16 bugs and adds the following improvements:</p>
+<ul>
+  <li>Support MultiFileUploadField in FormTester</li>
+  <li>Add support for parsing IE 11 user agent</li>
+  <li>Log the exception if the application cannot start properly</li>
+  <li>Add Wicket.Event.unsubscribe method</li>
+  <li>Allow form components to trim the input themselves</li>
+  <li>Allow DebugBar contributors to be removed</li>
+  <li>Session management doesn’t work with Jetty’s JDBCSessionManager</li>
+  <li>HeaderItem to be Serializable</li>
+</ul>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+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="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>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
+WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Glassfish has fixed this in trunk according to
+<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
+the fix has yet to be integrated into a release.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+ <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+ <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+ <span class="nt">&lt;version&gt;</span>6.12.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<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>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6120">Release Notes - Wicket - Version 6.12.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4862">WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5101">WICKET-5101</a> - Could not open second modal window after closing first</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5356">WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5359">WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5366">WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/… when using a bundle</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5369">WICKET-5369</a> - Can’t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5374">WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5375">WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5378">WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5380">WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5382">WICKET-5382</a> - AutoComplete JavaScript errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5385">WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5386">WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5397">WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5398">WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5346">WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5362">WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5376">WICKET-5376</a> - Log the exception if the application cannot start properly</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5381">WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5384">WICKET-5384</a> - Allow form components to trim the input themselves</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5388">WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5390">WICKET-5390</a> - Session management doesn’t work with Jetty’s JDBCSessionManager</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5395">WICKET-5395</a> - HeaderItem to be Serializable</li>
+</ul>
+<h4 id="wish">Wish</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5393">WICKET-5393</a> - Remove ‘final’ from InlineFrame#onComponentTag()</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 708898d..5973d98 100644
--- a/content/news/2013/11/index.html
+++ b/content/news/2013/11/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p>
 <p>This release marks the twelfth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2013/11/01/wicket-6-12-0-released.html">more</a></li>
+	<a href="/news/2013/11/01/wicket-6.12.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 14c9576..376293d 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -52,10 +52,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/11">November 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/11/01/wicket-6-12-0-released.html">Apache Wicket 6.12.0 released</h3>
+              		<h3 id="/news/2013/11/01/wicket-6.12.0-released.html">Apache Wicket 6.12.0 released</h3>
                       <small>01 Nov 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0! This release marks the twelfth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/11/01/wicket-6-12-0-released.html">more</a></li></p>
+              		<a href="/news/2013/11/01/wicket-6.12.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -64,10 +64,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/09">September 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/09/20/wicket-6-11-0-released.html">Apache Wicket 6.11.0 released</h3>
+              		<h3 id="/news/2013/09/20/wicket-6.11.0-released.html">Apache Wicket 6.11.0 released</h3>
                       <small>20 Sep 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0! This release marks the eleventh minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/09/20/wicket-6-11-0-released.html">more</a></li></p>
+              		<a href="/news/2013/09/20/wicket-6.11.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -76,10 +76,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/08">August 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/08/18/wicket-6-10-0-released.html">Apache Wicket 6.10.0 released</h3>
+              		<h3 id="/news/2013/08/18/wicket-6.10.0-released.html">Apache Wicket 6.10.0 released</h3>
                       <small>18 Aug 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0! This release marks the tenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></li></p>
+              		<a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -88,10 +88,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/07">July 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/07/10/wicket-6-9-1-released.html">Apache Wicket 6.9.1 released</h3>
+              		<h3 id="/news/2013/07/10/wicket-6.9.1-released.html">Apache Wicket 6.9.1 released</h3>
                       <small>10 Jul 2013</small>
               		<p>The Apache Wicket PMC announces Apache Wicket 6.9.1! This is a patch release for 6.9.0 where we inadvertently broke CDI injection into (amongst others) anonymous...
-              		<a href="/news/2013/07/10/wicket-6-9-1-released.html">more</a></li></p>
+              		<a href="/news/2013/07/10/wicket-6.9.1-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -100,10 +100,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/06">June 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/06/27/wicket-6-9-0-released.html">Apache Wicket 6.9.0 released</h3>
+              		<h3 id="/news/2013/06/27/wicket-6.9.0-released.html">Apache Wicket 6.9.0 released</h3>
                       <small>27 Jun 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0! This release marks the ninth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/06/27/wicket-6-9-0-released.html">more</a></li></p>
+              		<a href="/news/2013/06/27/wicket-6.9.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -112,10 +112,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/05">May 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/05/17/wicket-6-8-0-released.html">Apache Wicket 6.8.0 released</h3>
+              		<h3 id="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0 released</h3>
                       <small>17 May 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0! This release marks the eighth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/05/17/wicket-6-8-0-released.html">more</a></li></p>
+              		<a href="/news/2013/05/17/wicket-6.8.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -124,10 +124,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/04">April 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/04/12/wicket-6-7-0-released.html">Apache Wicket 6.7.0 released</h3>
+              		<h3 id="/news/2013/04/12/wicket-6.7.0-released.html">Apache Wicket 6.7.0 released</h3>
                       <small>12 Apr 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0! This release marks the seventh minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/04/12/wicket-6-7-0-released.html">more</a></li></p>
+              		<a href="/news/2013/04/12/wicket-6.7.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -148,16 +148,16 @@
                   <p>This section contains all news items published in <a href="/news/2013/02">February 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/02/26/wicket-1-5-10-released.html">Wicket 1.5.10 released</h3>
+              		<h3 id="/news/2013/02/26/wicket-1.5.10-released.html">Wicket 1.5.10 released</h3>
                       <small>26 Feb 2013</small>
               		<p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2013/02/26/wicket-1-5-10-released.html">more</a></li></p>
+              		<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/02/15/wicket-6-6-0-released.html">Apache Wicket 6.6.0 released</h3>
+              		<h3 id="/news/2013/02/15/wicket-6.6.0-released.html">Apache Wicket 6.6.0 released</h3>
                       <small>15 Feb 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0! This release marks the sixth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/02/15/wicket-6-6-0-released.html">more</a></li></p>
+              		<a href="/news/2013/02/15/wicket-6.6.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -166,10 +166,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/01">January 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/01/23/wicket-6-5-0-released.html">Apache Wicket 6.5.0 released</h3>
+              		<h3 id="/news/2013/01/23/wicket-6.5.0-released.html">Apache Wicket 6.5.0 released</h3>
                       <small>23 Jan 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0! This release marks the fifth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/01/23/wicket-6-5-0-released.html">more</a></li></p>
+              		<a href="/news/2013/01/23/wicket-6.5.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>