Age | Commit message (Collapse) | Author |
|
whoops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of the pages are still broken from this commit, but I plan
to either rewrite or ignore them.
|
|
Add error handling
|
|
|
|
|
|
|
|
Huge refactor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method of importing the database login every time wasn't very good.
Now everything uses the new Database singleton class.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
The config has been moved inside the project dir and .gitignored.
This makes the project work on Windows because Windows does not have
a /var directory.
|
|
Add database credentials .ini config
|
|
Database credentials should not be hardcoded into server,
.ini config files are a good alternative.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|