Update rbmotd for Review Board 4.0

Review Request #11057 — Created June 25, 2020 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This change updates the message of the day extension for changes in
Review Board 4.0. This includes moving away from the old patterns
method for creating urlpatterns, and updating for API changes in Djblets
config forms. This also modernizes the codebase a bit, adding
unicode_literals and docstrings.

Activated and configured the motd extension. Verified that everything
worked as expected.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Update rbmotd for Review Board 4.0
This change updates the message of the day extension for changes in Review Board 4.0. This includes moving away from the old `patterns` method for creating urlpatterns, and updating for API changes in Djblets config forms. This also modernizes the codebase a bit, adding `unicode_literals` and docstrings. Testing Done: Activated and configured the motd extension. Verified that everything worked as expected.
18a1873a9c642345c345f4696b1d5b3dedf7ea61 David Trowbridge
rbmotd/rbmotd/admin_urls.py
rbmotd/rbmotd/extension.py
rbmotd/rbmotd/forms.py
Loading...