Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-22 | Finally get around to implementing deleting users. (status=4) | Luke Shumaker | |
2011-09-22 | Fix a terrible, terrible bug in Database.class.php, I was calling ↵ | Luke Shumaker | |
getSysConf() without this "$this->" in front of it. | |||
2011-09-19 | Don't give back 201 for the HTML view after creating a user. Doing so will ↵ | Luke Shumaker | |
prevent the browser from following the Location: header, which is not what HTML users want. | |||
2011-09-19 | Add a decent fallback for when both file extension and Accept methods of ↵ | Luke Shumaker | |
selecting the view fail (as they do in IE6-8) | |||
2011-09-07 | Fix a bug I introduced while picking apart my last changes into | mckenzierobotics.org | |
separate commits. | |||
2011-09-06 | Update InformationPlugin to (mostly) match the form that Mr. Smith sent me. | Luke Shumaker | |
2011-09-06 | Fix a few style issues (use .wide class for $t->inputTextArea(), css tweaks) | Luke Shumaker | |
2011-09-06 | add 'paragraph' and 'checkbox' datatypes to individual.html.php's inputField() | Luke Shumaker | |
2011-09-06 | Differentiate between when we want checkboxes to be booleans, or bit arrays. | Luke Shumaker | |
For the booleans, we use a hidden input to send false back if they aren't selected. * Template.class.php: rename inputBool() to inputBoolArray(), create new inputBool() * index.html.php: use a hidden input to send false when an checkbox isn't selected. * individual.html.php: add inputBool() function, use $t->inputBoolArray() in inputArray() | |||
2011-09-05 | Update TODO/Bugs in README.txt, change appearance a bit | Luke Shumaker | |
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 | (mostly) Fix the installer. We still need to set baseurl in the 'conf' table ↵ | mckenzierobotics.org | |
manually. | |||
2011-09-05 | Fix a nasty bug in View.class.php when the installation path contains a dot | mckenzierobotics.org | |
2011-09-05 | Change user messages a bit | Luke Shumaker | |
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-09-04 | Fix bug in MessageManager->sanitizeArray() | Luke Shumaker | |
2011-09-04 | start to add a plugin management framework | Luke Shumaker | |
2011-09-04 | New router and view selector engine magic coolness. | Luke Shumaker | |
2011-09-04 | Migrate 404 page from old router to new view engine. | Luke Shumaker | |
2011-09-04 | Fix 2 small bugs in Template.class.php | Luke Shumaker | |
* do a |= instead of = for setting $this->red in Template->link() * don't ever escape the url in Template->url() | |||
2011-09-04 | Add a textarea input to the normal template form stuff. | 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. |