Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-05 | Fix 3 bugs (stray * in SQL, typo in variable name, a place where ↵ | Luke Shumaker | |
isLoggedIn() was still being called on the DB | |||
2011-09-05 | Fix a few growing pains | Luke Shumaker | |
* Users.class.php: whitespace change, fix a few array things * Database.class.php: refer to $mm->hasher(), not $this->hasher() * new.html.php: fix stupid shit | |||
2011-09-05 | Refactor a bit | Luke Shumaker | |
* move a lot of stuff out of MessageManager * move models from lib to models | |||
2011-09-04 | Screw it, I'm tired of trying to break this into individual commits | Luke Shumaker | |
2011-09-04 | mv src/controllers/Auth{,Page}.class.php, change a few things (I'm terrible) | Luke Shumaker | |
2011-08-01 | initial commit. | Luke Shumaker | |
Partway through a rewrite. I have some old files I didn't want to entirely delete. |