• 
      

    Update the rbcommenttype extension for Review Board 5.0

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

    Information

    rb-extension-pack
    master

    Reviewers

    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 ID
    Update the rbcommenttype extension for Review Board 5.0
    This change updates the comment type extension for Review Board 5.0.x and Django 3.2. Testing Done: Installed and activated the comment type extension. Configured the types, and then created comments with assigned types.
    12914ff9f2f75e64c96060207d95c5c06434ec33
    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)
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
      Show all issues

      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. Show all issues

      "Testing Done" is in the wrong spot.

    3. rbcommenttype/rbcommenttype/__init__.py (Diff revision 2)
       
       
      Show all issues

      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:
    Completed
    Change Summary:
    Pushed to master (70a6b36)