summaryrefslogtreecommitdiff
path: root/create_thread.php
AgeCommit message (Collapse)Author
2021-07-20Handle input validation in abstract Form classcflip
2021-06-23Add the rest of the changescflip
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-05-14Disallow empty post content when creating threadsh5p9sl
2021-05-14Add error handlingh5p9sl
2021-04-25Reload page after submitting a reply to a threadcflip
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-24Refactoring part 2cflip
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.
2021-04-07Style and layout changescflip
2021-03-24Add thread replies, sort threads by last replycflip
2021-03-21Fix thread creation formcflip
2021-03-21big changes pt1cflip
2021-01-24Disallow empty thread subjectsh5p9sl
2021-01-23Change terminology from topics to threadsCflip