Skip to content
  1. Jan 19, 2012
  2. Jan 18, 2012
  3. Jan 17, 2012
  4. Jan 16, 2012
  5. Jan 12, 2012
  6. Jan 11, 2012
  7. Jan 04, 2012
  8. Dec 28, 2011
  9. Dec 27, 2011
  10. 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
  11. Dec 20, 2011
  12. 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
  13. Dec 15, 2011
  14. Dec 14, 2011
  15. 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
    • Rene Saarsoo's avatar
      Fix hiding of parent members by @private in subclass. · fd798378
      Rene Saarsoo authored
      Previously ClassFormatter removed all information about private
      members, resulting in info about private members getting lost and
      so @private in subclass not hiding public member in parent class.
      
      Fixed by leaving all private members intact.
      
      Additionally minor enhancement for test, so it actually tests if
      private member in subclass hides public member of parent.  This
      part of the code worked fine before too, just the test was not
      really testing for it.
      fd798378
    • Nick Poulden's avatar
      6fc86c02
  16. Dec 09, 2011
    • Rene Saarsoo's avatar
      Use IE version detection when enabling comments. · 5c13def0
      Rene Saarsoo authored
      The feature-detection of XDomainRequest didn't work out well as
      in IE7-mode of IE8/9 the XDomainRequest object exists, but ExtJS
      itself checks for IE >=8 when doing CORS request, which fails in
      IE7-mode - the whole thing resulting in crash.
      5c13def0
  17. Dec 08, 2011
  18. Dec 07, 2011
Loading