summaryrefslogtreecommitdiff
path: root/src/views/pages/users/individual.html.php
AgeCommit message (Collapse)Author
2012-01-07Refactor to separate the framework from the app; drop message stuff, this ↵HEADmasterLuke Shumaker
app is just user management. Add a json view for individual users
2011-10-05Edit individual.html to allow showing multiple users at once. AddLuke Shumaker
a hack to the Users.class controller to show all users for the "all" username. Mark "all" as forbiddent in the Auth.class model.
2011-10-04Change the title on user pages from "Users: NAME" to "User: NAME".Luke Shumaker
2011-09-30Fix 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-28Move the contact info to above the plugin-configurable area on theLuke Shumaker
individual user page.
2011-09-07Fix a bug I introduced while picking apart my last changes intomckenzierobotics.org
separate commits.
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
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-04Screw it, I'm tired of trying to break this into individual commitsLuke Shumaker
2011-08-01initial commit.Luke Shumaker
Partway through a rewrite. I have some old files I didn't want to entirely delete.