Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bz reporter: s/uuid/duphash; more understandable message; simplify result ↵ | Denys Vlasenko | 2010-03-18 | 1 | -3/+0 |
| | | | | | | | str generation; fix indentation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com> | ||||
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 1 | -0/+18 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -1/+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 | -2/+4 |
| | | | | | | | | | 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> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -3/+2 |
| | | | | | | This simplifies and unifies get/set settings ops 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 | -0/+3 |
| | |||||
* | Bugzilla: simplifications: remove dead member m_bLoggedIn, use statics | Denys Vlasenko | 2009-10-26 | 1 | -6/+0 |
| | | | | 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 | -15/+0 |
| | |||||
* | rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_cc | Nikola Pajkovsky | 2009-10-22 | 1 | -15/+4 |
| | |||||
* | start rewriting login and check uuid from xmlrpc++ to xmlrpc | Nikola Pajkovsky | 2009-10-09 | 1 | -7/+15 |
| | |||||
* | Bugzilla: removed "+1" feature | Jiri Moskovcak | 2009-10-08 | 1 | -1/+0 |
| | | | | | | - 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 | ||||
* | if login fails, then bugzilla tries to find a bug without login | Zdenek Prikryl | 2009-09-03 | 1 | -0/+1 |
| | |||||
* | added check for cc-list and reporter. | Zdenek Prikryl | 2009-08-24 | 1 | -0/+1 |
| | | | | +1 is created iff reporter is somebody else and current user isn't in cc list. | ||||
* | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 1 | -2/+0 |
| | | | | MiddleWare: fixed reporting according package name | ||||
* | BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵ | Jiri Moskovcak | 2009-08-19 | 1 | -0/+3 |
| | | | | user friendly | ||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -3/+3 |
| | |||||
* | bugzilla plugin can do +1 in a bugzilla | Zdenek Prikryl | 2009-08-11 | 1 | -1/+2 |
| | |||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -0/+2 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -11/+0 |
| | | | | | | | | 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 | -2/+5 |
| | | | | NoSSLVerify enables/disables certificate verification. | ||||
* | Added first part of gui support in reporting | Zdenek Prikryl | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | minor fixes | Zdenek Prikryl | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | bugzilla can save an attachements now | Zdenek Prikryl | 2009-05-13 | 1 | -0/+5 |
| | |||||
* | - reporter plugins can tak an argiment | Zdenek Prikryl | 2009-04-16 | 1 | -1/+2 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | fixed searching duplicates in bz | Zdenek Prikryl | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | added bugzilla plugin | Zdenek Prikryl | 2009-04-14 | 1 | -0/+47 |