Mercurial > p > roundup > code
comparison CHANGES.txt @ 5675:f3d68c1bb96e
issue2551018 add new nosy_filter parameter to nosymessage. Function
passed as nosy_filter can rewrite the nosy message body before it's
sent. Tom Ekberg tekberg did the work.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 25 Mar 2019 19:45:08 -0400 |
| parents | 5579fa034f9e |
| children | e70885fe72a4 |
comparison
equal
deleted
inserted
replaced
| 5674:6dc4dba1c225 | 5675:f3d68c1bb96e |
|---|---|
| 71 - issue2550833: the export_csv web action now returns labels/names | 71 - issue2550833: the export_csv web action now returns labels/names |
| 72 rather than id's. Replace calls to export_csv with the export_csv_id | 72 rather than id's. Replace calls to export_csv with the export_csv_id |
| 73 action to return the same data as the old export_csv action. (Tom | 73 action to return the same data as the old export_csv action. (Tom |
| 74 Ekberg (tekberg), Andreas (anrounham14) edited/applied and tests | 74 Ekberg (tekberg), Andreas (anrounham14) edited/applied and tests |
| 75 created by John Rouillard) | 75 created by John Rouillard) |
| 76 - issue2551018: Add new note_filter parameter to nosymessage. The | |
| 77 function supplied by this parameter can rewrite the body of the | |
| 78 nosymessage before it gets sent. See issue: | |
| 79 https://issues.roundup-tracker.org/issue2551018 for example | |
| 80 nosyreaction and generated email. (Tom Ekberg (tekberg)) | |
| 76 | 81 |
| 77 Fixed: | 82 Fixed: |
| 78 | 83 |
| 79 - issue2550811: work around Unicode encoding issues in jinja2 template | 84 - issue2550811: work around Unicode encoding issues in jinja2 template |
| 80 by explicitly converting data to Unicode; also fixed pagination and | 85 by explicitly converting data to Unicode; also fixed pagination and |
