summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-bugzilla.c
Commit message (Collapse)AuthorAgeFilesLines
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-011-10/+7
| | | | | | | | | | | | | | | | | | | | | Checkboxes are controlled by the following elements in .xml: <requires-items> ITEM1,ITEM2 </requires-items> <exclude-items-by-default> ITEM1,ITEM2 </exclude-items-by-default> <exclude-items-always> ITEM1,ITEM2 </exclude-items-always> <exclude-binary-items> yes / no </exclude-binary-items> <include-items-by-default> ITEM1,ITEM2 </include-items-by-default> exclude-items-by-default and exclude-items-always can be "*" meaning "all". include-items-by-default specifies which items are included (checked) is exclude-items-by-default is "*". Else, all are checked by default. the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT variable. bugzilla, kerneloops, mailx, print and rhtsupport are made aware of this variable. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-bugzilla: fold make_description_comment into its only callsiteDenys Vlasenko2011-05-241-15/+13
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename "global_uuid" element to "duphash"Denys Vlasenko2011-05-231-0/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* typo fixDenys Vlasenko2011-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-bugzilla: better help/manpage. Closes bz#557943Denys Vlasenko2011-05-191-1/+20
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* reenable kernel taintNikola Pajkovsky2011-05-191-63/+0
| | | | | | | | abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406Denys Vlasenko2011-05-171-9/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* suppress mails for cc and attachmentsNikola Pajkovsky2011-05-161-5/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.cNikola Pajkovsky2011-05-121-0/+340
no code change Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>