summaryrefslogtreecommitdiff
path: root/src/views/pages/users/index.html.php
AgeCommit message (Collapse)Author
2011-10-09Merge branch 'master' into multiuser-viewLuke Shumaker
Conflicts: src/views/pages/users/index.html.php
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-09Change users/index.html a bit depending on if logged in or not.Luke Shumaker
2011-10-09Add ability to view full page multipe users concatenated together.Luke Shumaker
Right now, URL-wise, you can only see all of them, via "users/all".
2011-10-09Merge branch 'master' into concurrent-editingLuke Shumaker
So, here's the deal: * The meat of [concurrent-editing]:Form.class got merged into [master]:DB.class * The string-generation stuff in [concurrent-editing]:Form.class didn't fit nicely anywhere anymore, so I got rid of it by makeing datatype explicit. * Users.class: declare datatypes explicitly in attrib() * index.html.php: use this new explicit data * style.scss: add a .small, which we can do because of the datatypes thing. Conflicts: src/controllers/Users.class.php
2011-10-09Properly use thead and tbody.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
and a save botton to the top.
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.