Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k) | Denys Vlasenko | 2009-11-12 | 1 | -13/+32 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -15/+17 |
| | | | | | | | | | 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 | -13/+10 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix fallount from string types shuffling | Denys Vlasenko | 2009-11-06 | 1 | -3/+3 |
| | | | | 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 | -8/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/FileTransfer: massive surgery | Denys Vlasenko | 2009-11-06 | 1 | -221/+136 |
| | | | | | | | | text data bss dec hex filename 50212 2144 16 52372 cc94 0/libTicketUploader.so 34693 1888 24 36605 8efd 1/libTicketUploader.so 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 | -1/+2 |
| | |||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added ticket uploader plugin (gavin@redhat.com) | Zdenek Prikryl | 2009-09-08 | 1 | -0/+494 |