Author: adelbene
Date: Mon Feb  2 20:15:49 2015
New Revision: 1656561

URL: http://svn.apache.org/r1656561
Log:
Fix for markdown links to issues

Modified:
    wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md
    wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md

Modified: 
wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md?rev=1656561&r1=1656560&r2=1656561&view=diff
==============================================================================
--- wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md 
(original)
+++ wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md 
Mon Feb  2 20:15:49 2015
@@ -79,45 +79,45 @@ The following changes were made in Wicke
 
 #### Bug
 
-* [WICKET-5747](https://issues.apache.org/jira/browse/WICKET-5747)] - Wicket 
Ajax Click handling gets requeued in OnDomReady so fire out of order
-* [WICKET-5752](https://issues.apache.org/jira/browse/WICKET-5752)] - 
ReplacementResourceBundleReference should return the dependencies for the 
replacing resource ref
-* [WICKET-5755](https://issues.apache.org/jira/browse/WICKET-5755)] - 
Restoring focus after Ajax replace no longer works in IE8
-* [WICKET-5759](https://issues.apache.org/jira/browse/WICKET-5759)] - 
AjaxRequestAttributes extra parameters aren't properly handled in 
getCallbackFunction()
-* [WICKET-5770](https://issues.apache.org/jira/browse/WICKET-5770)] - 
PageParametersEncoder should not decode parameters with no name
-* [WICKET-5782](https://issues.apache.org/jira/browse/WICKET-5782)] - Missing 
escaping in MultiFileUploadField.js - sort of XSS
-* [WICKET-5783](https://issues.apache.org/jira/browse/WICKET-5783)] - Multiple 
events in AjaxEventBehavior with prefix 'on'
-* [WICKET-5784](https://issues.apache.org/jira/browse/WICKET-5784)] - 
arraycopy with bad length in AbstractRequestLogger:172
-* [WICKET-5793](https://issues.apache.org/jira/browse/WICKET-5793)] - Request 
for static resource creating a session in 6.13.0+
-* [WICKET-5809](https://issues.apache.org/jira/browse/WICKET-5809)] - URL IPv6 
parsing
-* [WICKET-5811](https://issues.apache.org/jira/browse/WICKET-5811)] - Infinite 
loop issue in 
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
-* [WICKET-5812](https://issues.apache.org/jira/browse/WICKET-5812)] - 
AtmosphereBehavior wrongly sets Ajax base url to '.'
+* [WICKET-5747](https://issues.apache.org/jira/browse/WICKET-5747) - Wicket 
Ajax Click handling gets requeued in OnDomReady so fire out of order
+* [WICKET-5752](https://issues.apache.org/jira/browse/WICKET-5752) - 
ReplacementResourceBundleReference should return the dependencies for the 
replacing resource ref
+* [WICKET-5755](https://issues.apache.org/jira/browse/WICKET-5755) - Restoring 
focus after Ajax replace no longer works in IE8
+* [WICKET-5759](https://issues.apache.org/jira/browse/WICKET-5759) - 
AjaxRequestAttributes extra parameters aren't properly handled in 
getCallbackFunction()
+* [WICKET-5770](https://issues.apache.org/jira/browse/WICKET-5770) - 
PageParametersEncoder should not decode parameters with no name
+* [WICKET-5782](https://issues.apache.org/jira/browse/WICKET-5782) - Missing 
escaping in MultiFileUploadField.js - sort of XSS
+* [WICKET-5783](https://issues.apache.org/jira/browse/WICKET-5783) - Multiple 
events in AjaxEventBehavior with prefix 'on'
+* [WICKET-5784](https://issues.apache.org/jira/browse/WICKET-5784) - arraycopy 
with bad length in AbstractRequestLogger:172
+* [WICKET-5793](https://issues.apache.org/jira/browse/WICKET-5793) - Request 
for static resource creating a session in 6.13.0+
+* [WICKET-5809](https://issues.apache.org/jira/browse/WICKET-5809) - URL IPv6 
parsing
+* [WICKET-5811](https://issues.apache.org/jira/browse/WICKET-5811) - Infinite 
loop issue in 
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
+* [WICKET-5812](https://issues.apache.org/jira/browse/WICKET-5812) - 
AtmosphereBehavior wrongly sets Ajax base url to '.'
 
 #### Improvement
 
-* [WICKET-4703](https://issues.apache.org/jira/browse/WICKET-4703)] - 
StringResourceModel should provide an overridable getString(Component) method
-* [WICKET-5746](https://issues.apache.org/jira/browse/WICKET-5746)] - Fire an 
event once all JS event listeners are registered
-* [WICKET-5753](https://issues.apache.org/jira/browse/WICKET-5753)] - It is 
impossible to determine the form submitting component's inputName when 
AjaxFormSubmitBehavior is used
-* [WICKET-5754](https://issues.apache.org/jira/browse/WICKET-5754)] - 
(String)ResourceModel's defaultValue could be an IModel<String>
-* [WICKET-5756](https://issues.apache.org/jira/browse/WICKET-5756)] - Allow to 
use custom ciphers when using SunJceCrypt class
-* [WICKET-5758](https://issues.apache.org/jira/browse/WICKET-5758)] - 
Portuguese translation
-* [WICKET-5760](https://issues.apache.org/jira/browse/WICKET-5760)] - Add 
constructor (String, Serializable, String) to AttributeAppender
-* [WICKET-5775](https://issues.apache.org/jira/browse/WICKET-5775)] - Replace 
the session upon successful signin for better support for Session Fixation
-* [WICKET-5776](https://issues.apache.org/jira/browse/WICKET-5776)] - Add 
information about the component when it fail in detach phase
-* [WICKET-5778](https://issues.apache.org/jira/browse/WICKET-5778)] - Pass the 
IModifiable to the IChangeListener in ModificationWatcher
-* [WICKET-5780](https://issues.apache.org/jira/browse/WICKET-5780)] - Add a 
resource reference for ContextRelativeResource
-* [WICKET-5794](https://issues.apache.org/jira/browse/WICKET-5794)] - Make 
DefaultExceptionMapper extensible
-* [WICKET-5797](https://issues.apache.org/jira/browse/WICKET-5797)] - 
Convenience method to call setResponsePage with forward option
-* [WICKET-5799](https://issues.apache.org/jira/browse/WICKET-5799)] - Add 
rel=prev/next in PagingNavigator.html
-* [WICKET-5802](https://issues.apache.org/jira/browse/WICKET-5802)] - HTML 
Import
-* [WICKET-5806](https://issues.apache.org/jira/browse/WICKET-5806)] - 
Wicket.Log should log (at least errors) in the browser console even when Wicket 
Ajax Debug window is disabled
+* [WICKET-4703](https://issues.apache.org/jira/browse/WICKET-4703) - 
StringResourceModel should provide an overridable getString(Component) method
+* [WICKET-5746](https://issues.apache.org/jira/browse/WICKET-5746) - Fire an 
event once all JS event listeners are registered
+* [WICKET-5753](https://issues.apache.org/jira/browse/WICKET-5753) - It is 
impossible to determine the form submitting component's inputName when 
AjaxFormSubmitBehavior is used
+* [WICKET-5754](https://issues.apache.org/jira/browse/WICKET-5754) - 
(String)ResourceModel's defaultValue could be an IModel<String>
+* [WICKET-5756](https://issues.apache.org/jira/browse/WICKET-5756) - Allow to 
use custom ciphers when using SunJceCrypt class
+* [WICKET-5758](https://issues.apache.org/jira/browse/WICKET-5758) - 
Portuguese translation
+* [WICKET-5760](https://issues.apache.org/jira/browse/WICKET-5760) - Add 
constructor (String, Serializable, String) to AttributeAppender
+* [WICKET-5775](https://issues.apache.org/jira/browse/WICKET-5775) - Replace 
the session upon successful signin for better support for Session Fixation
+* [WICKET-5776](https://issues.apache.org/jira/browse/WICKET-5776) - Add 
information about the component when it fail in detach phase
+* [WICKET-5778](https://issues.apache.org/jira/browse/WICKET-5778) - Pass the 
IModifiable to the IChangeListener in ModificationWatcher
+* [WICKET-5780](https://issues.apache.org/jira/browse/WICKET-5780) - Add a 
resource reference for ContextRelativeResource
+* [WICKET-5794](https://issues.apache.org/jira/browse/WICKET-5794) - Make 
DefaultExceptionMapper extensible
+* [WICKET-5797](https://issues.apache.org/jira/browse/WICKET-5797) - 
Convenience method to call setResponsePage with forward option
+* [WICKET-5799](https://issues.apache.org/jira/browse/WICKET-5799) - Add 
rel=prev/next in PagingNavigator.html
+* [WICKET-5802](https://issues.apache.org/jira/browse/WICKET-5802) - HTML 
Import
+* [WICKET-5806](https://issues.apache.org/jira/browse/WICKET-5806) - 
Wicket.Log should log (at least errors) in the browser console even when Wicket 
Ajax Debug window is disabled
 
 #### New Feature
 
-* [WICKET-5771](https://issues.apache.org/jira/browse/WICKET-5771)] - Ability 
to escape resource bundle messages added with wicket:message
+* [WICKET-5771](https://issues.apache.org/jira/browse/WICKET-5771) - Ability 
to escape resource bundle messages added with wicket:message
 
 #### Task
 
-* [WICKET-5791](https://issues.apache.org/jira/browse/WICKET-5791)] - Update 
JQuery to 1.11.2 and 2.1.3
+* [WICKET-5791](https://issues.apache.org/jira/browse/WICKET-5791) - Update 
JQuery to 1.11.2 and 2.1.3
 
 
 Have fun!

Modified: 
wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md?rev=1656561&r1=1656560&r2=1656561&view=diff
==============================================================================
--- wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md 
(original)
+++ wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md 
Mon Feb  2 20:15:49 2015
@@ -97,59 +97,60 @@ uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
 
 Release Notes - Wicket - Version 7.0.0-M5
 
-#### Bug
+#### Bugs
 
-*   [WICKET-5584](https://issues.apache.org/jira/browse/WICKET-5584)] - 
DiskDataStore error
-*   [WICKET-5747](https://issues.apache.org/jira/browse/WICKET-5747)] - Wicket 
Ajax Click handling gets requeued in OnDomReady so fire out of order
-*   [WICKET-5748](https://issues.apache.org/jira/browse/WICKET-5748)] - 
StackOverflowError while trying to get the Markup of WicketHeadContainer
-*   [WICKET-5751](https://issues.apache.org/jira/browse/WICKET-5751)] - 
NullPointerException in IntHashMap
-*   [WICKET-5752](https://issues.apache.org/jira/browse/WICKET-5752)] - 
ReplacementResourceBundleReference should return the dependencies for the 
replacing resource ref
-*   [WICKET-5759](https://issues.apache.org/jira/browse/WICKET-5759)] - 
AjaxRequestAttributes extra parameters aren't properly handled in 
getCallbackFunction()
-*   [WICKET-5770](https://issues.apache.org/jira/browse/WICKET-5770)] - 
PageParametersEncoder should not decode parameters with no name
-*   [WICKET-5772](https://issues.apache.org/jira/browse/WICKET-5772)] - 
LoadableDetachableModel caches null value if load() fails, bug in getObject() 
{attached = true;}
-*   [WICKET-5777](https://issues.apache.org/jira/browse/WICKET-5777)] - Reload 
of page leads to WicketRuntimeException
-*   [WICKET-5782](https://issues.apache.org/jira/browse/WICKET-5782)] - 
Missing escaping in MultiFileUploadField.js - sort of XSS
-*   [WICKET-5783](https://issues.apache.org/jira/browse/WICKET-5783)] - 
Multiple events in AjaxEventBehavior with prefix 'on'
-*   [WICKET-5784](https://issues.apache.org/jira/browse/WICKET-5784)] - 
arraycopy with bad length in AbstractRequestLogger:172
-*   [WICKET-5793](https://issues.apache.org/jira/browse/WICKET-5793)] - 
Request for static resource creating a session in 6.13.0+
-*   [WICKET-5800](https://issues.apache.org/jira/browse/WICKET-5800)] - 
wicket:enclosure within FormComponentPanel causes exception related to 
dequeueing
-*   [WICKET-5809](https://issues.apache.org/jira/browse/WICKET-5809)] - URL 
IPv6 parsing
-*   [WICKET-5811](https://issues.apache.org/jira/browse/WICKET-5811)] - 
Infinite loop issue in 
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
-*   [WICKET-5812](https://issues.apache.org/jira/browse/WICKET-5812)] - 
AtmosphereBehavior wrongly sets Ajax base url to '.'
-*   [WICKET-5817](https://issues.apache.org/jira/browse/WICKET-5817)] - 
Wicket-JMX should depend on asm-util
-
-#### Improvement
-*   [WICKET-4703](https://issues.apache.org/jira/browse/WICKET-4703)] - 
StringResourceModel should provide an overridable getString(Component) method
-*   [WICKET-5746](https://issues.apache.org/jira/browse/WICKET-5746)] - Fire 
an event once all JS event listeners are registered
-*   [WICKET-5753](https://issues.apache.org/jira/browse/WICKET-5753)] - It is 
impossible to determine the form submitting component's inputName when 
AjaxFormSubmitBehavior is used
-*   [WICKET-5754](https://issues.apache.org/jira/browse/WICKET-5754)] - 
(String)ResourceModel's defaultValue could be an IModel<String>
-*   [WICKET-5756](https://issues.apache.org/jira/browse/WICKET-5756)] - Allow 
to use custom ciphers when using SunJceCrypt class
-*   [WICKET-5758](https://issues.apache.org/jira/browse/WICKET-5758)] - 
Portuguese translation
-*   [WICKET-5760](https://issues.apache.org/jira/browse/WICKET-5760)] - Add 
constructor (String, Serializable, String) to AttributeAppender
-*   [WICKET-5774](https://issues.apache.org/jira/browse/WICKET-5774)] - 
UrlRenderer should render full and absolute urls in their canonical form
-*   [WICKET-5775](https://issues.apache.org/jira/browse/WICKET-5775)] - 
Replace the session upon successful signin for better support for Session 
Fixation
-*   [WICKET-5776](https://issues.apache.org/jira/browse/WICKET-5776)] - Add 
information about the component when it fail in detach phase
-*   [WICKET-5778](https://issues.apache.org/jira/browse/WICKET-5778)] - Pass 
the IModifiable to the IChangeListener in ModificationWatcher
-*   [WICKET-5780](https://issues.apache.org/jira/browse/WICKET-5780)] - Add a 
resource reference for ContextRelativeResource
-*   [WICKET-5789](https://issues.apache.org/jira/browse/WICKET-5789)] - Make 
org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
-*   [WICKET-5794](https://issues.apache.org/jira/browse/WICKET-5794)] - Make 
DefaultExceptionMapper extensible
-*   [WICKET-5797](https://issues.apache.org/jira/browse/WICKET-5797)] - 
Convenience method to call setResponsePage with forward option
-*   [WICKET-5799](https://issues.apache.org/jira/browse/WICKET-5799)] - Add 
rel=prev/next in PagingNavigator.html
-*   [WICKET-5802](https://issues.apache.org/jira/browse/WICKET-5802)] - HTML 
Import
-*   [WICKET-5803](https://issues.apache.org/jira/browse/WICKET-5803)] - Reduce 
log for "o.a.w.r.PropertiesFactory | Loading properties files from 
..."
-*   [WICKET-5806](https://issues.apache.org/jira/browse/WICKET-5806)] - 
Wicket.Log should log (at least errors) in the browser console even when Wicket 
Ajax Debug window is disabled
-*   [WICKET-5808](https://issues.apache.org/jira/browse/WICKET-5808)] - 
SpringBean, support generic beans
-*   [WICKET-5818](https://issues.apache.org/jira/browse/WICKET-5818)] - Add 
support for httpOnly cookies to CookieDefaults
-*   [WICKET-5820](https://issues.apache.org/jira/browse/WICKET-5820)] - 
improve StringResourceModel's resource key interpolation for null
+* [WICKET-5584](https://issues.apache.org/jira/browse/WICKET-5584) - 
DiskDataStore error
+* [WICKET-5747](https://issues.apache.org/jira/browse/WICKET-5747) - Wicket 
Ajax Click handling gets requeued in OnDomReady so fire out of order
+* [WICKET-5748](https://issues.apache.org/jira/browse/WICKET-5748) - 
StackOverflowError while trying to get the Markup of WicketHeadContainer
+* [WICKET-5751](https://issues.apache.org/jira/browse/WICKET-5751) - 
NullPointerException in IntHashMap
+* [WICKET-5752](https://issues.apache.org/jira/browse/WICKET-5752) - 
ReplacementResourceBundleReference should return the dependencies for the 
replacing resource ref
+* [WICKET-5759](https://issues.apache.org/jira/browse/WICKET-5759) - 
AjaxRequestAttributes extra parameters aren't properly handled in 
getCallbackFunction()
+* [WICKET-5770](https://issues.apache.org/jira/browse/WICKET-5770) - 
PageParametersEncoder should not decode parameters with no name
+* [WICKET-5772](https://issues.apache.org/jira/browse/WICKET-5772) - 
LoadableDetachableModel caches null value if load() fails, bug in getObject() 
{attached = true;}
+* [WICKET-5777](https://issues.apache.org/jira/browse/WICKET-5777) - Reload of 
page leads to WicketRuntimeException
+* [WICKET-5782](https://issues.apache.org/jira/browse/WICKET-5782) - Missing 
escaping in MultiFileUploadField.js - sort of XSS
+* [WICKET-5783](https://issues.apache.org/jira/browse/WICKET-5783) - Multiple 
events in AjaxEventBehavior with prefix 'on'
+* [WICKET-5784](https://issues.apache.org/jira/browse/WICKET-5784) - arraycopy 
with bad length in AbstractRequestLogger:172
+* [WICKET-5793](https://issues.apache.org/jira/browse/WICKET-5793) - Request 
for static resource creating a session in 6.13.0+
+* [WICKET-5800](https://issues.apache.org/jira/browse/WICKET-5800) - 
wicket:enclosure within FormComponentPanel causes exception related to 
dequeueing
+* [WICKET-5809](https://issues.apache.org/jira/browse/WICKET-5809) - URL IPv6 
parsing
+* [WICKET-5811](https://issues.apache.org/jira/browse/WICKET-5811) - Infinite 
loop issue in 
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
+* [WICKET-5812](https://issues.apache.org/jira/browse/WICKET-5812) - 
AtmosphereBehavior wrongly sets Ajax base url to '.'
+* [WICKET-5817](https://issues.apache.org/jira/browse/WICKET-5817) - 
Wicket-JMX should depend on asm-util
+
+#### Improvements
+
+* [WICKET-4703](https://issues.apache.org/jira/browse/WICKET-4703) - 
StringResourceModel should provide an overridable getString(Component) method
+* [WICKET-5746](https://issues.apache.org/jira/browse/WICKET-5746) - Fire an 
event once all JS event listeners are registered
+* [WICKET-5753](https://issues.apache.org/jira/browse/WICKET-5753) - It is 
impossible to determine the form submitting component's inputName when 
AjaxFormSubmitBehavior is used
+* [WICKET-5754](https://issues.apache.org/jira/browse/WICKET-5754) - 
(String)ResourceModel's defaultValue could be an IModel<String>
+* [WICKET-5756](https://issues.apache.org/jira/browse/WICKET-5756) - Allow to 
use custom ciphers when using SunJceCrypt class
+* [WICKET-5758](https://issues.apache.org/jira/browse/WICKET-5758) - 
Portuguese translation
+* [WICKET-5760](https://issues.apache.org/jira/browse/WICKET-5760) - Add 
constructor (String, Serializable, String) to AttributeAppender
+* [WICKET-5774](https://issues.apache.org/jira/browse/WICKET-5774) - 
UrlRenderer should render full and absolute urls in their canonical form
+* [WICKET-5775](https://issues.apache.org/jira/browse/WICKET-5775) - Replace 
the session upon successful signin for better support for Session Fixation
+* [WICKET-5776](https://issues.apache.org/jira/browse/WICKET-5776) - Add 
information about the component when it fail in detach phase
+* [WICKET-5778](https://issues.apache.org/jira/browse/WICKET-5778) - Pass the 
IModifiable to the IChangeListener in ModificationWatcher
+* [WICKET-5780](https://issues.apache.org/jira/browse/WICKET-5780) - Add a 
resource reference for ContextRelativeResource
+* [WICKET-5789](https://issues.apache.org/jira/browse/WICKET-5789) - Make 
org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+* [WICKET-5794](https://issues.apache.org/jira/browse/WICKET-5794) - Make 
DefaultExceptionMapper extensible
+* [WICKET-5797](https://issues.apache.org/jira/browse/WICKET-5797) - 
Convenience method to call setResponsePage with forward option
+* [WICKET-5799](https://issues.apache.org/jira/browse/WICKET-5799) - Add 
rel=prev/next in PagingNavigator.html
+* [WICKET-5802](https://issues.apache.org/jira/browse/WICKET-5802) - HTML 
Import
+* [WICKET-5803](https://issues.apache.org/jira/browse/WICKET-5803) - Reduce 
log for "o.a.w.r.PropertiesFactory | Loading properties files from 
..."
+* [WICKET-5806](https://issues.apache.org/jira/browse/WICKET-5806) - 
Wicket.Log should log (at least errors) in the browser console even when Wicket 
Ajax Debug window is disabled
+* [WICKET-5808](https://issues.apache.org/jira/browse/WICKET-5808) - 
SpringBean, support generic beans
+* [WICKET-5818](https://issues.apache.org/jira/browse/WICKET-5818) - Add 
support for httpOnly cookies to CookieDefaults
+* [WICKET-5820](https://issues.apache.org/jira/browse/WICKET-5820) - improve 
StringResourceModel's resource key interpolation for null
 
-#### New Feature
+#### New Features
 
-*   [WICKET-5771](https://issues.apache.org/jira/browse/WICKET-5771)] - 
Ability to escape resource bundle messages added with wicket:message
+* [WICKET-5771](https://issues.apache.org/jira/browse/WICKET-5771) - Ability 
to escape resource bundle messages added with wicket:message
 
-#### Task
+#### Tasks
 
-*   [WICKET-5732](https://issues.apache.org/jira/browse/WICKET-5732)] - 
Improve component queuing and auto component
-*   [WICKET-5791](https://issues.apache.org/jira/browse/WICKET-5791)] - Update 
JQuery to 1.11.2 and 2.1.3
+* [WICKET-5732](https://issues.apache.org/jira/browse/WICKET-5732) - Improve 
component queuing and auto component
+* [WICKET-5791](https://issues.apache.org/jira/browse/WICKET-5791) - Update 
JQuery to 1.11.2 and 2.1.3
 
 Have fun!
 


Reply via email to