Issue 2550536
Created on 2009-04-12 23:50 by ajaksu2, last changed 2012-10-10 15:46 by admin.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
file_msg_unlink.diff
|
ajaksu2,
2009-04-12 23:53
|
New auditor, schema and template changes |
|
|
|
file_msg_unlink2.diff
|
ajaksu2,
2009-04-13 17:35
|
Adds the 'linked' check |
|
|
|
issue267-2.diff
|
ezio.melotti,
2011-07-25 05:04
|
Fix applied to the Python bug tracker |
|
|
| msg3687 |
Author: [hidden] (ajaksu2) |
Date: 2009-04-12 23:50 |
|
Any user can unlink/link any files or messages from/to any issue.
Attached patch solves spurious unlinking and makes it possible to
restore unlinked files/msgs via the web UI.
However, linking a file or message to many issues is still possible. A
'linked' Boolean attribute could be used to block linking any
already-linked msg/file to another issue, while still allowing e.g. to
move a file from one issue to another.
Any feedback on the current patch or about how to fix the multiple
issues per file/msg problem is most welcome :)
|
| msg3690 |
Author: [hidden] (ajaksu2) |
Date: 2009-04-13 17:35 |
|
This new version forbids re-linking an already linked file or message to
another issues.
|
| msg4353 |
Author: [hidden] (ezio.melotti) |
Date: 2011-07-25 05:04 |
|
FWIW the attached patch is the solution currently applied on the
bugs.python.org instance.
See also http://psf.upfronthosting.co.za/roundup/meta/issue267
|
|
| Date |
User |
Action |
Args |
| 2012-10-10 15:46:07 | admin | set | files:
file_msg_unlink.diff, file_msg_unlink2.diff, issue267-2.diff |
| 2011-07-25 05:04:14 | ezio.melotti | set | files:
+ issue267-2.diff nosy:
+ ezio.melotti messages:
+ msg4353 |
| 2009-04-13 17:35:26 | ajaksu2 | set | files:
+ file_msg_unlink2.diff messages:
+ msg3690 |
| 2009-04-12 23:53:24 | ajaksu2 | set | files:
+ file_msg_unlink.diff keywords:
+ patch |
| 2009-04-12 23:52:05 | ajaksu2 | set | files:
- unlinkauditor.py |
| 2009-04-12 23:50:56 | ajaksu2 | create | |
|