Mercurial > p > roundup > code
diff CHANGES.txt @ 7929:5ac2af6c7f97
fix: issue2551346, assume statusauditor chatting_requires_two_user off
This option of the statusauditor.py detector prevents a ticket from
going into chatting state if the same user posts multiple updates.
If the setting that controls this was missing from
detector/config.ini, it would generate an error to the user.
Now it just assumes the option is off and doesn't give a big red
banner to the user who can't do anything about it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 May 2024 22:36:31 -0400 |
| parents | c05ea62b4c7a |
| children | a9b136565838 |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 02 22:11:37 2024 -0400 +++ b/CHANGES.txt Thu May 02 22:36:31 2024 -0400 @@ -135,6 +135,13 @@ still supported. (John Rouillard) - Use roundup-demo -p option to set listening port. Was ignored before. (John Rouillard) +- issue2551346 - Classic tracker's statusauditor raises error if + detectors/config.ini missing + STATUSAUDITOR_CHATTING_REQUIRES_TWO_USERS. The statusauditor.py for + jinja2 and classic templates has been changed to assume that this + option is off when the setting is missing from + detectors/config.ini. Other templates do not implement this option. + (John Rouillard) Features:
