1. 30 Jan, 2014 1 commit
    • improve error reporting for reload_forum_users cmd · 5546a7fe
      If this management command fails it's tough to figure out why without
      seeing the text from the exception.  Luckily comment service does
      return useful feedback, we just have to show it.  This one-line
      change just add the exception text to the error message.
      
      Before (with spurrious debug msgs removed):
      
          sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance
          update user info to discussion failed for user with id: Anthonyhubendurance
      
      After:
      
          sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance
          update user info to discussion failed for user with id: Anthonyhubendurance, error=u'["Email is already taken"]'
      
      No unit testing (sorry) added since this doesn't have coverage
      already, and it's just a simple error case.
      Sef Kloninger committed
  2. 29 Jan, 2014 33 commits
  3. 28 Jan, 2014 6 commits