<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/setup.py, branch 0.9.3</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Auto-update of version strings</title>
<updated>2006-05-15T15:31:09+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-15T15:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=0361c2ca5f10abf633f52ea4f3b8bb77c807e338'/>
<id>0361c2ca5f10abf633f52ea4f3b8bb77c807e338</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-update of version strings</title>
<updated>2006-05-07T04:20:25+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-07T04:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=a3c4265be10850dc9a788f9a90612f49e12b0cd9'/>
<id>a3c4265be10850dc9a788f9a90612f49e12b0cd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-update of version strings</title>
<updated>2006-04-21T15:49:59+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-21T15:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=6efa58a10630ed751d39d4f96ce06152cd5ecfb7'/>
<id>6efa58a10630ed751d39d4f96ce06152cd5ecfb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OMG a pony\!</title>
<updated>2006-04-01T23:46:43+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-01T23:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=486b3ea1ad9a8be23f0f914aed30d105cee288ed'/>
<id>486b3ea1ad9a8be23f0f914aed30d105cee288ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added entry point for paste.proxy</title>
<updated>2006-03-13T18:52:53+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-13T18:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=f477b64ad223e829e7150b390ca3961f23f62d3c'/>
<id>f477b64ad223e829e7150b390ca3961f23f62d3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-update of version strings</title>
<updated>2006-03-07T01:57:05+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-07T01:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=1d3b1dc603fbba824ab32151b2f953cee63d6e54'/>
<id>1d3b1dc603fbba824ab32151b2f953cee63d6e54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reference to ez_setup -- for now it just causes too many problems.  Maybe it should be copied in literally instead of using svn:externals...?</title>
<updated>2006-02-07T22:18:45+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-07T22:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=cf88a224a4ae8a645b4ddc46a4cec2dc98e78be4'/>
<id>cf88a224a4ae8a645b4ddc46a4cec2dc98e78be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a url-&gt;username translation function to the app (so we can actually try to log the user in when they complete the process).  Added specific hooks for auth_tkt stuff -- should be changed in the future so it is common to all login systems.  Made the login_redirect actually redirect externally, not internally.  Not sure if that will work with everyone -- I guess not, if they aren't using auth_tkt with the auth_tkt hooks.  But I'm not sure how it is supposed to work otherwise either.  Maybe there needs to be two settings -- login_redirect and login_external_redirect.  Or maybe leaving login_redirect blank should be okay, and that will cause the user to be redirected back to where they came from (another feature that should be added to this)</title>
<updated>2006-01-27T08:29:49+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-27T08:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ab88f30eecc47620165baeea7f2a16703ed02114'/>
<id>ab88f30eecc47620165baeea7f2a16703ed02114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a paste.deploy entry point for open_id; added a 401 catcher option to open_id (but I haven't tested that yet)</title>
<updated>2006-01-27T07:13:59+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-27T07:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=28ed8bd08f343f25353393de2cb7b607377eb17b'/>
<id>28ed8bd08f343f25353393de2cb7b607377eb17b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed login entry point (module was already removed)</title>
<updated>2006-01-24T07:46:10+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-24T07:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c4b3aaed3e6f49fa005c6d73da74444b54d28817'/>
<id>c4b3aaed3e6f49fa005c6d73da74444b54d28817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
