summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-09Begin transitioning to HTML5 (this commit breaks the "build")html5Luke Shumaker
2011-10-09Merge branch 'anon-userlist'Luke Shumaker
2011-10-09Fix the markup with the spreadsheet link in the user index.Luke Shumaker
2011-10-09Link to the userlist from the user registration page, if anon_userlist is ena...Luke Shumaker
2011-10-09Change users/index.html a bit depending on if logged in or not.Luke Shumaker
2011-10-09Add the system config option 'anon_userlist' to control if an anonymous userl...Luke Shumaker
2011-10-09Allow username lookup even if $user->canRead()==falseLuke Shumaker
2011-10-09Merge branch 'concurrent-editing' into anon-userlistLuke Shumaker
2011-10-09Don't show full name to anon users, comment out security check for index.Luke Shumaker
2011-10-09Merge branch 'master' into concurrent-editingLuke Shumaker
2011-10-09Move Users->[gs]etConf into a new DB.class.php, add in some wrappers for equi...Luke Shumaker
2011-10-09Begin adding a userlist visable to non-authenticated users.Luke Shumaker
2011-10-09Properly use thead and tbody.Luke Shumaker
2011-10-09Add auth_uid as a parameter for forms in the Users controller.Luke Shumaker
2011-10-05Edit individual.html to allow showing multiple users at once. AddLuke Shumaker
2011-10-04Change the title on user pages from "Users: NAME" to "User: NAME".Luke Shumaker
2011-10-04Add some (S)CSS for printing.Luke Shumaker
2011-10-04Begin work on safely allowing concurrent edits on data, giving better form in...Luke Shumaker
2011-10-04Add a trailing newline to Database.class.phpLuke Shumaker
2011-10-04Add the ability to close user registration.Luke Shumaker
2011-10-01Fix the multiple-edit protection (I'd done this yesterday, but didn't commit)Luke Shumaker
2011-09-30Move username validation from the Users controller to the Auth model.Luke Shumaker
2011-09-30Fix a typo in a individual.html.php that caused an error to show whenever a u...Luke Shumaker
2011-09-30Quick and ugly hack to safely allow multiple users to edit data at onceLuke Shumaker
2011-09-28On the user index page, add field names to the bottom of the table,Luke Shumaker
2011-09-28Force users to give an email address when they create an account.Luke Shumaker
2011-09-28Move the contact info to above the plugin-configurable area on theLuke Shumaker
2011-09-25Don't let a logged in user go through new-user registration.Luke Shumaker
2011-09-25Make the first page of new user registration say "Go on to Step 2"Luke Shumaker
2011-09-25don't allow deleted users to log in. (They'd get permission denied on everyth...Luke Shumaker
2011-09-22Merge branch 'master' of https://git.gitorious.org/messagemanager/messagemanagerLuke Shumaker
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-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-05Change user messages a bitLuke Shumaker