Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-25 | Reload page after submitting a reply to a thread | cflip | |
2021-04-24 | Use Session class instead of $_SESSION | cflip | |
2021-04-24 | Remove all uses of db_inc.php | cflip | |
This method of importing the database login every time wasn't very good. Now everything uses the new Database singleton class. | |||
2021-04-24 | Refactoring part 2 | cflip | |
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-23 | Refactoring part 1 | cflip | |
2021-04-14 | Hide thread id in moderator form | cflip | |
2021-04-12 | Begin post moderation, add delete feature | cflip | |
2021-04-07 | Styling and formatting for posts | cflip | |
2021-04-07 | Style and layout changes | cflip | |
2021-04-07 | Update links, rename files | cflip | |