Fix and update the rbchecklist extension for Review Board 5.0.

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

Information

rb-extension-pack
master

Reviewers

This change updates the rbchecklist extension for Review Board 5.0.x and
Django 3.2. This extension was also broken in a few ways, and I've fixed
up the things that were causing it to break (some problems with error
handling on the JS side, and a missing HTML element that was causing the
settings page to show poorly).

I'd really like to start over on this extension--what we have is both
under-featured and over-complex, and the visual design is highly
lacking. For now, this change gets things limping along again.

Installed and activated the extension. Was able to use the features
successfully.

Diff Revision 2

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

orig
1
2
3
4

Commits

First Last Summary ID Author
Fix and update the rbchecklist extension for Review Board 5.0.
This change updates the rbchecklist extension for Review Board 5.0.x and Django 3.2. This extension was also broken in a few ways, and I've fixed up the things that were causing it to break (some problems with error handling on the JS side, and a missing HTML element that was causing the settings page to show poorly). I'd really like to start over on this extension--what we have is both under-featured and over-complex, and the visual design is highly lacking. For now, this change gets things limping along again. Testing Done: Installed and activated the extension. Was able to use the features successfully.
7897c3fbdfc8aa01b1a44ce307fb87c36f2d13ec David Trowbridge
rbchecklist/setup.py
rbchecklist/rbchecklist/__init__.py
rbchecklist/rbchecklist/extension.py
rbchecklist/rbchecklist/models.py
rbchecklist/rbchecklist/resources/__init__.py
rbchecklist/rbchecklist/resources/checklist_item.py
rbchecklist/rbchecklist/resources/checklist_resource.py
rbchecklist/rbchecklist/static/js/models/checklistModel.es6.js
rbchecklist/rbchecklist/static/js/models/checklistTemplateModel.es6.js
rbchecklist/rbchecklist/static/js/views/checklistAccountPageView.es6.js
rbchecklist/rbchecklist/static/js/views/checklistView.es6.js
Loading...