Summary: | Implement a method of saving bugzilla's html output if something goes wrong with html parsing | ||
---|---|---|---|
Product: | [Applications] drkonqi | Reporter: | George Kiagiadakis <mail> |
Component: | general | Assignee: | Dario Andres <andresbajotierra> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
George Kiagiadakis
2011-02-17 18:15:26 UTC
Git commit b3aacf5147e4a47b3ba7433648cb69b102e777a8 by George Kiagiadakis, on behalf of Dario Andres Rodriguez. Committed on 29/04/2011 at 16:25. Pushed by gkiagia into branch 'master'. Implement a dialog to show unhandled Bugzilla errors. I created a dialog that will show the RAW Bugzilla HTML output when the response can't be parsed by DrKonqi. The user is encouraged to perform the action again later or save the HTML data to submit a DrKonqi bug. REVIEW: 100681 BUG: 266542 M +1 -1 drkonqi/CMakeLists.txt M +24 -18 drkonqi/bugzillalib.cpp M +6 -6 drkonqi/bugzillalib.h M +113 -5 drkonqi/reportassistantpages_bugzilla.cpp M +17 -3 drkonqi/reportassistantpages_bugzilla.h M +7 -5 drkonqi/reportinterface.cpp M +2 -2 drkonqi/reportinterface.h http://commits.kde.org/kde-runtime/b3aacf5147e4a47b3ba7433648cb69b102e777a8 |