Opened 15 years ago
Last modified 9 years ago
#5395 assigned enhancement
[Patch] Add keywords to reviews
Reported by: | filthycoder | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Our team needs to track reviews by Feature-IDs. To accomplish that it would be very nice to have a "Feature ID" field per review.
But I understand that other people do not need this, or name it differently. So I just want to ask for a "keywords" field where everybody can use it after its own desire.
Attachments (2)
Change History (9)
Changed 15 years ago by
Attachment: | patch_keywords_against_2.1_toddlerdev_r5257.diff.zip added |
---|
comment:1 follow-up: 2 Changed 15 years ago by
The patch alters the CodeReviews
table with an additional column Keywords
.
Also included is a script for updating an existing database to the newly defined version (2).
Hopefully all pages are correctly updated and showing the keywords column. Search is also included.
comment:2 Changed 15 years ago by
Replying to filthycoder:
Also included is a script for updating an existing database to the newly defined version (2).
With "script" I meant using the trac-admin upgrade machanism.
comment:4 Changed 15 years ago by
Owner: | changed from Sebastian Marek to filthycoder |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | patch_timeline_data.diff added |
---|
correcting keywords handling in timeline
comment:5 Changed 15 years ago by
Summary: | add keywords to reviews (patch included) → [Patch] Add keywords to reviews |
---|
comment:7 Changed 9 years ago by
Owner: | changed from filthycoder to Cinc-th |
---|---|
Trac Release: | 0.11 → 0.12 |
With [15192] there is now a keywords column in the database table holding reviews. No way for the user to set the value for now.
zipped because else it got rejected