You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kamil (JIRA)" <ji...@apache.org> on 2017/05/10 18:59:04 UTC

[jira] [Updated] (WICKET-6367) UserGuide bugs/improvements

     [ https://issues.apache.org/jira/browse/WICKET-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil updated WICKET-6367:
--------------------------
    Description: 
While reading [this|https://ci.apache.org/projects/wicket/guide/8.x/single.pdf] guide I found potential bugs/problems/improvements.

Notice: all page numbers referr to the page number in page footer, not in PDF reader

* 30: {quote}//wrap disabled links with <b> tag{quote}
is copied from other listing and should be removed 

* 56, 140, 311: all
{quote}"*"{quote}
should be in separate lines
* 64: {quote}quiet{quote} -> {quote}quite{quote}
* 79: {quote}for example '<' becomes '< '{quote} -> {quote}for example '<' becomes '&amp;lt;'{quote}
* 81 and 85: LambdaModel should be also mentioned along with PropertyModel and CompoundPropertyModel
* 86: {quote}process1{quote} -> {quote}process{quote}
* 96: shouldn't be super.onDetach(); called at the end of the method?
* 98: {quote}pass row objects{quote} ->  {quote}pass raw objects{quote}, {quote}passing row objects{quote} ->  {quote}passing raw objects{quote}, {quote}Using models{quote} -> {quote}By using models{quote}
* 102: {quote}local-part\_domain{quote} -> {quote}local-part@domain{quote}, {quote}bigger than a lower bound{quote} -> {quote}greater than a lower bound{quote}, {quote}smaller than a upper bound{quote} -> {quote}less than a upper bound{quote}
* 107: instead saying that: {quote}As a consequence, we had to build a custom filter{quote} and later {quote}Since version 6.13.0 Wicket provides the additional filter class
org.apache.wicket.feedback.ExactLevelFeedbackMessageFilter{quote} just say the latter instead of the former
* 108: {quote}RadioChoice1{quote} -> {quote}RadioChoice{quote}
* 110, 122: {quote}paragraph 15{quote} -> {quote}Chapter 15{quote}
* 118: {quote}MultiPart(true)on{quote} -> {quote}setMultiPart(true) on{quote}
* 127: {quote}<input type= ../>[checkbox]{quote} -> {quote}<input type="checkbox"/>{quote}
* 130: {quote}By default CheckBoxMultipleChoice inserts a <br/> tag as suffix after each option{quote} -> [not anymore|https://issues.apache.org/jira/browse/WICKET-5640]
* 135: listing is not respecting [this change|https://issues.apache.org/jira/browse/WICKET-5349]
* 140: {quote}Surename{quote} -> {quote}Surname{quote}
* 185: {quote}setJavaScriptCompressor(…) / setJavaScriptCompressor(…)"{quote} -> {quote}setCssCompressor(…) / setJavaScriptCompressor(…){quote}
* 191: {quote}extend the a built-in{quote} -> {quote}extend a built-in{quote}
* 228: {quote}Project WicketStuff provides a module with a stateless version of the most common AJAX components and behaviors.{quote} -> it in now part of Wicket (explained in 19.7)
* 238: missing javadoc for org.apache.wicket.lambda.Lambdas
* 244: {quote}WebSockets This means{quote} -> ?
* 244: {quote}WebSocketBehavior1.onMessage() or WebSocketResource1.onMessage(){quote} -> Did you mean: {quote}WebSocketBehavior#onMessage() or WebSocketResource#onMessage(){quote}
* 245: {quote}Beware that the API/implementation of wicket-native-websocket-javax may change before Wicket 7.0.0 is released{quote} -> it's already released
* 246: {quote}handler1.prependJavaScript(CharSequence) and handler1.appendJavaScript(CharSequence){quote} -> {quote}handler.prependJavaScript(CharSequence) and handler.appendJavaScript(CharSequence){quote}
* 276: {quote}int [_] indexes{quote} -> {quote}int[] indexes{quote}
* 292:  {quote}( [")@)] xtField( [")@)] te [)@)]{quote} -> ??
* 303: {quote}consider validators. How can I find all navigators that exist?{quote} ->  {quote}consider validators. How can I find all validators that exist?{quote}
* 306: {quote}the storage of pages' bytes{quote} -> {quote}the storage of page's bytes {quote}

  was:
While reading [this|https://ci.apache.org/projects/wicket/guide/8.x/single.pdf] guide I found potential bugs/problems/improvements.

Notice: all page numbers referr to the page number in page footer, not in PDF reader

* 30: {quote}//wrap disabled links with <b> tag{quote}
is copied from other listing and should be removed 

* 56, 140: all
{quote}"*"{quote}
should be in separate lines
* 64: {quote}quiet{quote} -> {quote}quite{quote}
* 79: {quote}for example '<' becomes '< '{quote} -> {quote}for example '<' becomes '&amp;lt;'{quote}
* 81 and 85: LambdaModel should be also mentioned along with PropertyModel and CompoundPropertyModel
* 86: {quote}process1{quote} -> {quote}process{quote}
* 96: shouldn't be super.onDetach(); called at the end of the method?
* 98: {quote}pass row objects{quote} ->  {quote}pass raw objects{quote}, {quote}passing row objects{quote} ->  {quote}passing raw objects{quote}, {quote}Using models{quote} -> {quote}By using models{quote}
* 102: {quote}local-part\_domain{quote} -> {quote}local-part@domain{quote}, {quote}bigger than a lower bound{quote} -> {quote}greater than a lower bound{quote}, {quote}smaller than a upper bound{quote} -> {quote}less than a upper bound{quote}
* 107: instead saying that: {quote}As a consequence, we had to build a custom filter{quote} and later {quote}Since version 6.13.0 Wicket provides the additional filter class
org.apache.wicket.feedback.ExactLevelFeedbackMessageFilter{quote} just say the latter instead of the former
* 108: {quote}RadioChoice1{quote} -> {quote}RadioChoice{quote}
* 110, 122: {quote}paragraph 15{quote} -> {quote}Chapter 15{quote}
* 118: {quote}MultiPart(true)on{quote} -> {quote}setMultiPart(true) on{quote}
* 127: {quote}<input type= ../>[checkbox]{quote} -> {quote}<input type="checkbox"/>{quote}
* 130: {quote}By default CheckBoxMultipleChoice inserts a <br/> tag as suffix after each option{quote} -> [not anymore|https://issues.apache.org/jira/browse/WICKET-5640]
* 135: listing is not respecting [this change|https://issues.apache.org/jira/browse/WICKET-5349]
* 140: {quote}Surename{quote} -> {quote}Surname{quote}
* 185: {quote}setJavaScriptCompressor(…) / setJavaScriptCompressor(…)"{quote} -> {quote}setCssCompressor(…) / setJavaScriptCompressor(…){quote}
* 191: {quote}extend the a built-in{quote} -> {quote}extend a built-in{quote}
* 228: {quote}Project WicketStuff provides a module with a stateless version of the most common AJAX components and behaviors.{quote} -> it in now part of Wicket (explained in 19.7)
* 238: missing javadoc for org.apache.wicket.lambda.Lambdas
* 244: {quote}WebSockets This means{quote} -> ?
* 244: {quote}WebSocketBehavior1.onMessage() or WebSocketResource1.onMessage(){quote} -> Did you mean: {quote}WebSocketBehavior#onMessage() or WebSocketResource#onMessage(){quote}
* 245: {quote}Beware that the API/implementation of wicket-native-websocket-javax may change before Wicket 7.0.0 is released{quote} -> it's already released
* 246: {quote}handler1.prependJavaScript(CharSequence) and handler1.appendJavaScript(CharSequence){quote} -> {quote}handler.prependJavaScript(CharSequence) and handler.appendJavaScript(CharSequence){quote}


> UserGuide bugs/improvements
> ---------------------------
>
>                 Key: WICKET-6367
>                 URL: https://issues.apache.org/jira/browse/WICKET-6367
>             Project: Wicket
>          Issue Type: Bug
>          Components: guide
>            Reporter: Kamil
>            Assignee: Andrea Del Bene
>
> While reading [this|https://ci.apache.org/projects/wicket/guide/8.x/single.pdf] guide I found potential bugs/problems/improvements.
> Notice: all page numbers referr to the page number in page footer, not in PDF reader
> * 30: {quote}//wrap disabled links with <b> tag{quote}
> is copied from other listing and should be removed 
> * 56, 140, 311: all
> {quote}"*"{quote}
> should be in separate lines
> * 64: {quote}quiet{quote} -> {quote}quite{quote}
> * 79: {quote}for example '<' becomes '< '{quote} -> {quote}for example '<' becomes '&amp;lt;'{quote}
> * 81 and 85: LambdaModel should be also mentioned along with PropertyModel and CompoundPropertyModel
> * 86: {quote}process1{quote} -> {quote}process{quote}
> * 96: shouldn't be super.onDetach(); called at the end of the method?
> * 98: {quote}pass row objects{quote} ->  {quote}pass raw objects{quote}, {quote}passing row objects{quote} ->  {quote}passing raw objects{quote}, {quote}Using models{quote} -> {quote}By using models{quote}
> * 102: {quote}local-part\_domain{quote} -> {quote}local-part@domain{quote}, {quote}bigger than a lower bound{quote} -> {quote}greater than a lower bound{quote}, {quote}smaller than a upper bound{quote} -> {quote}less than a upper bound{quote}
> * 107: instead saying that: {quote}As a consequence, we had to build a custom filter{quote} and later {quote}Since version 6.13.0 Wicket provides the additional filter class
> org.apache.wicket.feedback.ExactLevelFeedbackMessageFilter{quote} just say the latter instead of the former
> * 108: {quote}RadioChoice1{quote} -> {quote}RadioChoice{quote}
> * 110, 122: {quote}paragraph 15{quote} -> {quote}Chapter 15{quote}
> * 118: {quote}MultiPart(true)on{quote} -> {quote}setMultiPart(true) on{quote}
> * 127: {quote}<input type= ../>[checkbox]{quote} -> {quote}<input type="checkbox"/>{quote}
> * 130: {quote}By default CheckBoxMultipleChoice inserts a <br/> tag as suffix after each option{quote} -> [not anymore|https://issues.apache.org/jira/browse/WICKET-5640]
> * 135: listing is not respecting [this change|https://issues.apache.org/jira/browse/WICKET-5349]
> * 140: {quote}Surename{quote} -> {quote}Surname{quote}
> * 185: {quote}setJavaScriptCompressor(…) / setJavaScriptCompressor(…)"{quote} -> {quote}setCssCompressor(…) / setJavaScriptCompressor(…){quote}
> * 191: {quote}extend the a built-in{quote} -> {quote}extend a built-in{quote}
> * 228: {quote}Project WicketStuff provides a module with a stateless version of the most common AJAX components and behaviors.{quote} -> it in now part of Wicket (explained in 19.7)
> * 238: missing javadoc for org.apache.wicket.lambda.Lambdas
> * 244: {quote}WebSockets This means{quote} -> ?
> * 244: {quote}WebSocketBehavior1.onMessage() or WebSocketResource1.onMessage(){quote} -> Did you mean: {quote}WebSocketBehavior#onMessage() or WebSocketResource#onMessage(){quote}
> * 245: {quote}Beware that the API/implementation of wicket-native-websocket-javax may change before Wicket 7.0.0 is released{quote} -> it's already released
> * 246: {quote}handler1.prependJavaScript(CharSequence) and handler1.appendJavaScript(CharSequence){quote} -> {quote}handler.prependJavaScript(CharSequence) and handler.appendJavaScript(CharSequence){quote}
> * 276: {quote}int [_] indexes{quote} -> {quote}int[] indexes{quote}
> * 292:  {quote}( [")@)] xtField( [")@)] te [)@)]{quote} -> ??
> * 303: {quote}consider validators. How can I find all navigators that exist?{quote} ->  {quote}consider validators. How can I find all validators that exist?{quote}
> * 306: {quote}the storage of pages' bytes{quote} -> {quote}the storage of page's bytes {quote}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)