<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyramid/docs/tutorials/wiki2/src/tests/tutorial/static, branch main</title>
<subtitle>Pyramid web framework (fork of https://github.com/Pylons/pyramid).</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/'/>
<entry>
<title>Add a style to show text in input fields.</title>
<updated>2018-11-27T11:10:40+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-11-27T11:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=dfc9af83ad7e5913410fdd14cbbf017bfe76928c'/>
<id>dfc9af83ad7e5913410fdd14cbbf017bfe76928c</id>
<content type='text'>
Fixes #3431
The cookiecutter has been updated.
- See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3431
The cookiecutter has been updated.
- See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
</pre>
</div>
</content>
</entry>
<entry>
<title>remove theme.min.css, it serves no purpose</title>
<updated>2016-04-12T02:26:46+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2016-04-12T02:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=db3aa086a25504f8faf0149875eb7ff73ef08352'/>
<id>db3aa086a25504f8faf0149875eb7ff73ef08352</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, per 2885a7b96545c037109d7999319f74869a640050)</title>
<updated>2015-12-02T12:18:10+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2015-12-02T12:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=f10fb24a3663cb070b28b8020fde957d16563400'/>
<id>f10fb24a3663cb070b28b8020fde957d16563400</id>
<content type='text'>
- add wiki2/src/tests/ files. special thanks to @ppaez
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add wiki2/src/tests/ files. special thanks to @ppaez
</pre>
</div>
</content>
</entry>
<entry>
<title>update templates and static assets for each step</title>
<updated>2015-05-25T07:09:57+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2015-05-25T07:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=492f6945b2be2874a97071a93fd786c28515efa6'/>
<id>492f6945b2be2874a97071a93fd786c28515efa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prettify CSS stored in docs tutorials</title>
<updated>2012-07-29T23:05:07+00:00</updated>
<author>
<name>David Gay</name>
<email>oddshocks@gmail.com</email>
</author>
<published>2012-07-29T23:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=cabcd3788beceb9a41eca2414068ab32aaf3340e'/>
<id>cabcd3788beceb9a41eca2414068ab32aaf3340e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated wiki tutorials css</title>
<updated>2011-07-31T06:02:52+00:00</updated>
<author>
<name>Blaise Laflamme</name>
<email>blaise@laflamme.org</email>
</author>
<published>2011-07-31T06:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=449c2ddc4245eb1457393acdaed122c4d4fb3fa7'/>
<id>449c2ddc4245eb1457393acdaed122c4d4fb3fa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user</title>
<updated>2011-07-01T06:08:03+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-07-01T06:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=05a1b4a37df7e855747f66174a472b0de3ce1c9e'/>
<id>05a1b4a37df7e855747f66174a472b0de3ce1c9e</id>
<content type='text'>
  to depend on WebTest, and 2 tests failed as the result of changes to
  Pyramid itself.  These issues have been fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  to depend on WebTest, and 2 tests failed as the result of changes to
  Pyramid itself.  These issues have been fixed.
</pre>
</div>
</content>
</entry>
</feed>
