Mercurial > p > roundup > code
comparison detectors/README.txt @ 8544:e738377b4ffe
feature: add detector that prevents file content changes by Admin and other users.
New detector and upgrading announcement. Also example of stripping
content editing from the User role.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 24 Mar 2026 22:11:27 -0400 |
| parents | b2eb59ada444 |
| children |
comparison
equal
deleted
inserted
replaced
| 8543:1ffa1f42e1da | 8544:e738377b4ffe |
|---|---|
| 17 creator_resolution.py - only allow the creator of the issue to resolve it | 17 creator_resolution.py - only allow the creator of the issue to resolve it |
| 18 | 18 |
| 19 emailauditor.py - Rename .eml files (from email multi-part bodies) to | 19 emailauditor.py - Rename .eml files (from email multi-part bodies) to |
| 20 .mht so they can be downloaded/viewed in Internet Explorer. | 20 .mht so they can be downloaded/viewed in Internet Explorer. |
| 21 | 21 |
| 22 immutable_file_contents.py - prevent changes to the contents property | |
| 23 of file and msg classes including by | |
| 24 people with the admin role. | |
| 25 | |
| 22 irker.py - communicate with irkerd to allow roundtup to send announcements | 26 irker.py - communicate with irkerd to allow roundtup to send announcements |
| 23 to an IRC channel. | 27 to an IRC channel. |
| 24 | 28 |
| 25 newissuecopy.py - notify a team email address (hardcoded in the script) | 29 newissuecopy.py - notify a team email address (hardcoded in the script) |
| 26 when a new issue arrives. | 30 when a new issue arrives. |
