Skip to content
  1. Feb 28, 2012
    • Rene Saarsoo's avatar
      Refactor Rakefile to work with different ExtJS versions. · 252e22e4
      Rene Saarsoo authored
      The extjs/ subdir in JSDuck output is now dedicated to the ExtJS
      which the Docs app itself uses.
      
      For examples to work, a separate directory (by default extjs-build/)
      should be created and referenced from eg-iframe.html and examples.
      252e22e4
    • Rene Saarsoo's avatar
      Use --examples-base-url also used for icons. · 20896e51
      Rene Saarsoo authored
      Instead of hardcoding ExtJS and Touch examples paths, the
      --examples-base-url option determines where icons are located.
      
      The important change is that examples.json file now has to define
      icons relative to --examples-base-url (this was the case for Touch,
      but not for ExtJS).
      
      Example title and description fields are now also correctly convered,
      independent of url being absolute or not.
      
      Auto-created example name no more contains the --examples-base-url
      in it.
      20896e51
    • Nick Poulden's avatar
      Sendmail for comment subscriptions · f65653c3
      Nick Poulden authored
      f65653c3
    • Nick Poulden's avatar
      Comment subscriptions · 4acb9722
      Nick Poulden authored
      4acb9722
  2. Feb 27, 2012
  3. Feb 25, 2012
  4. Feb 23, 2012
  5. Feb 22, 2012
  6. Feb 21, 2012
    • Rene Saarsoo's avatar
      Optimize initial rendering of inline examples. · e2525781
      Rene Saarsoo authored
      Instead of launching the CodeMirror editor right away, only the toolbar
      is created and the original highlighted <pre> is kept.  Only after
      "preview" or "code" button is pressed will the <pre> be replaced with
      CodeMirror editor and inline preview iframe.
      
      This greatly speeds up the loading time of classes that have inline
      examples.  This of course only applies to examples that don't start
      off in preview mode - these will still slow the page down.
      
      Most of the logic that was previously in InlineExamples controller is
      now moved away to the components.  The controller only deals with the
      high-level stuff like initializing the components when page loaded.
      
      From look-and-feel side the editor component now has rounded corners
      and looks almost like the normal <pre> code block.  When switching
      from <pre> to editor, the text stays at the exact same position,
      only the syntax highlighting colors change.
      
      Having removed this slowness factor, inline examples are now also
      enabled in IE.  The experience in IE is seriously crappy still...
      e2525781
    • Rene Saarsoo's avatar
    • Rene Saarsoo's avatar
      Fix guide icons in @aside tags. · 6178014d
      Rene Saarsoo authored
      6178014d
  7. Feb 20, 2012
  8. Feb 17, 2012
  9. Feb 16, 2012
  10. Feb 15, 2012
Loading