Skip to content
  1. Feb 14, 2012
    • Rene Saarsoo's avatar
      Add [] lookup method to examples/guides/videos. · 06d1c811
      Rene Saarsoo authored
      For this create a base class GroupedAsset that deals with
      building the map of names.  To make the base class work, all
      classes now use @groups instead of @examples/@videos/@guides
      so they can be treated the same in GroupedAsset class.
      
      The base class also has #each_item method to more easily iterate
      over items in all groups.
      
      For examples we are now also creating the "name" field into all
      of its items.
      06d1c811
    • Rene Saarsoo's avatar
      Give access to Assets to all meta-tags. · 0145bcc3
      Rene Saarsoo authored
      With this ready, our @aside tag can start accessing guides, videos
      and examples.
      0145bcc3
    • Rene Saarsoo's avatar
      Create Assets class to bind together several things. · 51103712
      Rene Saarsoo authored
      Assets combines: guides, videos, examples, images, welcome, categores.
      
      This moves out bunch of logic from App class and simplifies
      communication with IndexHtml and AppData which now only need to get
      passed one param, instead of passing guides, videos, etc separately.
      51103712
    • Rene Saarsoo's avatar
      First simple version of @aside tag. · a76c07c1
      Rene Saarsoo authored
      a76c07c1
    • Rene Saarsoo's avatar
      Reference videos by name instead of ID. · 5ba03e80
      Rene Saarsoo authored
      Video URL-s are now much friendlier.
      
      When video only has an ID, turn the ID into a name (for backwards
      compatibility).
      
      Additionally I built a duplicate name checking into the processor
      of videos.json, which right away discovered two duplicate videos :)
      5ba03e80
  2. Feb 13, 2012
  3. Feb 09, 2012
  4. Feb 08, 2012
    • Rene Saarsoo's avatar
      Fix scrolling to members section on HoverMenuButton click. · 203c1d34
      Rene Saarsoo authored
      This time implement it without a hacky access to parent component.
      203c1d34
    • Rene Saarsoo's avatar
      Fix scrolling to hidden members. · 4f98a404
      Rene Saarsoo authored
      When search directs to specific member that happens to be hidden
      we now first show and expand it, and only after that scroll to it.
      Expanding it first allows us to scroll it more correctly especially
      in case when dealing with members at the very end of the page that
      would otherwise be halfway hidden at the bottom.
      4f98a404
    • Rene Saarsoo's avatar
      Make tabs work with hidden private classes. · c3990f9c
      Rene Saarsoo authored
      Previously tabs for private classes didn't open when they were hidden in tree.
      Now each tree has two separate methods:
      
      - getNodeByUrl - to geth the actual node.
      - getRecordByUrl - to get the data (which in case of classtree also searches within
        hidden classes).
      
      To support this, both logic classes return list of private nodes in addition to
      the root node.
      c3990f9c
    • Rene Saarsoo's avatar
      Hide deprecated members by default. · 3e486572
      Rene Saarsoo authored
      Add checkbox to "show" menu to toggle them on/off.
      3e486572
  5. Feb 07, 2012
  6. Feb 06, 2012
  7. Feb 04, 2012
    • Rene Saarsoo's avatar
      Add --examples-base-url option. · f3ebe45b
      Rene Saarsoo authored
      This replaces the previous Docs.exampleBaseUrl JS-side option, which
      was a bit of a hack.
      
      Now all URL-s are prefixed in parsing stage, so the docs app doesn't need
      to deal with the prefixing at all.
      
      Additionally the externalUrl field in examples.json is no more supported.
      Simply using the url field beginning with http:// will do the trick.
      f3ebe45b
    • Rene Saarsoo's avatar
      Remove dead code from Rakefile. · ed63dbd6
      Rene Saarsoo authored
      ed63dbd6
  8. Feb 01, 2012
Loading