Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 1 | -15/+10 |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | include abrt version in bug descriptions | Denys Vlasenko | 2009-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -2/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -41/+12 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils. | Denys Vlasenko | 2009-11-09 | 1 | -93/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -8/+6 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 always | Denys Vlasenko | 2009-11-03 | 1 | -189/+228 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -10/+97 |
| | |||||
* | lib/Plugins/Bugzilla: generate less sparse bug report comments | Denys Vlasenko | 2009-10-30 | 1 | -50/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/Bugzilla: better message at login failure | Denys Vlasenko | 2009-10-30 | 1 | -7/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | document a bad interaction with keyring | Denys Vlasenko | 2009-10-30 | 1 | -10/+24 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Bugzilla: fix some memory leaks. More reamins on error path... | Denys Vlasenko | 2009-10-30 | 1 | -51/+42 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files | Denys Vlasenko | 2009-10-30 | 1 | -33/+30 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 1 | -1/+26 |
| | | | | Bugzilla memory leaks fix | ||||
* | trivial simplifications by removing redundant initializations | Denys Vlasenko | 2009-10-27 | 1 | -11/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove redundant return after throw | Denys Vlasenko | 2009-10-27 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify messags handling | Denys Vlasenko | 2009-10-27 | 1 | -3/+2 |
| | | | | | | | | | | text data bss dec hex filename 38598 1840 288 40726 9f16 old/libBugzilla.so 38474 1840 288 40602 9e9a new/libBugzilla.so 37433 2144 24 39601 9ab1 old/libFileTransfer.so 37382 2144 24 39550 9a7e new/libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify base64 conversion | Denys Vlasenko | 2009-10-27 | 1 | -28/+4 |
| | | | | | | | | text data bss dec hexfilename 39575 2016 288 41879 old/libBugzilla.so 38598 1840 288 40726 new/libBugzilla.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Bugzilla: simplifications: remove dead member m_bLoggedIn, use statics | Denys Vlasenko | 2009-10-26 | 1 | -26/+22 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | small corrections to nicola's new xmlrpc code | Denys Vlasenko | 2009-10-26 | 1 | -14/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | New insides in bugzilla.{cpp/h}. Hole xmlrpc protocol was rewritten into C. | Nikola Pajkovsky | 2009-10-26 | 1 | -99/+114 |
| | |||||
* | rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_cc | Nikola Pajkovsky | 2009-10-22 | 1 | -194/+114 |
| | |||||
* | start rewriting login and check uuid from xmlrpc++ to xmlrpc | Nikola Pajkovsky | 2009-10-09 | 1 | -37/+160 |
| | |||||
* | Bugzilla: removed "+1" feature | Jiri Moskovcak | 2009-10-08 | 1 | -24/+1 |
| | | | | | | - this plugin added +1 as comment to existing bugzilla recognized as a duplicate of a bug being reported, this feature only adds "noise" to comments, so adding user to CC seems sufficient | ||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Added cleaning of attachment variable, so there should not be mixed ↵ | Zdenek Prikryl | 2009-09-17 | 1 | -0/+1 |
| | | | | attachmetn anymore. | ||||
* | Add checker if bugzilla login and password are filled in. | Nikola Pajkovsky | 2009-09-07 | 1 | -19/+24 |
| | |||||
* | Change report logic. | Nikola Pajkovsky | 2009-09-03 | 1 | -22/+25 |
| | | | | | | | * Check duplicity. If duplicity exist, return bug id * Login * Report bug * Logout | ||||
* | if login fails, then bugzilla tries to find a bug without login | Zdenek Prikryl | 2009-09-03 | 1 | -3/+29 |
| | |||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 1 | -8/+10 |
| | |||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 1 | -8/+8 |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | more sensible logging | Denys Vlasenko | 2009-08-25 | 1 | -8/+8 |
| | | | | | | | | | | | comm_layer_inner_debug was jumping through the hoops in order to simply send a message to stderr. this can be made much simpler. also, set logmode to LOGMODE_SYSLOG in abrt daemon, making its log visible if it is daemonized. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added check for cc-list and reporter. | Zdenek Prikryl | 2009-08-24 | 1 | -2/+39 |
| | | | | +1 is created iff reporter is somebody else and current user isn't in cc list. | ||||
* | typo fixes | Jiri Moskovcak | 2009-08-24 | 1 | -2/+2 |
| | |||||
* | fixed +-1 bug | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 1 | -6/+15 |
| | | | | MiddleWare: fixed reporting according package name | ||||
* | BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵ | Jiri Moskovcak | 2009-08-19 | 1 | -3/+16 |
| | | | | user friendly | ||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -5/+6 |
| | |||||
* | fixed creation of the base64 text | Zdenek Prikryl | 2009-08-14 | 1 | -11/+11 |
| | |||||
* | Bugzilla: fixed crash with empty comment (zprikryl) | Jiri Moskovcak | 2009-08-12 | 1 | -7/+18 |
| | |||||
* | bugzilla plugin can do +1 in a bugzilla | Zdenek Prikryl | 2009-08-11 | 1 | -10/+60 |
| | |||||
* | fix compile-time warnings. | Denys Vlasenko | 2009-08-09 | 1 | -4/+3 |
| | | | | | | | One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | style fixes, no code changes | Denys Vlasenko | 2009-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -12/+29 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -0/+10 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new option do bugzilla plugin. | Zdenek Prikryl | 2009-07-31 | 1 | -16/+52 |
| | | | | NoSSLVerify enables/disables certificate verification. | ||||
* | fixed exception throwing | Zdenek Prikryl | 2009-07-24 | 1 | -2/+1 |
| | |||||
* | plugin can report to different bugzillas in different reports | Zdenek Prikryl | 2009-07-24 | 1 | -9/+18 |
| | |||||
* | minor fixes | Zdenek Prikryl | 2009-06-24 | 1 | -0/+4 |
| |