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

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

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

Andrea Del Bene resolved WICKET-6367.
-------------------------------------
    Resolution: Fixed

> 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}
> * 311: {quote}Browser not caching files{quote} -> {quote}Browser is not caching files{quote}
> * 319: {quote}annotated with _Aspect{quote} -> {quote}annotated with @Aspect{quote}
> * 321: {quote}The additional parameter is written in bold{quote} -> it is not
> * 325: {quote}Java developers : NetBeans{quote} -> {quote}Java developers: NetBeans{quote}
> * 328: {quote}example [run-jetty-run]{quote} -> improper linking
> * 329: Actual Qwickie url is https://github.com/count-negative/qwickie
> * 338: {quote}(_see RequestCycleSettings1.RenderStrategy{quote} -> {quote}(see RequestCycleSettings.RenderStrategy{quote}
> * 12, 13, 20, 40, 43,54, 55, 67, 171, 179, 263: {quote}<em>{quote}
> * 10: {quote}_WebFilter.{quote}
> * 20: {quote}_MarkupContainer_s.{quote}
> * 112: {quote}_message{quote}
> * 174: {quote}_ResourceReference{quote}
> * 241: {quote}_EJB{quote}
> * 242: {quote}_SpringBean{quote}
> * 282: {quote}_Component{quote}
> * 285: {quote}_Autowired{quote}
> * 287: {quote}_Component{quote}
> * 295: {quote}_onSubmit(){quote}
> * 301: {quote}_SpringBean{quote}
> * 307: {quote}_MarkupFactory{quote}
> * 308: {quote}_IMarkupFilters_S{quote}, {quote}_IComponentResolver_s{quote}
> * 319: {quote}_Aspect{quote}, {quote}_Around{quote}



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