Mercurial > p > roundup > code
comparison CHANGES.txt @ 7694:54eb12cd3be1
fix: make task index not crash.
It looks like the task.index.html page was a copy of bug.index.html.
However some fields are missing from a task that is in a bug. This
causes a crash when looking at all tasks if you don't explicitly
select the fields to be displayed.
The task links from the sidebar do explicitly select @columns fields,
so the crash is not normally seen.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Nov 2023 22:31:40 -0500 |
| parents | d17e57220a62 |
| children | 2be7a8f66ea7 |
comparison
equal
deleted
inserted
replaced
| 7691:c95870b2bbab | 7694:54eb12cd3be1 |
|---|---|
| 72 dropped in Python 3.10. (found by Norbert SCHLEMMER, fix John | 72 dropped in Python 3.10. (found by Norbert SCHLEMMER, fix John |
| 73 Rouillard) | 73 Rouillard) |
| 74 - fix repeated password id with user.item.html in all templates except | 74 - fix repeated password id with user.item.html in all templates except |
| 75 jinja2. (John Rouillard) | 75 jinja2. (John Rouillard) |
| 76 - fix unclosed file when saving index in indexer_dbm.py. (John Rouillard) | 76 - fix unclosed file when saving index in indexer_dbm.py. (John Rouillard) |
| 77 - fix task index in devel tracker so it doesn't cause a crash if all | |
| 78 fields are selected. (John Rouillard) | |
| 77 | 79 |
| 78 Features: | 80 Features: |
| 79 | 81 |
| 80 - issue2551103 - add pragma 'display_protected' to roundup-admin. If | 82 - issue2551103 - add pragma 'display_protected' to roundup-admin. If |
| 81 true, print protected attributes like id, activity, actor... | 83 true, print protected attributes like id, activity, actor... |
