Skip to content
  1. Jul 17, 2012
  2. Jul 14, 2012
  3. Jul 13, 2012
  4. Jul 12, 2012
  5. Jul 11, 2012
  6. Jul 04, 2012
  7. Jul 02, 2012
    • Rene Saarsoo's avatar
      Make SourceFileParser into non-singleton class. · 7ee72183
      Rene Saarsoo authored
      This premature optimization was causing a strange test failure
      regarding MetaTagRegistry.  I did some speed measurements and
      there seemed to be no performance benefit of having this class
      being singleton.
      7ee72183
  8. Jun 27, 2012
  9. Jun 26, 2012
    • Rene Saarsoo's avatar
      Improve fatal error handling. · f7d81f12
      Rene Saarsoo authored
      - Move JS/CSS parsing error handling up to the level where we read the
        file in, so when IO error occours we'll also catch that.
      
      - Handle guide reading/formatting errors.
      
      - Handle errors in formatting class docs (wasn't able to test it, but
        a user reported a stack trace with encoding error happening inside
        there - maybe a difference when running in Windows).
      f7d81f12
    • Rene Saarsoo's avatar
      Auto-detect 'false' as default value. · c04173ed
      Rene Saarsoo authored
      Previously when default value was 'false' it got ignored completely
      as a result of just checking the truthiness of default value.  Now
      explicitly checking that the value is not nil.
      c04173ed
    • Rene Saarsoo's avatar
      Changing auto-detected properties to configs. · 8b585f85
      Rene Saarsoo authored
      When parent class has config "foo" then the auto-detected property
      "foo" in child class should also be a config.
      
      Incorporated this logic in InheritDoc class.
      Added separate test file.
      8b585f85
    • Rene Saarsoo's avatar
      Merge branch 'master' into esprima-parser · b465662f
      Rene Saarsoo authored
      b465662f
  10. Jun 25, 2012
    • Rene Saarsoo's avatar
      Fix one remaining call to isModerator. · 29feeab2
      Rene Saarsoo authored
      29feeab2
    • Rene Saarsoo's avatar
      Fix moderator detection. · b0d44f41
      Rene Saarsoo authored
      It seems that VBulletin membergroupids have changed.  ID 7 no more
      means a moderator - instead all moderators have 2 and dev team
      has additional ID of 19.
      
      The mapping of membergroupids to moderator status is now done just
      once at login time.  Previously the group number was checked whenever
      one wanted to determine moderator status, although a boolean moderator
      field had been set at login.
      
      Additionally fixed emailHash saving in ForumUser#clientUser - previously
      the result of calculation was just thrown away.
      b0d44f41
  11. Jun 05, 2012
  12. Jun 04, 2012
Loading