summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.h
Commit message (Collapse)AuthorAgeFilesLines
* bz reporter: s/uuid/duphash; more understandable message; simplify result ↵Denys Vlasenko2010-03-181-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 Vlasenko2010-02-071-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 sameDenys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-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 memberDenys Vlasenko2009-11-061-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 settingsJiri Moskovcak2009-11-011-0/+3
|
* Bugzilla: simplifications: remove dead member m_bLoggedIn, use staticsDenys Vlasenko2009-10-261-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 Pajkovsky2009-10-261-15/+0
|
* rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_ccNikola Pajkovsky2009-10-221-15/+4
|
* start rewriting login and check uuid from xmlrpc++ to xmlrpcNikola Pajkovsky2009-10-091-7/+15
|
* Bugzilla: removed "+1" featureJiri Moskovcak2009-10-081-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 loginZdenek Prikryl2009-09-031-0/+1
|
* added check for cc-list and reporter.Zdenek Prikryl2009-08-241-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 reportingZdenek Prikryl2009-08-201-2/+0
| | | | MiddleWare: fixed reporting according package name
* BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵Jiri Moskovcak2009-08-191-0/+3
| | | | user friendly
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-3/+3
|
* bugzilla plugin can do +1 in a bugzillaZdenek Prikryl2009-08-111-1/+2
|
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-0/+2
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-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 Prikryl2009-07-311-2/+5
| | | | NoSSLVerify enables/disables certificate verification.
* Added first part of gui support in reportingZdenek Prikryl2009-07-241-1/+2
|
* minor fixesZdenek Prikryl2009-06-241-1/+1
|
* bugzilla can save an attachements nowZdenek Prikryl2009-05-131-0/+5
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-1/+2
| | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* fixed searching duplicates in bzZdenek Prikryl2009-04-151-1/+1
|
* added bugzilla pluginZdenek Prikryl2009-04-141-0/+47