summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-09-04mv src/controllers/Auth{,Page}.class.php, change a few things (I'm terrible)Luke Shumaker
2011-09-04Fix bug in MessageManager->sanitizeArray()Luke Shumaker
2011-09-04start to add a plugin management frameworkLuke Shumaker
2011-09-04New router and view selector engine magic coolness.Luke Shumaker
2011-09-04Migrate 404 page from old router to new view engine.Luke Shumaker
2011-09-04Fix 2 small bugs in Template.class.phpLuke Shumaker
* do a |= instead of = for setting $this->red in Template->link() * don't ever escape the url in Template->url()
2011-09-04Add a textarea input to the normal template form stuff.Luke Shumaker
2011-08-01initial commit.Luke Shumaker
Partway through a rewrite. I have some old files I didn't want to entirely delete.