<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/phw/bridgedb, branch bridgedb-0.9.0</title>
<subtitle>Philipp's bridgedb repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/'/>
<entry>
<title>Merge branch 'release-0.9.0'</title>
<updated>2019-10-16T17:04:09+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-16T17:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=681963de8219777b035244df9b51b2c8ab549ee0'/>
<id>681963de8219777b035244df9b51b2c8ab549ee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 0.9.0.</title>
<updated>2019-10-16T16:59:34+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-16T16:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=330d21f18fd471387f12d62c1d9d2109dc43d62e'/>
<id>330d21f18fd471387f12d62c1d9d2109dc43d62e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/26543' into develop</title>
<updated>2019-10-16T16:57:07+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-16T16:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=984369897efd835bc40d39555b60f1618cd90525'/>
<id>984369897efd835bc40d39555b60f1618cd90525</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'fuzzy' mark from template translation.</title>
<updated>2019-10-16T16:56:48+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-15T22:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=28a7e8016a8b647bd802cd44994ed245d7fbb163'/>
<id>28a7e8016a8b647bd802cd44994ed245d7fbb163</id>
<content type='text'>
The 'fuzzy' prevented Babel from compiling our English translation when
BridgeDB is re-deployed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'fuzzy' prevented Babel from compiling our English translation when
BridgeDB is re-deployed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let Babel decide what language is right-to-left.</title>
<updated>2019-10-16T16:56:45+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-11T00:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=f84361fe92b039370f5e468a0688154f72481ad2'/>
<id>f84361fe92b039370f5e468a0688154f72481ad2</id>
<content type='text'>
No need to keep a hard-coded list in our code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to keep a hard-coded list in our code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace maintainer.</title>
<updated>2019-10-16T16:56:41+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-08T17:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=893a595d21ceb3706d77dd93b17e0136dda0b26b'/>
<id>893a595d21ceb3706d77dd93b17e0136dda0b26b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a language switcher to BridgeDB's web UI.</title>
<updated>2019-10-16T16:56:38+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-09-30T23:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=166e899529784cb979ea9517066783c492a2f143'/>
<id>166e899529784cb979ea9517066783c492a2f143</id>
<content type='text'>
So far, BridgeDB looked at the user's Accept-Language request header to
decide what language to use in its web interface.  Not everybody likes
that, so we should provide an option to override this behaviour.  This
patch adds a language switcher to BridgeDB's web interface.  It sits at
the top right and lets the user choose their language.

Some implementation considerations:

* The patch uses BridgeDB's "lang" HTTP GET argument to pass the chosen
  language from one page to another.  This allows us to avoid cookies.

* We allow the user to pick any language that BridgeDB supports,
  regardless of how complete the translations are.

* Each language in the language switcher is translated to the respective
  language, i.e., it says "español" instead of "spanish".

This patch fixes &lt;https://bugs.torproject.org/26543&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far, BridgeDB looked at the user's Accept-Language request header to
decide what language to use in its web interface.  Not everybody likes
that, so we should provide an option to override this behaviour.  This
patch adds a language switcher to BridgeDB's web interface.  It sits at
the top right and lets the user choose their language.

Some implementation considerations:

* The patch uses BridgeDB's "lang" HTTP GET argument to pass the chosen
  language from one page to another.  This allows us to avoid cookies.

* We allow the user to pick any language that BridgeDB supports,
  regardless of how complete the translations are.

* Each language in the language switcher is translated to the respective
  language, i.e., it says "español" instead of "spanish".

This patch fixes &lt;https://bugs.torproject.org/26543&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'release-0.8.3'</title>
<updated>2019-10-03T22:56:33+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-03T22:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=c91498a3287be9717e6a1203e60b9503ad537de8'/>
<id>c91498a3287be9717e6a1203e60b9503ad537de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 0.8.3.</title>
<updated>2019-10-03T22:54:16+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-03T22:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=ad8a95f55879d41cf69456ba1942c9129e315dc4'/>
<id>ad8a95f55879d41cf69456ba1942c9129e315dc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing CHANGELOG entry from #31903.</title>
<updated>2019-10-03T22:48:02+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2019-10-03T22:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=ad6e30c12dcc67b751e7cb71404954a9174101f6'/>
<id>ad6e30c12dcc67b751e7cb71404954a9174101f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
