Skip to content
  1. Dec 20, 2011
  2. 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
  3. Dec 15, 2011
  4. Dec 14, 2011
  5. 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
  6. 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
  7. Dec 08, 2011
  8. Dec 07, 2011
  9. Dec 06, 2011
  10. Dec 05, 2011
  11. Dec 04, 2011
Loading