summaryrefslogtreecommitdiff
path: root/src/lib/Database.class.php
AgeCommit message (Collapse)Author
2011-10-04Add a trailing newline to Database.class.phpLuke Shumaker
2011-09-22Fix a terrible, terrible bug in Database.class.php, I was calling ↵Luke Shumaker
getSysConf() without this "$this->" in front of it.
2011-09-05Fix 3 bugs (stray * in SQL, typo in variable name, a place where ↵Luke Shumaker
isLoggedIn() was still being called on the DB
2011-09-05Fix a few growing painsLuke 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-05Refactor a bitLuke Shumaker
* move a lot of stuff out of MessageManager * move models from lib to models
2011-09-04Screw it, I'm tired of trying to break this into individual commitsLuke Shumaker