<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/po, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>update po files</title>
<updated>2011-06-20T13:17:32+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-06-20T13:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=559afc93feaf7fd653440186dfedf094562b2083'/>
<id>559afc93feaf7fd653440186dfedf094562b2083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated po files</title>
<updated>2011-06-16T10:54:32+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-06-16T10:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=e473acff5008be2f7be388ff0d9f278e427ad99b'/>
<id>e473acff5008be2f7be388ff0d9f278e427ad99b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove abrt-handle-crashdump: abrt-cli now has all its features. closes 244</title>
<updated>2011-05-16T21:24:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-16T21:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=c91d721a4a7fb52e3763d34a8956138f7f2f9591'/>
<id>c91d721a4a7fb52e3763d34a8956138f7f2f9591</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .py from abrt-action-install-debuginfo.py</title>
<updated>2011-05-16T21:10:37+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-16T21:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=79085fda802056f096b61a526e95e08136faf95d'/>
<id>79085fda802056f096b61a526e95e08136faf95d</id>
<content type='text'>
Rename abrt-action-install-debuginfo to
abrt-action-install-debuginfo-to-abrt-cache

Yes, it's ugly long...

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename abrt-action-install-debuginfo to
abrt-action-install-debuginfo-to-abrt-cache

Yes, it's ugly long...

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>abrt-action-bugzilla.cpp -&gt; src/plugins/abrt-action-bugzilla.c</title>
<updated>2011-05-12T13:10:52+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2011-05-12T13:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=fde636eb9d570dcf56c46bf10a2490f07d684789'/>
<id>fde636eb9d570dcf56c46bf10a2490f07d684789</id>
<content type='text'>
no code change

Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no code change

Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xmlrpc and bugzilla in a new C coat</title>
<updated>2011-05-12T13:10:25+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2011-05-09T09:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=1de58ce7be0e869490b02f197800d80d7020af75'/>
<id>1de58ce7be0e869490b02f197800d80d7020af75</id>
<content type='text'>
Bugzilla is splitted into two parts. One of them is core of bugzilla and second
one is small module called librhbz. I did it, because I want to add a new
functionality into bugzilla and I don't want to squash it into one big module.
Librhbz is not a part of our libreport, because almost every function dies when feels
badly (print error msg and then die). Server sends error or abrt sends corrupted
xml or server sends corrupted xml.

Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bugzilla is splitted into two parts. One of them is core of bugzilla and second
one is small module called librhbz. I did it, because I want to add a new
functionality into bugzilla and I don't want to squash it into one big module.
Librhbz is not a part of our libreport, because almost every function dies when feels
badly (print error msg and then die). Server sends error or abrt sends corrupted
xml or server sends corrupted xml.

Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix path a-handle-crashdump in POTFILES.in</title>
<updated>2011-05-09T11:21:09+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2011-05-09T11:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=441e0bd7528193b7371bed5b5a99f1fe160e1102'/>
<id>441e0bd7528193b7371bed5b5a99f1fe160e1102</id>
<content type='text'>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>updated po files</title>
<updated>2011-05-05T12:23:19+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-05-05T12:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=ec4eeb1366c72217d2c7cb9aae52674421f32745'/>
<id>ec4eeb1366c72217d2c7cb9aae52674421f32745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>install-debuginfo: make reponse to ask_yes_no question translatable trac#147</title>
<updated>2011-05-03T15:20:19+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-05-03T15:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=5e44e9ecdfc95d9e63674b7ed717e967f01fbe85'/>
<id>5e44e9ecdfc95d9e63674b7ed717e967f01fbe85</id>
<content type='text'>
- + minor update in cs translation to reflect this change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- + minor update in cs translation to reflect this change
</pre>
</div>
</content>
</entry>
<entry>
<title>POTFILES.in: abrt_conf.c is in lib directory</title>
<updated>2011-05-02T18:27:18+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2011-05-02T18:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=21bb65c863a5774600b96c7ba908c2482321c050'/>
<id>21bb65c863a5774600b96c7ba908c2482321c050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
