Update remaining rb-extension-pack extensions for Review Board 5.0.

Review Request #12208 — Created March 24, 2022 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This change makes some quite mechanical changes for the remaining
extension pack items: message of the day, notes field, comment severity,
stopwatch, XML review UI, review together, and the ship-it ASCII art
extension. For the most part this is just trivial updates to imports and
dependencies, but there are a couple tiny actual code changes:

  • Some text type stuff and defining JS type classes in the XML review UI
  • Mark the ships as raw strings, and fix up the signature for the signal
    handler for the ASCII art extension.

Installed and activated each extension.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Update remaining rb-extension-pack extensions for Review Board 5.0.
This change makes some quite mechanical changes for the remaining extension pack items: message of the day, notes field, comment severity, stopwatch, XML review UI, review together, and the ship-it ASCII art extension. For the most part this is just trivial updates to imports and dependencies, but there are a couple tiny actual code changes: * Some text type stuff and defining JS type classes in the XML review UI * Mark the ships as raw strings, and fix up the signature for the signal handler for the ASCII art extension. Testing Done: Installed and activated each extension.
cffb7fa1fc93985cc98ae3bd56813e21eaff5b2a David Trowbridge
rbmotd/setup.py
rbmotd/rbmotd/__init__.py
rbmotd/rbmotd/admin_urls.py
rbmotd/rbmotd/extension.py
rbmotd/rbmotd/forms.py
rbnotefield/setup.py
rbnotefield/rbnotefield/__init__.py
rbnotefield/rbnotefield/extension.py
rbsentry/setup.py
rbsentry/rbsentry/extension.py
rbseverity/setup.py
rbseverity/rbseverity/__init__.py
rbseverity/rbseverity/extension.py
rbstopwatch/setup.py
rbstopwatch/rbstopwatch/__init__.py
rbstopwatch/rbstopwatch/extension.py
rbstopwatch/rbstopwatch/templatetags/stopwatch_tags.py
rbxmlreview/setup.py
rbxmlreview/rbxmlreview/extension.py
rbxmlreview/rbxmlreview/mimetypes.py
rbxmlreview/rbxmlreview/reviewui.py
rbxmlreview/rbxmlreview/static/js/xmlReviewableModel.es6.js
rbxmlreview/rbxmlreview/static/js/xmlReviewableView.es6.js
review_together/setup.py
review_together/review_together/admin_urls.py
review_together/review_together/extension.py
review_together/review_together/forms.py
shipit_ascii_art/setup.py
shipit_ascii_art/shipit_ascii_art/extension.py
Loading...