Skip to content
  1. Feb 14, 2012
    • Rene Saarsoo's avatar
      Position and style @aside tags output. · bf8099c8
      Rene Saarsoo authored
      For now using the same icons as in tabs.
      bf8099c8
    • Rene Saarsoo's avatar
      Add :position attribute to meta-tags. · dbc7d05d
      Rene Saarsoo authored
      The tags can now position their content either above or below the
      other content, while defaulting to placing it below like all tags
      were before.
      dbc7d05d
    • Rene Saarsoo's avatar
      Render titles for @aside tags. · a7e3e4b7
      Rene Saarsoo authored
      Using the newly aquired ability to access assets in to_html method.
      a7e3e4b7
    • Rene Saarsoo's avatar
      Use example names in URL-s. · c1c4c1e3
      Rene Saarsoo authored
      At the moment this changes nothing, as currently examples have no
      names assigned and so the "url" field will be assigned to "name" field.
      But it opens up the opportunity of assigning names to examples if
      needed.
      
      More importantly it makes the handling of examples more similar to
      guides and videos.
      c1c4c1e3
    • 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
Loading