<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forum/signin.php, branch master</title>
<subtitle>Source code for the cflip.net forum
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/'/>
<entry>
<title>Handle input validation in abstract Form class</title>
<updated>2021-07-20T23:25:03+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-07-20T23:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=04d30cfe16e11140c8efb22afd61f2386c35cd87'/>
<id>04d30cfe16e11140c8efb22afd61f2386c35cd87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A bit of code cleanup</title>
<updated>2021-07-20T18:29:11+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-07-20T18:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=3c5828b1a787bffa6e886a4952741e4bcaeb43b9'/>
<id>3c5828b1a787bffa6e886a4952741e4bcaeb43b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the rest of the changes</title>
<updated>2021-06-23T21:21:12+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-06-23T21:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=f5e972c030675f46cda543e13da1b787457e070b'/>
<id>f5e972c030675f46cda543e13da1b787457e070b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use different syntax for conditions in HTML</title>
<updated>2021-06-06T01:26:18+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-06-05T17:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=2ae22c4a438dc3c1822b8d909a4b38a211427bee'/>
<id>2ae22c4a438dc3c1822b8d909a4b38a211427bee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move object related functions into their classes.</title>
<updated>2021-06-05T17:18:10+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-06-05T17:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=24efe49bc2b545e3a3e46d7d6f2bd1166163e52b'/>
<id>24efe49bc2b545e3a3e46d7d6f2bd1166163e52b</id>
<content type='text'>
Some of the pages are still broken from this commit, but I plan
to either rewrite or ignore them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the pages are still broken from this commit, but I plan
to either rewrite or ignore them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add error handling</title>
<updated>2021-05-14T08:37:13+00:00</updated>
<author>
<name>h5p9sl</name>
<email>21267024+h5p9sl@users.noreply.github.com</email>
</author>
<published>2021-05-14T04:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=fe41f57df59c7f2a11d80eaaebf08d3a3a51a6d5'/>
<id>fe41f57df59c7f2a11d80eaaebf08d3a3a51a6d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all uses of db_inc.php</title>
<updated>2021-04-25T01:40:50+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-25T01:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=2098bf444afadcf0363d89b4cc1dca5d2213d754'/>
<id>2098bf444afadcf0363d89b4cc1dca5d2213d754</id>
<content type='text'>
This method of importing the database login every time wasn't very good.
Now everything uses the new Database singleton class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method of importing the database login every time wasn't very good.
Now everything uses the new Database singleton class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring part 2</title>
<updated>2021-04-24T15:40:20+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-24T15:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=7c3f2e348c015ea93563d866f89ec8cea9159ea0'/>
<id>7c3f2e348c015ea93563d866f89ec8cea9159ea0</id>
<content type='text'>
Starting to move some functionality such as the session and database connection into singleton classes to manage them. Functions for modifying posts and threads are being put in one place as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting to move some functionality such as the session and database connection into singleton classes to manage them. Functions for modifying posts and threads are being put in one place as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring part 1</title>
<updated>2021-04-24T00:43:12+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-24T00:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=6c9369ad85f2fb3dc61234b54db7e7079cdc0c4e'/>
<id>6c9369ad85f2fb3dc61234b54db7e7079cdc0c4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable (#8)</title>
<updated>2021-04-14T19:17:44+00:00</updated>
<author>
<name>Tyler</name>
<email>21267024+h5p9sl@users.noreply.github.com</email>
</author>
<published>2021-04-14T19:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=e5b31173590bb01094fd3e463562193a693870c9'/>
<id>e5b31173590bb01094fd3e463562193a693870c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
