| Summary: | Add way to report against primary (non-duplicate) bugs | ||
|---|---|---|---|
| Product: | [Applications] drkonqi | Reporter: | Ken Rushia <ken> |
| Component: | general | Assignee: | Dario Andres <andresbajotierra> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ken Rushia
2009-10-10 06:17:16 UTC
SVN commit 1044830 by darioandres:
- Added several features to improve duplicate handling
- Improved bugzilla URL to show more accurate possible duplicates (search for all the functions)
- Show the status of every possible duplicate (example "[Open] Title" or "[Already reported] Title")
in the possible duplicate list.
- The dialog that is used to show the information of a possible duplicate now can resolve duplicates
and forward to the original bug report (bug 210044)
(ex. "This report X is marked as duplicate of another report Z. Do you want to load the report Z?")
This helps to reduce the nested duplicate levels noise
- Added some (commented-out) code to ask the user to confirm that he/she haven't found any proper duplicate
(bug the user a bit so he/she is encouraged to read the duplicates)
This feature needs more testing
FEATURE: 210044
M +13 -13 bugzillalib.cpp
M +8 -1 bugzillalib.h
M +95 -5 reportassistantpages_bugzilla_duplicates.cpp
M +2 -0 reportassistantpages_bugzilla_duplicates.h
M +5 -0 reportinterface.cpp
M +1 -0 reportinterface.h
WebSVN link: http://websvn.kde.org/?view=rev&revision=1044830
|