You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2013/04/18 11:30:09 UTC

svn commit: r1469244 [3/4] - in /wicket/common/site/trunk: ./ _includes/ _posts/ _site/ _site/2009/07/30/ _site/2009/08/21/ _site/2009/10/12/ _site/2009/10/24/ _site/2009/12/13/ _site/2009/12/21/ _site/2010/02/01/ _site/2010/03/05/ _site/2010/05/03/ _s...

Modified: wicket/common/site/trunk/_site/contribute/build.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/build.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/build.html (original)
+++ wicket/common/site/trunk/_site/contribute/build.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -188,8 +188,7 @@
 
 <p>Clone the master branch from Apache Git Wicket repository</p>
 <div class='highlight'><pre><code class='console'><span class='gp'>$</span> git clone http://git-wip-us.apache.org/repos/asf/wicket.git
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will give you a directory structure like the following directory tree:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>wicket</span>
 <span class='go'>wicket/wicket-core</span>
@@ -199,15 +198,13 @@
 <span class='go'>wicket/wicket-examples</span>
 <span class='go'>wicket/wicket-spring-annot</span>
 <span class='go'>...</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>To check out a different branch use:</p>
 <div class='highlight'><pre><code class='console'><span class='gp'>$</span> <span class='nb'>cd </span>wicket
 <span class='gp'>$</span> git checkout -b release/wicket-x.y.z release/wicket-x.y.z
 <span class='gp'>#</span> verify the branch with:
 <span class='gp'>$</span> git branch
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this document we focus at the maven project descriptor located in the top level directory, which enforces default settings for all Wicket projects such as plug-in settings, versioning of the Wicket projects, managing the various dependencies and more.</p>
 
 <p>The artifacts in this project are there only for having a consistent build. This top-level project doesn&#8217;t have sources for itself.</p>
@@ -220,12 +217,10 @@
 
 <p>If you haven&#8217;t done so already change into the Wicket root directory:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>cd wicket</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Now building all of Wicket is as simple as issuing the following command:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn install</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will compile, test, package and install all Wicket projects. Installation means putting the jar files into your local Maven repository, including the source, but without the javadoc jars (this is a Wicket specific configuration, because build javadoc takes a long time).</p>
 
 <p>The following commands are useful: <table>
@@ -243,8 +238,7 @@
 
 <p>As this is our main development you might/will encounter failing unit tests. These can be skipped using:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn -Dmaven.test.skip=true install</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Of course, all bets are off then and your mileage may vary if you use such a built jar.</p>
 
 <h3 id='using_your_own_built_artifacts'>Using your own built artifacts</h3>
@@ -256,12 +250,10 @@
     <span class='nt'>&lt;version&gt;</span>6.0-SNAPSHOT<span class='nt'>&lt;/version&gt;</span>
     <span class='nt'>&lt;scope&gt;</span>compile<span class='nt'>&lt;/scope&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>And adding this to your Eclipse, NetBeans or IntelliJ IDEA project classpath is then as simple as:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn eclipse:eclipse</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>or opening the project using Netbeans or IDEAs Maven integration.</p>
 
 <p>Maven will then add all the necessary JAR files to the project&#8217;s classpath.</p>
@@ -270,8 +262,7 @@
 
 <p>You can add this setting using maven:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/contribute/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/index.html (original)
+++ wicket/common/site/trunk/_site/contribute/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/contribute/patch.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/patch.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/patch.html (original)
+++ wicket/common/site/trunk/_site/contribute/patch.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -193,8 +193,7 @@
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git add any_files_you_created_modified_or_deleted</span>
 <span class='go'>git diff --cached &gt; /tmp/fix-WICKET-NNNN.patch</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Attach that file (/tmp/fix-WICKET-NNNN.patch) to the <a href='https://issues.apache.org/jira/browse/WICKET'>JIRA</a></li>
 </ul>

Modified: wicket/common/site/trunk/_site/contribute/release.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/release.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/release.html (original)
+++ wicket/common/site/trunk/_site/contribute/release.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -210,33 +210,31 @@
 <li>Start gpg-agent as a daemon (OS X, using homebrew installation of gpg, gpg-agent, pinentry):</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>    eval `gpg-agent --daemon --pinentry-program /usr/local/bin/pinentry`</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
-<li>Create an environment variable such that you can copy/paste several of the following commands (substitute 6.0.0 with the number you&#8217;re actually going to release):</li>
+<li>Create an environment variable such that you can copy/paste several of the following commands (substitute 6.0.0 with the number you&#8217;re actually going to release)</li>
+
+<li>And create an environment variable for your Apache username for uploading the release:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>export NEWVERSION=6.0.0</span>
-</code></pre>
-</div>
+<span class='go'>export APACHEID=apacheid</span>
+</code></pre></div>
 <ul>
 <li>Sign pom.xml such that gpg-agent has enabled your key (and remove the .asc file). This triggers the pinentry program and sets the stage for gpg-agent:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>gpg --armor --detach-sign --use-agent --sign pom.xml</span>
 <span class='go'>rm pom.xml.asc</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create release branch:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:branch -DbranchName=build/wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Checkout the release branch:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>
 <p>Update archetypes/quickstart/src/main/archetype-resources/pom.xml to use NEWVERSION of Wicket and commit</p>
@@ -255,21 +253,18 @@
 </li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:prepare</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Remove last commit such that HEAD points to the NEWVERSION release, not the new development version</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git reset HEAD^ --hard</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create source archive:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git archive --format=tar.gz --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.tar.gz wicket-$NEWVERSION</span>
 <span class='go'>git archive --format=zip --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.zip wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li><strong>NOTE 1</strong> the trailing &#8217;/&#8217; after &#8211;prefix=NEWVERSION is vital for the tarball</li>
 
@@ -283,26 +278,16 @@
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.tar.gz &gt; apache-wicket-$NEWVERSION.tar.gz.md5</span>
 <span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.sha</span>
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.md5</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>To sign the tag (overwrites the maven generated tag), execute:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>git tag -s --force wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h4 id='staging_the_build'>Staging the build</h4>
 
-<p><div class='highlight'><pre><code class='console'><span class='go'>ssh APACHE_ID@people.apache.org mkdir public_html/wicket-$NEWVERSION</span>
-<span class='go'>scp apache-wicket-* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION</span>
-</code></pre>
-</div></p>
-
-<p><strong>TODO</strong> figure out how to let <code>release:perform</code> work from a local checkout, such that we can actually <em>stage</em> the build instead of having to push the tag to our git repo.</p>
+<p><div class='highlight'><pre><code class='console'><span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION</span>
+<span class='go'>scp apache-wicket-* $APACHEID@people.apache.org:public_html/wicket-$NEWVERSION</span>
+</code></pre></div></p>
 
-<p>The following steps are ONLY necessary as long as the above TODO has not been resolved.</p>
-<div class='highlight'><pre><code class='console'><span class='go'>git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION</span>
-<span class='go'>git push -tags origin</span>
-</code></pre>
-</div>
 <p>The step below uploads the artifacts to a staging area for Maven.</p>
 
 <ul>
@@ -313,8 +298,7 @@
 <li>artifacts will have different signature than in previous release:prepare build (due to times changing)</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:perform</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will upload artifacts and signatures to Apache nexus in a staging repository.</p>
 
 <h4 id='create_a_binary_release'>Create a binary release</h4>
@@ -332,18 +316,17 @@
 <span class='go'>cp ../README .</span>
 <span class='go'>cp ../NOTICE .</span>
 <span class='go'>cd ..</span>
-<span class='go'>tar xfz apache-wicket-$NEWVERSION-bin.tar.gz apache-wicket-$NEWVERSION</span>
-<span class='go'>zip apache-wicket-$NEWVERSION-bin.zip apache-wicket-$NEWVERSION</span>
-<span class='go'>gpg --armor --detached-sig --use-agent --sign apache-wicket-$NEWVERSION-bin.tar.gz</span>
-<span class='go'>gpg --armor --detached-sig --use-agent --sign apache-wicket-$NEWVERSION-bin.zip</span>
+<span class='go'>tar cfz apache-wicket-$NEWVERSION-bin.tar.gz apache-wicket-$NEWVERSION</span>
+<span class='go'>zip -r apache-wicket-$NEWVERSION-bin.zip apache-wicket-$NEWVERSION</span>
+<span class='go'>gpg --armor --detach-sign --use-agent --sign apache-wicket-$NEWVERSION-bin.tar.gz</span>
+<span class='go'>gpg --armor --detach-sign --use-agent --sign apache-wicket-$NEWVERSION-bin.zip</span>
 <span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION-bin.tar.gz &gt; apache-wicket-$NEWVERSION-bin.tar.gz.sha</span>
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION-bin.tar.gz &gt; apache-wicket-$NEWVERSION-bin.tar.gz.md5</span>
-<span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION.-binzip.sha</span>
+<span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION-bin.zip.sha</span>
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION-bin.zip.md5</span>
-<span class='go'>ssh APACHE_ID@people.apache.org mkdir public_html/wicket-$NEWVERSION/bin</span>
-<span class='go'>scp apache-wicket-*bin.* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION/bin</span>
-</code></pre>
-</div>
+<span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION/bin</span>
+<span class='go'>scp apache-wicket-*bin.* $APACHEID@people.apache.org:public_html/wicket-$NEWVERSION/bin</span>
+</code></pre></div>
 <p>This binary release contains all required files to comply with the release policy, and the binary artefacts generated by our Maven release build, including the experimental modules and examples.</p>
 
 <h4 id='vote_the_build'>Vote the build</h4>
@@ -352,11 +335,10 @@
 
 <h4 id='promoting_the_build'>Promoting the build</h4>
 
-<p>The following two steps are only necessary when the previous TODO is resolved (you can&#8217;t push the tag twice).</p>
+<p>When the vote has passed successfully (at least 3 binding +1&#8217;s) push the branch and the tag to Apache git:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION</span>
 <span class='go'>git push -tags origin</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You only need to do them if you haven&#8217;t done so yet.</p>
 
 <p>See also <a href='#nexus'>managing nexus</a> for the steps needed to publish the artifacts to Maven Central. And don&#8217;t forget to announce the release!</p>
@@ -386,8 +368,7 @@
 <span class='go'>        &lt;/server&gt;</span>
 <span class='go'>&lt;/servers&gt;</span>
 <span class='go'>&lt;/settings&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Make sure you have a GnuPG key which is added to <a href='https://svn.apache.org/repos/asf/wicket/common/KEYS'>KEYS</a>. Read the header of KEYS file to see how to add it.</li>
 
@@ -405,8 +386,7 @@
 <span class='go'>mkdir /www/www.apache.org/dist/wicket/x.y.z</span>
 <span class='go'>mv ~/public_html/wicket-x.y.z/dist/* /www/www.apache.org/dist/wicket/x.y.z</span>
 <span class='go'>chown -R :wicket /www/www.apache.org/dist/wicket/x.y.z</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Login to <a href='https://repository.apache.org'>Apache Nexus Staging repo</a>, select the closed repository and click <strong>Release</strong>. It will be accessible immediately through the apache release repo and then within 1-2 hours through maven central.</li>
 
@@ -417,8 +397,7 @@
 <div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-x.y.z</span>
 <span class='go'>git tag release/wicket-x.y.z</span>
 <span class='go'>git push --tags</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Wait until repo1.maven.org has picked up the release artifacts.</li>
 
@@ -452,8 +431,7 @@
 <span class='go'>        &lt;/server&gt;</span>
 <span class='go'>&lt;/servers&gt;</span>
 <span class='go'>&lt;/settings&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This works if you can deploy artifacts into the repository.apache.org properly (i.e. you don&#8217;t see failures mentioning 401 errors).</p>
 
 <h3 id='managing_staged_artifacts'>Managing Staged Artifacts</h3>
@@ -481,8 +459,7 @@
     <span class='l-Scalar-Plain'>version</span><span class='p-Indicator'>:</span>    <span class='l-Scalar-Plain'>1.4.10</span>
     <span class='l-Scalar-Plain'>released</span><span class='p-Indicator'>:</span>   <span class='l-Scalar-Plain'>2010-08-11</span>
     <span class='l-Scalar-Plain'>versions</span><span class='p-Indicator'>:</span>   <span class='p-Indicator'>[</span><span class='nv'>1.3.7</span><span class='p-Indicator'>,</span> <span class='nv'>1.3-SNAPSHOT</span><span class='p-Indicator'>,</span> <span class='nv'>1.4.9</span><span class='p-Indicator'>,</span> <span class='nv'>1.4.10</span><span class='p-Indicator'>,</span> <span class='nv'>1.4-SNAPSHOT</span><span class='p-Indicator'>,</span> <span class='nv'>1.5-M1</span><span class='p-Indicator'>,</span> <span class='nv'>1.5-SNAPSHOT</span><span class='p-Indicator'>]</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You&#8217;ll need to edit this part: modify the version, update the released date, and add the new version to the versions list (remove any stale releases, typically just leave the previous release as well).</p>
 
 <ul>
@@ -508,8 +485,7 @@
 <span class='gp'>#</span> call <span class='s2'>&quot;svn add&quot;</span> <span class='k'>for </span>files that are new <span class='o'>(</span>there<span class='err'>&#39;</span>s probably an easier way to <span class='k'>do </span>this<span class='o'>)</span>
 <span class='go'>svn stat | grep -e &#39;^?&#39; | sed &#39;s/\?\W*//&#39; | xargs svn add</span>
 <span class='go'>svn commit -m &quot;changes to update javadocs to latest release&quot;</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/contribute/write.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/write.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/write.html (original)
+++ wicket/common/site/trunk/_site/contribute/write.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -194,30 +194,26 @@
 
 <p>Follow the instructions available on the <a href='http://github.com/mojombo/jekyll'>Jekyll website</a>. Basically it boils down to:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>gem install jekyll</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You also need to install the Pygments Python module.</p>
 
 <h2 id='checkout'>Check out from SVN</h2>
 
 <p>Before you can edit the site, you need to check it out from SVN:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>svn co https://svn.apache.org/repos/asf/wicket/common/site/trunk wicket-site</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='generate'>Generating the site</h2>
 
 <p>You can regenerate the site in the checked out directory:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>./regenerate.sh</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Note that this script restores Subversion (<code>.svn</code>) subfolders inside <code>_site</code>, which are erased when Jekyll is generating the content.</p>
 
 <h2 id='run'>Run the site</h2>
 
 <p>You can run the website and edit it live:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>./liveedit.sh</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This not only runs the server, but watches for modifications and regenerates any modified files.</p>
 
 <p>You can check out the website running at <a href='http://localhost:4000'>localhost, port 4000</a>.</p>
@@ -235,8 +231,7 @@
 <span class='l-Scalar-Plain'>layout</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>default</span>
 <span class='l-Scalar-Plain'>title</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>Write documentation</span>
 <span class='nn'>---</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='syntax_highlighting'>Syntax highlighting</h3>
 
 <p>If you have a need to render code in your templates and have it syntax highlighted, surround the code with {\% highlight java \%} (substitute java with the language you want highlighted.)</p>
@@ -254,8 +249,7 @@
 <span class='l-Scalar-Plain'>layout</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>post</span>
 <span class='l-Scalar-Plain'>title</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>Wicket 1.4.7 released</span>
 <span class='nn'>---</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='update'>Update the site</h2>
 
 <p>When you&#8217;re done with making your changes, please check the following:</p>

Modified: wicket/common/site/trunk/_site/doap.rdf
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/doap.rdf?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/doap.rdf (original)
+++ wicket/common/site/trunk/_site/doap.rdf Thu Apr 18 09:30:06 2013
@@ -25,8 +25,8 @@
 		<release>
 			<Version>
 				<name>Latest Stable Release</name>
-				<created>2013-02-15</created>
-				<revision>6.6.0</revision>
+				<created>2013-04-12</created>
+				<revision>6.7.0</revision>
 			</Version>
 		</release>
 		<repository>

Modified: wicket/common/site/trunk/_site/dtds.data/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/dtds.data/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/dtds.data/index.html (original)
+++ wicket/common/site/trunk/_site/dtds.data/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/help/email.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/email.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/email.html (original)
+++ wicket/common/site/trunk/_site/help/email.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/help/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/index.html (original)
+++ wicket/common/site/trunk/_site/help/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/help/irc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/irc.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/irc.html (original)
+++ wicket/common/site/trunk/_site/help/irc.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/help/reportabug.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/reportabug.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/reportabug.html (original)
+++ wicket/common/site/trunk/_site/help/reportabug.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/help/security.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/security.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/security.html (original)
+++ wicket/common/site/trunk/_site/help/security.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/help/support.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/support.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/support.html (original)
+++ wicket/common/site/trunk/_site/help/support.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -188,24 +188,181 @@
 
 <p>Wicket is released under the <a href='http://www.apache.org/licenses/LICENSE-2.0.html'>Apache License, Version 2.0</a>.</p>
 
-<h1 id='cve20125636__apache_wicket_xss_vulnerability'><a href='/2013/03/03/cve-2012-5636.html'>CVE-2012-5636 - Apache Wicket XSS vulnerability</a></h1>
-<p>Vendor: The Apache Software Foundation</p><p>Versions Affected: Apache Wicket 1.4.x, 1.5.x and 1.6.x</p><p>Description: It is possible for JavaScript statements to break out of a &#60;script&#62; tag in the rendered response. This might pose a security threat if the written JavaScript contains user provided data.</p><p>This vulnerability is fixed in <a href='https://wicket.apache.org/2012/12/14/wicket-6.4.0-released.html'>Apache Wicket 6.4.0</a>, <a href='https://wicket.apache.org/2013/02/26/wicket-1.5.10-released.html'>Apache Wicket 1.5.10</a> and Apache Wicket 1.4.22.</p><p>Credit: This issue was reported by Michael Riedel.</p>
-<h1 id='wicket_1510_released'><a href='/2013/02/26/wicket-1.5.10-released.html'>Wicket 1.5.10 released</a></h1>
-<p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements.</p><ul>
-<li><a href='https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.10'>Git tag</a></li>
-
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12323510'>Changelog</a></li>
-
-<li>To use in Maven:</li>
-</ul><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
+<h1 id='apache_wicket_670_released'><a href='/2013/04/12/wicket-6.7.0-released.html'>Apache Wicket 6.7.0 released</a></h1>
+<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0!</p><p>This release marks the seventh 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='webfonts_are_now_supported'>webfonts are now supported</h4><p>Our resource guard that prevents access to classpath resources that are not intended to be shared through the web server is a whitelist of permissable resource extensions. Typically images, JavaScript files, stylesheets are on the whitelist, but the file types for webfonts were blocked. From Wicket 6.7 and onward you can now embed webfonts with your components and link to them from your stylesheets.</p><h4 id='render_a_page_or_component_to_a_string'>Render a page or component to a String</h4><p>One of the issues that keeps propping up on the user lists is the ability
  to render a page or component to a String so that you can use Wicket to render HTML email messages. Now you can use <a href='http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/core/util/string/ComponentRenderer.html'>ComponentRenderer</a> to actually do so without having to resort to other less obvious methods.</p><p>ComponentRenderer exposes two methods: <code>renderComponent</code> and <code>renderPage</code> and they do exactly what their names suggest. Happy emailing!</p><h3 id='using_this_release'>Using this release</h3><p>With Apache Maven update your dependency to (and don&#8217;t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='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>1.5.10<span class='nt'>&lt;/version&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>6.7.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div><ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.10'>full distribution</a> (including source)</li>
-</ul><h1>Older news items</h1><ul>
+</code></pre></div><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.7.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.7.0</a></li>
+
+<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.7.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.7.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='http://s.apache.org/wicket-6.0-migration'>http://s.apache.org/wicket-6.0-migration</a></li>
+</ul><p>Have fun!</p><p>— The Wicket team</p><h3 id='release_notes__wicket__version_670'>Release Notes - Wicket - Version 6.7.0</h3><h4 id='bug'>Bug</h4><ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4658'>WICKET-4658</a> - TabbedPanel CSS &#8220;last&#8221; is wrong if last step is not visible</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4803'>WICKET-4803</a> - UrlDecoder should log a message when invalid input is provided</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4871'>WICKET-4871</a> - wicket-atmosphere version mismatch with wicket-example-jar</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4893'>WICKET-4893</a> - AutoCompleteTextField removes DropDownChoice from Page</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4903'>WICKET-4903</a> - relativeUrl&#8217;s begins with ./</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4907'>WICKET-4907</a> - UrlResourceReference generates broken relative URLs</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4942'>WICKET-4942</a> - Double slash &#8216;//&#8217; in starting url makes Url.parse output a relative Url</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4989'>WICKET-4989</a> - WicketTester should send copies of its cookies</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4995'>WICKET-4995</a> - Using CryptoMapper causes page to render twice</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5039'>WICKET-5039</a> - Manual invocation of FunctionsExecutor#notify() is broken</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5041'>WICKET-5041</a> - DefaultCssAutoCompleteTextField should have Constructor (String id)</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5044'>WICKET-5044</a> - Atmosphere + DateLabel</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5045'>WICKET-5045</a> - Upgrade Atmosphere to 1.0.10</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5047'>WICKET-5047</a> - Wicket Ajax: Inline script header contribution issue</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5048'>WICKET-5048</a> - Inline enclosures don&#8217;t work with different namespace</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5049'>WICKET-5049</a> - Wicket Session may be null in SessionBindingListener after deserialization</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5052'>WICKET-5052</a> - @SpringBean fails to invoke methods on bean with non-public methods</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5053'>WICKET-5053</a> - &#8220;random&#8221; parameters is now &#8220;_&#8221; with jQuery Ajax</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5054'>WICKET-5054</a> - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5055'>WICKET-5055</a> - AutoComplete still triggers redundant events to registered change listener</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5061'>WICKET-5061</a> - EnclosureHandler ignores wicket:xyz elements as children</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5067'>WICKET-5067</a> - SelectOptions fails to render text on openClose tag</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5072'>WICKET-5072</a> - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5073'>WICKET-5073</a> - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5075'>WICKET-5075</a> - When modal window is closed page scrolls to top</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5076'>WICKET-5076</a> - form#onSubmit() is called on just replaced nested forms</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5078'>WICKET-5078</a> - RestartResponseException broken with page instance and bookmarkable page</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5080'>WICKET-5080</a> - FilterToolbar.html contains javascript that is used elsewhere</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5082'>WICKET-5082</a> - Ajax update renders parent/child JS in different order than initial Page render</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5085'>WICKET-5085</a> - InlineEnclosure are piling up on each render</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5086'>WICKET-5086</a> - FormTester throws an exception when a Palette component is added to a Form associated with a compound property model</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5093'>WICKET-5093</a> - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5094'>WICKET-5094</a> - ISecuritySettings#getEnforceMounts(true) prevents access to <em>all</em> non-mounted bookmarkable pages</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5098'>WICKET-5098</a> - PackageResourceBlockedException under Windows for *.js files in web app&#8217;s own packages, not in jars</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5102'>WICKET-5102</a> - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5103'>WICKET-5103</a> - Wicket session id not up to date when container changes session id</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5104'>WICKET-5104</a> - AjaxSelfUpdatingTimerBehavior in hidden component in ModalWindow causes Ajax Response Error</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5112'>WICKET-5112</a> - Parantheses problem with UrlValidator</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5114'>WICKET-5114</a> - Url#toString(StringMode.FULL) throws exception if a segment contains two dots</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5116'>WICKET-5116</a> - TabbedPanel.setSelectedTab() does not behave as specified in JavaDoc</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5117'>WICKET-5117</a> - Wicket ignores allowDefault:false attribute in multipart ajax requests</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5123'>WICKET-5123</a> - Component.continueToOriginalDestination() can redirect to ./.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5125'>WICKET-5125</a> - IE8 error in wicket-date.js when used in a modalwindow</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5126'>WICKET-5126</a> - SecurePackageResourceGuard is blocking access to web fonts</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5131'>WICKET-5131</a> - Problems with cookies disabled when using 301/302 and also 303 (even with cookies)</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5132'>WICKET-5132</a> - Evaluation of returned data (which includes alot of javascript) very slow after ajax call in IE10.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5134'>WICKET-5134</a> - java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5136'>WICKET-5136</a> - CheckingObjectOutputStream#check(Object) swallows Exception without logging the cause</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5138'>WICKET-5138</a> - Wicket does not correctly handle http OPTIONS requests</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5141'>WICKET-5141</a> - Exception while rendering absolute URL with UrlResourceReference</li>
+</ul><h4 id='improvement'>Improvement</h4><ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4115'>WICKET-4115</a> - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5005'>WICKET-5005</a> - Add Utility to allow conversion from Panel (or Component) to html String</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5038'>WICKET-5038</a> - Add equals() and hashcode() implementation to INamedParameters.NamedPair</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5046'>WICKET-5046</a> - NumberTextField should use appropriate validator</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5050'>WICKET-5050</a> - AutoComplete should not request suggestions if input is no longer active element</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5057'>WICKET-5057</a> - FilteringHeaderResponse requires a usage of FilteringHeaderResponse.IHeaderResponseFilter for no reason when FilteredHeaderItem is used</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5062'>WICKET-5062</a> - Update the list of HTML void elements with the latest HTML5 ones</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5065'>WICKET-5065</a> - Improve UrlRenderer to be able to render urls without scheme and/or host</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5066'>WICKET-5066</a> - Allow PackageResource to decide itself whether it could be accepted or not</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5074'>WICKET-5074</a> - Improvement for MockHttpServletRequest and FormTester to support &#8216;multiple&#8217; input type of fileUpload</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5079'>WICKET-5079</a> - Allow WebApplication-specific Spring configuration</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5088'>WICKET-5088</a> - The Bootstrap class does not provide a handle for the CSSResourceReferences.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5089'>WICKET-5089</a> - Make MultiFileUploadField&#8217;s ResourceReference JS public to be able to include in Application&#8217;s getResourceBundles.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5090'>WICKET-5090</a> - Add path syntax to MarkupContainer#get( String )</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5091'>WICKET-5091</a> - Extract the short names of the ajax attributes as a constants</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5095'>WICKET-5095</a> - Upgrade Wicket Native WebSocket to Jetty 9.0.0</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5096'>WICKET-5096</a> - Add setStep method to NumberTextField</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5105'>WICKET-5105</a> - JavaDoc of IHeaderContributor is outdated</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5111'>WICKET-5111</a> - Upgrade bootstrap to 2.3.1</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5113'>WICKET-5113</a> - Set a different TimeZone for the RequestLogger</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5121'>WICKET-5121</a> - Log warning message if a component that is not on the page associated with the AjaxRequestTarget is added</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5122'>WICKET-5122</a> - Add the free Wicket guide in the books page on the official site.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5127'>WICKET-5127</a> - Dont use sun-internal packages to allow easy jdk7 compilation</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5137'>WICKET-5137</a> - Improve TagTester support for Ajax responses</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5139'>WICKET-5139</a> - Missing French translations</li>
+</ul><h4 id='task'>Task</h4><ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5097'>WICKET-5097</a> - Deprecate BaseWicketTester#startComponent(Component)</li>
+</ul><h4 id='test'>Test</h4><ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5042'>WICKET-5042</a> - Cleanup FilteringHeaderResponseTest to make it more readable</li>
+</ul>
+<h1 id='cve20125636__apache_wicket_xss_vulnerability'><a href='/2013/03/03/cve-2012-5636.html'>CVE-2012-5636 - Apache Wicket XSS vulnerability</a></h1>
+<p>Vendor: The Apache Software Foundation</p><p>Versions Affected: Apache Wicket 1.4.x, 1.5.x and 1.6.x</p><p>Description: It is possible for JavaScript statements to break out of a &#60;script&#62; tag in the rendered response. This might pose a security threat if the written JavaScript contains user provided data.</p><p>This vulnerability is fixed in <a href='https://wicket.apache.org/2012/12/14/wicket-6.4.0-released.html'>Apache Wicket 6.4.0</a>, <a href='https://wicket.apache.org/2013/02/26/wicket-1.5.10-released.html'>Apache Wicket 1.5.10</a> and Apache Wicket 1.4.22.</p><p>Credit: This issue was reported by Michael Riedel.</p><h1>Older news items</h1><ul>
+
+
+<li>
+        <a href='/2013/02/26/wicket-1.5.10-released.html'>Wicket 1.5.10 released</a> - <span>26 Feb 2013</span><br />
+        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='/2013/02/26/wicket-1.5.10-released.html'>more</a></li>
 
 
 <li>
@@ -261,12 +418,6 @@
         Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.4.x and 1.5.x Description: It is possible to inject JavaScript statements into an ajax link by...
         <a href='/2012/09/06/cve-2012-3373.html'>more</a></li>
 
-
-<li>
-        <a href='/2012/09/05/wicket-6.0.0-released.html'>Apache Wicket v6.0.0 released</a> - <span>05 Sep 2012</span><br />
-        &#8220;With great pleasure we announce the availability of Apache Wicket 6.0.0&#8221; &#8211; Martijn Dashorst, Vice President, Apache Wicket Apache Wicket v6.0.0 is the 6th major...
-        <a href='/2012/09/05/wicket-6.0.0-released.html'>more</a></li>
-
 </ul>
 <h1 id='books_about_wicket'>Books about Wicket</h1>
 

Modified: wicket/common/site/trunk/_site/learn/books/awc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/awc.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/ewdww.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/ewdww.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/ewdww.html (original)
+++ wicket/common/site/trunk/_site/learn/books/ewdww.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/freeguide.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/freeguide.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/freeguide.html (original)
+++ wicket/common/site/trunk/_site/learn/books/freeguide.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/koda.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/koda.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/koda.html (original)
+++ wicket/common/site/trunk/_site/learn/books/koda.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/kwij.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/kwij.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/kwij.html (original)
+++ wicket/common/site/trunk/_site/learn/books/kwij.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/prowicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/prowicket.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/prowicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/prowicket.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/wia.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/wia.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wia.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wia.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/books/wicket-jp.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/wicket-jp.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wicket-jp.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wicket-jp.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -186,8 +186,7 @@
     <span class='nt'>&lt;/p&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>The link component will refresh the page and the label will replace the text &#8216;nr of times&#8217; with the count. Take a look at the following Java file to see how it works on the Java side:</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
@@ -213,8 +212,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>&lt;</span><span class='n'>Integer</span><span class='o'>&gt;(</span><span class='s'>&quot;counter&quot;</span><span class='o'>,</span> <span class='n'>model</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this class we created a <code>Model</code> subclass that increases its counter everytime the <code>getObject</code> method gets called, and returns its value. We set this model on the label component, so that each time the label gets rendered the counter gets increased.</p>
 
 <p>The link doesn&#8217;t do anything, just listen to the requests and update the page. If you run this code in your application (download the Quickstart project and copy/paste the code in the homepage for a quick experience).</p>
@@ -250,8 +248,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>&lt;</span><span class='n'>Integer</span><span class='o'>&gt;(</span><span class='s'>&quot;counter&quot;</span><span class='o'>,</span> <span class='n'>model</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>As you can see, the <code>Link</code> has been replaced with the <code>AjaxFallbackLink</code>, and the <code>onClick</code> method now takes a new argument: the <code>AjaxRequestTarget</code>. If you want a component to be updated in the Ajax request, you&#8217;ll have to add them to the target. So let&#8217;s alter the file to make it possible to add the label to the request target.</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
@@ -283,8 +280,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='n'>label</span><span class='o'>);</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>We&#8217;ve moved the instantiation of the label to the beginning of the page constructor and made a local, final variable. This way we can reference the label in the event handler of the link component.</p>
 
 <p>We also had to call <code>setOutputMarkupId(true)</code> on the label to be able to update the component when the request is returned to the client browser. If we don&#8217;t, Wicket will not know how to update the markup in the client.</p>

Modified: wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -190,12 +190,11 @@
     <span class='cm'>/**</span>
 <span class='cm'>     * Gets the list of possible managers from the database.</span>
 <span class='cm'>     */</span>
-    <span class='kd'>public</span> <span class='kd'>static</span> <span class='n'>List</span><span class='o'>&lt;</span><span class='n'>Person</span><span class='o'>&gt;</span> <span class='n'>getManagers</span><span class='o'>()</span> <span class='o'>{</span>
+    <span class='kd'>public</span> <span class='kd'>static</span> <span class='n'>List</span><span class='o'>&lt;</span><span class='n'>Person</span><span class='o'>&gt;</span> <span class='nf'>getManagers</span><span class='o'>()</span> <span class='o'>{</span>
         <span class='c1'>// gets the managers from the database</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='the_assign_manager_page'>The assign manager page</h2>
 
 <p>Next we want to create a page where we assign a manager to an employee. This is how the page would look like in HTML:</p>
@@ -221,8 +220,7 @@
 <span class='nt'>&lt;/form&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This page has three components:</p>
 
 <ul>
@@ -255,8 +253,7 @@
         <span class='n'>form</span><span class='o'>.</span><span class='na'>add</span><span class='o'>(</span><span class='n'>ddc</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this example you see that we add the <code>DropDownChoice</code> to the form, and provide it with 3 parameters. The first is the component identifier. The second is the item that needs to be updated, in this case the <code>managedBy</code> field of the <code>employee</code>. The third parameter is a <code>LoadableDetachableModel</code> that retrieves the list of available choices.</p>
 
 <p>Note that the <code>DropDownChoice</code> component has many constructors, and that you need to read the JavaDoc documentation to pick the right one for you.</p>
@@ -274,8 +271,7 @@
         <span class='nt'>&lt;/select&gt;</span>
     <span class='nt'>&lt;/td&gt;</span>
 <span class='nt'>&lt;/tr&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>As you can see from this markup is that Wicket added the items of the managers list and numbered the values of the options. These are the indices of the items in the list. If the order of the list can change between requests, <em>or</em> if the list itself can change, then please use an <code>IChoiceRenderer</code>.</p>
 
 <h2 id='selecting_a_choice'>Selecting a choice</h2>
@@ -305,8 +301,7 @@
 <span class='n'>newEmployee</span><span class='o'>.</span><span class='na'>setManagedBy</span><span class='o'>(</span><span class='n'>manager</span><span class='o'>);</span>
 
 <span class='n'>setResponsePage</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>AssignManagerPage</span><span class='o'>(</span><span class='n'>newEmployee</span><span class='o'>));</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='summary'>Summary</h2>
 
 <p>This concludes the (small) example of using a <code>DropDownChoice</code> component correctly. The ideas behind Wicket are perfectly reflected in this component: work with your domain objects, bind them to your components and get on with the rest of your application.</p>

Modified: wicket/common/site/trunk/_site/learn/examples/guestbook.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/guestbook.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/guestbook.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/guestbook.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -214,8 +214,7 @@
         <span class='k'>return</span> <span class='s'>&quot;[Comment date = &quot;</span> <span class='o'>+</span> <span class='n'>date</span> <span class='o'>+</span> <span class='s'>&quot;, text = &quot;</span> <span class='o'>+</span> <span class='n'>text</span> <span class='o'>+</span> <span class='s'>&quot;]&quot;</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='guestbookjava'>GuestBook.java</h2>
 
 <p>In the file <code>GuestBook.java</code> we have put the Java component code for the guestbook page. This is the homepage for the guestbook application. The page consists of a form for entering new items to the guestbook and a list of repeating markup for showing the guestbook entries.</p>
@@ -316,8 +315,7 @@
         <span class='n'>commentList</span><span class='o'>.</span><span class='na'>clear</span><span class='o'>();</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>When the <code>CommentForm</code> is submitted, the <code>onSubmit()</code> method is called. Notice that nothing gets the value of the <code>TextArea</code> that was added in the <code>CommentForm</code> constructor. This is because the comment is the model and the third parameter to the <code>TextArea</code> constructor specified the property of the model to update. So all <code>onSubmit()</code> has to do is create a new comment from the model that was updated and add it to the comment list. When the page redraws, the new list will be rendered.</p>
 
 <p>We use a synchronized list as our shared static model used by <code>commentListView</code> (<code>commentList</code>) to ensure that it is only updated by one thread at a time. Remember, this is a multi-user application with a shared model!</p>
@@ -360,8 +358,7 @@
   <span class='nt'>&lt;/wicket:remove&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='guestbookapplicationjava'>GuestBookApplication.java</h2>
 
 <p>For completeness, we&#8217;ve included the <code>GuestBookApplication</code> class, and as a final treat the modifications to the <code>web.xml</code> file.</p>
@@ -379,8 +376,7 @@
         <span class='k'>return</span> <span class='n'>GuestBook</span><span class='o'>.</span><span class='na'>class</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='webxml'>web.xml</h2>
 
 <p>Add the following two sections (servlet and servlet-mapping) to your web.xml file for running this application.</p>
@@ -392,8 +388,7 @@
       <span class='nt'>&lt;param-value&gt;</span>org.apache.wicket.examples.guestbook.GuestBookApplication<span class='nt'>&lt;/param-value&gt;</span>
     <span class='nt'>&lt;/init-param&gt;</span>
 <span class='nt'>&lt;/filter&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/examples/helloworld.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/helloworld.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/helloworld.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/helloworld.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -191,8 +191,7 @@
         <span class='k'>return</span> <span class='n'>HelloWorld</span><span class='o'>.</span><span class='na'>class</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Here you can see that we define <code>wicket.examples.helloworld.HelloWorld</code> to be our home page. When the base URL of our application is requested, the markup rendered by the HelloWorld page is returned.</p>
 
 <h3 id='helloworldjava'>HelloWorld.java</h3>
@@ -204,8 +203,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>(</span><span class='s'>&quot;message&quot;</span><span class='o'>,</span> <span class='s'>&quot;Hello World!&quot;</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>The Label is constructed using two parameters:</p>
 
 <ol>
@@ -228,8 +226,7 @@
     <span class='nt'>&lt;span</span> <span class='na'>wicket:id=</span><span class='s'>&quot;message&quot;</span><span class='nt'>&gt;</span>Message goes here<span class='nt'>&lt;/span&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this file, you see two elements that need some attention:</p>
 
 <ul>
@@ -267,8 +264,7 @@
         <span class='nt'>&lt;url-pattern&gt;</span>/*<span class='nt'>&lt;/url-pattern&gt;</span>
     <span class='nt'>&lt;/filter-mapping&gt;</span>
 <span class='nt'>&lt;/web-app&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this definition you see the Wicket filter defined, which handles all requests. In order to let Wicket know which application is available, only the applicationClassName filter parameter is needed.</p>
 
 <p>Also, notice the url-mapping to /*. The Wicket filter will only process requests that are Wicket requests. If a request is not Wicket related, the filter will pass the request on to the chain. This ensures that (static) resources outside the realm of the Wicket application, such as style sheets, JavaScript files, images and so forth will be served by the container.</p>

Modified: wicket/common/site/trunk/_site/learn/examples/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/index.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/examples/markupinheritance.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/markupinheritance.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/markupinheritance.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/markupinheritance.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -197,8 +197,7 @@
         This is in the super markup.<span class='nt'>&lt;br&gt;</span>
     <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this markup you see two sentences that surround the <code>&lt;wicket:child&gt;</code> tag. All markup in this file will remain when a sub class of this page is created, only the <code>&lt;wicket:child&gt;</code> tag will be replaced with the child markup. So if we look at the following markup:</p>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;head&gt;&lt;/head&gt;</span>
@@ -210,8 +209,7 @@
     This is in the child markup.<span class='nt'>&lt;br&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>we can see the markup that should be included in the parent. Only the markup between the <code>&lt;wicket:extend&gt;</code> tags is included in the final page. Take a look at the following markup which is the final markup when you would use this in a Wicket application.</p>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;head&gt;&lt;/head&gt;</span>
@@ -223,8 +221,7 @@
     This is in the super markup.<span class='nt'>&lt;br&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Here you can see that the <code>&lt;wicket:child /&gt;</code> tag has been expanded, and its contents filled with exactly the markup between the <code>&lt;wicket:extend&gt;</code> tags. If you want to get rid of the special Wicket tags, you can disable that on the markup settings (<a href='http://wicketframework.org/api/wicket/settings/IMarkupSettings'>IMarkupSettings</a>).</p>
 
 <h2 id='implementing_the_basepage'>Implementing the BasePage</h2>
@@ -243,8 +240,7 @@
 		<span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>(</span><span class='s'>&quot;footer&quot;</span><span class='o'>,</span> <span class='s'>&quot;This is in the footer&quot;</span><span class='o'>));</span>
 	<span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>The two links should go into the header, and the footer in the footer of the page. Note that the abstract keyword isn&#8217;t required, but considered a good practise. Now let&#8217;s take a look at the markup for the BasePage</p>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;head&gt;&lt;/head&gt;</span>
@@ -261,8 +257,7 @@
 <span class='nt'>&lt;/div&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this markup file you see the specific basic layout: we have 3 div elements:</p>
 
 <ol>
@@ -287,8 +282,7 @@
 		<span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>(</span><span class='s'>&quot;label1&quot;</span><span class='o'>,</span> <span class='s'>&quot;This is in the subclass Page1&quot;</span><span class='o'>));</span>
 	<span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In this example you see that we add a new label component to the page: <code>label1</code>. This component is only available for <code>Page1</code>, as such <code>Page2</code> can define its own component hierarchy. Let&#8217;s take a look at the markup for <code>Page1</code>:</p>
 <div class='highlight'><pre><code class='java'><span class='o'>&lt;</span><span class='n'>html</span><span class='o'>&gt;</span>
 <span class='o'>&lt;</span><span class='n'>head</span><span class='o'>&gt;&lt;/</span><span class='n'>head</span><span class='o'>&gt;</span>
@@ -299,8 +293,7 @@
 <span class='o'>&lt;/</span><span class='nl'>wicket:</span><span class='n'>extend</span><span class='o'>&gt;</span>
 <span class='o'>&lt;/</span><span class='n'>body</span><span class='o'>&gt;</span>
 <span class='o'>&lt;/</span><span class='n'>html</span><span class='o'>&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Here you see that we added the <code>Label</code> component in the markup between the <code>&lt;wicket:extend&gt;</code> tags. If we were to add the component outside those tags, Wicket will not be able to render the component in the final page.</p>
 
 <p>Now, let&#8217;s do the same for <code>Page2</code>.</p>
@@ -313,8 +306,7 @@
 		<span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Label</span><span class='o'>(</span><span class='s'>&quot;label2&quot;</span><span class='o'>,</span> <span class='s'>&quot;This is in the subclass Page2&quot;</span><span class='o'>));</span>
 	<span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div><div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
+</code></pre></div><div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;head&gt;&lt;/head&gt;</span>
 <span class='nt'>&lt;body&gt;</span>
 <span class='nt'>&lt;wicket:extend&gt;</span>
@@ -323,8 +315,7 @@
 <span class='nt'>&lt;/wicket:extend&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In <code>Page2</code> you see that we have a different component structure (<code>label2</code> instead of <code>label1</code>), and as such that the pages are quite different.</p>
 
 <p>If you paste this code into a Wicket quickstart application, you can see it immediately working (don&#8217;t forget to set the homepage to <code>Page1</code> or <code>Page2</code>).</p>

Modified: wicket/common/site/trunk/_site/learn/examples/navomatic.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/navomatic.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/navomatic.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/navomatic.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -202,8 +202,7 @@
     <span class='nt'>&lt;/wicket:border&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='border_usage'>Border usage</h3>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;body&gt;</span>
@@ -212,16 +211,14 @@
   <span class='nt'>&lt;/span&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='rendered_markup'>Rendered markup</h3>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;body&gt;</span>
       First Middle Last
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In other words, the markup around the <code>&lt;wicket:body/&gt;</code> tag in the border component is sort of &#8220;wrapped around&#8221; the body of the <code>&lt;span&gt;</code> tag where the border is used. This seems simple in this example, but keep in mind that nested components and even nested borders can appear anywhere in either markup file. This can be used to create quite complex effects with relatively little code.</p>
 
 <h3 id='navomaticapplicationjava'>NavomaticApplication.java</h3>
@@ -239,8 +236,7 @@
         <span class='k'>return</span> <span class='n'>Page1</span><span class='o'>.</span><span class='na'>class</span><span class='o'>;</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='page1java'>Page1.java</h3>
 
 <p>The Page1 Java and HTML files look like this:</p>
@@ -253,8 +249,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>NavomaticBorder</span><span class='o'>(</span><span class='s'>&quot;navomaticBorder&quot;</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='page1html'>Page1.html</h3>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;body&gt;</span> 
@@ -263,8 +258,7 @@
     <span class='nt'>&lt;/span&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Notice that the NavomaticBorder component is attached to the <code>&lt;span&gt;</code> tag because the name of the component in the Java code is &#8220;navomaticBorder&#8221; and the <code>&lt;span&gt;</code> tag&#8217;s wicket:id attribute is set to &#8220;navomaticBorder&#8221;. Because the two names match, Wicket associates the NavomaticBorder Java component with the <code>&lt;span&gt;</code> tag.</p>
 
 <h3 id='page2java'>Page2.java</h3>
@@ -275,8 +269,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>NavomaticBorder</span><span class='o'>(</span><span class='s'>&quot;navomaticBorder&quot;</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='page2html'>Page2.html</h3>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;body&gt;</span>
@@ -285,8 +278,7 @@
     <span class='nt'>&lt;/span&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='navomaticborderjava'>NavomaticBorder.java</h3>
 
 <p>So how does NavomaticBorder work? Glad you asked. The Java code below simply adds the two BoxBorder components you see. These components are nested borders which each draw a thin black line around their contents. The rest of the magic is in the NavomaticBorder markup.</p>
@@ -303,8 +295,7 @@
         <span class='n'>addToBorder</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>BoxBorder</span><span class='o'>(</span><span class='s'>&quot;bodyBorder&quot;</span><span class='o'>));</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h3 id='navomaticborderhtml'>NavomaticBorder.html</h3>
 <div class='highlight'><pre><code class='html'><span class='nt'>&lt;html&gt;</span>
 <span class='nt'>&lt;body&gt;</span>
@@ -335,8 +326,7 @@
     <span class='nt'>&lt;/wicket:border&gt;</span>
  <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Notice that the markup above encloses the entire contents of the markup file&#8217;s <code>&lt;body&gt;</code> with a <code>&lt;wicket:border&gt;</code> tag, as we described earlier. This lets the NavomaticBorder know how much of its markup to use when it wraps itself around the markup it finds in the context where it is used. Notice also the <code>&lt;wicket:body/&gt;</code> marker which designates where to put whatever is found inside the tag at the use context.</p>
 
 <p>Next, notice that the navigation links and the border&#8217;s <code>&lt;wicket:body/&gt;</code> are both enclosed in <code>&lt;span&gt;</code> tags which have wicket:id attributes that associate those tags with the BoxBorder components added in the NavomaticBorder constructor. These nested border components will each draw a thin black line around their contents.</p>
@@ -359,8 +349,7 @@
     <span class='nt'>&lt;servlet-name&gt;</span>NavomaticApplication<span class='nt'>&lt;/servlet-name&gt;</span>
     <span class='nt'>&lt;url-pattern&gt;</span>/app/*<span class='nt'>&lt;/url-pattern&gt;</span>
 <span class='nt'>&lt;/servlet-mapping&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/examples/usingfragments.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/usingfragments.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/usingfragments.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/usingfragments.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>
@@ -187,8 +187,7 @@
     <span class='nt'>&lt;wicket:fragment</span> <span class='na'>wicket:id=</span><span class='s'>&quot;fragment2&quot;</span><span class='nt'>&gt;</span>panel 2<span class='nt'>&lt;/wicket:fragment&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>As you can see in this markup file, we already took care of adding the fragment markup to the page in the <code>&lt;wicket:fragment&gt;</code> tags. Each fragment can contain its own markup and components. Those components need to be added to the Fragment instance in the Java file, just as you would do with a panel and web markup container.</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
@@ -206,8 +205,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='n'>loop</span><span class='o'>);</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>The Loop will render 5 items, and the <code>populateItem</code> method will be called for each item. In each item we construct a fragment identifier that corresponds to the identifier in the <code>&lt;wicket:fragment&gt;</code>. The <code>Fragment</code> constructor takes the identifier of the markup it needs to attach to, and the fragment identifier telling it where to find the specific markup in the file.</p>
 
 <h2 id='adding_components_to_fragments'>Adding components to fragments</h2>
@@ -223,8 +221,7 @@
     <span class='nt'>&lt;wicket:fragment</span> <span class='na'>wicket:id=</span><span class='s'>&quot;fragment2&quot;</span><span class='nt'>&gt;</span>panel 2<span class='nt'>&lt;/wicket:fragment&gt;</span>
 <span class='nt'>&lt;/body&gt;</span>
 <span class='nt'>&lt;/html&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>In order to add the component to the first fragment we&#8217;ll introduce a subclass for fragment one to encapsulate the component.</p>
 <div class='highlight'><pre><code class='java'><span class='kn'>package</span> <span class='n'>wicket</span><span class='o'>.</span><span class='na'>quickstart</span><span class='o'>;</span>
 
@@ -255,8 +252,7 @@
         <span class='n'>add</span><span class='o'>(</span><span class='n'>loop</span><span class='o'>);</span>
     <span class='o'>}</span>
 <span class='o'>}</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>The class <code>Fragment1</code> adds the label to itself. In the loop&#8217;s <code>populateItem</code> we alternate the fragments type between <code>Fragment</code> and <code>Fragment1</code>. This means that in the final page on one line you&#8217;ll see <code>&quot;panel 1 Hello, World!&quot;</code> and on the other line just <code>&quot;panel 2&quot;</code>.</p>
 
 <h2 id='summary'>Summary</h2>

Modified: wicket/common/site/trunk/_site/learn/ides.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/ides.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/ides.html (original)
+++ wicket/common/site/trunk/_site/learn/ides.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>

Modified: wicket/common/site/trunk/_site/learn/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/index.html?rev=1469244&r1=1469243&r2=1469244&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/index.html (original)
+++ wicket/common/site/trunk/_site/learn/index.html Thu Apr 18 09:30:06 2013
@@ -89,7 +89,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">Wicket 6.6</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">Wicket 6.7</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">Wicket 1.5</a>