Skip to content
  1. Dec 19, 2010
  2. Dec 17, 2010
  3. Dec 16, 2010
  4. Dec 14, 2010
    • Rene Saarsoo's avatar
      Documented dependencies and motivation. · a41ad286
      Rene Saarsoo authored
      Plus some re-arrangements in README.
      a41ad286
    • Rene Saarsoo's avatar
      Adjusted styles for markdown-rendered HTML. · 9a8ad3a0
      Rene Saarsoo authored
      Markdown-stuff no more wrapped inside <div class="markdown">.
      
      Unified the formatting of parameter lists and normal lists, so
      that creating list with markdown results in something similar
      created with built-in parameters list.
      
      Paragraphs now always have margins and aren't crushed together
      in method comments.
      
      <strong> is no more has display:block - that was just insane.
      
      Finally added DOCTYPE for touch of sanity.
      9a8ad3a0
  5. Dec 13, 2010
  6. Dec 12, 2010
  7. Dec 11, 2010
  8. Dec 10, 2010
    • Rene Saarsoo's avatar
      Creation of Docs.icons = {...} for tree.js. · ecc1b30b
      Rene Saarsoo authored
      Added TreeIcons class that extracts icons from tree.
      ecc1b30b
    • Rene Saarsoo's avatar
      Replaced Maruku with RDiscount. · 0993a52a
      Rene Saarsoo authored
      RDiscount is way faster and it doesn't throw errors for malformed
      HTML like Maruku - so we can treat all the comments as Markdown,
      plus we can mix HTML and Markdown.
      
      Actually RDiscount doesn't throw any errors at all, whatever we
      feed it.  If it doesn't recognize text as correct Markdown, it
      doesn't complain - it just leaves it as is, which is perfect for
      us.
      
      There are some minor issues still with it:
      
      - <pre><code>-s getting nested when parsing Ext source.
      - Even one-liners are wrapped inside <p>...</p>.
      
      But these are pretty easily solvable.
      0993a52a
  9. Dec 07, 2010
  10. Dec 06, 2010
    • Rene Saarsoo's avatar
      All classes now define their own dependencies. · 8592e6ab
      Rene Saarsoo authored
      This siplifies tests that only need to include the class
      they want to test and not worry about including all the
      dependencies too, as these will be automatically included
      by the class itself.
      
      Additionally the header of each file gives a nice overview
      of the direct dependencies each class has.
      
      I copied the previous lump-all-together-into-main-file-design
      from some ruby project in github, thinking there is some value
      in doing so.  Well there wasn't...
      8592e6ab
Loading