summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.h
Commit message (Expand)AuthorAgeFilesLines
* changing NoSSLVerify to SSLVerify in bugzilla pluginMichal Toman2010-07-131-1/+1
* lower-case devel headersNikola Pajkovsky2010-07-091-2/+2
* GUI: don't require the rating for all reportersJiri Moskovcak2010-06-161-0/+1
* bz reporter: s/uuid/duphash; more understandable message; simplify result str...Denys Vlasenko2010-03-181-3/+0
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-1/+1
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-2/+4
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-3/+2
* 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
* 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
* 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
* MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-201-2/+0
* BZ plugin: removed /xmlrpc.cgi from config, made the report message more user...Jiri Moskovcak2009-08-191-0/+3
* 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
* added new option do bugzilla plugin.Zdenek Prikryl2009-07-311-2/+5
* 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
* fixed searching duplicates in bzZdenek Prikryl2009-04-151-1/+1
* added bugzilla pluginZdenek Prikryl2009-04-141-0/+47