[rbcommenttype] Update to be compatible with Review Board 4 and Python 3.

Review Request #11709 — Created July 7, 2021 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This fixes some string, import, and URL building issues that prevented
it from installing and working on Review Board 4 and Python 3. These
were pretty minor issues that got missed when updating other extensions
in the extension pack.

Installed the extension on Python 3 and enabled it. Successfully
configured it with old and new comment types.

Saw the resulting options when making a comment, in the review dialog,
and in published comments.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
[rbcommenttype] Update to be compatible with Review Board 4 and Python 3.
This fixes some string, import, and URL building issues that prevented it from installing and working on Review Board 4 and Python 3. These were pretty minor issues that got missed when updating other extensions in the extension pack.
3831d9cd6587bb8a401f48e92d47cc9dc96767e2 Christian Hammond
rbcommenttype/setup.py
rbcommenttype/rbcommenttype/admin_urls.py
rbcommenttype/rbcommenttype/forms.py
Loading...