<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forum/create_thread.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>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>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>Disallow empty post content when creating threads</title>
<updated>2021-05-14T08:37:57+00:00</updated>
<author>
<name>h5p9sl</name>
<email>21267024+h5p9sl@users.noreply.github.com</email>
</author>
<published>2021-05-14T04:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=2b03ca63d06ec5da45c887ef7cb3daa35a8642f7'/>
<id>2b03ca63d06ec5da45c887ef7cb3daa35a8642f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Reload page after submitting a reply to a thread</title>
<updated>2021-04-25T23:47:41+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-25T23:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=df9177492976ba968a556a52cc155477652089dc'/>
<id>df9177492976ba968a556a52cc155477652089dc</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>Style and layout changes</title>
<updated>2021-04-07T21:24:15+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-07T21:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=700449b8d903b9707b2751784dc54b4450a655df'/>
<id>700449b8d903b9707b2751784dc54b4450a655df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add thread replies, sort threads by last reply</title>
<updated>2021-03-25T01:01:51+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-03-25T01:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=0ecae4e72d7d4ace51b731ff2c5d5eb63351e3e1'/>
<id>0ecae4e72d7d4ace51b731ff2c5d5eb63351e3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
