summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
2021-08-11Add getters for nested objectscflip
2021-07-20A bit of code cleanupcflip
2021-06-23Add latest threads to index pagecflip
2021-06-05Use different syntax for conditions in HTMLcflip
2021-06-05Move object related functions into their classes.cflip
Some of the pages are still broken from this commit, but I plan to either rewrite or ignore them.
2021-04-24Remove all uses of db_inc.phpcflip
This method of importing the database login every time wasn't very good. Now everything uses the new Database singleton class.
2021-04-23Refactoring part 1cflip
2021-04-17Automatically sort threads without PHP comparisonscflip
2021-04-07Style and layout changescflip
2021-04-07Update links, rename filescflip
2021-03-24Add thread replies, sort threads by last replycflip
2021-03-24Show latest thread/post on pagescflip
2021-03-21Changes from procedural to OOPcflip
2021-03-21big changes pt1cflip
2021-02-10Reorganize code and add info to front pageCflip
2021-01-25Add page to show all postsCflip
2021-01-24Create function to display threadsCflip
2021-01-24Add more links to user pageCflip
2021-01-24add 'empty category' messageh5p9sl
2021-01-23Implement latest post/thread columnsCflip
2021-01-23Show latest threads on index pageCflip
2021-01-23Change terminology from topics to threadsCflip
2021-01-22Inital commit with existing codeCflip