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
    • Rene Saarsoo's avatar
      Generalize duplicated code in Accessors. · 99263102
      Rene Saarsoo authored
      The 4 shared properties are now created in one single method.
      99263102
    • Rene Saarsoo's avatar
      Generate accessors for private configs. · fa65290a
      Rene Saarsoo authored
      This way the private accessors will be able to hide public accessors
      in parent.
      fa65290a
    • Rene Saarsoo's avatar
      Format every meta-tags only once. · 0f860379
      Rene Saarsoo authored
      The rendering of meta-tags is now performed inside ClassFormatter
      like the rendering of most other stuff.  The result of rendering
      is stored to :html_meta field (to keep the plain :meta field for
      purposes of export).
      
      The performance gains of doing it all once are very small, but
      we should now get less duplicate error messages for bad @links,
      which is nice.
      
      Additionally all Exporter classes can now get rid of opts parameter,
      which was only needed for instanciating DocFormatter, but that's
      now done inside ClassFormatter.
      0f860379
Loading