Skip to content
  1. Dec 05, 2011
    • Nick Poulden's avatar
      Fix for tabs · 726fafd8
      Nick Poulden authored
      726fafd8
    • Rene Saarsoo's avatar
      Speed up tests involving meta-tags. · 0b8e5875
      Rene Saarsoo authored
      The loading of all meta-tags at the start of several test-suites
      slowed things down quite a bit.  Now only loading support for
      @static in most places and only loading the full set of meta-tags
      in one suite that tests all of them.
      
      Also moving @markdown tag test to be together with other meta-tag tests.
      
      Got the running time of tests down from 1.18 to 0.85 seconds.
      That's about 1/4 faster. Not much, but it's a good goal to keep
      the running time under a second.
      0b8e5875
    • Rene Saarsoo's avatar
      Rename #replace_class_names to #create_magic_links. · c1c1bfd6
      Rene Saarsoo authored
      Also document why it does things the way it does.
      c1c1bfd6
    • Rene Saarsoo's avatar
      Auto-linking of current class #members. · fd1e2397
      Rene Saarsoo authored
      When #foo is found inside text, it is automatically interpreted
      as {@link #foo} when the current class happens to have a member
      called #foo.
      fd1e2397
    • Rene Saarsoo's avatar
      Better automatic linking of class names. · f9439647
      Rene Saarsoo authored
      Previous implementation was very hackish. Now only doing auto-detection
      when not inside HTML tag (i.e. between <...>) and when not already
      inside HTML link (i.e. between <a>...</a>).
      
      As a result the #replace_class_names method is quite a bit simpler, as
      it can be sure that it's always executed in valid context.
      f9439647
    • Rene Saarsoo's avatar
      Log Markdown formatting activity. · 0f2a42ef
      Rene Saarsoo authored
      0f2a42ef
  2. Dec 04, 2011
  3. Dec 03, 2011
  4. Dec 02, 2011
  5. Dec 01, 2011
  6. Nov 29, 2011
  7. Nov 28, 2011
  8. Nov 25, 2011
  9. Nov 24, 2011
  10. Nov 23, 2011
  11. Nov 21, 2011
  12. Nov 19, 2011
Loading