Fix and update the rbchecklist extension for Review Board 5.0.
Review Request #12202 — Created March 24, 2022 and submitted — Latest diff uploaded
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 4 (Latest)
orig
1
2
3
4
Commits
Files
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 |
---|