Skip to content
  1. Jan 26, 2012
  2. Jan 25, 2012
  3. Jan 19, 2012
  4. Jan 18, 2012
  5. Jan 17, 2012
  6. Jan 16, 2012
  7. Jan 12, 2012
  8. Jan 11, 2012
  9. Jan 04, 2012
  10. Dec 28, 2011
  11. Dec 27, 2011
  12. Dec 21, 2011
    • Rene Saarsoo's avatar
      Allow configs begin with uppercase letter. · 9bd94156
      Rene Saarsoo authored
      Previously all @cfgs beginning with uppercase letter were treated
      as classes, because a class definition can also contain @cfg tags.
      Now we only treat it as class definition when there is more than
      one @cfg inside one doc-comment.
      9bd94156
  13. Dec 20, 2011
  14. Dec 16, 2011
    • Rene Saarsoo's avatar
      Show info about overridden members. · fd4f1cea
      Rene Saarsoo authored
      For each member we now show a list of all the members that it overrides
      (if there are any). No more needs one wonder if the method happens to
      override a method in some parent class or mixin - the information is
      right the in the docs.
      
      This implementation mostly works. However I have to refactor it around a
      bit to ensure it doesn't misbehave when parallel-processing is used.
      fd4f1cea
    • Rene Saarsoo's avatar
      Fix regression Docs app in error message showing. · be641d68
      Rene Saarsoo authored
      The error-handling code had gone out-of sync with the rest. The
      Index controller had been renamed, and so error handling failed.
      
      Now there is a separate Failure controller.
      
      In addition to Classes and Guides, error messages are now also shown
      when loading of videos or examples fails.
      be641d68
  15. Dec 15, 2011
  16. Dec 14, 2011
  17. Dec 13, 2011
Loading