Update the rbcommenttype extension for Review Board 5.0

Review Request #12185 — Created March 21, 2022 and submitted

david
rb-extension-pack
master
rb-extension-pack

This change updates the comment type extension for Review Board 5.0.x
and Django 3.2.

Installed and activated the comment type extension. Configured the
types, and then created comments with assigned types.

Summary
Update the rbcommenttype extension for Review Board 5.0
Description From Last Updated

"Testing Done" is in the wrong spot.

chipx86chipx86

While here, grab the new logic from beanbag_tools/__init__.py. It's clearer and more future-proof. Same for all the other functions.

chipx86chipx86

Let's bump the version to (3, 0, 0, 0, 'alpha', 0, False) with this.

chipx86chipx86
chipx86
  1. 
      
  2. rbcommenttype/rbcommenttype/__init__.py (Diff revision 1)
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    While here, grab the new logic from beanbag_tools/__init__.py. It's clearer and more future-proof.

    Same for all the other functions.

  3. 
      
david
chipx86
  1. 
      
  2. "Testing Done" is in the wrong spot.

  3. rbcommenttype/rbcommenttype/__init__.py (Diff revision 2)
     
     

    Let's bump the version to (3, 0, 0, 0, 'alpha', 0, False) with this.

  4. 
      
david
maubin
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (70a6b36)
Loading...