Remove reviewboard.utils and emailtags and use the new code in djblets

Review Request #241 — Created Feb. 12, 2008 and submitted

Information

Review Board SVN (deprecated)
trunk

Reviewers

This is the second part of the massive move of reviewboard.utils and emailtags into djblets. This gets rid of a lot of code from Review Board (yay!) and moves everything to use djblets.

Unit tests have been updated so that we now cover djblets.
Unit tests all pass and every page I tried works fine.
david
  1. Just a couple trivial things.
  2. /trunk/reviewboard/reviews/datagrids.py (Diff revision 1)
     
     
     
     
     
    Don't interleave django and djblets imports
    1. Oops, I'm usually better than that.
  3. There should be another blank line here
  4. /trunk/reviewboard/test.py (Diff revision 1)
     
     
    This should go up in the "3rd party libraries" section instead of the "local modules" section
  5. 
      
Loading...