<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/development.ini, branch climbs</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>bump version to 0.10.0</title>
<updated>2025-02-05T19:38:42+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-02-05T19:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=705e48d8d30fdccf5652385c5d5016fd52868a39'/>
<id>705e48d8d30fdccf5652385c5d5016fd52868a39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change default email</title>
<updated>2022-11-20T18:53:37+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-11-20T18:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=9cb370d705b3dcb61afdf157add804cd99856a3a'/>
<id>9cb370d705b3dcb61afdf157add804cd99856a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial support for proxying OSM tiles</title>
<updated>2022-11-17T17:47:38+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-11-17T17:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=55aad97b75351b671e7c3ab3a05c43d2decc05c5'/>
<id>55aad97b75351b671e7c3ab3a05c43d2decc05c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement image upload</title>
<updated>2022-07-18T16:46:10+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-18T16:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=5a2057560a5703a59408009e40b51de5a0c18600'/>
<id>5a2057560a5703a59408009e40b51de5a0c18600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wire jinja2 filters in code</title>
<updated>2022-07-07T21:06:12+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-07T21:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=cae213ace633fdb0b23c0cc512cac23f58aedde5'/>
<id>cae213ace633fdb0b23c0cc512cac23f58aedde5</id>
<content type='text'>
Those things are not really a configuration thing that changes, rather
they are part of how the code of the application works. As such, it
doesn't make too much sense to require those configuration values.
Instead, we now add those filters programatically.

This also ensures that the filters are the same between development,
production and testing environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those things are not really a configuration thing that changes, rather
they are part of how the code of the application works. As such, it
doesn't make too much sense to require those configuration values.
Instead, we now add those filters programatically.

This also ensures that the filters are the same between development,
production and testing environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a locale negotiator that uses Accept-Language</title>
<updated>2022-07-02T15:34:06+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-02T15:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=2343c1e059be3936fc32545105b2bbf4f3d8d638'/>
<id>2343c1e059be3936fc32545105b2bbf4f3d8d638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement account registration</title>
<updated>2022-07-01T16:23:25+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-01T16:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=a414ce14920d55a5c48ec4111957c680625d6182'/>
<id>a414ce14920d55a5c48ec4111957c680625d6182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use locale-aware datetime formatting</title>
<updated>2022-07-01T14:53:51+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-01T14:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=befdb3883806a48f9d61af3c91b150432d4c8731'/>
<id>befdb3883806a48f9d61af3c91b150432d4c8731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement client-side validation of password field</title>
<updated>2022-07-01T12:34:10+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-01T12:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=1277780d4525b233ddc39684c268794b378be8de'/>
<id>1277780d4525b233ddc39684c268794b378be8de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement password reset tokens</title>
<updated>2022-07-01T00:51:05+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-01T00:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=cb9a0429bbc8c175b4771b5ee8854ee273f327e1'/>
<id>cb9a0429bbc8c175b4771b5ee8854ee273f327e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
