Review Board

beta

Move reviewboard.utils and emailtags into Djblets

Submitted
Updated 9 months, 1 week ago

Christian Hammond Reviewers
trunk reviewboard
None Navi
Moved all of reviewboard.utils and reviewboard.reviews.templatetags.emailtags into djblets.util.

The template tags have been split into sections: djblets_utils (which has most of the old htmlutils), djblets_email (which has the old emailtags), djblets_deco (which contains the box tags), and djblets_js (which for now contains only the JavaScript dialog serialization code).

The Review Board side of this change will be in a separate review request.
Made sure Review Board's unit tests test Djblets and that everything works fine. Went to all the main Review Board pages without problems.
Ship it!
Posted 9 months, 1 week ago (February 13th, 2008, 1:51 p.m.)
Can you add copyright headers to all the files that don't have them?  You got one...

Other than that, looks good.
  1. Christian Hammond 9 months, 1 week ago (February 14th, 2008, 12:07 a.m.)
    Cool. Diff updated and committing.