<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forum/index.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>Add getters for nested objects</title>
<updated>2021-08-11T21:14:18+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-08-11T21:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=2458ca6964401c0bd2cd809d303dfbcaea3ead90'/>
<id>2458ca6964401c0bd2cd809d303dfbcaea3ead90</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 latest threads to index page</title>
<updated>2021-06-23T21:19:21+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-06-23T21:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=fd0c3a283153d6f2d759e5e14888e40e65dc61b7'/>
<id>fd0c3a283153d6f2d759e5e14888e40e65dc61b7</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>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 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>Automatically sort threads without PHP comparisons</title>
<updated>2021-04-17T23:36:18+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-17T23:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=faae3f3906575b9c72d628a5e48d03f943c794fc'/>
<id>faae3f3906575b9c72d628a5e48d03f943c794fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Update links, rename files</title>
<updated>2021-04-07T17:44:11+00:00</updated>
<author>
<name>cflip</name>
<email>36554078+cflip@users.noreply.github.com</email>
</author>
<published>2021-04-07T17:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/forum/commit/?id=d61a18a93bc1b39d91725497ebb2fe85c4785ead'/>
<id>d61a18a93bc1b39d91725497ebb2fe85c4785ead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
