summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22whitespace fixmckenzierobotics.org
2011-09-22Implement ReCaptcha entirely as a plugin, remove all of the uglinessLuke Shumaker
2011-09-22Add an ugly hacky-hacked reCaptcha to new user registration.Luke Shumaker
2011-09-22Implement actual plugin management. I was tired of doing the SQL queries by h...Luke Shumaker
2011-09-22Misc. cleanup: improve comments in Login, add description to SenderIdenticaLuke Shumaker
2011-09-22Finally get around to implementing deleting users. (status=4)Luke Shumaker
2011-09-22Fix a terrible, terrible bug in Database.class.php, I was calling getSysConf(...Luke Shumaker
2011-09-19Don't give back 201 for the HTML view after creating a user. Doing so will pr...Luke Shumaker
2011-09-19Add a decent fallback for when both file extension and Accept methods of sele...Luke Shumaker
2011-09-10Fix css font issue. I thought I had commited this, but it was burriedmckenzierobotics.org
2011-09-07Fix a bug I introduced while picking apart my last changes intomckenzierobotics.org
2011-09-06Update InformationPlugin to (mostly) match the form that Mr. Smith sent me.Luke Shumaker
2011-09-06Fix a few style issues (use .wide class for $t->inputTextArea(), css tweaks)Luke Shumaker
2011-09-06add 'paragraph' and 'checkbox' datatypes to individual.html.php's inputField()Luke Shumaker
2011-09-06Differentiate between when we want checkboxes to be booleans, or bit arrays.Luke Shumaker
2011-09-05Update TODO/Bugs in README.txt, change appearance a bitLuke Shumaker
2011-09-05Fix 3 bugs (stray * in SQL, typo in variable name, a place where isLoggedIn()...Luke Shumaker
2011-09-05(mostly) Fix the installer. We still need to set baseurl in the 'conf' table ...mckenzierobotics.org
2011-09-05Fix a nasty bug in View.class.php when the installation path contains a dotmckenzierobotics.org
2011-09-05update installer to create more tablesLuke Shumaker
2011-09-05Change user messages a bitLuke Shumaker
2011-09-05Fix a few growing painsLuke Shumaker
2011-09-05Refactor a bitLuke Shumaker
2011-09-04Screw it, I'm tired of trying to break this into individual commitsLuke Shumaker
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
2011-09-04Add a textarea input to the normal template form stuff.Luke Shumaker
2011-09-04stop tracking .htaccess, add htaccess.sampleLuke Shumaker
2011-08-01initial commit.Luke Shumaker