Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | Change the title on user pages from "Users: NAME" to "User: NAME". | Luke Shumaker | |
2011-10-04 | Add the ability to close user registration. | Luke Shumaker | |
2011-09-30 | Fix a typo in a individual.html.php that caused an error to show whenever a ↵ | Luke Shumaker | |
username was changed. When the message does show, it will say username "", since $new_name is never set, but that's another bug. | |||
2011-09-30 | Quick and ugly hack to safely allow multiple users to edit data at once | Luke Shumaker | |
2011-09-28 | On the user index page, add field names to the bottom of the table, | Luke Shumaker | |
and a save botton to the top. | |||
2011-09-28 | Force users to give an email address when they create an account. | Luke Shumaker | |
2011-09-28 | Move the contact info to above the plugin-configurable area on the | Luke Shumaker | |
individual user page. | |||
2011-09-25 | Don't let a logged in user go through new-user registration. | Luke Shumaker | |
2011-09-25 | Make the first page of new user registration say "Go on to Step 2" | Luke Shumaker | |
instead of "Submit". | |||
2011-09-22 | Implement ReCaptcha entirely as a plugin, remove all of the ugliness | Luke Shumaker | |
from my old implementation. | |||
2011-09-22 | Add an ugly hacky-hacked reCaptcha to new user registration. | Luke Shumaker | |
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-07 | Fix a bug I introduced while picking apart my last changes into | mckenzierobotics.org | |
separate commits. | |||
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 | 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-08-01 | initial commit. | Luke Shumaker | |
Partway through a rewrite. I have some old files I didn't want to entirely delete. |