<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pixelated-user-agent.git/service/test/unit/support, branch master</title>
<subtitle>[pixelated-user-agent] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/'/>
<entry>
<title>[#927] Sets default language to en-US</title>
<updated>2017-04-20T12:32:45+00:00</updated>
<author>
<name>Anike Arni</name>
<email>aarni@thoughtworks.com</email>
</author>
<published>2017-04-20T12:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=014dde1cf661d2cc43dda79dcfa94ddc6a6b5ed0'/>
<id>014dde1cf661d2cc43dda79dcfa94ddc6a6b5ed0</id>
<content type='text'>
with @deniscostadsc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with @deniscostadsc
</pre>
</div>
</content>
</entry>
<entry>
<title>[#927] Adds email template translation for portuguese</title>
<updated>2017-04-19T17:11:43+00:00</updated>
<author>
<name>Anike Arni</name>
<email>aarni@thoughtworks.com</email>
</author>
<published>2017-04-18T22:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=a86e59b026ee875630cfda1f55fe5371947031c2'/>
<id>a86e59b026ee875630cfda1f55fe5371947031c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright statements to all Python files that doesn't have it</title>
<updated>2017-01-19T18:11:43+00:00</updated>
<author>
<name>Ola Bini</name>
<email>ola@olabini.se</email>
</author>
<published>2017-01-19T18:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=fdd9acae8de6d27d9925fb176c642a503cebf2c8'/>
<id>fdd9acae8de6d27d9925fb176c642a503cebf2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace stdlib's unittest with trials's unittest for all unittest</title>
<updated>2016-11-23T10:41:24+00:00</updated>
<author>
<name>Roald de Vries</name>
<email>rdevries@thoughtworks.com</email>
</author>
<published>2016-11-23T10:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=6cb474e3fee165f51c414634ec88380b9a50c5fc'/>
<id>6cb474e3fee165f51c414634ec88380b9a50c5fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes InputMail.FROM_EMAIL_ADDRESS constant #578</title>
<updated>2016-01-15T13:11:55+00:00</updated>
<author>
<name>Giovane</name>
<email>giovaneliberato@gmail.com</email>
</author>
<published>2016-01-14T20:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=cd831d1dfc42c2a0d292fe5c1b7f497b2ca393eb'/>
<id>cd831d1dfc42c2a0d292fe5c1b7f497b2ca393eb</id>
<content type='text'>
- Created the replier component to generate the reply dict for the
  email. This was needed to decouple the InputMail from the need to know
  who is the logged user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Created the replier component to generate the reply dict for the
  email. This was needed to decouple the InputMail from the need to know
  who is the logged user.
</pre>
</div>
</content>
</entry>
<entry>
<title>moving custom to_unicode to pixelated.support</title>
<updated>2015-12-19T18:30:12+00:00</updated>
<author>
<name>mnandri</name>
<email>mnandri@eumnandri.fritz.box</email>
</author>
<published>2015-12-19T18:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=499d2b55e99fa2021166e38753e81df9d40dac1f'/>
<id>499d2b55e99fa2021166e38753e81df9d40dac1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add markov-generate to load-mails</title>
<updated>2015-10-28T11:08:41+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2015-10-28T11:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=70c770635199cfa473608162ec7d31e030a11c5f'/>
<id>70c770635199cfa473608162ec7d31e030a11c5f</id>
<content type='text'>
- Allows to generat mails based
  on a sample mails

- use it with:
   pixelated-maintenance markov-generate --seed 21 --limit 10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Allows to generat mails based
  on a sample mails

- use it with:
   pixelated-maintenance markov-generate --seed 21 --limit 10
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed XSALSA20 dependency.</title>
<updated>2015-08-11T15:00:32+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2015-08-05T18:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=b4b5a6d10d71208fa5ae2b2ef6e61845d63c5047'/>
<id>b4b5a6d10d71208fa5ae2b2ef6e61845d63c5047</id>
<content type='text'>
- Use crypto algorithm prefered by soledad instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use crypto algorithm prefered by soledad instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved extensions to their own folder, so support has more meaning</title>
<updated>2015-06-05T20:16:26+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwgpro@gmail.com</email>
</author>
<published>2015-06-05T20:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=68acde0220c3f895300b5491f941ca611212a206'/>
<id>68acde0220c3f895300b5491f941ca611212a206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for ext_keymanager_fetch_key monkey patch.</title>
<updated>2015-03-13T14:34:38+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2015-03-13T14:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pixelated-user-agent.git/commit/?id=e247403003143da28e5a9fd94001312dce8db2d1'/>
<id>e247403003143da28e5a9fd94001312dce8db2d1</id>
<content type='text'>
- Issue #319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Issue #319
</pre>
</div>
</content>
</entry>
</feed>
