Skip to content
  1. Mar 07, 2012
    • Rene Saarsoo's avatar
      Fix infinite loop when exporting JSON. · bdc840cb
      Rene Saarsoo authored
      Because overrides can be circular (Notably Ext.Base#destroy),
      store into overrides array just the name,owner,id of the overridden
      member, not the member hash itself - previously we stored the
      actual member hash, which in case of circular overrides resulted
      in infinite loop when serializing the class into JSON.
      bdc840cb
  2. Mar 06, 2012
  3. Mar 05, 2012
  4. Mar 03, 2012
  5. Mar 02, 2012
  6. Mar 01, 2012
  7. Feb 29, 2012
  8. 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
  9. Feb 27, 2012
  10. Feb 25, 2012
  11. Feb 23, 2012
  12. Feb 22, 2012
Loading